diff --git a/.gitmodules b/.gitmodules index 2cbefe0218..446107c8d3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -160,6 +160,9 @@ [submodule "Cores/snes9x/libretro-snes9x"] path = Cores/snes9x/libretro-snes9x url = https://github.com/libretro/snes9x.git +[submodule "Cores/emuThree/emuthree"] + path = Cores/emuThree/emuthree + url = https://github.com/rf2222222/emuThreeDS.git [submodule "Cores/supergrafx/libretro-supergrafx"] path = Cores/supergrafx/libretro-supergrafx url = https://github.com/libretro/beetle-supergrafx-libretro.git @@ -181,3 +184,6 @@ [submodule "CoresRetro/RetroArch/PVRetroArchCore/Archive/ZipArchive"] path = CoresRetro/RetroArch/PVRetroArchCore/Archive/ZipArchive url = https://github.com/ZipArchive/ZipArchive.git +[submodule "Cores/emuThree/cmake/zstd"] + path = Cores/emuThree/cmake/zstd + url = https://github.com/facebook/zstd.git diff --git a/Cores/Atari800/PVAtari800.xcodeproj/project.pbxproj b/Cores/Atari800/PVAtari800.xcodeproj/project.pbxproj index 5ab13986d9..6e0fc5eebc 100644 --- a/Cores/Atari800/PVAtari800.xcodeproj/project.pbxproj +++ b/Cores/Atari800/PVAtari800.xcodeproj/project.pbxproj @@ -708,11 +708,11 @@ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 1; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -759,11 +759,11 @@ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -810,11 +810,11 @@ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 1; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; diff --git a/Cores/BeetlePSX/BuildFlags.xcconfig b/Cores/BeetlePSX/BuildFlags.xcconfig index 1616198363..f84b5e5aaf 100644 --- a/Cores/BeetlePSX/BuildFlags.xcconfig +++ b/Cores/BeetlePSX/BuildFlags.xcconfig @@ -18,12 +18,12 @@ GL_APIENTRYP=GLAPIENTRY* // EXCLUDED_SOURCE_FILE_NAMES[sdk=macosx*] = $(inherited) // Device -GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) TARGET_IPHONE=1 NEON=1 IOS=1 HAVE_OPENGLES3=1 +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) TARGET_IPHONE=1 IOS=1 HAVE_OPENGLES3=1 //NEON=1 // TODO: Why does this result in some missing symbols? // HAVE_OPENGLES_3_1=1 -OTHER_CFLAGS[sdk=iphoneos*] = $(inherited) -mfpu=neon -D__VEC4_OPT -D__NEON_OPT +OTHER_CFLAGS[sdk=iphoneos*] = $(inherited) -D__VEC4_OPT // -D__NEON_OPT -mfpu=neon EXCLUDED_SOURCE_FILE_NAMES[sdk=iphoneos*] = $(inherited) // Simulator diff --git a/Cores/Dolphin/PVDolphin.xcodeproj/project.pbxproj b/Cores/Dolphin/PVDolphin.xcodeproj/project.pbxproj index eab244950f..ed9fc8a355 100644 --- a/Cores/Dolphin/PVDolphin.xcodeproj/project.pbxproj +++ b/Cores/Dolphin/PVDolphin.xcodeproj/project.pbxproj @@ -40523,10 +40523,10 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; DEAD_CODE_STRIPPING = YES; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -40704,10 +40704,10 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; DEAD_CODE_STRIPPING = YES; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; diff --git a/Cores/FCEU/PVFCEU.xcodeproj/project.pbxproj b/Cores/FCEU/PVFCEU.xcodeproj/project.pbxproj index b8a3a28f0f..c4373ae3f7 100644 --- a/Cores/FCEU/PVFCEU.xcodeproj/project.pbxproj +++ b/Cores/FCEU/PVFCEU.xcodeproj/project.pbxproj @@ -4521,11 +4521,11 @@ CLANG_WARN_DOCUMENTATION_COMMENTS = YES; CLANG_WARN_SUSPICIOUS_MOVES = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -4715,11 +4715,11 @@ CLANG_WARN_DOCUMENTATION_COMMENTS = YES; CLANG_WARN_SUSPICIOUS_MOVES = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -4780,11 +4780,11 @@ CLANG_WARN_DOCUMENTATION_COMMENTS = YES; CLANG_WARN_SUSPICIOUS_MOVES = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; diff --git a/Cores/Flycast/cmake/flycast_libretro.xcodeproj/project.pbxproj b/Cores/Flycast/cmake/flycast_libretro.xcodeproj/project.pbxproj index 701885a172..4926b341e5 100644 --- a/Cores/Flycast/cmake/flycast_libretro.xcodeproj/project.pbxproj +++ b/Cores/Flycast/cmake/flycast_libretro.xcodeproj/project.pbxproj @@ -4838,8 +4838,10 @@ ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; ARCHS = "$(ARCHS_STANDARD)"; BUILD_DIR = ../lib; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; CODE_SIGN_IDENTITY = "iPhone Developer"; DEVELOPMENT_TEAM = XXXXXXXXXX; + GCC_C_LANGUAGE_STANDARD = gnu99; GCC_PREPROCESSOR_DEFINITIONS = ( __APPLE__, IOS, diff --git a/Cores/Gambatte/PVGB.xcodeproj/project.pbxproj b/Cores/Gambatte/PVGB.xcodeproj/project.pbxproj index 311ddc3824..de409d482d 100644 --- a/Cores/Gambatte/PVGB.xcodeproj/project.pbxproj +++ b/Cores/Gambatte/PVGB.xcodeproj/project.pbxproj @@ -873,11 +873,11 @@ CLANG_ENABLE_MODULES = YES; CLANG_WARN_DOCUMENTATION_COMMENTS = YES; CLANG_WARN_SUSPICIOUS_MOVES = YES; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -926,11 +926,11 @@ CLANG_ENABLE_MODULES = YES; CLANG_WARN_DOCUMENTATION_COMMENTS = YES; CLANG_WARN_SUSPICIOUS_MOVES = YES; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -980,11 +980,11 @@ CLANG_ENABLE_MODULES = YES; CLANG_WARN_DOCUMENTATION_COMMENTS = YES; CLANG_WARN_SUSPICIOUS_MOVES = YES; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; diff --git a/Cores/Genesis-Plus-GX/PVGenesis.xcodeproj/project.pbxproj b/Cores/Genesis-Plus-GX/PVGenesis.xcodeproj/project.pbxproj index 8788851731..236a499475 100644 --- a/Cores/Genesis-Plus-GX/PVGenesis.xcodeproj/project.pbxproj +++ b/Cores/Genesis-Plus-GX/PVGenesis.xcodeproj/project.pbxproj @@ -2711,12 +2711,12 @@ CLANG_WARN_SUSPICIOUS_MOVES = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -2948,11 +2948,11 @@ CLANG_WARN_SUSPICIOUS_MOVES = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -3000,12 +3000,12 @@ CLANG_WARN_SUSPICIOUS_MOVES = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; diff --git a/Cores/Mednafen/Config.xcconfig b/Cores/Mednafen/Config.xcconfig index 1a9df9e9ab..63537b43f2 100644 --- a/Cores/Mednafen/Config.xcconfig +++ b/Cores/Mednafen/Config.xcconfig @@ -20,7 +20,7 @@ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) HAVE_LROUND HAVE_MKDIR HAVE_PTHREAD_ OTHER_CFLAGS = $(inherited) -funroll-loops -fPIC -Wall -Wno-sign-compare -Wno-unused-variable -Wno-unused-function -Wno-uninitialized -Wno-strict-aliasing -Wno-aggressive-loop-optimizations -fno-fast-math -fomit-frame-pointer -fsigned-char -Wshadow -Wempty-body -Wignored-qualifiers -Wvla -Wvariadic-macros -Wdisabled-optimization -DMEDNAFEN_VERSION=\"1.27.1\" -DPACKAGE=\"mednafen\" -DICONV_CONST= OTHER_CFLAGS[arch=armv7] = -mfpu=neon $(inherited) OTHER_CFLAGS[arch=armv7s] = -mfpu=neon $(inherited) -OTHER_CFLAGS[arch=arm64] = -mfpu=neon $(inherited) +//OTHER_CFLAGS[arch=arm64] = -mfpu=neon $(inherited) OTHER_CFLAGS[arch=x86_64] = $(inherited) // MacOS Catalyst diff --git a/Cores/Mednafen/PVMednafen.xcodeproj/project.pbxproj b/Cores/Mednafen/PVMednafen.xcodeproj/project.pbxproj index c13e6b1ef5..aba4c1f082 100644 --- a/Cores/Mednafen/PVMednafen.xcodeproj/project.pbxproj +++ b/Cores/Mednafen/PVMednafen.xcodeproj/project.pbxproj @@ -8229,11 +8229,11 @@ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_SUSPICIOUS_MOVES = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 1; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -10433,12 +10433,12 @@ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_SUSPICIOUS_MOVES = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -10494,11 +10494,11 @@ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_SUSPICIOUS_MOVES = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 1; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; diff --git a/Cores/Mu/PVMu.xcodeproj/project.pbxproj b/Cores/Mu/PVMu.xcodeproj/project.pbxproj index fa21669190..2fc388e210 100644 --- a/Cores/Mu/PVMu.xcodeproj/project.pbxproj +++ b/Cores/Mu/PVMu.xcodeproj/project.pbxproj @@ -1807,8 +1807,6 @@ MTL_ENABLE_DEBUG_INFO = NO; OTHER_CFLAGS = ( "$(inherited)", - "-mno-thumb", - "-mfpu=neon", "-fno-operator-names", "-fno-rtti", "-ffast-math", @@ -2099,8 +2097,6 @@ ONLY_ACTIVE_ARCH = YES; OTHER_CFLAGS = ( "$(inherited)", - "-mno-thumb", - "-mfpu=neon", "-fno-operator-names", "-fno-rtti", "-ffast-math", diff --git a/Cores/Mupen64Plus-NX/Config.xcconfig b/Cores/Mupen64Plus-NX/Config.xcconfig index 6ae30d888c..0a4530b6e8 100644 --- a/Cores/Mupen64Plus-NX/Config.xcconfig +++ b/Cores/Mupen64Plus-NX/Config.xcconfig @@ -12,7 +12,7 @@ OTHER_LDFLAGS= $(inherited) // -EGL < android // DEFINES by Arch's -GCC_PREPROCESSOR_DEFINITIONS[arch=*] = $(inherited) __LIBRETRO__ IOS MUPENPLUSAPI=1 TXFILTER_LIB=1 GL_SILENCE_DEPRECATION=1 VFP_HARD=1 NO_ASM MUPENPLUSAPI=1 TXFILTER_LIB=1 M64P_PLUGIN_PROTOTYPES=1 PROVENANCE GCC __LIBRETRO__=1 HAVE_OPENGLES=1 HAVE_OPENGLES3=1 GLES3=1 HAVE_ARM_NEON_ASM_OPTIMIZATIONS=1 HAVE_PARALLEL_RSP=1 PARALLEL_INTEGRATION=1 HAVE_THR_AL=1 HAVE_PARALLEL_RDP=0 PNG_ARM_NEON_OPT=0 JIT_ENABLED=1 HAVE_NEON=1 HAVE_THREADS=1 GCC=1 +GCC_PREPROCESSOR_DEFINITIONS[arch=*] = $(inherited) __LIBRETRO__ IOS MUPENPLUSAPI=1 TXFILTER_LIB=1 GL_SILENCE_DEPRECATION=1 VFP_HARD=1 NO_ASM MUPENPLUSAPI=1 TXFILTER_LIB=1 M64P_PLUGIN_PROTOTYPES=1 PROVENANCE GCC __LIBRETRO__=1 HAVE_OPENGLES=1 HAVE_OPENGLES3=1 GLES3=1 HAVE_PARALLEL_RSP=1 PARALLEL_INTEGRATION=1 HAVE_THR_AL=1 HAVE_PARALLEL_RDP=0 PNG_ARM_NEON_OPT=0 JIT_ENABLED=1 HAVE_THREADS=1 GCC=1 // HAVE_ARM_NEON_ASM_OPTIMIZATIONS=1 HAVE_NEON=1 // strdup=_strdup strlcpy=_strlcpy __unix__ GCC_PREPROCESSOR_DEFINITIONS[arch=arm64] = $(inherited) NEW_DYNAREC=4 DYNAREC=3 GCC_PREPROCESSOR_DEFINITIONS[arch=armv7s] = $(inherited) NEW_DYNAREC=3 @@ -21,27 +21,27 @@ GCC_PREPROCESSOR_DEFINITIONS[arch=x86_64] = $(inherited) NEW_DYNAREC=2 NO_ASM=0 // MacOS Catalyst GCC_PREPROCESSOR_DEFINITIONS[sdk=macosx*] = $(inherited) OS_MAC_OS_X=1 SDL_VIDEO_OPENGL=1 -OTHER_CFLAGS[sdk=macosx*] = $(inherited) -fno-strict-aliasing -fvisibility=hidden -DGCC -pthread -fPIC -D__unix__ -D__VEC4_OPT -D__NEON_OPT -DX86_ASM +OTHER_CFLAGS[sdk=macosx*] = $(inherited) -fno-strict-aliasing -fvisibility=hidden -DGCC -pthread -fPIC -D__unix__ -D__VEC4_OPT -DX86_ASM //-D__NEON_OPT EXCLUDED_SOURCE_FILE_NAMES[sdk=macosx*] = $(inherited) 3DMathNeon.cpp gSPNeon.cpp RSP_LoadMatrixNeon.cpp CRC_OPT_NEON.cpp // iPhone -GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) OS_IOS GLESX USE_GLES=1 NEON=1 SDL_VIDEO_OPENGL_ES2=1 -OTHER_CFLAGS[sdk=iphoneos*] = $(inherited) -DOS_IOS -mfpu=neon -D__VEC4_OPT -D__NEON_OPT +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) OS_IOS GLESX USE_GLES=1 SDL_VIDEO_OPENGL_ES2=1 //NEON=1 +OTHER_CFLAGS[sdk=iphoneos*] = $(inherited) -DOS_IOS -D__VEC4_OPT // -D__NEON_OPT -mfpu=neon EXCLUDED_SOURCE_FILE_NAMES[sdk=iphoneos*] = $(inherited) 3DMath.cpp // Simulator -GCC_PREPROCESSOR_DEFINITIONS[sdk=iphonesimulator*] = $(inherited) OS_IOS GLESX USE_GLES=1 NEON=1 SDL_VIDEO_OPENGL_ES2=1 +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphonesimulator*] = $(inherited) OS_IOS GLESX USE_GLES=1 //NEON=1 SDL_VIDEO_OPENGL_ES2=1 OTHER_CFLAGS[sdk=iphonesimulator*] = $(inherited) -DOS_IOS EXCLUDED_SOURCE_FILE_NAMES[sdk=iphonesimulator*] = $(inherited) sinc_resampler_neon.S s16_to_float_neon.c s16_to_float_neon.S float_to_s16_neon.c float_to_s16_neon.S 3DMathNeon.cpp gSPNeon.cpp // tvOS Device -GCC_PREPROCESSOR_DEFINITIONS[sdk=appletvos*] = $(inherited) OS_IOS GLESX USE_GLES=1 NEON=1 SDL_VIDEO_OPENGL_ES2=1 -OTHER_CFLAGS[sdk=appletvos*] = $(inherited) -DOS_IOS -mfpu=neon -D__VEC4_OPT +GCC_PREPROCESSOR_DEFINITIONS[sdk=appletvos*] = $(inherited) OS_IOS GLESX USE_GLES=1 SDL_VIDEO_OPENGL_ES2=1 //NEON=1 +OTHER_CFLAGS[sdk=appletvos*] = $(inherited) -DOS_IOS -D__VEC4_OPT // -mfpu=neon EXCLUDED_SOURCE_FILE_NAMES[sdk=appletvos*] = $(inherited) 3DMath.cpp // tvOS Simulator -GCC_PREPROCESSOR_DEFINITIONS[sdk=appletvsimulator*] = $(inherited) OS_IOS GLESX USE_GLES=1 NEON=1 SDL_VIDEO_OPENGL_ES2=1 -OTHER_CFLAGS[sdk=appletvsimulator*] = $(inherited) -DOS_IOS +GCC_PREPROCESSOR_DEFINITIONS[sdk=appletvsimulator*] = $(inherited) OS_IOS GLESX USE_GLES=1 SDL_VIDEO_OPENGL_ES2=1 // NEON=1 +OTHER_CFLAGS[sdk=appletvsimulator*] = $(inherited) -DOS_IOS diff --git a/Cores/Mupen64Plus/PVMupen64Plus.xcodeproj/project.pbxproj b/Cores/Mupen64Plus/PVMupen64Plus.xcodeproj/project.pbxproj index 4844622e5b..1babbd95a0 100644 --- a/Cores/Mupen64Plus/PVMupen64Plus.xcodeproj/project.pbxproj +++ b/Cores/Mupen64Plus/PVMupen64Plus.xcodeproj/project.pbxproj @@ -4887,12 +4887,12 @@ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_UNREACHABLE_CODE = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -4976,13 +4976,13 @@ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_UNREACHABLE_CODE = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; COMBINE_HIDPI_IMAGES = YES; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -5067,12 +5067,12 @@ CLANG_WARN_SUSPICIOUS_MOVES = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -5122,12 +5122,12 @@ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_UNREACHABLE_CODE = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -5198,12 +5198,12 @@ CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -5503,11 +5503,11 @@ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_UNREACHABLE_CODE = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -5570,12 +5570,12 @@ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_UNREACHABLE_CODE = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -5635,12 +5635,12 @@ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_UNREACHABLE_CODE = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -5717,13 +5717,13 @@ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_UNREACHABLE_CODE = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; COMBINE_HIDPI_IMAGES = YES; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -5805,11 +5805,11 @@ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_UNREACHABLE_CODE = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -5891,12 +5891,12 @@ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_UNREACHABLE_CODE = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -6097,11 +6097,11 @@ CLANG_WARN_SUSPICIOUS_MOVES = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -6159,12 +6159,12 @@ CLANG_WARN_SUSPICIOUS_MOVES = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -6224,11 +6224,11 @@ CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -6324,12 +6324,12 @@ CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; diff --git a/Cores/PPSSPP/BuildFlags.xcconfig b/Cores/PPSSPP/BuildFlags.xcconfig index 04a567654c..98dec24150 100644 --- a/Cores/PPSSPP/BuildFlags.xcconfig +++ b/Cores/PPSSPP/BuildFlags.xcconfig @@ -18,7 +18,7 @@ //OTHER_CFLAGS[sdk=appletvos*] = $(inherited) -DDRC_SH2 -D_USE_CZ80 //OTHER_CFLAGS[sdk=appletvsimulator*] = $(inherited) -D_USE_CZ80 //OTHER_CFLAGS = $(inherited) -DXXH_VECTOR=XXH_SCALAR -DMASKED_PSP_MEMORY=TRUE -OTHER_CFLAGS = $(inherited) -mno-thumb -mfpu=neon -fno-operator-names -ffast-math -ftree-vectorize -fno-strict-aliasing -frename-registers -fpermissive -fno-operator-names -fobjc-arc -fsingle-precision-constant -fmodules -fcxx-modules -fomit-frame-pointer -fvisibility-inlines-hidden -fvisibility=hidden -flto -funsafe-math-optimizations -DXXH_VECTOR=XXH_SCALAR -DGLES_SILENCE_DEPRECATION=1 +OTHER_CFLAGS = $(inherited) -fno-operator-names -ffast-math -ftree-vectorize -fno-strict-aliasing -frename-registers -fpermissive -fno-operator-names -fobjc-arc -fsingle-precision-constant -fmodules -fcxx-modules -fomit-frame-pointer -fvisibility-inlines-hidden -fvisibility=hidden -flto -funsafe-math-optimizations -DXXH_VECTOR=XXH_SCALAR -DGLES_SILENCE_DEPRECATION=1 // Skip Simulator Build EXCLUDED_SOURCE_FILE_NAMES[sdk=iphonesimulator*][arch=*] = * INCLUDED_SOURCE_FILE_NAMES[sdk=iphonesimulator*][arch=*] = PVDebug.m diff --git a/Cores/PPSSPP/PVPPSSPP.xcodeproj/project.pbxproj b/Cores/PPSSPP/PVPPSSPP.xcodeproj/project.pbxproj index 2102962be6..819d5f27f2 100644 --- a/Cores/PPSSPP/PVPPSSPP.xcodeproj/project.pbxproj +++ b/Cores/PPSSPP/PVPPSSPP.xcodeproj/project.pbxproj @@ -23,39 +23,39 @@ /* Begin PBXBuildFile section */ 933430432A32467B001C35C2 /* DarwinFileSystemServices.mm in Sources */ = {isa = PBXBuildFile; fileRef = 933430422A32467B001C35C2 /* DarwinFileSystemServices.mm */; settings = {COMPILER_FLAGS = "-fobjc-arc"; }; }; 933430452A3246F9001C35C2 /* DarwinFileSystemServices.h in Headers */ = {isa = PBXBuildFile; fileRef = 933430442A3246F8001C35C2 /* DarwinFileSystemServices.h */; }; - 934D87562A777B0400C3107A /* libarmipsPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 934D86A02A777A3600C3107A /* libarmipsPPSSPP.a */; platformFilters = (ios, maccatalyst, ); }; - 934D87572A777B0400C3107A /* libbasis_universalPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 934D86A22A777A3600C3107A /* libbasis_universalPPSSPP.a */; platformFilters = (ios, maccatalyst, ); }; - 934D87582A777B0400C3107A /* libcityhashPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 934D86A42A777A3600C3107A /* libcityhashPPSSPP.a */; platformFilters = (ios, maccatalyst, ); }; - 934D87592A777B0400C3107A /* libCommonPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA16A42A35DDDB007E89E1 /* libCommonPPSSPP.a */; platformFilters = (ios, maccatalyst, ); }; - 934D875A2A777B0400C3107A /* libCorePPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA16A62A35DDDB007E89E1 /* libCorePPSSPP.a */; platformFilters = (ios, maccatalyst, ); }; - 934D875C2A777B0400C3107A /* libgasonPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 934D86A82A777A3600C3107A /* libgasonPPSSPP.a */; platformFilters = (ios, maccatalyst, ); }; - 934D875D2A777B0400C3107A /* libGenericCodeGenPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA16A82A35DDDB007E89E1 /* libGenericCodeGenPPSSPP.a */; platformFilters = (ios, maccatalyst, ); }; - 934D875E2A777B0400C3107A /* libglslang-default-resource-limitsPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA16722A35D279007E89E1 /* libglslang-default-resource-limitsPPSSPP.a */; platformFilters = (ios, maccatalyst, ); }; - 934D875F2A777B0400C3107A /* libglslangPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA16702A35D279007E89E1 /* libglslangPPSSPP.a */; platformFilters = (ios, maccatalyst, ); }; - 934D87602A777B0400C3107A /* libHLSLPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA166C2A35D279007E89E1 /* libHLSLPPSSPP.a */; platformFilters = (ios, maccatalyst, ); }; - 934D87612A777B0400C3107A /* libkirkPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 934D86AA2A777A3600C3107A /* libkirkPPSSPP.a */; platformFilters = (ios, maccatalyst, ); }; - 934D87622A777B0400C3107A /* liblibzipPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 934D86AC2A777A3600C3107A /* liblibzipPPSSPP.a */; platformFilters = (ios, maccatalyst, ); }; - 934D87632A777B0400C3107A /* libMachineIndependentPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA16AA2A35DDDB007E89E1 /* libMachineIndependentPPSSPP.a */; platformFilters = (ios, maccatalyst, ); }; - 934D87642A777B0400C3107A /* libminiupnpcPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 934D86B02A777A3600C3107A /* libminiupnpcPPSSPP.a */; platformFilters = (ios, maccatalyst, ); }; - 934D87652A777B0400C3107A /* libnativePPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA16B02A35DDDB007E89E1 /* libnativePPSSPP.a */; platformFilters = (ios, maccatalyst, ); }; - 934D87662A777B0400C3107A /* libOGLCompilerPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA16AC2A35DDDB007E89E1 /* libOGLCompilerPPSSPP.a */; platformFilters = (ios, maccatalyst, ); }; - 934D87672A777B0400C3107A /* libOSDependentPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 934D869E2A777A3600C3107A /* libOSDependentPPSSPP.a */; platformFilters = (ios, maccatalyst, ); }; - 934D87682A777B0400C3107A /* libpng17PPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 934D86B22A777A3600C3107A /* libpng17PPSSPP.a */; platformFilters = (ios, maccatalyst, ); }; - 934D87692A777B0400C3107A /* libsfmt19937PPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA16B22A35DDDB007E89E1 /* libsfmt19937PPSSPP.a */; platformFilters = (ios, maccatalyst, ); }; - 934D876A2A777B0400C3107A /* libsnappyPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 934D86B42A777A3600C3107A /* libsnappyPPSSPP.a */; platformFilters = (ios, maccatalyst, ); }; - 934D876B2A777B0400C3107A /* libspirv-cross-corePPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA16742A35D279007E89E1 /* libspirv-cross-corePPSSPP.a */; platformFilters = (ios, maccatalyst, ); }; - 934D876C2A777B0400C3107A /* libspirv-cross-cppPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA16762A35D279007E89E1 /* libspirv-cross-cppPPSSPP.a */; platformFilters = (ios, maccatalyst, ); }; - 934D876D2A777B0400C3107A /* libspirv-cross-glslPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA16782A35D279007E89E1 /* libspirv-cross-glslPPSSPP.a */; platformFilters = (ios, maccatalyst, ); }; - 934D876E2A777B0400C3107A /* libspirv-cross-hlslPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA167A2A35D279007E89E1 /* libspirv-cross-hlslPPSSPP.a */; platformFilters = (ios, maccatalyst, ); }; - 934D876F2A777B0400C3107A /* libspirv-cross-mslPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA167C2A35D279007E89E1 /* libspirv-cross-mslPPSSPP.a */; platformFilters = (ios, maccatalyst, ); }; - 934D87702A777B0400C3107A /* libSPIRVPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA166E2A35D279007E89E1 /* libSPIRVPPSSPP.a */; platformFilters = (ios, maccatalyst, ); }; - 934D87712A777B0400C3107A /* libudis86PPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 934D86B62A777A3600C3107A /* libudis86PPSSPP.a */; platformFilters = (ios, maccatalyst, ); }; - 934D87722A777B0400C3107A /* libunix_based_hardware_detectionPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 934D86B82A777A3600C3107A /* libunix_based_hardware_detectionPPSSPP.a */; platformFilters = (ios, maccatalyst, ); }; - 934D87732A777B0400C3107A /* libutilsPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA16B42A35DDDB007E89E1 /* libutilsPPSSPP.a */; platformFilters = (ios, maccatalyst, ); }; - 934D87742A777B0400C3107A /* libvmaPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA16B62A35DDDB007E89E1 /* libvmaPPSSPP.a */; platformFilters = (ios, maccatalyst, ); }; - 934D87752A777B0400C3107A /* libxbrzPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA16B82A35DDDB007E89E1 /* libxbrzPPSSPP.a */; platformFilters = (ios, maccatalyst, ); }; - 934D87762A777B0400C3107A /* libxxhashPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 936E99C02A358C0A00B1D0F8 /* libxxhashPPSSPP.a */; platformFilters = (ios, maccatalyst, ); }; - 934D87772A777B0400C3107A /* libzstd_staticPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA16AE2A35DDDB007E89E1 /* libzstd_staticPPSSPP.a */; platformFilters = (ios, maccatalyst, ); }; + 934D87562A777B0400C3107A /* libarmipsPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 934D86A02A777A3600C3107A /* libarmipsPPSSPP.a */; }; + 934D87572A777B0400C3107A /* libbasis_universalPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 934D86A22A777A3600C3107A /* libbasis_universalPPSSPP.a */; }; + 934D87582A777B0400C3107A /* libcityhashPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 934D86A42A777A3600C3107A /* libcityhashPPSSPP.a */; }; + 934D87592A777B0400C3107A /* libCommonPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA16A42A35DDDB007E89E1 /* libCommonPPSSPP.a */; }; + 934D875A2A777B0400C3107A /* libCorePPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA16A62A35DDDB007E89E1 /* libCorePPSSPP.a */; }; + 934D875C2A777B0400C3107A /* libgasonPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 934D86A82A777A3600C3107A /* libgasonPPSSPP.a */; }; + 934D875D2A777B0400C3107A /* libGenericCodeGenPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA16A82A35DDDB007E89E1 /* libGenericCodeGenPPSSPP.a */; }; + 934D875E2A777B0400C3107A /* libglslang-default-resource-limitsPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA16722A35D279007E89E1 /* libglslang-default-resource-limitsPPSSPP.a */; }; + 934D875F2A777B0400C3107A /* libglslangPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA16702A35D279007E89E1 /* libglslangPPSSPP.a */; }; + 934D87602A777B0400C3107A /* libHLSLPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA166C2A35D279007E89E1 /* libHLSLPPSSPP.a */; }; + 934D87612A777B0400C3107A /* libkirkPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 934D86AA2A777A3600C3107A /* libkirkPPSSPP.a */; }; + 934D87622A777B0400C3107A /* liblibzipPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 934D86AC2A777A3600C3107A /* liblibzipPPSSPP.a */; }; + 934D87632A777B0400C3107A /* libMachineIndependentPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA16AA2A35DDDB007E89E1 /* libMachineIndependentPPSSPP.a */; }; + 934D87642A777B0400C3107A /* libminiupnpcPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 934D86B02A777A3600C3107A /* libminiupnpcPPSSPP.a */; }; + 934D87652A777B0400C3107A /* libnativePPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA16B02A35DDDB007E89E1 /* libnativePPSSPP.a */; }; + 934D87662A777B0400C3107A /* libOGLCompilerPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA16AC2A35DDDB007E89E1 /* libOGLCompilerPPSSPP.a */; }; + 934D87672A777B0400C3107A /* libOSDependentPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 934D869E2A777A3600C3107A /* libOSDependentPPSSPP.a */; }; + 934D87682A777B0400C3107A /* libpng17PPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 934D86B22A777A3600C3107A /* libpng17PPSSPP.a */; }; + 934D87692A777B0400C3107A /* libsfmt19937PPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA16B22A35DDDB007E89E1 /* libsfmt19937PPSSPP.a */; }; + 934D876A2A777B0400C3107A /* libsnappyPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 934D86B42A777A3600C3107A /* libsnappyPPSSPP.a */; }; + 934D876B2A777B0400C3107A /* libspirv-cross-corePPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA16742A35D279007E89E1 /* libspirv-cross-corePPSSPP.a */; }; + 934D876C2A777B0400C3107A /* libspirv-cross-cppPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA16762A35D279007E89E1 /* libspirv-cross-cppPPSSPP.a */; }; + 934D876D2A777B0400C3107A /* libspirv-cross-glslPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA16782A35D279007E89E1 /* libspirv-cross-glslPPSSPP.a */; }; + 934D876E2A777B0400C3107A /* libspirv-cross-hlslPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA167A2A35D279007E89E1 /* libspirv-cross-hlslPPSSPP.a */; }; + 934D876F2A777B0400C3107A /* libspirv-cross-mslPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA167C2A35D279007E89E1 /* libspirv-cross-mslPPSSPP.a */; }; + 934D87702A777B0400C3107A /* libSPIRVPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA166E2A35D279007E89E1 /* libSPIRVPPSSPP.a */; }; + 934D87712A777B0400C3107A /* libudis86PPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 934D86B62A777A3600C3107A /* libudis86PPSSPP.a */; }; + 934D87722A777B0400C3107A /* libunix_based_hardware_detectionPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 934D86B82A777A3600C3107A /* libunix_based_hardware_detectionPPSSPP.a */; }; + 934D87732A777B0400C3107A /* libutilsPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA16B42A35DDDB007E89E1 /* libutilsPPSSPP.a */; }; + 934D87742A777B0400C3107A /* libvmaPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA16B62A35DDDB007E89E1 /* libvmaPPSSPP.a */; }; + 934D87752A777B0400C3107A /* libxbrzPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA16B82A35DDDB007E89E1 /* libxbrzPPSSPP.a */; }; + 934D87762A777B0400C3107A /* libxxhashPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 936E99C02A358C0A00B1D0F8 /* libxxhashPPSSPP.a */; }; + 934D87772A777B0400C3107A /* libzstd_staticPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93AA16AE2A35DDDB007E89E1 /* libzstd_staticPPSSPP.a */; }; 938A1B6E2A779FAC00F76417 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 938A1B6D2A779FAC00F76417 /* UIKit.framework */; platformFilters = (ios, maccatalyst, tvos, watchos, ); }; 9399CF592A787EFD00D745E9 /* SPVRemapperPPSSPP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9399CF502A787EFD00D745E9 /* SPVRemapperPPSSPP.cpp */; }; 9399CF5B2A787EFD00D745E9 /* docPPSSPP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9399CF522A787EFD00D745E9 /* docPPSSPP.cpp */; }; @@ -102,6 +102,18 @@ 93CD1E1F2A59AB9B00DE2A5C /* libpsp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B30178D3207C901D0051B93D /* libpsp.a */; }; 93CD1E202A59ACBF00DE2A5C /* MemArenaDarwin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 93C33C24295F84EF008DFADD /* MemArenaDarwin.cpp */; }; 93CD1E242A59AE3800DE2A5C /* libretro_stub.mm in Sources */ = {isa = PBXBuildFile; fileRef = 93CD1E222A59AE0C00DE2A5C /* libretro_stub.mm */; }; + 93CFE6902BE93F89009B2220 /* libavcodecPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93FB8DA52A77146A00F1C0A8 /* libavcodecPPSSPP.a */; platformFilter = ios; }; + 93CFE6912BE93F89009B2220 /* libavdevicePPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93FB8DA72A77146B00F1C0A8 /* libavdevicePPSSPP.a */; platformFilter = ios; }; + 93CFE6922BE93F89009B2220 /* libavformatPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93FB8DA82A77146C00F1C0A8 /* libavformatPPSSPP.a */; platformFilter = ios; }; + 93CFE6932BE93F89009B2220 /* libavutilPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93FB8DA42A77146A00F1C0A8 /* libavutilPPSSPP.a */; platformFilter = ios; }; + 93CFE6942BE93F89009B2220 /* libswresamplePPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93FB8DA62A77146B00F1C0A8 /* libswresamplePPSSPP.a */; platformFilter = ios; }; + 93CFE6952BE93F89009B2220 /* libswscalePPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93FB8DA32A77146A00F1C0A8 /* libswscalePPSSPP.a */; platformFilter = ios; }; + 93CFE6962BE93FC3009B2220 /* libavcodecPPSSPPTV.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93CFCFBE2BE924D5009B2220 /* libavcodecPPSSPPTV.a */; platformFilters = (tvos, ); }; + 93CFE6972BE93FC3009B2220 /* libavdevicePPSSPPTV.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93CFCFB92BE924D4009B2220 /* libavdevicePPSSPPTV.a */; platformFilters = (tvos, ); }; + 93CFE6982BE93FC3009B2220 /* libavformatPPSSPPTV.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93CFCFBC2BE924D5009B2220 /* libavformatPPSSPPTV.a */; platformFilters = (tvos, ); }; + 93CFE6992BE93FC3009B2220 /* libavutilPPSSPPTV.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93CFCFBD2BE924D5009B2220 /* libavutilPPSSPPTV.a */; platformFilters = (tvos, ); }; + 93CFE69A2BE93FC3009B2220 /* libswresamplePPSSPPTV.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93CFCFBA2BE924D4009B2220 /* libswresamplePPSSPPTV.a */; platformFilters = (tvos, ); }; + 93CFE69B2BE93FC3009B2220 /* libswscalePPSSPPTV.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93CFCFBB2BE924D4009B2220 /* libswscalePPSSPPTV.a */; platformFilters = (tvos, ); }; 93D05DD02A59A91200F3631F /* LibretroGLCoreContext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 93D05DCA2A59A91100F3631F /* LibretroGLCoreContext.cpp */; }; 93D05DD12A59A91200F3631F /* libretro.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 93D05DCB2A59A91100F3631F /* libretro.cpp */; }; 93D05DD22A59A91200F3631F /* libretro_vulkan.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 93D05DCC2A59A91100F3631F /* libretro_vulkan.cpp */; }; @@ -138,7 +150,6 @@ 93E74243295B70280028EB94 /* Core.plist in Resources */ = {isa = PBXBuildFile; fileRef = B3C7622720783510009950E4 /* Core.plist */; }; 93E7427B295C53890028EB94 /* OGLGraphicsContext.h in Sources */ = {isa = PBXBuildFile; fileRef = 93E7427A295C53890028EB94 /* OGLGraphicsContext.h */; }; 93F6EC61298AC9FA00397536 /* PVDebug.m in Sources */ = {isa = PBXBuildFile; fileRef = 93F6EC60298AC9FA00397536 /* PVDebug.m */; }; - 93F9BDA42A77A1F100A7B438 /* libMoltenVK_PPSSPP.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 93E741E0295B5B240028EB94 /* libMoltenVK_PPSSPP.dylib */; }; 93F9BDA72A77A23200A7B438 /* Metal.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 93F9BDA52A77A23100A7B438 /* Metal.framework */; platformFilters = (ios, maccatalyst, macos, tvos, ); }; 93F9BDA82A77A23200A7B438 /* MetalKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 93F9BDA62A77A23100A7B438 /* MetalKit.framework */; platformFilters = (ios, maccatalyst, macos, tvos, ); }; 93F9BDAA2A77A23D00A7B438 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 93F9BDA92A77A23D00A7B438 /* CoreGraphics.framework */; }; @@ -147,12 +158,6 @@ 93F9BDB22A77A2B000A7B438 /* GLKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 93F9BDB12A77A2AF00A7B438 /* GLKit.framework */; platformFilters = (ios, macos, tvos, ); }; 93F9BDB42A77A2B700A7B438 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 93F9BDB32A77A2B700A7B438 /* Security.framework */; }; 93F9BDB62A77A2BF00A7B438 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 93F9BDB52A77A2BF00A7B438 /* SystemConfiguration.framework */; platformFilters = (ios, maccatalyst, macos, tvos, ); }; - 93FB8DA92A77146C00F1C0A8 /* libswscalePPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93FB8DA32A77146A00F1C0A8 /* libswscalePPSSPP.a */; }; - 93FB8DAA2A77146C00F1C0A8 /* libavutilPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93FB8DA42A77146A00F1C0A8 /* libavutilPPSSPP.a */; }; - 93FB8DAB2A77146C00F1C0A8 /* libavcodecPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93FB8DA52A77146A00F1C0A8 /* libavcodecPPSSPP.a */; }; - 93FB8DAC2A77146C00F1C0A8 /* libswresamplePPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93FB8DA62A77146B00F1C0A8 /* libswresamplePPSSPP.a */; }; - 93FB8DAD2A77146C00F1C0A8 /* libavdevicePPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93FB8DA72A77146B00F1C0A8 /* libavdevicePPSSPP.a */; }; - 93FB8DAE2A77146C00F1C0A8 /* libavformatPPSSPP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 93FB8DA82A77146C00F1C0A8 /* libavformatPPSSPP.a */; }; B302CD0E2A50126700510493 /* PVSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B302CD0D2A50126700510493 /* PVSupport.framework */; }; B3AFCF9E2977A86400A01010 /* PVLogging in Frameworks */ = {isa = PBXBuildFile; productRef = B3AFCF9D2977A86400A01010 /* PVLogging */; }; /* End PBXBuildFile section */ @@ -780,6 +785,13 @@ 93BDF7552A3363D700264477 /* iOSCoreAudio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iOSCoreAudio.h; sourceTree = ""; }; 93C33C24295F84EF008DFADD /* MemArenaDarwin.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MemArenaDarwin.cpp; sourceTree = ""; }; 93CD1E222A59AE0C00DE2A5C /* libretro_stub.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = libretro_stub.mm; sourceTree = ""; }; + 93CFCFB92BE924D4009B2220 /* libavdevicePPSSPPTV.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libavdevicePPSSPPTV.a; path = cmake/ffmpeg/appletvos/lib/libavdevicePPSSPPTV.a; sourceTree = ""; }; + 93CFCFBA2BE924D4009B2220 /* libswresamplePPSSPPTV.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libswresamplePPSSPPTV.a; path = cmake/ffmpeg/appletvos/lib/libswresamplePPSSPPTV.a; sourceTree = ""; }; + 93CFCFBB2BE924D4009B2220 /* libswscalePPSSPPTV.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libswscalePPSSPPTV.a; path = cmake/ffmpeg/appletvos/lib/libswscalePPSSPPTV.a; sourceTree = ""; }; + 93CFCFBC2BE924D5009B2220 /* libavformatPPSSPPTV.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libavformatPPSSPPTV.a; path = cmake/ffmpeg/appletvos/lib/libavformatPPSSPPTV.a; sourceTree = ""; }; + 93CFCFBD2BE924D5009B2220 /* libavutilPPSSPPTV.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libavutilPPSSPPTV.a; path = cmake/ffmpeg/appletvos/lib/libavutilPPSSPPTV.a; sourceTree = ""; }; + 93CFCFBE2BE924D5009B2220 /* libavcodecPPSSPPTV.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libavcodecPPSSPPTV.a; path = cmake/ffmpeg/appletvos/lib/libavcodecPPSSPPTV.a; sourceTree = ""; }; + 93CFE69C2BE9456E009B2220 /* AppleBatteryClient.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppleBatteryClient.m; sourceTree = ""; }; 93D05DBF2A59A87F00F3631F /* ppsspp_libretro.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ppsspp_libretro.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 93D05DCA2A59A91100F3631F /* LibretroGLCoreContext.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LibretroGLCoreContext.cpp; path = libretro_ppsspp/libretro/LibretroGLCoreContext.cpp; sourceTree = ""; }; 93D05DCB2A59A91100F3631F /* libretro.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = libretro.cpp; path = libretro_ppsspp/libretro/libretro.cpp; sourceTree = ""; }; @@ -884,12 +896,23 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 93CFE6962BE93FC3009B2220 /* libavcodecPPSSPPTV.a in Frameworks */, + 93CFE6972BE93FC3009B2220 /* libavdevicePPSSPPTV.a in Frameworks */, + 93CFE6982BE93FC3009B2220 /* libavformatPPSSPPTV.a in Frameworks */, + 93CFE6992BE93FC3009B2220 /* libavutilPPSSPPTV.a in Frameworks */, + 93CFE69A2BE93FC3009B2220 /* libswresamplePPSSPPTV.a in Frameworks */, + 93CFE69B2BE93FC3009B2220 /* libswscalePPSSPPTV.a in Frameworks */, + 93CFE6902BE93F89009B2220 /* libavcodecPPSSPP.a in Frameworks */, + 93CFE6912BE93F89009B2220 /* libavdevicePPSSPP.a in Frameworks */, + 93CFE6922BE93F89009B2220 /* libavformatPPSSPP.a in Frameworks */, + 93CFE6932BE93F89009B2220 /* libavutilPPSSPP.a in Frameworks */, + 93CFE6942BE93F89009B2220 /* libswresamplePPSSPP.a in Frameworks */, + 93CFE6952BE93F89009B2220 /* libswscalePPSSPP.a in Frameworks */, 934D87622A777B0400C3107A /* liblibzipPPSSPP.a in Frameworks */, 934D87772A777B0400C3107A /* libzstd_staticPPSSPP.a in Frameworks */, 93E5AB2C2A77BF02001C77A2 /* libbz2.tbd in Frameworks */, 93E5AB262A77BD9C001C77A2 /* libsqlite3.tbd in Frameworks */, 93E5AB242A77BD97001C77A2 /* libpthread.tbd in Frameworks */, - 93F9BDA42A77A1F100A7B438 /* libMoltenVK_PPSSPP.dylib in Frameworks */, 934D87562A777B0400C3107A /* libarmipsPPSSPP.a in Frameworks */, 934D87572A777B0400C3107A /* libbasis_universalPPSSPP.a in Frameworks */, 934D87582A777B0400C3107A /* libcityhashPPSSPP.a in Frameworks */, @@ -921,12 +944,6 @@ 934D87742A777B0400C3107A /* libvmaPPSSPP.a in Frameworks */, 934D87752A777B0400C3107A /* libxbrzPPSSPP.a in Frameworks */, 934D87762A777B0400C3107A /* libxxhashPPSSPP.a in Frameworks */, - 93FB8DA92A77146C00F1C0A8 /* libswscalePPSSPP.a in Frameworks */, - 93FB8DAA2A77146C00F1C0A8 /* libavutilPPSSPP.a in Frameworks */, - 93FB8DAB2A77146C00F1C0A8 /* libavcodecPPSSPP.a in Frameworks */, - 93FB8DAC2A77146C00F1C0A8 /* libswresamplePPSSPP.a in Frameworks */, - 93FB8DAD2A77146C00F1C0A8 /* libavdevicePPSSPP.a in Frameworks */, - 93FB8DAE2A77146C00F1C0A8 /* libavformatPPSSPP.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1051,9 +1068,9 @@ 934D86A22A777A3600C3107A /* libbasis_universalPPSSPP.a */, 934D86A42A777A3600C3107A /* libcityhashPPSSPP.a */, 934D86A62A777A3600C3107A /* libcpu_featuresPPSSPP.a */, - 93E740F2295B2FD20028EB94 /* datagen */, - 93E740F4295B2FD20028EB94 /* fullbench */, - 93E740F6295B2FD20028EB94 /* fuzzer */, + 93E740F2295B2FD20028EB94 /* datagen.app */, + 93E740F4295B2FD20028EB94 /* fullbench.app */, + 93E740F6295B2FD20028EB94 /* fuzzer.app */, 934D86A82A777A3600C3107A /* libgasonPPSSPP.a */, 93AA16702A35D279007E89E1 /* libglslangPPSSPP.a */, 93AA16722A35D279007E89E1 /* libglslang-default-resource-limitsPPSSPP.a */, @@ -1063,7 +1080,7 @@ 93AA16AE2A35DDDB007E89E1 /* libzstd_staticPPSSPP.a */, 934D86B02A777A3600C3107A /* libminiupnpcPPSSPP.a */, 93AA16B02A35DDDB007E89E1 /* libnativePPSSPP.a */, - 93E74108295B2FD20028EB94 /* paramgrill */, + 93E74108295B2FD20028EB94 /* paramgrill.app */, 934D86B22A777A3600C3107A /* libpng17PPSSPP.a */, 93AA16B22A35DDDB007E89E1 /* libsfmt19937PPSSPP.a */, 934D86B42A777A3600C3107A /* libsnappyPPSSPP.a */, @@ -1078,7 +1095,7 @@ 93AA16B62A35DDDB007E89E1 /* libvmaPPSSPP.a */, 93AA16B82A35DDDB007E89E1 /* libxbrzPPSSPP.a */, 936E99C02A358C0A00B1D0F8 /* libxxhashPPSSPP.a */, - 93E74124295B2FD20028EB94 /* zstreamtest */, + 93E74124295B2FD20028EB94 /* zstreamtest.app */, ); name = Products; sourceTree = ""; @@ -1086,6 +1103,7 @@ B3447EB5218BCE2000557ACE /* Core */ = { isa = PBXGroup; children = ( + 93CFE69C2BE9456E009B2220 /* AppleBatteryClient.m */, 93BDF7552A3363D700264477 /* iOSCoreAudio.h */, 93BDF7542A3363D700264477 /* iOSCoreAudio.mm */, 933430442A3246F8001C35C2 /* DarwinFileSystemServices.h */, @@ -1150,6 +1168,12 @@ B3C7621B20783242009950E4 /* Frameworks */ = { isa = PBXGroup; children = ( + 93CFCFBE2BE924D5009B2220 /* libavcodecPPSSPPTV.a */, + 93CFCFB92BE924D4009B2220 /* libavdevicePPSSPPTV.a */, + 93CFCFBC2BE924D5009B2220 /* libavformatPPSSPPTV.a */, + 93CFCFBD2BE924D5009B2220 /* libavutilPPSSPPTV.a */, + 93CFCFBA2BE924D4009B2220 /* libswresamplePPSSPPTV.a */, + 93CFCFBB2BE924D4009B2220 /* libswscalePPSSPPTV.a */, 934FA1B72A7905290019C951 /* libpsp.a */, 93E5AB3A2A77C301001C77A2 /* libz.1.2.11.tbd */, 93E5AB302A77C032001C77A2 /* libiconv.tbd */, @@ -1249,6 +1273,7 @@ isa = PBXNativeTarget; buildConfigurationList = 93E74212295B67C70028EB94 /* Build configuration list for PBXNativeTarget "PVPPSSPP" */; buildPhases = ( + 9383100B2CEF6C7200DF2BBC /* ShellScript */, 93E741E7295B67C70028EB94 /* Sources */, 93E741F3295B67C70028EB94 /* Frameworks */, 93E74206295B67C70028EB94 /* Headers */, @@ -1621,42 +1646,37 @@ remoteRef = 93AA16B72A35DDDB007E89E1 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 93E740F2295B2FD20028EB94 /* datagen */ = { + 93E740F2295B2FD20028EB94 /* datagen.app */ = { isa = PBXReferenceProxy; - fileType = "compiled.mach-o.executable"; - name = datagen; + fileType = wrapper.application; path = datagen.app; remoteRef = 93E740F1295B2FD20028EB94 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 93E740F4295B2FD20028EB94 /* fullbench */ = { + 93E740F4295B2FD20028EB94 /* fullbench.app */ = { isa = PBXReferenceProxy; - fileType = "compiled.mach-o.executable"; - name = fullbench; + fileType = wrapper.application; path = fullbench.app; remoteRef = 93E740F3295B2FD20028EB94 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 93E740F6295B2FD20028EB94 /* fuzzer */ = { + 93E740F6295B2FD20028EB94 /* fuzzer.app */ = { isa = PBXReferenceProxy; - fileType = "compiled.mach-o.executable"; - name = fuzzer; + fileType = wrapper.application; path = fuzzer.app; remoteRef = 93E740F5295B2FD20028EB94 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 93E74108295B2FD20028EB94 /* paramgrill */ = { + 93E74108295B2FD20028EB94 /* paramgrill.app */ = { isa = PBXReferenceProxy; - fileType = "compiled.mach-o.executable"; - name = paramgrill; + fileType = wrapper.application; path = paramgrill.app; remoteRef = 93E74107295B2FD20028EB94 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 93E74124295B2FD20028EB94 /* zstreamtest */ = { + 93E74124295B2FD20028EB94 /* zstreamtest.app */ = { isa = PBXReferenceProxy; - fileType = "compiled.mach-o.executable"; - name = zstreamtest; + fileType = wrapper.application; path = zstreamtest.app; remoteRef = 93E74123295B2FD20028EB94 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; @@ -1704,6 +1724,23 @@ shellPath = /bin/sh; shellScript = "#Use 1.3.250.1 libMoltenVK in ${SRCROOT}/lib instead\ncp \"${SRCROOT}/lib/libMoltenVK_1.3.250.1.dylib\" \"${SRCROOT}/lib/libMoltenVK_PPSSPP.dylib\"\n#cp \"${SRCROOT}/libretro_ppsspp/ext/vulkan/iOS/Frameworks/libMoltenVK.dylib\" \"${SRCROOT}/lib/libMoltenVK_PPSSPP.dylib\"\n"; }; + 9383100B2CEF6C7200DF2BBC /* ShellScript */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + ); + outputFileListPaths = ( + ); + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "cd \"${SRCROOT}\"\ncd libretro_ppsspp\ntar -xvf ../update.tar\n\n"; + }; 93CD1E252A59AEC500DE2A5C /* Copy Libretro PPSSPP */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -1997,29 +2034,33 @@ 934D2E01294B4D4700BDEBA5 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; CODE_SIGN_STYLE = Automatic; PRODUCT_NAME = "$(TARGET_NAME)"; + SUPPORTED_PLATFORMS = "xrsimulator xros watchsimulator watchos macosx iphonesimulator iphoneos driverkit appletvsimulator appletvos"; + SUPPORTS_MACCATALYST = YES; }; name = Release; }; 93D05DC42A59A87F00F3631F /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 1; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_MODULE_VERIFIER = YES; ENABLE_USER_SCRIPT_SANDBOXING = YES; FRAMEWORK_SEARCH_PATHS = "\"$(SRCROOT)/lib\""; - GCC_C_LANGUAGE_STANDARD = gnu17; + GCC_C_LANGUAGE_STANDARD = gnu89; GCC_PREPROCESSOR_DEFINITIONS = ( "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", ppsspp_libretro_EXPORTS, @@ -2118,7 +2159,10 @@ ); PRODUCT_BUNDLE_IDENTIFIER = "org.provenance-emu.ppsspp-libretro"; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + PROVISIONING_PROFILE_SPECIFIER = ""; SKIP_INSTALL = YES; + SUPPORTED_PLATFORMS = "xrsimulator xros watchsimulator watchos macosx iphonesimulator iphoneos driverkit appletvsimulator appletvos"; + SUPPORTS_MACCATALYST = YES; SWIFT_EMIT_LOC_STRINGS = YES; TARGETED_DEVICE_FAMILY = "1,2"; }; @@ -2129,12 +2173,13 @@ buildSettings = { ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_C_LANGUAGE_STANDARD = gnu89; GCC_ENABLE_CPP_EXCEPTIONS = YES; GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ( @@ -2171,7 +2216,7 @@ PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos"; + SUPPORTED_PLATFORMS = "xrsimulator xros watchsimulator watchos macosx iphonesimulator iphoneos driverkit appletvsimulator appletvos"; SUPPORTS_MACCATALYST = YES; SWIFT_INCLUDE_PATHS = ""; SWIFT_OBJC_INTERFACE_HEADER_NAME = "$(SWIFT_MODULE_NAME)-Swift.h"; @@ -2186,6 +2231,7 @@ ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; CODE_SIGN_IDENTITY = ""; CODE_SIGN_STYLE = Manual; + GCC_C_LANGUAGE_STANDARD = gnu89; GCC_ENABLE_CPP_EXCEPTIONS = YES; GCC_OPTIMIZATION_LEVEL = fast; GCC_WARN_INHIBIT_ALL_WARNINGS = YES; @@ -2195,7 +2241,7 @@ "\"$(SRCROOT)/PVPPSSPPCore/ppsspp\"", "$(inherited)", "\"$(SRCROOT)/ppsspp\"", - "\"$(SRCROOT)/cmake/ios/universal/include\"", + "\"$(SRCROOT)/cmake/ffmpeg/ios/universal/include\"", "\"$(SRCROOT)/libretro_ppsspp/ext/glslang/SPIRV\"", "\"$(SRCROOT)/libretro_ppsspp/ext/glslang\"", "\"$(SRCROOT)/libretro_ppsspp/ext/glslang-build\"", @@ -2207,6 +2253,14 @@ "\"$(PROJECT_DIR)/cmake/ffmpeg/ios/universal/lib\"", "\"$(SRCROOT)/lib\"", "$(inherited)", + "$(PROJECT_DIR)/cmake/ffmpeg/appletvos/lib", + "$(PROJECT_DIR)/libretro_ppsspp/ffmpeg/libavdevice", + "$(PROJECT_DIR)/libretro_ppsspp/ffmpeg/libswscale", + "$(PROJECT_DIR)/libretro_ppsspp/ffmpeg/libavcodec", + "$(PROJECT_DIR)/libretro_ppsspp/ffmpeg/libswresample", + "$(PROJECT_DIR)/libretro_ppsspp/ffmpeg/libavformat", + "$(PROJECT_DIR)/libretro_ppsspp/ffmpeg/libavutil", + "$(PROJECT_DIR)/cmake/ffmpeg/ios/universal/lib", ); OTHER_LDFLAGS = ( "-ObjC", @@ -2215,7 +2269,7 @@ PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; STRIP_INSTALLED_PRODUCT = NO; - SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos"; + SUPPORTED_PLATFORMS = "xrsimulator xros watchsimulator watchos macosx iphonesimulator iphoneos driverkit appletvsimulator appletvos"; SUPPORTS_MACCATALYST = YES; TARGETED_DEVICE_FAMILY = "1,2,3,4,6"; }; @@ -2262,7 +2316,7 @@ ENABLE_BITCODE = NO; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_C_LANGUAGE_STANDARD = gnu89; GCC_NO_COMMON_BLOCKS = YES; GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ( @@ -2284,7 +2338,7 @@ MTL_ENABLE_DEBUG_INFO = NO; ONLY_ACTIVE_ARCH = NO; SDKROOT = auto; - SUPPORTED_PLATFORMS = "xrsimulator xros watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos"; + SUPPORTED_PLATFORMS = "xrsimulator xros watchsimulator watchos macosx iphonesimulator iphoneos driverkit appletvsimulator appletvos"; SUPPORTS_MACCATALYST = YES; SYMROOT = "$(SRCROOT)/lib/ppsspp/$(CONFIGURATION)"; TVOS_DEPLOYMENT_TARGET = 13.0; @@ -2295,307 +2349,6 @@ }; name = Release; }; - B3D067D52BC4FAE500A7327F /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B3447EBF218BE9DA00557ACE /* BuildFlags.xcconfig */; - buildSettings = { - ALLOW_TARGET_PLATFORM_SPECIALIZATION = NO; - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_BITCODE = NO; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "$(inherited)", - DEBUG, - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "\"$(TOOLCHAIN_DIR)/usr/include\"", - "\"$(SRCROOT)/ppsspp/ffmpeg/ios/universal/include\"", - ); - IPHONEOS_DEPLOYMENT_TARGET = 13.0; - MTL_ENABLE_DEBUG_INFO = NO; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = auto; - SUPPORTED_PLATFORMS = "xrsimulator xros watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos"; - SUPPORTS_MACCATALYST = YES; - SYMROOT = "$(SRCROOT)/lib/ppsspp/$(CONFIGURATION)"; - TVOS_DEPLOYMENT_TARGET = 13.0; - VALIDATE_PRODUCT = NO; - VALIDATE_WORKSPACE_SKIPPED_SDK_FRAMEWORKS = OpenGLES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - B3D067D62BC4FAE500A7327F /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; - CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; - DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_ENABLE_CPP_EXCEPTIONS = YES; - GCC_OPTIMIZATION_LEVEL = fast; - GCC_PREPROCESSOR_DEFINITIONS = ( - "$(inherited)", - NDEBUG, - ); - GCC_WARN_INHIBIT_ALL_WARNINGS = YES; - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/libretro_ppsspp\"", - "\"$(SRCROOT)/libretro_ppsspp/ext/vulkan\"", - "\"$(TOOLCHAIN_DIR)/usr/include\"", - "\"$(SRCROOT)/cmake/ffmpeg/ios/universal/include\"", - ); - INFOPLIST_FILE = "$(SRCROOT)/PVPPSSPP/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = ( - "@executable_path/../Frameworks", - "@loader_path/Frameworks", - ); - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/lib", - "$(PROJECT_DIR)/libretro_ppsspp/ext/vulkan/iOS/Frameworks", - "$(SRCROOT)/lib/$(CONFIGURATION)-$(PLATFORM_NAME)", - "$(SRCROOT)/lib", - ); - PRODUCT_BUNDLE_IDENTIFIER = "org.provenance-emu.pvppsspp"; - PRODUCT_NAME = "$(TARGET_NAME)"; - PROVISIONING_PROFILE_SPECIFIER = ""; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos"; - SUPPORTS_MACCATALYST = YES; - SWIFT_INCLUDE_PATHS = ""; - SWIFT_OBJC_INTERFACE_HEADER_NAME = "$(SWIFT_MODULE_NAME)-Swift.h"; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2,3,4,6"; - }; - name = Debug; - }; - B3D067D72BC4FAE500A7327F /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; - CODE_SIGN_IDENTITY = ""; - CODE_SIGN_STYLE = Manual; - GCC_ENABLE_CPP_EXCEPTIONS = YES; - GCC_OPTIMIZATION_LEVEL = fast; - GCC_WARN_INHIBIT_ALL_WARNINGS = YES; - HEADER_SEARCH_PATHS = ( - "\"$(SRCROOT)/PVPPSSPPCore/ppsspp/glslang/MachineIndependent\"", - "\"$(SRCROOT)/PVPPSSPPCore/ppsspp/glslang\"", - "\"$(SRCROOT)/PVPPSSPPCore/ppsspp\"", - "$(inherited)", - "\"$(SRCROOT)/ppsspp\"", - "\"$(SRCROOT)/cmake/ios/universal/include\"", - "\"$(SRCROOT)/libretro_ppsspp/ext/glslang/SPIRV\"", - "\"$(SRCROOT)/libretro_ppsspp/ext/glslang\"", - "\"$(SRCROOT)/libretro_ppsspp/ext/glslang-build\"", - "\"$(SRCROOT)/libretro_ppsspp/ext/glslang/glslang\"", - "\"$(SRCROOT)/libretro_ppsspp/ext/glslang/glslang/MachineIndependent\"", - "\"$(TOOLCHAIN_DIR)/usr/include\"", - ); - LIBRARY_SEARCH_PATHS = ( - "\"$(PROJECT_DIR)/cmake/ffmpeg/ios/universal/lib\"", - "\"$(SRCROOT)/lib\"", - "$(inherited)", - ); - OTHER_LDFLAGS = ( - "-ObjC", - "$(inherited)", - ); - PRODUCT_NAME = "$(TARGET_NAME)"; - SKIP_INSTALL = YES; - STRIP_INSTALLED_PRODUCT = NO; - SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos"; - SUPPORTS_MACCATALYST = YES; - TARGETED_DEVICE_FAMILY = "1,2,3,4,6"; - }; - name = Debug; - }; - B3D067D82BC4FAE500A7327F /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_STYLE = Automatic; - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Debug; - }; - B3D067D92BC4FAE500A7327F /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; - CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; - COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_MODULE_VERIFIER = YES; - ENABLE_USER_SCRIPT_SANDBOXING = YES; - FRAMEWORK_SEARCH_PATHS = "\"$(SRCROOT)/lib\""; - GCC_C_LANGUAGE_STANDARD = gnu17; - GCC_PREPROCESSOR_DEFINITIONS = ( - "'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'", - ppsspp_libretro_EXPORTS, - "'GL_ETC1_RGB8_OES=0'", - __STDC_CONSTANT_MACROS, - "'ASSETS_DIR=\"/usr/local/share/ppsspp/assets/\"'", - __LIBRETRO__, - GLEW_NO_GLU, - USING_GLES2, - MOBILE_DEVICE, - "'PNG_ARM_NEON_OPT=0'", - SHARED_ZLIB, - MINIUPNPC_SET_SOCKET_TIMEOUT, - _BSD_SOURCE, - _DEFAULT_SOURCE, - "'_POSIX_C_SOURCE=200112L'", - _DARWIN_C_SOURCE, - WITH_UPNP, - MINIUPNP_STATICLIB, - "'STACK_LINE_READER_BUFFER_SIZE=1024'", - "$(inherited)", - ); - GENERATE_INFOPLIST_FILE = YES; - HEADER_SEARCH_PATHS = ( - ./libretro_ppsspp/ext/glslang, - ./libretro_ppsspp/ext/glew, - ./libretro_ppsspp, - ./libretro_ppsspp/ext/openxr, - ./libretro_ppsspp/Common, - ./libretro_ppsspp/ext/libzip, - ./libretro_ppsspp/ext/libpng17, - ./libretro_ppsspp/ext/zstd/lib, - ./cmake, - ./libretro_ppsspp/libretro/libretro, - ./libretro_ppsspp/ext/snappy/., - ./libretro_ppsspp/ext/cmake/cpu_features/../../cpu_features/include, - ./libretro_ppsspp/ext/glslang/glslang/.., - ./cmake/include, - ./libretro_ppsspp/ext/glslang/SPIRV/.., - "./libretro_ppsspp/ext/SPIRV-Cross-build/../SPIRV-Cross", - ./libretro_ppsspp/ext/armips, - ./libretro_ppsspp/ext/armips/ext/tinyformat, - ./libretro_ppsspp/ext/armips/ext/filesystem/include, - "$(inherited)", - "\"$(TOOLCHAIN_DIR)/usr/include\"", - ); - INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2023 Provenance Emu. All rights reserved."; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = ( - "@executable_path/../Frameworks", - "@loader_path/Frameworks", - ); - LIBRARY_SEARCH_PATHS = ( - "\"$(SRCROOT)/lib\"", - "\"$(PROJECT_DIR)/lib\"", - ); - LOCALIZATION_PREFERS_STRING_CATALOGS = YES; - MARKETING_VERSION = 1.0; - MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++"; - MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20"; - MTL_FAST_MATH = YES; - OTHER_CPLUSPLUSFLAGS = ( - "-mios-version-min=11.0", - "-mios-version-min=11.0", - "-DNDEBUG", - "-D_NDEBUG", - "'-std=gnu++17'", - "-fPIC", - "-fPIC", - "-fno-strict-aliasing", - "-U__STRICT_ANSI__", - "-U__STRICT_ANSI__", - "-Wno-nullability-completeness", - "-Wno-tautological-pointer-compare", - "-Wno-deprecated-register", - "-Wformat", - "-Wno-multichar", - "-fPIC", - ); - OTHER_LDFLAGS = ( - "-dynamiclib", - "-Wl,-headerpad_max_install_names", - "-Wl,-exported_symbols_list,./libretro_ppsspp/libretro/libretro.osx.def", - "-framework", - GLKit, - "-framework", - OpenGLES, - "\"$(SDK_DIR)/usr/lib/libz.tbd\"", - "$(inherited)", - ); - PRODUCT_BUNDLE_IDENTIFIER = "org.provenance-emu.ppsspp-libretro"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - SWIFT_EMIT_LOC_STRINGS = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -2603,7 +2356,6 @@ isa = XCConfigurationList; buildConfigurations = ( 934D2E01294B4D4700BDEBA5 /* Release */, - B3D067D82BC4FAE500A7327F /* Debug */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -2612,7 +2364,6 @@ isa = XCConfigurationList; buildConfigurations = ( 93D05DC42A59A87F00F3631F /* Release */, - B3D067D92BC4FAE500A7327F /* Debug */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -2621,7 +2372,6 @@ isa = XCConfigurationList; buildConfigurations = ( 93E74214295B67C70028EB94 /* Release */, - B3D067D62BC4FAE500A7327F /* Debug */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -2630,7 +2380,6 @@ isa = XCConfigurationList; buildConfigurations = ( B30178DB207C901D0051B93D /* Release */, - B3D067D72BC4FAE500A7327F /* Debug */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -2639,7 +2388,6 @@ isa = XCConfigurationList; buildConfigurations = ( B3C7621720783162009950E4 /* Release */, - B3D067D52BC4FAE500A7327F /* Debug */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/Cores/PPSSPP/PVPPSSPPCore/Core/AppleBatteryClient.m b/Cores/PPSSPP/PVPPSSPPCore/Core/AppleBatteryClient.m new file mode 100644 index 0000000000..b5d3bc52c9 --- /dev/null +++ b/Cores/PPSSPP/PVPPSSPPCore/Core/AppleBatteryClient.m @@ -0,0 +1,99 @@ +// +// AppleBatteryClient.m +// PPSSPP +// +// Created by Serena on 24/01/2023. +// + +#include "Battery.h" +#import + +#if PPSSPP_PLATFORM(MAC) +#include +#include +#elif PPSSPP_PLATFORM(IOS) +#import +#endif + +@interface AppleBatteryClient : NSObject ++(instancetype)sharedClient; +-(void)setNeedsToUpdateLevel; +@property int batteryLevel; +@end + +void _powerSourceRunLoopCallback(void * __unused ctx) { + // IOKit has told us that battery information has changed, now update the batteryLevel var + [[AppleBatteryClient sharedClient] setNeedsToUpdateLevel]; +} + +// You may ask, +// "Why an entire class? +// Why not just call the UIDevice/IOKitPowerSource functions every time getCurrentBatteryCapacity() is called?" +// Well, calling the UIDevice/IOKitPowerSource functions very frequently (every second, it seems?) is expensive +// So, instead, I made a class with a cached batteryLevel property +// that only gets set when it needs to. +@implementation AppleBatteryClient + ++ (instancetype)sharedClient { + static AppleBatteryClient *client; + static dispatch_once_t onceToken; + dispatch_once(&onceToken, ^{ + client = [AppleBatteryClient new]; + [client initialSetup]; + [client setNeedsToUpdateLevel]; + }); + + return client; +} + +-(void)initialSetup { +#if TARGET_OS_IOS + // on iOS, this needs to be true to get the battery level + // and it needs to be set just once, so do it here + UIDevice.currentDevice.batteryMonitoringEnabled = YES; + // Register for when the battery % changes + [[NSNotificationCenter defaultCenter] addObserver:self + selector:@selector(setNeedsToUpdateLevel) + name:UIDeviceBatteryLevelDidChangeNotification object:nil]; +#elif TARGET_OS_TV + // +#elif TARGET_OS_MAC + CFRunLoopSourceRef loop = IOPSNotificationCreateRunLoopSource(_powerSourceRunLoopCallback, nil); + CFRunLoopAddSource(CFRunLoopGetMain(), loop, kCFRunLoopDefaultMode); +#endif +} + +- (void)setNeedsToUpdateLevel { +#if TARGET_OS_IOS + // `-[UIDevice batteryLevel]` returns the % like '0.(actual %)' (ie, 0.28 when the battery is 28%) + // so multiply it by 100 to get a visually appropriate version + self.batteryLevel = [[UIDevice currentDevice] batteryLevel] * 100; +#elif TARGET_OS_TV + self.batteryLevel = 100; +#elif TARGET_OS_MAC + CFTypeRef snapshot = IOPSCopyPowerSourcesInfo(); + NSArray *sourceList = (__bridge NSArray *)IOPSCopyPowerSourcesList(snapshot); + if (!sourceList) { + if (snapshot) CFRelease(snapshot); + return; + } + + for (NSDictionary *source in sourceList) { + // kIOPSCurrentCapacityKey = battery level + NSNumber *currentCapacity = [source objectForKey:@(kIOPSCurrentCapacityKey)]; + if (currentCapacity) { + // we found what we want + self.batteryLevel = currentCapacity.intValue; + break; + } + } + CFRelease(snapshot); +#endif +} + +@end + + +int getCurrentBatteryCapacity() { + return [[AppleBatteryClient sharedClient] batteryLevel]; +} diff --git a/Cores/PPSSPP/PVPPSSPPCore/Core/PVPPSSPPCore.mm b/Cores/PPSSPP/PVPPSSPPCore/Core/PVPPSSPPCore.mm index faf0c0cfcd..8a2278561d 100644 --- a/Cores/PPSSPP/PVPPSSPPCore/Core/PVPPSSPPCore.mm +++ b/Cores/PPSSPP/PVPPSSPPCore/Core/PVPPSSPPCore.mm @@ -543,3 +543,11 @@ void System_LaunchUrl(LaunchUrlType urlType, char const* url) {} deviceList.empty(); return deviceList; } + +#if TARGET_OS_TV +int getCurrentBatteryCapacity() { + return 100; +} +void _powerSourceRunLoopCallback(void * __unused ctx) { +} +#endif diff --git a/Cores/PPSSPP/cmake/PPSSPP.xcodeproj/project.pbxproj b/Cores/PPSSPP/cmake/PPSSPP.xcodeproj/project.pbxproj index 23fcfd58cd..b512bf1cd8 100644 --- a/Cores/PPSSPP/cmake/PPSSPP.xcodeproj/project.pbxproj +++ b/Cores/PPSSPP/cmake/PPSSPP.xcodeproj/project.pbxproj @@ -647,8 +647,8 @@ 92153E9106F6429486211EAB /* MIPSVFPUFallbacks.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C4DBBE765701450D8A011F18 /* MIPSVFPUFallbacks.cpp */; }; 9294427864AD4AC4B6ACD789 /* TextureScalerCommon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DEC1448BFE3E4C82896CDE3D /* TextureScalerCommon.cpp */; }; 9305B97C43B64955B005D982 /* ZipFileReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 976E9EAC570443F7B365B66B /* ZipFileReader.cpp */; }; - 933430362A323F9D001C35C2 /* AppleBatteryClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 2640D92F3AE445ABAC572FF5 /* AppleBatteryClient.m */; }; 93C4DE4467E9421C9DB1C5D7 /* Profiler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AE763A07FEC14C51874A64A1 /* Profiler.cpp */; }; + 93CFE69E2BE945A4009B2220 /* AppleBatteryClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 93CFE69D2BE945A4009B2220 /* AppleBatteryClient.m */; }; 93E70B5810F9455E92C5E4A0 /* DepthBufferCommon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EEAF8762014E44E7A1870D76 /* DepthBufferCommon.cpp */; }; 944A4639CE5540A19BAA12E6 /* zip_add_entry.c in Sources */ = {isa = PBXBuildFile; fileRef = 64BED318CD384B829E22A820 /* zip_add_entry.c */; }; 94881E63AC9C44EE83C37C36 /* fse_compress.c in Sources */ = {isa = PBXBuildFile; fileRef = CAFF36115AAA4DDC967FB247 /* fse_compress.c */; }; @@ -1947,7 +1947,7 @@ 018067A9D0414B0EAAE5C413 /* RamCachingFileLoader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RamCachingFileLoader.cpp; path = Core/FileLoaders/RamCachingFileLoader.cpp; sourceTree = SOURCE_ROOT; }; 0184238055054205BB9FE800 /* it_IT.ini */ = {isa = PBXFileReference; explicitFileType = sourcecode; fileEncoding = 4; name = it_IT.ini; path = assets/lang/it_IT.ini; sourceTree = SOURCE_ROOT; }; 0189D0A840E64D0381393BBE /* ThreadUtil.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ThreadUtil.cpp; path = Common/Thread/ThreadUtil.cpp; sourceTree = SOURCE_ROOT; }; - 02060DAC60E34A898BF5C0A8 /* zstreamtest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; name = zstreamtest; path = zstreamtest.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 02060DAC60E34A898BF5C0A8 /* zstreamtest.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; path = zstreamtest.app; sourceTree = BUILT_PRODUCTS_DIR; }; 020C6643A63C4A7A8B732BDE /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = ../cmake/ext/glslang/SPIRV/CMakeFiles/SPIRV.dir/Info.plist; sourceTree = ""; }; 021B03409D8D4000BDDDCA16 /* CustomButtonMappingScreen.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CustomButtonMappingScreen.h; path = UI/CustomButtonMappingScreen.h; sourceTree = SOURCE_ROOT; }; 0264AC532F58433E9D2D45FD /* zip_fclose.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_fclose.c; path = ext/libzip/zip_fclose.c; sourceTree = SOURCE_ROOT; }; @@ -1962,7 +1962,7 @@ 036938F18FCF442EB56C71AD /* InitializeDll.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = InitializeDll.cpp; path = ext/glslang/OGLCompilersDLL/InitializeDll.cpp; sourceTree = SOURCE_ROOT; }; 0397DAC6054F4CAC94EC9862 /* Arm64RegCache.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Arm64RegCache.h; path = Core/MIPS/ARM64/Arm64RegCache.h; sourceTree = SOURCE_ROOT; }; 03B570B91EA94CC0A9C5099F /* udis86.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = udis86.h; path = ext/udis86/udis86.h; sourceTree = SOURCE_ROOT; }; - 03D52AB7CD7C47C9B3202DCB /* fullbench */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; name = fullbench; path = fullbench.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 03D52AB7CD7C47C9B3202DCB /* fullbench.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; path = fullbench.app; sourceTree = BUILT_PRODUCTS_DIR; }; 03DF881D4CA84126B5BCAA0C /* ArmCompALU.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ArmCompALU.cpp; path = Core/MIPS/ARM/ArmCompALU.cpp; sourceTree = SOURCE_ROOT; }; 03E1BA36C4AA4D29BC243051 /* TextureReplacer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = TextureReplacer.h; path = GPU/Common/TextureReplacer.h; sourceTree = SOURCE_ROOT; }; 03FE59EAA527483FBDAFEC8C /* miniwget.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = miniwget.c; path = ext/miniupnp/miniupnpc/miniwget.c; sourceTree = SOURCE_ROOT; }; @@ -2461,7 +2461,7 @@ 42F82791893F4813BBB67FAA /* debug.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = debug.c; path = ext/zstd/lib/common/debug.c; sourceTree = SOURCE_ROOT; }; 42FDFE5476C34A79B7496CBD /* IRCompLoadStore.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IRCompLoadStore.cpp; path = Core/MIPS/IR/IRCompLoadStore.cpp; sourceTree = SOURCE_ROOT; }; 430E42E054A244E7B05D3C83 /* CachingFileLoader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CachingFileLoader.cpp; path = Core/FileLoaders/CachingFileLoader.cpp; sourceTree = SOURCE_ROOT; }; - 431B0772680F4D80ABC1C677 /* datagen */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; name = datagen; path = datagen.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 431B0772680F4D80ABC1C677 /* datagen.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; path = datagen.app; sourceTree = BUILT_PRODUCTS_DIR; }; 4339885A5EF3497F8D400CAF /* Base64.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Base64.h; path = Common/Data/Encoding/Base64.h; sourceTree = SOURCE_ROOT; }; 436C9D529F71405689C5F04F /* math_util.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = math_util.h; path = Common/Math/math_util.h; sourceTree = SOURCE_ROOT; }; 439080932D934255BB982F1F /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = ../cmake/ext/glslang/hlsl/CMakeFiles/HLSL.dir/Info.plist; sourceTree = ""; }; @@ -2507,7 +2507,7 @@ 492A1F79FF534CCB8AAEAF60 /* resource_limits_c.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = resource_limits_c.h; path = ext/glslang/glslang/Public/resource_limits_c.h; sourceTree = SOURCE_ROOT; }; 493B0389EF804D28A86DDF33 /* sceUsbAcc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = sceUsbAcc.h; path = Core/HLE/sceUsbAcc.h; sourceTree = SOURCE_ROOT; }; 4991B804326D470F86811074 /* RemoteISOScreen.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RemoteISOScreen.cpp; path = UI/RemoteISOScreen.cpp; sourceTree = SOURCE_ROOT; }; - 4A12F0F07C0949D9A2D6077B /* paramgrill */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; name = paramgrill; path = paramgrill.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 4A12F0F07C0949D9A2D6077B /* paramgrill.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; path = paramgrill.app; sourceTree = BUILT_PRODUCTS_DIR; }; 4A449417D98B4849A20ED8B8 /* PPSSPPVR.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PPSSPPVR.cpp; path = Common/VR/PPSSPPVR.cpp; sourceTree = SOURCE_ROOT; }; 4A690492F21A4E5FA7991C0B /* mem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = mem.h; path = ext/zstd/lib/common/mem.h; sourceTree = SOURCE_ROOT; }; 4A703FBBFDEF45E4B0F00E80 /* scePower.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = scePower.cpp; path = Core/HLE/scePower.cpp; sourceTree = SOURCE_ROOT; }; @@ -3066,6 +3066,7 @@ 93B20010896C40B79A684C17 /* pngtrans.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pngtrans.c; path = ext/libpng17/pngtrans.c; sourceTree = SOURCE_ROOT; }; 93B9B264605B4831A2F93463 /* MiscScreens.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MiscScreens.cpp; path = UI/MiscScreens.cpp; sourceTree = SOURCE_ROOT; }; 93BF0356AA8549A9B4E48A3F /* MIPSDis.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MIPSDis.h; path = Core/MIPS/MIPSDis.h; sourceTree = SOURCE_ROOT; }; + 93CFE69D2BE945A4009B2220 /* AppleBatteryClient.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = AppleBatteryClient.m; path = ../PVPPSSPPCore/Core/AppleBatteryClient.m; sourceTree = ""; }; 942031EBEA494A0994E14BCB /* ArmParser.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ArmParser.h; path = ext/armips/Archs/ARM/ArmParser.h; sourceTree = SOURCE_ROOT; }; 9436ED05A4CB45659705C951 /* GPUCommonHW.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GPUCommonHW.cpp; path = GPU/GPUCommonHW.cpp; sourceTree = SOURCE_ROOT; }; 94451EA9416C45BC8E4138C2 /* Theme.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Theme.cpp; path = UI/Theme.cpp; sourceTree = SOURCE_ROOT; }; @@ -3476,7 +3477,7 @@ C45A1B348F8C4B0FA79E9029 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = ../cmake/CMakeFiles/kirk.dir/Info.plist; sourceTree = ""; }; C47EDE228E684268B3AA70A2 /* GPUBackendCommon.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GPUBackendCommon.cpp; path = Common/GPU/GPUBackendCommon.cpp; sourceTree = SOURCE_ROOT; }; C499B42FCAF147A3A2354048 /* zip_get_archive_comment.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zip_get_archive_comment.c; path = ext/libzip/zip_get_archive_comment.c; sourceTree = SOURCE_ROOT; }; - C4B547EF6DB54834BF062100 /* fuzzer */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; name = fuzzer; path = fuzzer.app; sourceTree = BUILT_PRODUCTS_DIR; }; + C4B547EF6DB54834BF062100 /* fuzzer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; path = fuzzer.app; sourceTree = BUILT_PRODUCTS_DIR; }; C4DBBE765701450D8A011F18 /* MIPSVFPUFallbacks.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MIPSVFPUFallbacks.cpp; path = Core/MIPS/MIPSVFPUFallbacks.cpp; sourceTree = SOURCE_ROOT; }; C4E1D6207D5B49928E0AF69A /* TouchControlVisibilityScreen.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = TouchControlVisibilityScreen.cpp; path = UI/TouchControlVisibilityScreen.cpp; sourceTree = SOURCE_ROOT; }; C4F7D5A357924819A4973F67 /* kirk_engine.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = kirk_engine.h; path = ext/libkirk/kirk_engine.h; sourceTree = SOURCE_ROOT; }; @@ -4471,6 +4472,7 @@ 0D61473230DC4C46AE4A253D = { isa = PBXGroup; children = ( + 93CFE69D2BE945A4009B2220 /* AppleBatteryClient.m */, 8D1628F454B14738BE68B2E2 /* Common */, 752B366429794C05B8692F0F /* gason */, 18864D9C46F142CE913B4849 /* vma */, @@ -6175,9 +6177,9 @@ AEF3099227394CC58C0FFE4C /* libbasis_universalPPSSPP.a */, FE1937C2CEFE42188EA81295 /* libcityhashPPSSPP.a */, B543391F1D9941949C0B7495 /* libcpu_featuresPPSSPP.a */, - 431B0772680F4D80ABC1C677 /* datagen */, - 03D52AB7CD7C47C9B3202DCB /* fullbench */, - C4B547EF6DB54834BF062100 /* fuzzer */, + 431B0772680F4D80ABC1C677 /* datagen.app */, + 03D52AB7CD7C47C9B3202DCB /* fullbench.app */, + C4B547EF6DB54834BF062100 /* fuzzer.app */, 79F455D776924F6BA7A219CC /* libgasonPPSSPP.a */, 86EB15D74E364265847A2436 /* libglslangPPSSPP.a */, F9D17F06CC724CFCB08579D6 /* libglslang-default-resource-limitsPPSSPP.a */, @@ -6187,7 +6189,7 @@ 922CAA6DC8B543948A7F8EF1 /* libzstd_staticPPSSPP.a */, B9EB63BE6AA94B60A899AB62 /* libminiupnpcPPSSPP.a */, BC98A36589864BB49668C82E /* libnativePPSSPP.a */, - 4A12F0F07C0949D9A2D6077B /* paramgrill */, + 4A12F0F07C0949D9A2D6077B /* paramgrill.app */, 92E8F7170F7B4D309078E628 /* libpng17PPSSPP.a */, 947FDAEB025E43228F8F2D0F /* libsfmt19937PPSSPP.a */, C9601F8EBEC641F0925EE8CF /* libsnappyPPSSPP.a */, @@ -6202,7 +6204,7 @@ 65544F20F285481692E536D8 /* libvmaPPSSPP.a */, 3530A62A93CE47AF9234C6E1 /* libxbrzPPSSPP.a */, D49A135ADB4946D3B43DF1A4 /* libxxhashPPSSPP.a */, - 02060DAC60E34A898BF5C0A8 /* zstreamtest */, + 02060DAC60E34A898BF5C0A8 /* zstreamtest.app */, ); name = Products; sourceTree = ""; @@ -8397,7 +8399,7 @@ ); name = paramgrill; productName = paramgrill; - productReference = 4A12F0F07C0949D9A2D6077B /* paramgrill */; + productReference = 4A12F0F07C0949D9A2D6077B /* paramgrill.app */; productType = "com.apple.product-type.application"; }; 4BDC1B6F1FDC471D932AF991 /* spirv-cross-glslPPSSPP */ = { @@ -8551,7 +8553,7 @@ ); name = datagen; productName = datagen; - productReference = 431B0772680F4D80ABC1C677 /* datagen */; + productReference = 431B0772680F4D80ABC1C677 /* datagen.app */; productType = "com.apple.product-type.application"; }; 77D4BDC60A014CE8A80A0537 /* PPSSPP */ = { @@ -8740,7 +8742,7 @@ ); name = fuzzer; productName = fuzzer; - productReference = C4B547EF6DB54834BF062100 /* fuzzer */; + productReference = C4B547EF6DB54834BF062100 /* fuzzer.app */; productType = "com.apple.product-type.application"; }; B3CFEC20FB604CB585EEEC0E /* cityhashPPSSPP */ = { @@ -8774,7 +8776,7 @@ ); name = fullbench; productName = fullbench; - productReference = 03D52AB7CD7C47C9B3202DCB /* fullbench */; + productReference = 03D52AB7CD7C47C9B3202DCB /* fullbench.app */; productType = "com.apple.product-type.application"; }; BA5315E34A504E3082AA4FA9 /* MachineIndependentPPSSPP */ = { @@ -8979,7 +8981,7 @@ ); name = zstreamtest; productName = zstreamtest; - productReference = 02060DAC60E34A898BF5C0A8 /* zstreamtest */; + productReference = 02060DAC60E34A898BF5C0A8 /* zstreamtest.app */; productType = "com.apple.product-type.application"; }; FD7A24106EE544E4A4315752 /* spirv-cross-corePPSSPP */ = { @@ -9297,7 +9299,7 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 933430362A323F9D001C35C2 /* AppleBatteryClient.m in Sources */, + 93CFE69E2BE945A4009B2220 /* AppleBatteryClient.m in Sources */, F7AA63EAC62543419540FC10 /* draw_text_qt.cpp in Sources */, FCFC8B2A777847C0A2134D79 /* AudioCommon.cpp in Sources */, F9F5ABA042C04699ABAE20AA /* BackgroundAudio.cpp in Sources */, @@ -11144,6 +11146,7 @@ ../libretro_ppsspp/ext/snappy/., ../libretro_ppsspp/ext/cmake/cpu_features/../../cpu_features/include, "$(inherited)", + ../libretro_ppsspp/Common/Battery, ); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; @@ -14105,14 +14108,19 @@ isa = XCBuildConfiguration; buildSettings = { ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; - ARCHS = arm64; + ARCHS = "$(ARCHS_STANDARD)"; BUILD_DIR = "$(SRCROOT)/../lib"; CACHE_ROOT = "$(SRCROOT)/../lib/cache"; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; CLANG_CXX_LIBRARY = "libc++"; CODE_SIGNING_REQUIRED = NO; + GCC_C_LANGUAGE_STANDARD = gnu89; IPHONEOS_DEPLOYMENT_TARGET = 11.0; + ONLY_ACTIVE_ARCH = NO; PROJECT_TEMP_DIR = "$(SRCROOT)/../lib/ppsspp/build/$(PROJECT_NAME).build"; - SDKROOT = iphoneos; + SDKROOT = auto; + SUPPORTED_PLATFORMS = "xrsimulator xros watchsimulator watchos macosx iphonesimulator iphoneos driverkit appletvsimulator appletvos"; + SUPPORTS_MACCATALYST = YES; SWIFT_COMPILATION_MODE = wholemodule; SYMROOT = "$(SRCROOT)/../lib/ppsspp"; TARGETED_DEVICE_FAMILY = "1,2,3,4,6"; diff --git a/Cores/PPSSPP/cmake/ffmpeg-tv-build.sh b/Cores/PPSSPP/cmake/ffmpeg-tv-build.sh new file mode 100644 index 0000000000..733c50f201 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg-tv-build.sh @@ -0,0 +1,61 @@ +#!/bin/bash +#build ffmpeg for all archs and uses lipo to create fat libraries and deletes the originals + +set -e + +. shared_options.sh +PATH=$(PWD)/gas-preprocessor:$PATH + +ARCHS="arm64" + +for arch in ${ARCHS}; do + rm -f config.h + + ffarch=${arch} + versionmin=6.0 + cpu=generic + + if [[ ${arch} == "arm64" ]]; then + sdk=appletvos + ffarch=aarch64 + versionmin=7.0 + elif [[ ${arch} == "i386" ]]; then + sdk=iphonesimulator + ffarch=x86 + elif [[ ${arch} == "x86_64" ]]; then + sdk=iphonesimulator + fi + + ./configure \ + --prefix=ios/${arch} \ + --enable-cross-compile \ + --arch=${ffarch} \ + --cc=$(xcrun -f clang) \ + --sysroot="$(xcrun --sdk ${sdk} --show-sdk-path)" \ + --extra-cflags="-arch ${arch} -D_DARWIN_FEATURE_CLOCK_GETTIME=0 -mtvos-version-min=${versionmin} ${cflags}" \ + ${CONFIGURE_OPTS} \ + --extra-ldflags="-arch ${arch} -isysroot $(xcrun --sdk ${sdk} --show-sdk-path) -mtvos-version-min=${versionmin}" \ + --target-os=darwin \ + ${extraopts} \ + --cpu=${cpu} \ + --enable-pic + + make clean + make -j8 install +done + +cd ios +mkdir -p universal/lib + +for i in arm64/lib/*.a; do + libname=$(basename $i) + xcrun lipo -create $( + for a in ${ARCHS}; do + echo -arch ${a} ${a}/lib/${libname} + done + ) -output universal/lib/${libname} +done + +cp -r arm64/include universal/ + +rm -rf ${ARCHS} diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/avcodec.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/avcodec.h new file mode 100644 index 0000000000..d8497655b0 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/avcodec.h @@ -0,0 +1,5402 @@ +/* + * copyright (c) 2001 Fabrice Bellard + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVCODEC_AVCODEC_H +#define AVCODEC_AVCODEC_H + +/** + * @file + * @ingroup libavc + * Libavcodec external API header + */ + +#include +#include "libavutil/samplefmt.h" +#include "libavutil/attributes.h" +#include "libavutil/avutil.h" +#include "libavutil/buffer.h" +#include "libavutil/cpu.h" +#include "libavutil/channel_layout.h" +#include "libavutil/dict.h" +#include "libavutil/frame.h" +#include "libavutil/log.h" +#include "libavutil/pixfmt.h" +#include "libavutil/rational.h" + +#include "version.h" + +/** + * @defgroup libavc Encoding/Decoding Library + * @{ + * + * @defgroup lavc_decoding Decoding + * @{ + * @} + * + * @defgroup lavc_encoding Encoding + * @{ + * @} + * + * @defgroup lavc_codec Codecs + * @{ + * @defgroup lavc_codec_native Native Codecs + * @{ + * @} + * @defgroup lavc_codec_wrappers External library wrappers + * @{ + * @} + * @defgroup lavc_codec_hwaccel Hardware Accelerators bridge + * @{ + * @} + * @} + * @defgroup lavc_internal Internal + * @{ + * @} + * @} + * + */ + +/** + * @defgroup lavc_core Core functions/structures. + * @ingroup libavc + * + * Basic definitions, functions for querying libavcodec capabilities, + * allocating core structures, etc. + * @{ + */ + + +/** + * Identify the syntax and semantics of the bitstream. + * The principle is roughly: + * Two decoders with the same ID can decode the same streams. + * Two encoders with the same ID can encode compatible streams. + * There may be slight deviations from the principle due to implementation + * details. + * + * If you add a codec ID to this list, add it so that + * 1. no value of a existing codec ID changes (that would break ABI), + * 2. it is as close as possible to similar codecs + * + * After adding new codec IDs, do not forget to add an entry to the codec + * descriptor list and bump libavcodec minor version. + */ +enum AVCodecID { + AV_CODEC_ID_NONE, + + /* video codecs */ + AV_CODEC_ID_MPEG1VIDEO, + AV_CODEC_ID_MPEG2VIDEO, ///< preferred ID for MPEG-1/2 video decoding +#if FF_API_XVMC + AV_CODEC_ID_MPEG2VIDEO_XVMC, +#endif /* FF_API_XVMC */ + AV_CODEC_ID_H261, + AV_CODEC_ID_H263, + AV_CODEC_ID_RV10, + AV_CODEC_ID_RV20, + AV_CODEC_ID_MJPEG, + AV_CODEC_ID_MJPEGB, + AV_CODEC_ID_LJPEG, + AV_CODEC_ID_SP5X, + AV_CODEC_ID_JPEGLS, + AV_CODEC_ID_MPEG4, + AV_CODEC_ID_RAWVIDEO, + AV_CODEC_ID_MSMPEG4V1, + AV_CODEC_ID_MSMPEG4V2, + AV_CODEC_ID_MSMPEG4V3, + AV_CODEC_ID_WMV1, + AV_CODEC_ID_WMV2, + AV_CODEC_ID_H263P, + AV_CODEC_ID_H263I, + AV_CODEC_ID_FLV1, + AV_CODEC_ID_SVQ1, + AV_CODEC_ID_SVQ3, + AV_CODEC_ID_DVVIDEO, + AV_CODEC_ID_HUFFYUV, + AV_CODEC_ID_CYUV, + AV_CODEC_ID_H264, + AV_CODEC_ID_INDEO3, + AV_CODEC_ID_VP3, + AV_CODEC_ID_THEORA, + AV_CODEC_ID_ASV1, + AV_CODEC_ID_ASV2, + AV_CODEC_ID_FFV1, + AV_CODEC_ID_4XM, + AV_CODEC_ID_VCR1, + AV_CODEC_ID_CLJR, + AV_CODEC_ID_MDEC, + AV_CODEC_ID_ROQ, + AV_CODEC_ID_INTERPLAY_VIDEO, + AV_CODEC_ID_XAN_WC3, + AV_CODEC_ID_XAN_WC4, + AV_CODEC_ID_RPZA, + AV_CODEC_ID_CINEPAK, + AV_CODEC_ID_WS_VQA, + AV_CODEC_ID_MSRLE, + AV_CODEC_ID_MSVIDEO1, + AV_CODEC_ID_IDCIN, + AV_CODEC_ID_8BPS, + AV_CODEC_ID_SMC, + AV_CODEC_ID_FLIC, + AV_CODEC_ID_TRUEMOTION1, + AV_CODEC_ID_VMDVIDEO, + AV_CODEC_ID_MSZH, + AV_CODEC_ID_ZLIB, + AV_CODEC_ID_QTRLE, + AV_CODEC_ID_TSCC, + AV_CODEC_ID_ULTI, + AV_CODEC_ID_QDRAW, + AV_CODEC_ID_VIXL, + AV_CODEC_ID_QPEG, + AV_CODEC_ID_PNG, + AV_CODEC_ID_PPM, + AV_CODEC_ID_PBM, + AV_CODEC_ID_PGM, + AV_CODEC_ID_PGMYUV, + AV_CODEC_ID_PAM, + AV_CODEC_ID_FFVHUFF, + AV_CODEC_ID_RV30, + AV_CODEC_ID_RV40, + AV_CODEC_ID_VC1, + AV_CODEC_ID_WMV3, + AV_CODEC_ID_LOCO, + AV_CODEC_ID_WNV1, + AV_CODEC_ID_AASC, + AV_CODEC_ID_INDEO2, + AV_CODEC_ID_FRAPS, + AV_CODEC_ID_TRUEMOTION2, + AV_CODEC_ID_BMP, + AV_CODEC_ID_CSCD, + AV_CODEC_ID_MMVIDEO, + AV_CODEC_ID_ZMBV, + AV_CODEC_ID_AVS, + AV_CODEC_ID_SMACKVIDEO, + AV_CODEC_ID_NUV, + AV_CODEC_ID_KMVC, + AV_CODEC_ID_FLASHSV, + AV_CODEC_ID_CAVS, + AV_CODEC_ID_JPEG2000, + AV_CODEC_ID_VMNC, + AV_CODEC_ID_VP5, + AV_CODEC_ID_VP6, + AV_CODEC_ID_VP6F, + AV_CODEC_ID_TARGA, + AV_CODEC_ID_DSICINVIDEO, + AV_CODEC_ID_TIERTEXSEQVIDEO, + AV_CODEC_ID_TIFF, + AV_CODEC_ID_GIF, + AV_CODEC_ID_DXA, + AV_CODEC_ID_DNXHD, + AV_CODEC_ID_THP, + AV_CODEC_ID_SGI, + AV_CODEC_ID_C93, + AV_CODEC_ID_BETHSOFTVID, + AV_CODEC_ID_PTX, + AV_CODEC_ID_TXD, + AV_CODEC_ID_VP6A, + AV_CODEC_ID_AMV, + AV_CODEC_ID_VB, + AV_CODEC_ID_PCX, + AV_CODEC_ID_SUNRAST, + AV_CODEC_ID_INDEO4, + AV_CODEC_ID_INDEO5, + AV_CODEC_ID_MIMIC, + AV_CODEC_ID_RL2, + AV_CODEC_ID_ESCAPE124, + AV_CODEC_ID_DIRAC, + AV_CODEC_ID_BFI, + AV_CODEC_ID_CMV, + AV_CODEC_ID_MOTIONPIXELS, + AV_CODEC_ID_TGV, + AV_CODEC_ID_TGQ, + AV_CODEC_ID_TQI, + AV_CODEC_ID_AURA, + AV_CODEC_ID_AURA2, + AV_CODEC_ID_V210X, + AV_CODEC_ID_TMV, + AV_CODEC_ID_V210, + AV_CODEC_ID_DPX, + AV_CODEC_ID_MAD, + AV_CODEC_ID_FRWU, + AV_CODEC_ID_FLASHSV2, + AV_CODEC_ID_CDGRAPHICS, + AV_CODEC_ID_R210, + AV_CODEC_ID_ANM, + AV_CODEC_ID_BINKVIDEO, + AV_CODEC_ID_IFF_ILBM, +#define AV_CODEC_ID_IFF_BYTERUN1 AV_CODEC_ID_IFF_ILBM + AV_CODEC_ID_KGV1, + AV_CODEC_ID_YOP, + AV_CODEC_ID_VP8, + AV_CODEC_ID_PICTOR, + AV_CODEC_ID_ANSI, + AV_CODEC_ID_A64_MULTI, + AV_CODEC_ID_A64_MULTI5, + AV_CODEC_ID_R10K, + AV_CODEC_ID_MXPEG, + AV_CODEC_ID_LAGARITH, + AV_CODEC_ID_PRORES, + AV_CODEC_ID_JV, + AV_CODEC_ID_DFA, + AV_CODEC_ID_WMV3IMAGE, + AV_CODEC_ID_VC1IMAGE, + AV_CODEC_ID_UTVIDEO, + AV_CODEC_ID_BMV_VIDEO, + AV_CODEC_ID_VBLE, + AV_CODEC_ID_DXTORY, + AV_CODEC_ID_V410, + AV_CODEC_ID_XWD, + AV_CODEC_ID_CDXL, + AV_CODEC_ID_XBM, + AV_CODEC_ID_ZEROCODEC, + AV_CODEC_ID_MSS1, + AV_CODEC_ID_MSA1, + AV_CODEC_ID_TSCC2, + AV_CODEC_ID_MTS2, + AV_CODEC_ID_CLLC, + AV_CODEC_ID_MSS2, + AV_CODEC_ID_VP9, + AV_CODEC_ID_AIC, + AV_CODEC_ID_ESCAPE130, + AV_CODEC_ID_G2M, + AV_CODEC_ID_WEBP, + AV_CODEC_ID_HNM4_VIDEO, + AV_CODEC_ID_HEVC, +#define AV_CODEC_ID_H265 AV_CODEC_ID_HEVC + AV_CODEC_ID_FIC, + AV_CODEC_ID_ALIAS_PIX, + AV_CODEC_ID_BRENDER_PIX, + AV_CODEC_ID_PAF_VIDEO, + AV_CODEC_ID_EXR, + AV_CODEC_ID_VP7, + AV_CODEC_ID_SANM, + AV_CODEC_ID_SGIRLE, + AV_CODEC_ID_MVC1, + AV_CODEC_ID_MVC2, + AV_CODEC_ID_HQX, + AV_CODEC_ID_TDSC, + AV_CODEC_ID_HQ_HQA, + AV_CODEC_ID_HAP, + AV_CODEC_ID_DDS, + AV_CODEC_ID_DXV, + AV_CODEC_ID_SCREENPRESSO, + AV_CODEC_ID_RSCC, + + AV_CODEC_ID_Y41P = 0x8000, + AV_CODEC_ID_AVRP, + AV_CODEC_ID_012V, + AV_CODEC_ID_AVUI, + AV_CODEC_ID_AYUV, + AV_CODEC_ID_TARGA_Y216, + AV_CODEC_ID_V308, + AV_CODEC_ID_V408, + AV_CODEC_ID_YUV4, + AV_CODEC_ID_AVRN, + AV_CODEC_ID_CPIA, + AV_CODEC_ID_XFACE, + AV_CODEC_ID_SNOW, + AV_CODEC_ID_SMVJPEG, + AV_CODEC_ID_APNG, + AV_CODEC_ID_DAALA, + AV_CODEC_ID_CFHD, + + /* various PCM "codecs" */ + AV_CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs + AV_CODEC_ID_PCM_S16LE = 0x10000, + AV_CODEC_ID_PCM_S16BE, + AV_CODEC_ID_PCM_U16LE, + AV_CODEC_ID_PCM_U16BE, + AV_CODEC_ID_PCM_S8, + AV_CODEC_ID_PCM_U8, + AV_CODEC_ID_PCM_MULAW, + AV_CODEC_ID_PCM_ALAW, + AV_CODEC_ID_PCM_S32LE, + AV_CODEC_ID_PCM_S32BE, + AV_CODEC_ID_PCM_U32LE, + AV_CODEC_ID_PCM_U32BE, + AV_CODEC_ID_PCM_S24LE, + AV_CODEC_ID_PCM_S24BE, + AV_CODEC_ID_PCM_U24LE, + AV_CODEC_ID_PCM_U24BE, + AV_CODEC_ID_PCM_S24DAUD, + AV_CODEC_ID_PCM_ZORK, + AV_CODEC_ID_PCM_S16LE_PLANAR, + AV_CODEC_ID_PCM_DVD, + AV_CODEC_ID_PCM_F32BE, + AV_CODEC_ID_PCM_F32LE, + AV_CODEC_ID_PCM_F64BE, + AV_CODEC_ID_PCM_F64LE, + AV_CODEC_ID_PCM_BLURAY, + AV_CODEC_ID_PCM_LXF, + AV_CODEC_ID_S302M, + AV_CODEC_ID_PCM_S8_PLANAR, + AV_CODEC_ID_PCM_S24LE_PLANAR, + AV_CODEC_ID_PCM_S32LE_PLANAR, + AV_CODEC_ID_PCM_S16BE_PLANAR, + /* new PCM "codecs" should be added right below this line starting with + * an explicit value of for example 0x10800 + */ + + /* various ADPCM codecs */ + AV_CODEC_ID_ADPCM_IMA_QT = 0x11000, + AV_CODEC_ID_ADPCM_IMA_WAV, + AV_CODEC_ID_ADPCM_IMA_DK3, + AV_CODEC_ID_ADPCM_IMA_DK4, + AV_CODEC_ID_ADPCM_IMA_WS, + AV_CODEC_ID_ADPCM_IMA_SMJPEG, + AV_CODEC_ID_ADPCM_MS, + AV_CODEC_ID_ADPCM_4XM, + AV_CODEC_ID_ADPCM_XA, + AV_CODEC_ID_ADPCM_ADX, + AV_CODEC_ID_ADPCM_EA, + AV_CODEC_ID_ADPCM_G726, + AV_CODEC_ID_ADPCM_CT, + AV_CODEC_ID_ADPCM_SWF, + AV_CODEC_ID_ADPCM_YAMAHA, + AV_CODEC_ID_ADPCM_SBPRO_4, + AV_CODEC_ID_ADPCM_SBPRO_3, + AV_CODEC_ID_ADPCM_SBPRO_2, + AV_CODEC_ID_ADPCM_THP, + AV_CODEC_ID_ADPCM_IMA_AMV, + AV_CODEC_ID_ADPCM_EA_R1, + AV_CODEC_ID_ADPCM_EA_R3, + AV_CODEC_ID_ADPCM_EA_R2, + AV_CODEC_ID_ADPCM_IMA_EA_SEAD, + AV_CODEC_ID_ADPCM_IMA_EA_EACS, + AV_CODEC_ID_ADPCM_EA_XAS, + AV_CODEC_ID_ADPCM_EA_MAXIS_XA, + AV_CODEC_ID_ADPCM_IMA_ISS, + AV_CODEC_ID_ADPCM_G722, + AV_CODEC_ID_ADPCM_IMA_APC, + AV_CODEC_ID_ADPCM_VIMA, +#if FF_API_VIMA_DECODER + AV_CODEC_ID_VIMA = AV_CODEC_ID_ADPCM_VIMA, +#endif + + AV_CODEC_ID_ADPCM_AFC = 0x11800, + AV_CODEC_ID_ADPCM_IMA_OKI, + AV_CODEC_ID_ADPCM_DTK, + AV_CODEC_ID_ADPCM_IMA_RAD, + AV_CODEC_ID_ADPCM_G726LE, + AV_CODEC_ID_ADPCM_THP_LE, + AV_CODEC_ID_ADPCM_PSX, + AV_CODEC_ID_ADPCM_AICA, + + /* AMR */ + AV_CODEC_ID_AMR_NB = 0x12000, + AV_CODEC_ID_AMR_WB, + + /* RealAudio codecs*/ + AV_CODEC_ID_RA_144 = 0x13000, + AV_CODEC_ID_RA_288, + + /* various DPCM codecs */ + AV_CODEC_ID_ROQ_DPCM = 0x14000, + AV_CODEC_ID_INTERPLAY_DPCM, + AV_CODEC_ID_XAN_DPCM, + AV_CODEC_ID_SOL_DPCM, + + AV_CODEC_ID_SDX2_DPCM = 0x14800, + + /* audio codecs */ + AV_CODEC_ID_MP2 = 0x15000, + AV_CODEC_ID_MP3, ///< preferred ID for decoding MPEG audio layer 1, 2 or 3 + AV_CODEC_ID_AAC, + AV_CODEC_ID_AC3, + AV_CODEC_ID_DTS, + AV_CODEC_ID_VORBIS, + AV_CODEC_ID_DVAUDIO, + AV_CODEC_ID_WMAV1, + AV_CODEC_ID_WMAV2, + AV_CODEC_ID_MACE3, + AV_CODEC_ID_MACE6, + AV_CODEC_ID_VMDAUDIO, + AV_CODEC_ID_FLAC, + AV_CODEC_ID_MP3ADU, + AV_CODEC_ID_MP3ON4, + AV_CODEC_ID_SHORTEN, + AV_CODEC_ID_ALAC, + AV_CODEC_ID_WESTWOOD_SND1, + AV_CODEC_ID_GSM, ///< as in Berlin toast format + AV_CODEC_ID_QDM2, + AV_CODEC_ID_COOK, + AV_CODEC_ID_TRUESPEECH, + AV_CODEC_ID_TTA, + AV_CODEC_ID_SMACKAUDIO, + AV_CODEC_ID_QCELP, + AV_CODEC_ID_WAVPACK, + AV_CODEC_ID_DSICINAUDIO, + AV_CODEC_ID_IMC, + AV_CODEC_ID_MUSEPACK7, + AV_CODEC_ID_MLP, + AV_CODEC_ID_GSM_MS, /* as found in WAV */ + AV_CODEC_ID_ATRAC3, +#if FF_API_VOXWARE + AV_CODEC_ID_VOXWARE, +#endif + AV_CODEC_ID_APE, + AV_CODEC_ID_NELLYMOSER, + AV_CODEC_ID_MUSEPACK8, + AV_CODEC_ID_SPEEX, + AV_CODEC_ID_WMAVOICE, + AV_CODEC_ID_WMAPRO, + AV_CODEC_ID_WMALOSSLESS, + AV_CODEC_ID_ATRAC3P, + AV_CODEC_ID_EAC3, + AV_CODEC_ID_SIPR, + AV_CODEC_ID_MP1, + AV_CODEC_ID_TWINVQ, + AV_CODEC_ID_TRUEHD, + AV_CODEC_ID_MP4ALS, + AV_CODEC_ID_ATRAC1, + AV_CODEC_ID_BINKAUDIO_RDFT, + AV_CODEC_ID_BINKAUDIO_DCT, + AV_CODEC_ID_AAC_LATM, + AV_CODEC_ID_QDMC, + AV_CODEC_ID_CELT, + AV_CODEC_ID_G723_1, + AV_CODEC_ID_G729, + AV_CODEC_ID_8SVX_EXP, + AV_CODEC_ID_8SVX_FIB, + AV_CODEC_ID_BMV_AUDIO, + AV_CODEC_ID_RALF, + AV_CODEC_ID_IAC, + AV_CODEC_ID_ILBC, + AV_CODEC_ID_OPUS, + AV_CODEC_ID_COMFORT_NOISE, + AV_CODEC_ID_TAK, + AV_CODEC_ID_METASOUND, + AV_CODEC_ID_PAF_AUDIO, + AV_CODEC_ID_ON2AVC, + AV_CODEC_ID_DSS_SP, + + AV_CODEC_ID_FFWAVESYNTH = 0x15800, + AV_CODEC_ID_SONIC, + AV_CODEC_ID_SONIC_LS, + AV_CODEC_ID_EVRC, + AV_CODEC_ID_SMV, + AV_CODEC_ID_DSD_LSBF, + AV_CODEC_ID_DSD_MSBF, + AV_CODEC_ID_DSD_LSBF_PLANAR, + AV_CODEC_ID_DSD_MSBF_PLANAR, + AV_CODEC_ID_4GV, + AV_CODEC_ID_INTERPLAY_ACM, + AV_CODEC_ID_XMA1, + AV_CODEC_ID_XMA2, + + /* subtitle codecs */ + AV_CODEC_ID_FIRST_SUBTITLE = 0x17000, ///< A dummy ID pointing at the start of subtitle codecs. + AV_CODEC_ID_DVD_SUBTITLE = 0x17000, + AV_CODEC_ID_DVB_SUBTITLE, + AV_CODEC_ID_TEXT, ///< raw UTF-8 text + AV_CODEC_ID_XSUB, + AV_CODEC_ID_SSA, + AV_CODEC_ID_MOV_TEXT, + AV_CODEC_ID_HDMV_PGS_SUBTITLE, + AV_CODEC_ID_DVB_TELETEXT, + AV_CODEC_ID_SRT, + + AV_CODEC_ID_MICRODVD = 0x17800, + AV_CODEC_ID_EIA_608, + AV_CODEC_ID_JACOSUB, + AV_CODEC_ID_SAMI, + AV_CODEC_ID_REALTEXT, + AV_CODEC_ID_STL, + AV_CODEC_ID_SUBVIEWER1, + AV_CODEC_ID_SUBVIEWER, + AV_CODEC_ID_SUBRIP, + AV_CODEC_ID_WEBVTT, + AV_CODEC_ID_MPL2, + AV_CODEC_ID_VPLAYER, + AV_CODEC_ID_PJS, + AV_CODEC_ID_ASS, + AV_CODEC_ID_HDMV_TEXT_SUBTITLE, + + /* other specific kind of codecs (generally used for attachments) */ + AV_CODEC_ID_FIRST_UNKNOWN = 0x18000, ///< A dummy ID pointing at the start of various fake codecs. + AV_CODEC_ID_TTF = 0x18000, + + AV_CODEC_ID_BINTEXT = 0x18800, + AV_CODEC_ID_XBIN, + AV_CODEC_ID_IDF, + AV_CODEC_ID_OTF, + AV_CODEC_ID_SMPTE_KLV, + AV_CODEC_ID_DVD_NAV, + AV_CODEC_ID_TIMED_ID3, + AV_CODEC_ID_BIN_DATA, + + + AV_CODEC_ID_PROBE = 0x19000, ///< codec_id is not known (like AV_CODEC_ID_NONE) but lavf should attempt to identify it + + AV_CODEC_ID_MPEG2TS = 0x20000, /**< _FAKE_ codec to indicate a raw MPEG-2 TS + * stream (only used by libavformat) */ + AV_CODEC_ID_MPEG4SYSTEMS = 0x20001, /**< _FAKE_ codec to indicate a MPEG-4 Systems + * stream (only used by libavformat) */ + AV_CODEC_ID_FFMETADATA = 0x21000, ///< Dummy codec for streams containing only metadata information. + AV_CODEC_ID_WRAPPED_AVFRAME = 0x21001, ///< Passthrough codec, AVFrames wrapped in AVPacket +}; + +/** + * This struct describes the properties of a single codec described by an + * AVCodecID. + * @see avcodec_descriptor_get() + */ +typedef struct AVCodecDescriptor { + enum AVCodecID id; + enum AVMediaType type; + /** + * Name of the codec described by this descriptor. It is non-empty and + * unique for each codec descriptor. It should contain alphanumeric + * characters and '_' only. + */ + const char *name; + /** + * A more descriptive name for this codec. May be NULL. + */ + const char *long_name; + /** + * Codec properties, a combination of AV_CODEC_PROP_* flags. + */ + int props; + /** + * MIME type(s) associated with the codec. + * May be NULL; if not, a NULL-terminated array of MIME types. + * The first item is always non-NULL and is the preferred MIME type. + */ + const char *const *mime_types; + /** + * If non-NULL, an array of profiles recognized for this codec. + * Terminated with FF_PROFILE_UNKNOWN. + */ + const struct AVProfile *profiles; +} AVCodecDescriptor; + +/** + * Codec uses only intra compression. + * Video codecs only. + */ +#define AV_CODEC_PROP_INTRA_ONLY (1 << 0) +/** + * Codec supports lossy compression. Audio and video codecs only. + * @note a codec may support both lossy and lossless + * compression modes + */ +#define AV_CODEC_PROP_LOSSY (1 << 1) +/** + * Codec supports lossless compression. Audio and video codecs only. + */ +#define AV_CODEC_PROP_LOSSLESS (1 << 2) +/** + * Codec supports frame reordering. That is, the coded order (the order in which + * the encoded packets are output by the encoders / stored / input to the + * decoders) may be different from the presentation order of the corresponding + * frames. + * + * For codecs that do not have this property set, PTS and DTS should always be + * equal. + */ +#define AV_CODEC_PROP_REORDER (1 << 3) +/** + * Subtitle codec is bitmap based + * Decoded AVSubtitle data can be read from the AVSubtitleRect->pict field. + */ +#define AV_CODEC_PROP_BITMAP_SUB (1 << 16) +/** + * Subtitle codec is text based. + * Decoded AVSubtitle data can be read from the AVSubtitleRect->ass field. + */ +#define AV_CODEC_PROP_TEXT_SUB (1 << 17) + +/** + * @ingroup lavc_decoding + * Required number of additionally allocated bytes at the end of the input bitstream for decoding. + * This is mainly needed because some optimized bitstream readers read + * 32 or 64 bit at once and could read over the end.
+ * Note: If the first 23 bits of the additional bytes are not 0, then damaged + * MPEG bitstreams could cause overread and segfault. + */ +#define AV_INPUT_BUFFER_PADDING_SIZE 32 + +/** + * @ingroup lavc_encoding + * minimum encoding buffer size + * Used to avoid some checks during header writing. + */ +#define AV_INPUT_BUFFER_MIN_SIZE 16384 + +#if FF_API_WITHOUT_PREFIX +/** + * @deprecated use AV_INPUT_BUFFER_PADDING_SIZE instead + */ +#define FF_INPUT_BUFFER_PADDING_SIZE 32 + +/** + * @deprecated use AV_INPUT_BUFFER_MIN_SIZE instead + */ +#define FF_MIN_BUFFER_SIZE 16384 +#endif /* FF_API_WITHOUT_PREFIX */ + +/** + * @ingroup lavc_encoding + * motion estimation type. + * @deprecated use codec private option instead + */ +#if FF_API_MOTION_EST +enum Motion_Est_ID { + ME_ZERO = 1, ///< no search, that is use 0,0 vector whenever one is needed + ME_FULL, + ME_LOG, + ME_PHODS, + ME_EPZS, ///< enhanced predictive zonal search + ME_X1, ///< reserved for experiments + ME_HEX, ///< hexagon based search + ME_UMH, ///< uneven multi-hexagon search + ME_TESA, ///< transformed exhaustive search algorithm + ME_ITER=50, ///< iterative search +}; +#endif + +/** + * @ingroup lavc_decoding + */ +enum AVDiscard{ + /* We leave some space between them for extensions (drop some + * keyframes for intra-only or drop just some bidir frames). */ + AVDISCARD_NONE =-16, ///< discard nothing + AVDISCARD_DEFAULT = 0, ///< discard useless packets like 0 size packets in avi + AVDISCARD_NONREF = 8, ///< discard all non reference + AVDISCARD_BIDIR = 16, ///< discard all bidirectional frames + AVDISCARD_NONINTRA= 24, ///< discard all non intra frames + AVDISCARD_NONKEY = 32, ///< discard all frames except keyframes + AVDISCARD_ALL = 48, ///< discard all +}; + +enum AVAudioServiceType { + AV_AUDIO_SERVICE_TYPE_MAIN = 0, + AV_AUDIO_SERVICE_TYPE_EFFECTS = 1, + AV_AUDIO_SERVICE_TYPE_VISUALLY_IMPAIRED = 2, + AV_AUDIO_SERVICE_TYPE_HEARING_IMPAIRED = 3, + AV_AUDIO_SERVICE_TYPE_DIALOGUE = 4, + AV_AUDIO_SERVICE_TYPE_COMMENTARY = 5, + AV_AUDIO_SERVICE_TYPE_EMERGENCY = 6, + AV_AUDIO_SERVICE_TYPE_VOICE_OVER = 7, + AV_AUDIO_SERVICE_TYPE_KARAOKE = 8, + AV_AUDIO_SERVICE_TYPE_NB , ///< Not part of ABI +}; + +/** + * @ingroup lavc_encoding + */ +typedef struct RcOverride{ + int start_frame; + int end_frame; + int qscale; // If this is 0 then quality_factor will be used instead. + float quality_factor; +} RcOverride; + +#if FF_API_MAX_BFRAMES +/** + * @deprecated there is no libavcodec-wide limit on the number of B-frames + */ +#define FF_MAX_B_FRAMES 16 +#endif + +/* encoding support + These flags can be passed in AVCodecContext.flags before initialization. + Note: Not everything is supported yet. +*/ + +/** + * Allow decoders to produce frames with data planes that are not aligned + * to CPU requirements (e.g. due to cropping). + */ +#define AV_CODEC_FLAG_UNALIGNED (1 << 0) +/** + * Use fixed qscale. + */ +#define AV_CODEC_FLAG_QSCALE (1 << 1) +/** + * 4 MV per MB allowed / advanced prediction for H.263. + */ +#define AV_CODEC_FLAG_4MV (1 << 2) +/** + * Output even those frames that might be corrupted. + */ +#define AV_CODEC_FLAG_OUTPUT_CORRUPT (1 << 3) +/** + * Use qpel MC. + */ +#define AV_CODEC_FLAG_QPEL (1 << 4) +/** + * Use internal 2pass ratecontrol in first pass mode. + */ +#define AV_CODEC_FLAG_PASS1 (1 << 9) +/** + * Use internal 2pass ratecontrol in second pass mode. + */ +#define AV_CODEC_FLAG_PASS2 (1 << 10) +/** + * loop filter. + */ +#define AV_CODEC_FLAG_LOOP_FILTER (1 << 11) +/** + * Only decode/encode grayscale. + */ +#define AV_CODEC_FLAG_GRAY (1 << 13) +/** + * error[?] variables will be set during encoding. + */ +#define AV_CODEC_FLAG_PSNR (1 << 15) +/** + * Input bitstream might be truncated at a random location + * instead of only at frame boundaries. + */ +#define AV_CODEC_FLAG_TRUNCATED (1 << 16) +/** + * Use interlaced DCT. + */ +#define AV_CODEC_FLAG_INTERLACED_DCT (1 << 18) +/** + * Force low delay. + */ +#define AV_CODEC_FLAG_LOW_DELAY (1 << 19) +/** + * Place global headers in extradata instead of every keyframe. + */ +#define AV_CODEC_FLAG_GLOBAL_HEADER (1 << 22) +/** + * Use only bitexact stuff (except (I)DCT). + */ +#define AV_CODEC_FLAG_BITEXACT (1 << 23) +/* Fx : Flag for h263+ extra options */ +/** + * H.263 advanced intra coding / MPEG-4 AC prediction + */ +#define AV_CODEC_FLAG_AC_PRED (1 << 24) +/** + * interlaced motion estimation + */ +#define AV_CODEC_FLAG_INTERLACED_ME (1 << 29) +#define AV_CODEC_FLAG_CLOSED_GOP (1U << 31) + +/** + * Allow non spec compliant speedup tricks. + */ +#define AV_CODEC_FLAG2_FAST (1 << 0) +/** + * Skip bitstream encoding. + */ +#define AV_CODEC_FLAG2_NO_OUTPUT (1 << 2) +/** + * Place global headers at every keyframe instead of in extradata. + */ +#define AV_CODEC_FLAG2_LOCAL_HEADER (1 << 3) + +/** + * timecode is in drop frame format. DEPRECATED!!!! + */ +#define AV_CODEC_FLAG2_DROP_FRAME_TIMECODE (1 << 13) + +/** + * Input bitstream might be truncated at a packet boundaries + * instead of only at frame boundaries. + */ +#define AV_CODEC_FLAG2_CHUNKS (1 << 15) +/** + * Discard cropping information from SPS. + */ +#define AV_CODEC_FLAG2_IGNORE_CROP (1 << 16) + +/** + * Show all frames before the first keyframe + */ +#define AV_CODEC_FLAG2_SHOW_ALL (1 << 22) +/** + * Export motion vectors through frame side data + */ +#define AV_CODEC_FLAG2_EXPORT_MVS (1 << 28) +/** + * Do not skip samples and export skip information as frame side data + */ +#define AV_CODEC_FLAG2_SKIP_MANUAL (1 << 29) + +/* Unsupported options : + * Syntax Arithmetic coding (SAC) + * Reference Picture Selection + * Independent Segment Decoding */ +/* /Fx */ +/* codec capabilities */ + +/** + * Decoder can use draw_horiz_band callback. + */ +#define AV_CODEC_CAP_DRAW_HORIZ_BAND (1 << 0) +/** + * Codec uses get_buffer() for allocating buffers and supports custom allocators. + * If not set, it might not use get_buffer() at all or use operations that + * assume the buffer was allocated by avcodec_default_get_buffer. + */ +#define AV_CODEC_CAP_DR1 (1 << 1) +#define AV_CODEC_CAP_TRUNCATED (1 << 3) +/** + * Encoder or decoder requires flushing with NULL input at the end in order to + * give the complete and correct output. + * + * NOTE: If this flag is not set, the codec is guaranteed to never be fed with + * with NULL data. The user can still send NULL data to the public encode + * or decode function, but libavcodec will not pass it along to the codec + * unless this flag is set. + * + * Decoders: + * The decoder has a non-zero delay and needs to be fed with avpkt->data=NULL, + * avpkt->size=0 at the end to get the delayed data until the decoder no longer + * returns frames. + * + * Encoders: + * The encoder needs to be fed with NULL data at the end of encoding until the + * encoder no longer returns data. + * + * NOTE: For encoders implementing the AVCodec.encode2() function, setting this + * flag also means that the encoder must set the pts and duration for + * each output packet. If this flag is not set, the pts and duration will + * be determined by libavcodec from the input frame. + */ +#define AV_CODEC_CAP_DELAY (1 << 5) +/** + * Codec can be fed a final frame with a smaller size. + * This can be used to prevent truncation of the last audio samples. + */ +#define AV_CODEC_CAP_SMALL_LAST_FRAME (1 << 6) + +#if FF_API_CAP_VDPAU +/** + * Codec can export data for HW decoding (VDPAU). + */ +#define AV_CODEC_CAP_HWACCEL_VDPAU (1 << 7) +#endif + +/** + * Codec can output multiple frames per AVPacket + * Normally demuxers return one frame at a time, demuxers which do not do + * are connected to a parser to split what they return into proper frames. + * This flag is reserved to the very rare category of codecs which have a + * bitstream that cannot be split into frames without timeconsuming + * operations like full decoding. Demuxers carring such bitstreams thus + * may return multiple frames in a packet. This has many disadvantages like + * prohibiting stream copy in many cases thus it should only be considered + * as a last resort. + */ +#define AV_CODEC_CAP_SUBFRAMES (1 << 8) +/** + * Codec is experimental and is thus avoided in favor of non experimental + * encoders + */ +#define AV_CODEC_CAP_EXPERIMENTAL (1 << 9) +/** + * Codec should fill in channel configuration and samplerate instead of container + */ +#define AV_CODEC_CAP_CHANNEL_CONF (1 << 10) +/** + * Codec supports frame-level multithreading. + */ +#define AV_CODEC_CAP_FRAME_THREADS (1 << 12) +/** + * Codec supports slice-based (or partition-based) multithreading. + */ +#define AV_CODEC_CAP_SLICE_THREADS (1 << 13) +/** + * Codec supports changed parameters at any point. + */ +#define AV_CODEC_CAP_PARAM_CHANGE (1 << 14) +/** + * Codec supports avctx->thread_count == 0 (auto). + */ +#define AV_CODEC_CAP_AUTO_THREADS (1 << 15) +/** + * Audio encoder supports receiving a different number of samples in each call. + */ +#define AV_CODEC_CAP_VARIABLE_FRAME_SIZE (1 << 16) +/** + * Codec is intra only. + */ +#define AV_CODEC_CAP_INTRA_ONLY 0x40000000 +/** + * Codec is lossless. + */ +#define AV_CODEC_CAP_LOSSLESS 0x80000000 + + +#if FF_API_WITHOUT_PREFIX +/** + * Allow decoders to produce frames with data planes that are not aligned + * to CPU requirements (e.g. due to cropping). + */ +#define CODEC_FLAG_UNALIGNED AV_CODEC_FLAG_UNALIGNED +#define CODEC_FLAG_QSCALE AV_CODEC_FLAG_QSCALE +#define CODEC_FLAG_4MV AV_CODEC_FLAG_4MV +#define CODEC_FLAG_OUTPUT_CORRUPT AV_CODEC_FLAG_OUTPUT_CORRUPT +#define CODEC_FLAG_QPEL AV_CODEC_FLAG_QPEL +#if FF_API_GMC +/** + * @deprecated use the "gmc" private option of the libxvid encoder + */ +#define CODEC_FLAG_GMC 0x0020 ///< Use GMC. +#endif +#if FF_API_MV0 +/** + * @deprecated use the flag "mv0" in the "mpv_flags" private option of the + * mpegvideo encoders + */ +#define CODEC_FLAG_MV0 0x0040 +#endif +#if FF_API_INPUT_PRESERVED +/** + * @deprecated passing reference-counted frames to the encoders replaces this + * flag + */ +#define CODEC_FLAG_INPUT_PRESERVED 0x0100 +#endif +#define CODEC_FLAG_PASS1 AV_CODEC_FLAG_PASS1 +#define CODEC_FLAG_PASS2 AV_CODEC_FLAG_PASS2 +#define CODEC_FLAG_GRAY AV_CODEC_FLAG_GRAY +#if FF_API_EMU_EDGE +/** + * @deprecated edges are not used/required anymore. I.e. this flag is now always + * set. + */ +#define CODEC_FLAG_EMU_EDGE 0x4000 +#endif +#define CODEC_FLAG_PSNR AV_CODEC_FLAG_PSNR +#define CODEC_FLAG_TRUNCATED AV_CODEC_FLAG_TRUNCATED + +#if FF_API_NORMALIZE_AQP +/** + * @deprecated use the flag "naq" in the "mpv_flags" private option of the + * mpegvideo encoders + */ +#define CODEC_FLAG_NORMALIZE_AQP 0x00020000 +#endif +#define CODEC_FLAG_INTERLACED_DCT AV_CODEC_FLAG_INTERLACED_DCT +#define CODEC_FLAG_LOW_DELAY AV_CODEC_FLAG_LOW_DELAY +#define CODEC_FLAG_GLOBAL_HEADER AV_CODEC_FLAG_GLOBAL_HEADER +#define CODEC_FLAG_BITEXACT AV_CODEC_FLAG_BITEXACT +#define CODEC_FLAG_AC_PRED AV_CODEC_FLAG_AC_PRED +#define CODEC_FLAG_LOOP_FILTER AV_CODEC_FLAG_LOOP_FILTER +#define CODEC_FLAG_INTERLACED_ME AV_CODEC_FLAG_INTERLACED_ME +#define CODEC_FLAG_CLOSED_GOP AV_CODEC_FLAG_CLOSED_GOP +#define CODEC_FLAG2_FAST AV_CODEC_FLAG2_FAST +#define CODEC_FLAG2_NO_OUTPUT AV_CODEC_FLAG2_NO_OUTPUT +#define CODEC_FLAG2_LOCAL_HEADER AV_CODEC_FLAG2_LOCAL_HEADER +#define CODEC_FLAG2_DROP_FRAME_TIMECODE AV_CODEC_FLAG2_DROP_FRAME_TIMECODE +#define CODEC_FLAG2_IGNORE_CROP AV_CODEC_FLAG2_IGNORE_CROP + +#define CODEC_FLAG2_CHUNKS AV_CODEC_FLAG2_CHUNKS +#define CODEC_FLAG2_SHOW_ALL AV_CODEC_FLAG2_SHOW_ALL +#define CODEC_FLAG2_EXPORT_MVS AV_CODEC_FLAG2_EXPORT_MVS +#define CODEC_FLAG2_SKIP_MANUAL AV_CODEC_FLAG2_SKIP_MANUAL + +/* Unsupported options : + * Syntax Arithmetic coding (SAC) + * Reference Picture Selection + * Independent Segment Decoding */ +/* /Fx */ +/* codec capabilities */ + +#define CODEC_CAP_DRAW_HORIZ_BAND AV_CODEC_CAP_DRAW_HORIZ_BAND ///< Decoder can use draw_horiz_band callback. +/** + * Codec uses get_buffer() for allocating buffers and supports custom allocators. + * If not set, it might not use get_buffer() at all or use operations that + * assume the buffer was allocated by avcodec_default_get_buffer. + */ +#define CODEC_CAP_DR1 AV_CODEC_CAP_DR1 +#define CODEC_CAP_TRUNCATED AV_CODEC_CAP_TRUNCATED +#if FF_API_XVMC +/* Codec can export data for HW decoding. This flag indicates that + * the codec would call get_format() with list that might contain HW accelerated + * pixel formats (XvMC, VDPAU, VAAPI, etc). The application can pick any of them + * including raw image format. + * The application can use the passed context to determine bitstream version, + * chroma format, resolution etc. + */ +#define CODEC_CAP_HWACCEL 0x0010 +#endif /* FF_API_XVMC */ +/** + * Encoder or decoder requires flushing with NULL input at the end in order to + * give the complete and correct output. + * + * NOTE: If this flag is not set, the codec is guaranteed to never be fed with + * with NULL data. The user can still send NULL data to the public encode + * or decode function, but libavcodec will not pass it along to the codec + * unless this flag is set. + * + * Decoders: + * The decoder has a non-zero delay and needs to be fed with avpkt->data=NULL, + * avpkt->size=0 at the end to get the delayed data until the decoder no longer + * returns frames. + * + * Encoders: + * The encoder needs to be fed with NULL data at the end of encoding until the + * encoder no longer returns data. + * + * NOTE: For encoders implementing the AVCodec.encode2() function, setting this + * flag also means that the encoder must set the pts and duration for + * each output packet. If this flag is not set, the pts and duration will + * be determined by libavcodec from the input frame. + */ +#define CODEC_CAP_DELAY AV_CODEC_CAP_DELAY +/** + * Codec can be fed a final frame with a smaller size. + * This can be used to prevent truncation of the last audio samples. + */ +#define CODEC_CAP_SMALL_LAST_FRAME AV_CODEC_CAP_SMALL_LAST_FRAME +#if FF_API_CAP_VDPAU +/** + * Codec can export data for HW decoding (VDPAU). + */ +#define CODEC_CAP_HWACCEL_VDPAU AV_CODEC_CAP_HWACCEL_VDPAU +#endif +/** + * Codec can output multiple frames per AVPacket + * Normally demuxers return one frame at a time, demuxers which do not do + * are connected to a parser to split what they return into proper frames. + * This flag is reserved to the very rare category of codecs which have a + * bitstream that cannot be split into frames without timeconsuming + * operations like full decoding. Demuxers carring such bitstreams thus + * may return multiple frames in a packet. This has many disadvantages like + * prohibiting stream copy in many cases thus it should only be considered + * as a last resort. + */ +#define CODEC_CAP_SUBFRAMES AV_CODEC_CAP_SUBFRAMES +/** + * Codec is experimental and is thus avoided in favor of non experimental + * encoders + */ +#define CODEC_CAP_EXPERIMENTAL AV_CODEC_CAP_EXPERIMENTAL +/** + * Codec should fill in channel configuration and samplerate instead of container + */ +#define CODEC_CAP_CHANNEL_CONF AV_CODEC_CAP_CHANNEL_CONF +#if FF_API_NEG_LINESIZES +/** + * @deprecated no codecs use this capability + */ +#define CODEC_CAP_NEG_LINESIZES 0x0800 +#endif +/** + * Codec supports frame-level multithreading. + */ +#define CODEC_CAP_FRAME_THREADS AV_CODEC_CAP_FRAME_THREADS +/** + * Codec supports slice-based (or partition-based) multithreading. + */ +#define CODEC_CAP_SLICE_THREADS AV_CODEC_CAP_SLICE_THREADS +/** + * Codec supports changed parameters at any point. + */ +#define CODEC_CAP_PARAM_CHANGE AV_CODEC_CAP_PARAM_CHANGE +/** + * Codec supports avctx->thread_count == 0 (auto). + */ +#define CODEC_CAP_AUTO_THREADS AV_CODEC_CAP_AUTO_THREADS +/** + * Audio encoder supports receiving a different number of samples in each call. + */ +#define CODEC_CAP_VARIABLE_FRAME_SIZE AV_CODEC_CAP_VARIABLE_FRAME_SIZE +/** + * Codec is intra only. + */ +#define CODEC_CAP_INTRA_ONLY AV_CODEC_CAP_INTRA_ONLY +/** + * Codec is lossless. + */ +#define CODEC_CAP_LOSSLESS AV_CODEC_CAP_LOSSLESS + +/** + * HWAccel is experimental and is thus avoided in favor of non experimental + * codecs + */ +#define HWACCEL_CODEC_CAP_EXPERIMENTAL 0x0200 +#endif /* FF_API_WITHOUT_PREFIX */ + +#if FF_API_MB_TYPE +//The following defines may change, don't expect compatibility if you use them. +#define MB_TYPE_INTRA4x4 0x0001 +#define MB_TYPE_INTRA16x16 0x0002 //FIXME H.264-specific +#define MB_TYPE_INTRA_PCM 0x0004 //FIXME H.264-specific +#define MB_TYPE_16x16 0x0008 +#define MB_TYPE_16x8 0x0010 +#define MB_TYPE_8x16 0x0020 +#define MB_TYPE_8x8 0x0040 +#define MB_TYPE_INTERLACED 0x0080 +#define MB_TYPE_DIRECT2 0x0100 //FIXME +#define MB_TYPE_ACPRED 0x0200 +#define MB_TYPE_GMC 0x0400 +#define MB_TYPE_SKIP 0x0800 +#define MB_TYPE_P0L0 0x1000 +#define MB_TYPE_P1L0 0x2000 +#define MB_TYPE_P0L1 0x4000 +#define MB_TYPE_P1L1 0x8000 +#define MB_TYPE_L0 (MB_TYPE_P0L0 | MB_TYPE_P1L0) +#define MB_TYPE_L1 (MB_TYPE_P0L1 | MB_TYPE_P1L1) +#define MB_TYPE_L0L1 (MB_TYPE_L0 | MB_TYPE_L1) +#define MB_TYPE_QUANT 0x00010000 +#define MB_TYPE_CBP 0x00020000 +//Note bits 24-31 are reserved for codec specific use (h264 ref0, mpeg1 0mv, ...) +#endif + +/** + * Pan Scan area. + * This specifies the area which should be displayed. + * Note there may be multiple such areas for one frame. + */ +typedef struct AVPanScan{ + /** + * id + * - encoding: Set by user. + * - decoding: Set by libavcodec. + */ + int id; + + /** + * width and height in 1/16 pel + * - encoding: Set by user. + * - decoding: Set by libavcodec. + */ + int width; + int height; + + /** + * position of the top left corner in 1/16 pel for up to 3 fields/frames + * - encoding: Set by user. + * - decoding: Set by libavcodec. + */ + int16_t position[3][2]; +}AVPanScan; + +/** + * This structure describes the bitrate properties of an encoded bitstream. It + * roughly corresponds to a subset the VBV parameters for MPEG-2 or HRD + * parameters for H.264/HEVC. + */ +typedef struct AVCPBProperties { + /** + * Maximum bitrate of the stream, in bits per second. + * Zero if unknown or unspecified. + */ + int max_bitrate; + /** + * Minimum bitrate of the stream, in bits per second. + * Zero if unknown or unspecified. + */ + int min_bitrate; + /** + * Average bitrate of the stream, in bits per second. + * Zero if unknown or unspecified. + */ + int avg_bitrate; + + /** + * The size of the buffer to which the ratecontrol is applied, in bits. + * Zero if unknown or unspecified. + */ + int buffer_size; + + /** + * The delay between the time the packet this structure is associated with + * is received and the time when it should be decoded, in periods of a 27MHz + * clock. + * + * UINT64_MAX when unknown or unspecified. + */ + uint64_t vbv_delay; +} AVCPBProperties; + +#if FF_API_QSCALE_TYPE +#define FF_QSCALE_TYPE_MPEG1 0 +#define FF_QSCALE_TYPE_MPEG2 1 +#define FF_QSCALE_TYPE_H264 2 +#define FF_QSCALE_TYPE_VP56 3 +#endif + +/** + * The decoder will keep a reference to the frame and may reuse it later. + */ +#define AV_GET_BUFFER_FLAG_REF (1 << 0) + +/** + * @defgroup lavc_packet AVPacket + * + * Types and functions for working with AVPacket. + * @{ + */ +enum AVPacketSideDataType { + AV_PKT_DATA_PALETTE, + AV_PKT_DATA_NEW_EXTRADATA, + + /** + * An AV_PKT_DATA_PARAM_CHANGE side data packet is laid out as follows: + * @code + * u32le param_flags + * if (param_flags & AV_SIDE_DATA_PARAM_CHANGE_CHANNEL_COUNT) + * s32le channel_count + * if (param_flags & AV_SIDE_DATA_PARAM_CHANGE_CHANNEL_LAYOUT) + * u64le channel_layout + * if (param_flags & AV_SIDE_DATA_PARAM_CHANGE_SAMPLE_RATE) + * s32le sample_rate + * if (param_flags & AV_SIDE_DATA_PARAM_CHANGE_DIMENSIONS) + * s32le width + * s32le height + * @endcode + */ + AV_PKT_DATA_PARAM_CHANGE, + + /** + * An AV_PKT_DATA_H263_MB_INFO side data packet contains a number of + * structures with info about macroblocks relevant to splitting the + * packet into smaller packets on macroblock edges (e.g. as for RFC 2190). + * That is, it does not necessarily contain info about all macroblocks, + * as long as the distance between macroblocks in the info is smaller + * than the target payload size. + * Each MB info structure is 12 bytes, and is laid out as follows: + * @code + * u32le bit offset from the start of the packet + * u8 current quantizer at the start of the macroblock + * u8 GOB number + * u16le macroblock address within the GOB + * u8 horizontal MV predictor + * u8 vertical MV predictor + * u8 horizontal MV predictor for block number 3 + * u8 vertical MV predictor for block number 3 + * @endcode + */ + AV_PKT_DATA_H263_MB_INFO, + + /** + * This side data should be associated with an audio stream and contains + * ReplayGain information in form of the AVReplayGain struct. + */ + AV_PKT_DATA_REPLAYGAIN, + + /** + * This side data contains a 3x3 transformation matrix describing an affine + * transformation that needs to be applied to the decoded video frames for + * correct presentation. + * + * See libavutil/display.h for a detailed description of the data. + */ + AV_PKT_DATA_DISPLAYMATRIX, + + /** + * This side data should be associated with a video stream and contains + * Stereoscopic 3D information in form of the AVStereo3D struct. + */ + AV_PKT_DATA_STEREO3D, + + /** + * This side data should be associated with an audio stream and corresponds + * to enum AVAudioServiceType. + */ + AV_PKT_DATA_AUDIO_SERVICE_TYPE, + + /** + * This side data contains quality related information from the encoder. + * @code + * u32le quality factor of the compressed frame. Allowed range is between 1 (good) and FF_LAMBDA_MAX (bad). + * u8 picture type + * u8 error count + * u16 reserved + * u64le[error count] sum of squared differences between encoder in and output + * @endcode + */ + AV_PKT_DATA_QUALITY_STATS, + + /** + * This side data contains an integer value representing the stream index + * of a "fallback" track. A fallback track indicates an alternate + * track to use when the current track can not be decoded for some reason. + * e.g. no decoder available for codec. + */ + AV_PKT_DATA_FALLBACK_TRACK, + + /** + * This side data corresponds to the AVCPBProperties struct. + */ + AV_PKT_DATA_CPB_PROPERTIES, + + /** + * Recommmends skipping the specified number of samples + * @code + * u32le number of samples to skip from start of this packet + * u32le number of samples to skip from end of this packet + * u8 reason for start skip + * u8 reason for end skip (0=padding silence, 1=convergence) + * @endcode + */ + AV_PKT_DATA_SKIP_SAMPLES=70, + + /** + * An AV_PKT_DATA_JP_DUALMONO side data packet indicates that + * the packet may contain "dual mono" audio specific to Japanese DTV + * and if it is true, recommends only the selected channel to be used. + * @code + * u8 selected channels (0=mail/left, 1=sub/right, 2=both) + * @endcode + */ + AV_PKT_DATA_JP_DUALMONO, + + /** + * A list of zero terminated key/value strings. There is no end marker for + * the list, so it is required to rely on the side data size to stop. + */ + AV_PKT_DATA_STRINGS_METADATA, + + /** + * Subtitle event position + * @code + * u32le x1 + * u32le y1 + * u32le x2 + * u32le y2 + * @endcode + */ + AV_PKT_DATA_SUBTITLE_POSITION, + + /** + * Data found in BlockAdditional element of matroska container. There is + * no end marker for the data, so it is required to rely on the side data + * size to recognize the end. 8 byte id (as found in BlockAddId) followed + * by data. + */ + AV_PKT_DATA_MATROSKA_BLOCKADDITIONAL, + + /** + * The optional first identifier line of a WebVTT cue. + */ + AV_PKT_DATA_WEBVTT_IDENTIFIER, + + /** + * The optional settings (rendering instructions) that immediately + * follow the timestamp specifier of a WebVTT cue. + */ + AV_PKT_DATA_WEBVTT_SETTINGS, + + /** + * A list of zero terminated key/value strings. There is no end marker for + * the list, so it is required to rely on the side data size to stop. This + * side data includes updated metadata which appeared in the stream. + */ + AV_PKT_DATA_METADATA_UPDATE, +}; + +#define AV_PKT_DATA_QUALITY_FACTOR AV_PKT_DATA_QUALITY_STATS //DEPRECATED + +typedef struct AVPacketSideData { + uint8_t *data; + int size; + enum AVPacketSideDataType type; +} AVPacketSideData; + +/** + * This structure stores compressed data. It is typically exported by demuxers + * and then passed as input to decoders, or received as output from encoders and + * then passed to muxers. + * + * For video, it should typically contain one compressed frame. For audio it may + * contain several compressed frames. Encoders are allowed to output empty + * packets, with no compressed data, containing only side data + * (e.g. to update some stream parameters at the end of encoding). + * + * AVPacket is one of the few structs in FFmpeg, whose size is a part of public + * ABI. Thus it may be allocated on stack and no new fields can be added to it + * without libavcodec and libavformat major bump. + * + * The semantics of data ownership depends on the buf field. + * If it is set, the packet data is dynamically allocated and is + * valid indefinitely until a call to av_packet_unref() reduces the + * reference count to 0. + * + * If the buf field is not set av_packet_ref() would make a copy instead + * of increasing the reference count. + * + * The side data is always allocated with av_malloc(), copied by + * av_packet_ref() and freed by av_packet_unref(). + * + * @see av_packet_ref + * @see av_packet_unref + */ +typedef struct AVPacket { + /** + * A reference to the reference-counted buffer where the packet data is + * stored. + * May be NULL, then the packet data is not reference-counted. + */ + AVBufferRef *buf; + /** + * Presentation timestamp in AVStream->time_base units; the time at which + * the decompressed packet will be presented to the user. + * Can be AV_NOPTS_VALUE if it is not stored in the file. + * pts MUST be larger or equal to dts as presentation cannot happen before + * decompression, unless one wants to view hex dumps. Some formats misuse + * the terms dts and pts/cts to mean something different. Such timestamps + * must be converted to true pts/dts before they are stored in AVPacket. + */ + int64_t pts; + /** + * Decompression timestamp in AVStream->time_base units; the time at which + * the packet is decompressed. + * Can be AV_NOPTS_VALUE if it is not stored in the file. + */ + int64_t dts; + uint8_t *data; + int size; + int stream_index; + /** + * A combination of AV_PKT_FLAG values + */ + int flags; + /** + * Additional packet data that can be provided by the container. + * Packet can contain several types of side information. + */ + AVPacketSideData *side_data; + int side_data_elems; + + /** + * Duration of this packet in AVStream->time_base units, 0 if unknown. + * Equals next_pts - this_pts in presentation order. + */ + int64_t duration; + + int64_t pos; ///< byte position in stream, -1 if unknown + +#if FF_API_CONVERGENCE_DURATION + /** + * @deprecated Same as the duration field, but as int64_t. This was required + * for Matroska subtitles, whose duration values could overflow when the + * duration field was still an int. + */ + attribute_deprecated + int64_t convergence_duration; +#endif +} AVPacket; +#define AV_PKT_FLAG_KEY 0x0001 ///< The packet contains a keyframe +#define AV_PKT_FLAG_CORRUPT 0x0002 ///< The packet content is corrupted + +enum AVSideDataParamChangeFlags { + AV_SIDE_DATA_PARAM_CHANGE_CHANNEL_COUNT = 0x0001, + AV_SIDE_DATA_PARAM_CHANGE_CHANNEL_LAYOUT = 0x0002, + AV_SIDE_DATA_PARAM_CHANGE_SAMPLE_RATE = 0x0004, + AV_SIDE_DATA_PARAM_CHANGE_DIMENSIONS = 0x0008, +}; +/** + * @} + */ + +struct AVCodecInternal; + +enum AVFieldOrder { + AV_FIELD_UNKNOWN, + AV_FIELD_PROGRESSIVE, + AV_FIELD_TT, //< Top coded_first, top displayed first + AV_FIELD_BB, //< Bottom coded first, bottom displayed first + AV_FIELD_TB, //< Top coded first, bottom displayed first + AV_FIELD_BT, //< Bottom coded first, top displayed first +}; + +/** + * main external API structure. + * New fields can be added to the end with minor version bumps. + * Removal, reordering and changes to existing fields require a major + * version bump. + * Please use AVOptions (av_opt* / av_set/get*()) to access these fields from user + * applications. + * sizeof(AVCodecContext) must not be used outside libav*. + */ +typedef struct AVCodecContext { + /** + * information on struct for av_log + * - set by avcodec_alloc_context3 + */ + const AVClass *av_class; + int log_level_offset; + + enum AVMediaType codec_type; /* see AVMEDIA_TYPE_xxx */ + const struct AVCodec *codec; +#if FF_API_CODEC_NAME + /** + * @deprecated this field is not used for anything in libavcodec + */ + attribute_deprecated + char codec_name[32]; +#endif + enum AVCodecID codec_id; /* see AV_CODEC_ID_xxx */ + + /** + * fourcc (LSB first, so "ABCD" -> ('D'<<24) + ('C'<<16) + ('B'<<8) + 'A'). + * This is used to work around some encoder bugs. + * A demuxer should set this to what is stored in the field used to identify the codec. + * If there are multiple such fields in a container then the demuxer should choose the one + * which maximizes the information about the used codec. + * If the codec tag field in a container is larger than 32 bits then the demuxer should + * remap the longer ID to 32 bits with a table or other structure. Alternatively a new + * extra_codec_tag + size could be added but for this a clear advantage must be demonstrated + * first. + * - encoding: Set by user, if not then the default based on codec_id will be used. + * - decoding: Set by user, will be converted to uppercase by libavcodec during init. + */ + unsigned int codec_tag; + +#if FF_API_STREAM_CODEC_TAG + /** + * @deprecated this field is unused + */ + attribute_deprecated + unsigned int stream_codec_tag; +#endif + + void *priv_data; + + /** + * Private context used for internal data. + * + * Unlike priv_data, this is not codec-specific. It is used in general + * libavcodec functions. + */ + struct AVCodecInternal *internal; + + /** + * Private data of the user, can be used to carry app specific stuff. + * - encoding: Set by user. + * - decoding: Set by user. + */ + void *opaque; + + /** + * the average bitrate + * - encoding: Set by user; unused for constant quantizer encoding. + * - decoding: Set by user, may be overwritten by libavcodec + * if this info is available in the stream + */ + int64_t bit_rate; + + /** + * number of bits the bitstream is allowed to diverge from the reference. + * the reference can be CBR (for CBR pass1) or VBR (for pass2) + * - encoding: Set by user; unused for constant quantizer encoding. + * - decoding: unused + */ + int bit_rate_tolerance; + + /** + * Global quality for codecs which cannot change it per frame. + * This should be proportional to MPEG-1/2/4 qscale. + * - encoding: Set by user. + * - decoding: unused + */ + int global_quality; + + /** + * - encoding: Set by user. + * - decoding: unused + */ + int compression_level; +#define FF_COMPRESSION_DEFAULT -1 + + /** + * AV_CODEC_FLAG_*. + * - encoding: Set by user. + * - decoding: Set by user. + */ + int flags; + + /** + * AV_CODEC_FLAG2_* + * - encoding: Set by user. + * - decoding: Set by user. + */ + int flags2; + + /** + * some codecs need / can use extradata like Huffman tables. + * mjpeg: Huffman tables + * rv10: additional flags + * mpeg4: global headers (they can be in the bitstream or here) + * The allocated memory should be AV_INPUT_BUFFER_PADDING_SIZE bytes larger + * than extradata_size to avoid problems if it is read with the bitstream reader. + * The bytewise contents of extradata must not depend on the architecture or CPU endianness. + * - encoding: Set/allocated/freed by libavcodec. + * - decoding: Set/allocated/freed by user. + */ + uint8_t *extradata; + int extradata_size; + + /** + * This is the fundamental unit of time (in seconds) in terms + * of which frame timestamps are represented. For fixed-fps content, + * timebase should be 1/framerate and timestamp increments should be + * identically 1. + * This often, but not always is the inverse of the frame rate or field rate + * for video. + * - encoding: MUST be set by user. + * - decoding: the use of this field for decoding is deprecated. + * Use framerate instead. + */ + AVRational time_base; + + /** + * For some codecs, the time base is closer to the field rate than the frame rate. + * Most notably, H.264 and MPEG-2 specify time_base as half of frame duration + * if no telecine is used ... + * + * Set to time_base ticks per frame. Default 1, e.g., H.264/MPEG-2 set it to 2. + */ + int ticks_per_frame; + + /** + * Codec delay. + * + * Encoding: Number of frames delay there will be from the encoder input to + * the decoder output. (we assume the decoder matches the spec) + * Decoding: Number of frames delay in addition to what a standard decoder + * as specified in the spec would produce. + * + * Video: + * Number of frames the decoded output will be delayed relative to the + * encoded input. + * + * Audio: + * For encoding, this field is unused (see initial_padding). + * + * For decoding, this is the number of samples the decoder needs to + * output before the decoder's output is valid. When seeking, you should + * start decoding this many samples prior to your desired seek point. + * + * - encoding: Set by libavcodec. + * - decoding: Set by libavcodec. + */ + int delay; + + + /* video only */ + /** + * picture width / height. + * + * @note Those fields may not match the values of the last + * AVFrame outputted by avcodec_decode_video2 due frame + * reordering. + * + * - encoding: MUST be set by user. + * - decoding: May be set by the user before opening the decoder if known e.g. + * from the container. Some decoders will require the dimensions + * to be set by the caller. During decoding, the decoder may + * overwrite those values as required while parsing the data. + */ + int width, height; + + /** + * Bitstream width / height, may be different from width/height e.g. when + * the decoded frame is cropped before being output or lowres is enabled. + * + * @note Those field may not match the value of the last + * AVFrame outputted by avcodec_decode_video2 due frame + * reordering. + * + * - encoding: unused + * - decoding: May be set by the user before opening the decoder if known + * e.g. from the container. During decoding, the decoder may + * overwrite those values as required while parsing the data. + */ + int coded_width, coded_height; + +#if FF_API_ASPECT_EXTENDED +#define FF_ASPECT_EXTENDED 15 +#endif + + /** + * the number of pictures in a group of pictures, or 0 for intra_only + * - encoding: Set by user. + * - decoding: unused + */ + int gop_size; + + /** + * Pixel format, see AV_PIX_FMT_xxx. + * May be set by the demuxer if known from headers. + * May be overridden by the decoder if it knows better. + * + * @note This field may not match the value of the last + * AVFrame outputted by avcodec_decode_video2 due frame + * reordering. + * + * - encoding: Set by user. + * - decoding: Set by user if known, overridden by libavcodec while + * parsing the data. + */ + enum AVPixelFormat pix_fmt; + +#if FF_API_MOTION_EST + /** + * This option does nothing + * @deprecated use codec private options instead + */ + attribute_deprecated int me_method; +#endif + + /** + * If non NULL, 'draw_horiz_band' is called by the libavcodec + * decoder to draw a horizontal band. It improves cache usage. Not + * all codecs can do that. You must check the codec capabilities + * beforehand. + * When multithreading is used, it may be called from multiple threads + * at the same time; threads might draw different parts of the same AVFrame, + * or multiple AVFrames, and there is no guarantee that slices will be drawn + * in order. + * The function is also used by hardware acceleration APIs. + * It is called at least once during frame decoding to pass + * the data needed for hardware render. + * In that mode instead of pixel data, AVFrame points to + * a structure specific to the acceleration API. The application + * reads the structure and can change some fields to indicate progress + * or mark state. + * - encoding: unused + * - decoding: Set by user. + * @param height the height of the slice + * @param y the y position of the slice + * @param type 1->top field, 2->bottom field, 3->frame + * @param offset offset into the AVFrame.data from which the slice should be read + */ + void (*draw_horiz_band)(struct AVCodecContext *s, + const AVFrame *src, int offset[AV_NUM_DATA_POINTERS], + int y, int type, int height); + + /** + * callback to negotiate the pixelFormat + * @param fmt is the list of formats which are supported by the codec, + * it is terminated by -1 as 0 is a valid format, the formats are ordered by quality. + * The first is always the native one. + * @note The callback may be called again immediately if initialization for + * the selected (hardware-accelerated) pixel format failed. + * @warning Behavior is undefined if the callback returns a value not + * in the fmt list of formats. + * @return the chosen format + * - encoding: unused + * - decoding: Set by user, if not set the native format will be chosen. + */ + enum AVPixelFormat (*get_format)(struct AVCodecContext *s, const enum AVPixelFormat * fmt); + + /** + * maximum number of B-frames between non-B-frames + * Note: The output will be delayed by max_b_frames+1 relative to the input. + * - encoding: Set by user. + * - decoding: unused + */ + int max_b_frames; + + /** + * qscale factor between IP and B-frames + * If > 0 then the last P-frame quantizer will be used (q= lastp_q*factor+offset). + * If < 0 then normal ratecontrol will be done (q= -normal_q*factor+offset). + * - encoding: Set by user. + * - decoding: unused + */ + float b_quant_factor; + +#if FF_API_RC_STRATEGY + /** @deprecated use codec private option instead */ + attribute_deprecated int rc_strategy; +#define FF_RC_STRATEGY_XVID 1 +#endif + +#if FF_API_PRIVATE_OPT + /** @deprecated use encoder private options instead */ + attribute_deprecated + int b_frame_strategy; +#endif + + /** + * qscale offset between IP and B-frames + * - encoding: Set by user. + * - decoding: unused + */ + float b_quant_offset; + + /** + * Size of the frame reordering buffer in the decoder. + * For MPEG-2 it is 1 IPB or 0 low delay IP. + * - encoding: Set by libavcodec. + * - decoding: Set by libavcodec. + */ + int has_b_frames; + +#if FF_API_PRIVATE_OPT + /** @deprecated use encoder private options instead */ + attribute_deprecated + int mpeg_quant; +#endif + + /** + * qscale factor between P and I-frames + * If > 0 then the last p frame quantizer will be used (q= lastp_q*factor+offset). + * If < 0 then normal ratecontrol will be done (q= -normal_q*factor+offset). + * - encoding: Set by user. + * - decoding: unused + */ + float i_quant_factor; + + /** + * qscale offset between P and I-frames + * - encoding: Set by user. + * - decoding: unused + */ + float i_quant_offset; + + /** + * luminance masking (0-> disabled) + * - encoding: Set by user. + * - decoding: unused + */ + float lumi_masking; + + /** + * temporary complexity masking (0-> disabled) + * - encoding: Set by user. + * - decoding: unused + */ + float temporal_cplx_masking; + + /** + * spatial complexity masking (0-> disabled) + * - encoding: Set by user. + * - decoding: unused + */ + float spatial_cplx_masking; + + /** + * p block masking (0-> disabled) + * - encoding: Set by user. + * - decoding: unused + */ + float p_masking; + + /** + * darkness masking (0-> disabled) + * - encoding: Set by user. + * - decoding: unused + */ + float dark_masking; + + /** + * slice count + * - encoding: Set by libavcodec. + * - decoding: Set by user (or 0). + */ + int slice_count; + +#if FF_API_PRIVATE_OPT + /** @deprecated use encoder private options instead */ + attribute_deprecated + int prediction_method; +#define FF_PRED_LEFT 0 +#define FF_PRED_PLANE 1 +#define FF_PRED_MEDIAN 2 +#endif + + /** + * slice offsets in the frame in bytes + * - encoding: Set/allocated by libavcodec. + * - decoding: Set/allocated by user (or NULL). + */ + int *slice_offset; + + /** + * sample aspect ratio (0 if unknown) + * That is the width of a pixel divided by the height of the pixel. + * Numerator and denominator must be relatively prime and smaller than 256 for some video standards. + * - encoding: Set by user. + * - decoding: Set by libavcodec. + */ + AVRational sample_aspect_ratio; + + /** + * motion estimation comparison function + * - encoding: Set by user. + * - decoding: unused + */ + int me_cmp; + /** + * subpixel motion estimation comparison function + * - encoding: Set by user. + * - decoding: unused + */ + int me_sub_cmp; + /** + * macroblock comparison function (not supported yet) + * - encoding: Set by user. + * - decoding: unused + */ + int mb_cmp; + /** + * interlaced DCT comparison function + * - encoding: Set by user. + * - decoding: unused + */ + int ildct_cmp; +#define FF_CMP_SAD 0 +#define FF_CMP_SSE 1 +#define FF_CMP_SATD 2 +#define FF_CMP_DCT 3 +#define FF_CMP_PSNR 4 +#define FF_CMP_BIT 5 +#define FF_CMP_RD 6 +#define FF_CMP_ZERO 7 +#define FF_CMP_VSAD 8 +#define FF_CMP_VSSE 9 +#define FF_CMP_NSSE 10 +#define FF_CMP_W53 11 +#define FF_CMP_W97 12 +#define FF_CMP_DCTMAX 13 +#define FF_CMP_DCT264 14 +#define FF_CMP_CHROMA 256 + + /** + * ME diamond size & shape + * - encoding: Set by user. + * - decoding: unused + */ + int dia_size; + + /** + * amount of previous MV predictors (2a+1 x 2a+1 square) + * - encoding: Set by user. + * - decoding: unused + */ + int last_predictor_count; + +#if FF_API_PRIVATE_OPT + /** @deprecated use encoder private options instead */ + attribute_deprecated + int pre_me; +#endif + + /** + * motion estimation prepass comparison function + * - encoding: Set by user. + * - decoding: unused + */ + int me_pre_cmp; + + /** + * ME prepass diamond size & shape + * - encoding: Set by user. + * - decoding: unused + */ + int pre_dia_size; + + /** + * subpel ME quality + * - encoding: Set by user. + * - decoding: unused + */ + int me_subpel_quality; + +#if FF_API_AFD + /** + * DTG active format information (additional aspect ratio + * information only used in DVB MPEG-2 transport streams) + * 0 if not set. + * + * - encoding: unused + * - decoding: Set by decoder. + * @deprecated Deprecated in favor of AVSideData + */ + attribute_deprecated int dtg_active_format; +#define FF_DTG_AFD_SAME 8 +#define FF_DTG_AFD_4_3 9 +#define FF_DTG_AFD_16_9 10 +#define FF_DTG_AFD_14_9 11 +#define FF_DTG_AFD_4_3_SP_14_9 13 +#define FF_DTG_AFD_16_9_SP_14_9 14 +#define FF_DTG_AFD_SP_4_3 15 +#endif /* FF_API_AFD */ + + /** + * maximum motion estimation search range in subpel units + * If 0 then no limit. + * + * - encoding: Set by user. + * - decoding: unused + */ + int me_range; + +#if FF_API_QUANT_BIAS + /** + * @deprecated use encoder private option instead + */ + attribute_deprecated int intra_quant_bias; +#define FF_DEFAULT_QUANT_BIAS 999999 + + /** + * @deprecated use encoder private option instead + */ + attribute_deprecated int inter_quant_bias; +#endif + + /** + * slice flags + * - encoding: unused + * - decoding: Set by user. + */ + int slice_flags; +#define SLICE_FLAG_CODED_ORDER 0x0001 ///< draw_horiz_band() is called in coded order instead of display +#define SLICE_FLAG_ALLOW_FIELD 0x0002 ///< allow draw_horiz_band() with field slices (MPEG2 field pics) +#define SLICE_FLAG_ALLOW_PLANE 0x0004 ///< allow draw_horiz_band() with 1 component at a time (SVQ1) + +#if FF_API_XVMC + /** + * XVideo Motion Acceleration + * - encoding: forbidden + * - decoding: set by decoder + * @deprecated XvMC doesn't need it anymore. + */ + attribute_deprecated int xvmc_acceleration; +#endif /* FF_API_XVMC */ + + /** + * macroblock decision mode + * - encoding: Set by user. + * - decoding: unused + */ + int mb_decision; +#define FF_MB_DECISION_SIMPLE 0 ///< uses mb_cmp +#define FF_MB_DECISION_BITS 1 ///< chooses the one which needs the fewest bits +#define FF_MB_DECISION_RD 2 ///< rate distortion + + /** + * custom intra quantization matrix + * - encoding: Set by user, can be NULL. + * - decoding: Set by libavcodec. + */ + uint16_t *intra_matrix; + + /** + * custom inter quantization matrix + * - encoding: Set by user, can be NULL. + * - decoding: Set by libavcodec. + */ + uint16_t *inter_matrix; + +#if FF_API_PRIVATE_OPT + /** @deprecated use encoder private options instead */ + attribute_deprecated + int scenechange_threshold; + + /** @deprecated use encoder private options instead */ + attribute_deprecated + int noise_reduction; +#endif + +#if FF_API_MPV_OPT + /** + * @deprecated this field is unused + */ + attribute_deprecated + int me_threshold; + + /** + * @deprecated this field is unused + */ + attribute_deprecated + int mb_threshold; +#endif + + /** + * precision of the intra DC coefficient - 8 + * - encoding: Set by user. + * - decoding: Set by libavcodec + */ + int intra_dc_precision; + + /** + * Number of macroblock rows at the top which are skipped. + * - encoding: unused + * - decoding: Set by user. + */ + int skip_top; + + /** + * Number of macroblock rows at the bottom which are skipped. + * - encoding: unused + * - decoding: Set by user. + */ + int skip_bottom; + +#if FF_API_MPV_OPT + /** + * @deprecated use encoder private options instead + */ + attribute_deprecated + float border_masking; +#endif + + /** + * minimum MB lagrange multipler + * - encoding: Set by user. + * - decoding: unused + */ + int mb_lmin; + + /** + * maximum MB lagrange multipler + * - encoding: Set by user. + * - decoding: unused + */ + int mb_lmax; + +#if FF_API_PRIVATE_OPT + /** + * @deprecated use encoder private options instead + */ + attribute_deprecated + int me_penalty_compensation; +#endif + + /** + * + * - encoding: Set by user. + * - decoding: unused + */ + int bidir_refine; + +#if FF_API_PRIVATE_OPT + /** @deprecated use encoder private options instead */ + attribute_deprecated + int brd_scale; +#endif + + /** + * minimum GOP size + * - encoding: Set by user. + * - decoding: unused + */ + int keyint_min; + + /** + * number of reference frames + * - encoding: Set by user. + * - decoding: Set by lavc. + */ + int refs; + +#if FF_API_PRIVATE_OPT + /** @deprecated use encoder private options instead */ + attribute_deprecated + int chromaoffset; +#endif + +#if FF_API_UNUSED_MEMBERS + /** + * Multiplied by qscale for each frame and added to scene_change_score. + * - encoding: Set by user. + * - decoding: unused + */ + attribute_deprecated int scenechange_factor; +#endif + + /** + * + * Note: Value depends upon the compare function used for fullpel ME. + * - encoding: Set by user. + * - decoding: unused + */ + int mv0_threshold; + +#if FF_API_PRIVATE_OPT + /** @deprecated use encoder private options instead */ + attribute_deprecated + int b_sensitivity; +#endif + + /** + * Chromaticity coordinates of the source primaries. + * - encoding: Set by user + * - decoding: Set by libavcodec + */ + enum AVColorPrimaries color_primaries; + + /** + * Color Transfer Characteristic. + * - encoding: Set by user + * - decoding: Set by libavcodec + */ + enum AVColorTransferCharacteristic color_trc; + + /** + * YUV colorspace type. + * - encoding: Set by user + * - decoding: Set by libavcodec + */ + enum AVColorSpace colorspace; + + /** + * MPEG vs JPEG YUV range. + * - encoding: Set by user + * - decoding: Set by libavcodec + */ + enum AVColorRange color_range; + + /** + * This defines the location of chroma samples. + * - encoding: Set by user + * - decoding: Set by libavcodec + */ + enum AVChromaLocation chroma_sample_location; + + /** + * Number of slices. + * Indicates number of picture subdivisions. Used for parallelized + * decoding. + * - encoding: Set by user + * - decoding: unused + */ + int slices; + + /** Field order + * - encoding: set by libavcodec + * - decoding: Set by user. + */ + enum AVFieldOrder field_order; + + /* audio only */ + int sample_rate; ///< samples per second + int channels; ///< number of audio channels + + /** + * audio sample format + * - encoding: Set by user. + * - decoding: Set by libavcodec. + */ + enum AVSampleFormat sample_fmt; ///< sample format + + /* The following data should not be initialized. */ + /** + * Number of samples per channel in an audio frame. + * + * - encoding: set by libavcodec in avcodec_open2(). Each submitted frame + * except the last must contain exactly frame_size samples per channel. + * May be 0 when the codec has AV_CODEC_CAP_VARIABLE_FRAME_SIZE set, then the + * frame size is not restricted. + * - decoding: may be set by some decoders to indicate constant frame size + */ + int frame_size; + + /** + * Frame counter, set by libavcodec. + * + * - decoding: total number of frames returned from the decoder so far. + * - encoding: total number of frames passed to the encoder so far. + * + * @note the counter is not incremented if encoding/decoding resulted in + * an error. + */ + int frame_number; + + /** + * number of bytes per packet if constant and known or 0 + * Used by some WAV based audio codecs. + */ + int block_align; + + /** + * Audio cutoff bandwidth (0 means "automatic") + * - encoding: Set by user. + * - decoding: unused + */ + int cutoff; + + /** + * Audio channel layout. + * - encoding: set by user. + * - decoding: set by user, may be overwritten by libavcodec. + */ + uint64_t channel_layout; + + /** + * Request decoder to use this channel layout if it can (0 for default) + * - encoding: unused + * - decoding: Set by user. + */ + uint64_t request_channel_layout; + + /** + * Type of service that the audio stream conveys. + * - encoding: Set by user. + * - decoding: Set by libavcodec. + */ + enum AVAudioServiceType audio_service_type; + + /** + * desired sample format + * - encoding: Not used. + * - decoding: Set by user. + * Decoder will decode to this format if it can. + */ + enum AVSampleFormat request_sample_fmt; + + /** + * This callback is called at the beginning of each frame to get data + * buffer(s) for it. There may be one contiguous buffer for all the data or + * there may be a buffer per each data plane or anything in between. What + * this means is, you may set however many entries in buf[] you feel necessary. + * Each buffer must be reference-counted using the AVBuffer API (see description + * of buf[] below). + * + * The following fields will be set in the frame before this callback is + * called: + * - format + * - width, height (video only) + * - sample_rate, channel_layout, nb_samples (audio only) + * Their values may differ from the corresponding values in + * AVCodecContext. This callback must use the frame values, not the codec + * context values, to calculate the required buffer size. + * + * This callback must fill the following fields in the frame: + * - data[] + * - linesize[] + * - extended_data: + * * if the data is planar audio with more than 8 channels, then this + * callback must allocate and fill extended_data to contain all pointers + * to all data planes. data[] must hold as many pointers as it can. + * extended_data must be allocated with av_malloc() and will be freed in + * av_frame_unref(). + * * otherwise exended_data must point to data + * - buf[] must contain one or more pointers to AVBufferRef structures. Each of + * the frame's data and extended_data pointers must be contained in these. That + * is, one AVBufferRef for each allocated chunk of memory, not necessarily one + * AVBufferRef per data[] entry. See: av_buffer_create(), av_buffer_alloc(), + * and av_buffer_ref(). + * - extended_buf and nb_extended_buf must be allocated with av_malloc() by + * this callback and filled with the extra buffers if there are more + * buffers than buf[] can hold. extended_buf will be freed in + * av_frame_unref(). + * + * If AV_CODEC_CAP_DR1 is not set then get_buffer2() must call + * avcodec_default_get_buffer2() instead of providing buffers allocated by + * some other means. + * + * Each data plane must be aligned to the maximum required by the target + * CPU. + * + * @see avcodec_default_get_buffer2() + * + * Video: + * + * If AV_GET_BUFFER_FLAG_REF is set in flags then the frame may be reused + * (read and/or written to if it is writable) later by libavcodec. + * + * avcodec_align_dimensions2() should be used to find the required width and + * height, as they normally need to be rounded up to the next multiple of 16. + * + * Some decoders do not support linesizes changing between frames. + * + * If frame multithreading is used and thread_safe_callbacks is set, + * this callback may be called from a different thread, but not from more + * than one at once. Does not need to be reentrant. + * + * @see avcodec_align_dimensions2() + * + * Audio: + * + * Decoders request a buffer of a particular size by setting + * AVFrame.nb_samples prior to calling get_buffer2(). The decoder may, + * however, utilize only part of the buffer by setting AVFrame.nb_samples + * to a smaller value in the output frame. + * + * As a convenience, av_samples_get_buffer_size() and + * av_samples_fill_arrays() in libavutil may be used by custom get_buffer2() + * functions to find the required data size and to fill data pointers and + * linesize. In AVFrame.linesize, only linesize[0] may be set for audio + * since all planes must be the same size. + * + * @see av_samples_get_buffer_size(), av_samples_fill_arrays() + * + * - encoding: unused + * - decoding: Set by libavcodec, user can override. + */ + int (*get_buffer2)(struct AVCodecContext *s, AVFrame *frame, int flags); + + /** + * If non-zero, the decoded audio and video frames returned from + * avcodec_decode_video2() and avcodec_decode_audio4() are reference-counted + * and are valid indefinitely. The caller must free them with + * av_frame_unref() when they are not needed anymore. + * Otherwise, the decoded frames must not be freed by the caller and are + * only valid until the next decode call. + * + * - encoding: unused + * - decoding: set by the caller before avcodec_open2(). + */ + int refcounted_frames; + + /* - encoding parameters */ + float qcompress; ///< amount of qscale change between easy & hard scenes (0.0-1.0) + float qblur; ///< amount of qscale smoothing over time (0.0-1.0) + + /** + * minimum quantizer + * - encoding: Set by user. + * - decoding: unused + */ + int qmin; + + /** + * maximum quantizer + * - encoding: Set by user. + * - decoding: unused + */ + int qmax; + + /** + * maximum quantizer difference between frames + * - encoding: Set by user. + * - decoding: unused + */ + int max_qdiff; + +#if FF_API_MPV_OPT + /** + * @deprecated use encoder private options instead + */ + attribute_deprecated + float rc_qsquish; + + attribute_deprecated + float rc_qmod_amp; + attribute_deprecated + int rc_qmod_freq; +#endif + + /** + * decoder bitstream buffer size + * - encoding: Set by user. + * - decoding: unused + */ + int rc_buffer_size; + + /** + * ratecontrol override, see RcOverride + * - encoding: Allocated/set/freed by user. + * - decoding: unused + */ + int rc_override_count; + RcOverride *rc_override; + +#if FF_API_MPV_OPT + /** + * @deprecated use encoder private options instead + */ + attribute_deprecated + const char *rc_eq; +#endif + + /** + * maximum bitrate + * - encoding: Set by user. + * - decoding: Set by user, may be overwritten by libavcodec. + */ + int64_t rc_max_rate; + + /** + * minimum bitrate + * - encoding: Set by user. + * - decoding: unused + */ + int64_t rc_min_rate; + +#if FF_API_MPV_OPT + /** + * @deprecated use encoder private options instead + */ + attribute_deprecated + float rc_buffer_aggressivity; + + attribute_deprecated + float rc_initial_cplx; +#endif + + /** + * Ratecontrol attempt to use, at maximum, of what can be used without an underflow. + * - encoding: Set by user. + * - decoding: unused. + */ + float rc_max_available_vbv_use; + + /** + * Ratecontrol attempt to use, at least, times the amount needed to prevent a vbv overflow. + * - encoding: Set by user. + * - decoding: unused. + */ + float rc_min_vbv_overflow_use; + + /** + * Number of bits which should be loaded into the rc buffer before decoding starts. + * - encoding: Set by user. + * - decoding: unused + */ + int rc_initial_buffer_occupancy; + +#if FF_API_CODER_TYPE +#define FF_CODER_TYPE_VLC 0 +#define FF_CODER_TYPE_AC 1 +#define FF_CODER_TYPE_RAW 2 +#define FF_CODER_TYPE_RLE 3 +#if FF_API_UNUSED_MEMBERS +#define FF_CODER_TYPE_DEFLATE 4 +#endif /* FF_API_UNUSED_MEMBERS */ + /** + * @deprecated use encoder private options instead + */ + attribute_deprecated + int coder_type; +#endif /* FF_API_CODER_TYPE */ + +#if FF_API_PRIVATE_OPT + /** @deprecated use encoder private options instead */ + attribute_deprecated + int context_model; +#endif + +#if FF_API_MPV_OPT + /** + * @deprecated use encoder private options instead + */ + attribute_deprecated + int lmin; + + /** + * @deprecated use encoder private options instead + */ + attribute_deprecated + int lmax; +#endif + +#if FF_API_PRIVATE_OPT + /** @deprecated use encoder private options instead */ + attribute_deprecated + int frame_skip_threshold; + + /** @deprecated use encoder private options instead */ + attribute_deprecated + int frame_skip_factor; + + /** @deprecated use encoder private options instead */ + attribute_deprecated + int frame_skip_exp; + + /** @deprecated use encoder private options instead */ + attribute_deprecated + int frame_skip_cmp; +#endif /* FF_API_PRIVATE_OPT */ + + /** + * trellis RD quantization + * - encoding: Set by user. + * - decoding: unused + */ + int trellis; + +#if FF_API_PRIVATE_OPT + /** @deprecated use encoder private options instead */ + attribute_deprecated + int min_prediction_order; + + /** @deprecated use encoder private options instead */ + attribute_deprecated + int max_prediction_order; + + /** @deprecated use encoder private options instead */ + attribute_deprecated + int64_t timecode_frame_start; +#endif + +#if FF_API_RTP_CALLBACK + /** + * @deprecated unused + */ + /* The RTP callback: This function is called */ + /* every time the encoder has a packet to send. */ + /* It depends on the encoder if the data starts */ + /* with a Start Code (it should). H.263 does. */ + /* mb_nb contains the number of macroblocks */ + /* encoded in the RTP payload. */ + attribute_deprecated + void (*rtp_callback)(struct AVCodecContext *avctx, void *data, int size, int mb_nb); +#endif + +#if FF_API_PRIVATE_OPT + /** @deprecated use encoder private options instead */ + attribute_deprecated + int rtp_payload_size; /* The size of the RTP payload: the coder will */ + /* do its best to deliver a chunk with size */ + /* below rtp_payload_size, the chunk will start */ + /* with a start code on some codecs like H.263. */ + /* This doesn't take account of any particular */ + /* headers inside the transmitted RTP payload. */ +#endif + +#if FF_API_STAT_BITS + /* statistics, used for 2-pass encoding */ + attribute_deprecated + int mv_bits; + attribute_deprecated + int header_bits; + attribute_deprecated + int i_tex_bits; + attribute_deprecated + int p_tex_bits; + attribute_deprecated + int i_count; + attribute_deprecated + int p_count; + attribute_deprecated + int skip_count; + attribute_deprecated + int misc_bits; + + /** @deprecated this field is unused */ + attribute_deprecated + int frame_bits; +#endif + + /** + * pass1 encoding statistics output buffer + * - encoding: Set by libavcodec. + * - decoding: unused + */ + char *stats_out; + + /** + * pass2 encoding statistics input buffer + * Concatenated stuff from stats_out of pass1 should be placed here. + * - encoding: Allocated/set/freed by user. + * - decoding: unused + */ + char *stats_in; + + /** + * Work around bugs in encoders which sometimes cannot be detected automatically. + * - encoding: Set by user + * - decoding: Set by user + */ + int workaround_bugs; +#define FF_BUG_AUTODETECT 1 ///< autodetection +#if FF_API_OLD_MSMPEG4 +#define FF_BUG_OLD_MSMPEG4 2 +#endif +#define FF_BUG_XVID_ILACE 4 +#define FF_BUG_UMP4 8 +#define FF_BUG_NO_PADDING 16 +#define FF_BUG_AMV 32 +#if FF_API_AC_VLC +#define FF_BUG_AC_VLC 0 ///< Will be removed, libavcodec can now handle these non-compliant files by default. +#endif +#define FF_BUG_QPEL_CHROMA 64 +#define FF_BUG_STD_QPEL 128 +#define FF_BUG_QPEL_CHROMA2 256 +#define FF_BUG_DIRECT_BLOCKSIZE 512 +#define FF_BUG_EDGE 1024 +#define FF_BUG_HPEL_CHROMA 2048 +#define FF_BUG_DC_CLIP 4096 +#define FF_BUG_MS 8192 ///< Work around various bugs in Microsoft's broken decoders. +#define FF_BUG_TRUNCATED 16384 + + /** + * strictly follow the standard (MPEG4, ...). + * - encoding: Set by user. + * - decoding: Set by user. + * Setting this to STRICT or higher means the encoder and decoder will + * generally do stupid things, whereas setting it to unofficial or lower + * will mean the encoder might produce output that is not supported by all + * spec-compliant decoders. Decoders don't differentiate between normal, + * unofficial and experimental (that is, they always try to decode things + * when they can) unless they are explicitly asked to behave stupidly + * (=strictly conform to the specs) + */ + int strict_std_compliance; +#define FF_COMPLIANCE_VERY_STRICT 2 ///< Strictly conform to an older more strict version of the spec or reference software. +#define FF_COMPLIANCE_STRICT 1 ///< Strictly conform to all the things in the spec no matter what consequences. +#define FF_COMPLIANCE_NORMAL 0 +#define FF_COMPLIANCE_UNOFFICIAL -1 ///< Allow unofficial extensions +#define FF_COMPLIANCE_EXPERIMENTAL -2 ///< Allow nonstandardized experimental things. + + /** + * error concealment flags + * - encoding: unused + * - decoding: Set by user. + */ + int error_concealment; +#define FF_EC_GUESS_MVS 1 +#define FF_EC_DEBLOCK 2 +#define FF_EC_FAVOR_INTER 256 + + /** + * debug + * - encoding: Set by user. + * - decoding: Set by user. + */ + int debug; +#define FF_DEBUG_PICT_INFO 1 +#define FF_DEBUG_RC 2 +#define FF_DEBUG_BITSTREAM 4 +#define FF_DEBUG_MB_TYPE 8 +#define FF_DEBUG_QP 16 +#if FF_API_DEBUG_MV +/** + * @deprecated this option does nothing + */ +#define FF_DEBUG_MV 32 +#endif +#define FF_DEBUG_DCT_COEFF 0x00000040 +#define FF_DEBUG_SKIP 0x00000080 +#define FF_DEBUG_STARTCODE 0x00000100 +#if FF_API_UNUSED_MEMBERS +#define FF_DEBUG_PTS 0x00000200 +#endif /* FF_API_UNUSED_MEMBERS */ +#define FF_DEBUG_ER 0x00000400 +#define FF_DEBUG_MMCO 0x00000800 +#define FF_DEBUG_BUGS 0x00001000 +#if FF_API_DEBUG_MV +#define FF_DEBUG_VIS_QP 0x00002000 ///< only access through AVOptions from outside libavcodec +#define FF_DEBUG_VIS_MB_TYPE 0x00004000 ///< only access through AVOptions from outside libavcodec +#endif +#define FF_DEBUG_BUFFERS 0x00008000 +#define FF_DEBUG_THREADS 0x00010000 +#define FF_DEBUG_GREEN_MD 0x00800000 +#define FF_DEBUG_NOMC 0x01000000 + +#if FF_API_DEBUG_MV + /** + * debug + * Code outside libavcodec should access this field using AVOptions + * - encoding: Set by user. + * - decoding: Set by user. + */ + int debug_mv; +#define FF_DEBUG_VIS_MV_P_FOR 0x00000001 //visualize forward predicted MVs of P frames +#define FF_DEBUG_VIS_MV_B_FOR 0x00000002 //visualize forward predicted MVs of B frames +#define FF_DEBUG_VIS_MV_B_BACK 0x00000004 //visualize backward predicted MVs of B frames +#endif + + /** + * Error recognition; may misdetect some more or less valid parts as errors. + * - encoding: unused + * - decoding: Set by user. + */ + int err_recognition; + +/** + * Verify checksums embedded in the bitstream (could be of either encoded or + * decoded data, depending on the codec) and print an error message on mismatch. + * If AV_EF_EXPLODE is also set, a mismatching checksum will result in the + * decoder returning an error. + */ +#define AV_EF_CRCCHECK (1<<0) +#define AV_EF_BITSTREAM (1<<1) ///< detect bitstream specification deviations +#define AV_EF_BUFFER (1<<2) ///< detect improper bitstream length +#define AV_EF_EXPLODE (1<<3) ///< abort decoding on minor error detection + +#define AV_EF_IGNORE_ERR (1<<15) ///< ignore errors and continue +#define AV_EF_CAREFUL (1<<16) ///< consider things that violate the spec, are fast to calculate and have not been seen in the wild as errors +#define AV_EF_COMPLIANT (1<<17) ///< consider all spec non compliances as errors +#define AV_EF_AGGRESSIVE (1<<18) ///< consider things that a sane encoder should not do as an error + + + /** + * opaque 64bit number (generally a PTS) that will be reordered and + * output in AVFrame.reordered_opaque + * - encoding: unused + * - decoding: Set by user. + */ + int64_t reordered_opaque; + + /** + * Hardware accelerator in use + * - encoding: unused. + * - decoding: Set by libavcodec + */ + struct AVHWAccel *hwaccel; + + /** + * Hardware accelerator context. + * For some hardware accelerators, a global context needs to be + * provided by the user. In that case, this holds display-dependent + * data FFmpeg cannot instantiate itself. Please refer to the + * FFmpeg HW accelerator documentation to know how to fill this + * is. e.g. for VA API, this is a struct vaapi_context. + * - encoding: unused + * - decoding: Set by user + */ + void *hwaccel_context; + + /** + * error + * - encoding: Set by libavcodec if flags & AV_CODEC_FLAG_PSNR. + * - decoding: unused + */ + uint64_t error[AV_NUM_DATA_POINTERS]; + + /** + * DCT algorithm, see FF_DCT_* below + * - encoding: Set by user. + * - decoding: unused + */ + int dct_algo; +#define FF_DCT_AUTO 0 +#define FF_DCT_FASTINT 1 +#define FF_DCT_INT 2 +#define FF_DCT_MMX 3 +#define FF_DCT_ALTIVEC 5 +#define FF_DCT_FAAN 6 + + /** + * IDCT algorithm, see FF_IDCT_* below. + * - encoding: Set by user. + * - decoding: Set by user. + */ + int idct_algo; +#define FF_IDCT_AUTO 0 +#define FF_IDCT_INT 1 +#define FF_IDCT_SIMPLE 2 +#define FF_IDCT_SIMPLEMMX 3 +#define FF_IDCT_ARM 7 +#define FF_IDCT_ALTIVEC 8 +#if FF_API_ARCH_SH4 +#define FF_IDCT_SH4 9 +#endif +#define FF_IDCT_SIMPLEARM 10 +#if FF_API_UNUSED_MEMBERS +#define FF_IDCT_IPP 13 +#endif /* FF_API_UNUSED_MEMBERS */ +#define FF_IDCT_XVID 14 +#if FF_API_IDCT_XVIDMMX +#define FF_IDCT_XVIDMMX 14 +#endif /* FF_API_IDCT_XVIDMMX */ +#define FF_IDCT_SIMPLEARMV5TE 16 +#define FF_IDCT_SIMPLEARMV6 17 +#if FF_API_ARCH_SPARC +#define FF_IDCT_SIMPLEVIS 18 +#endif +#define FF_IDCT_FAAN 20 +#define FF_IDCT_SIMPLENEON 22 +#if FF_API_ARCH_ALPHA +#define FF_IDCT_SIMPLEALPHA 23 +#endif +#define FF_IDCT_SIMPLEAUTO 128 + + /** + * bits per sample/pixel from the demuxer (needed for huffyuv). + * - encoding: Set by libavcodec. + * - decoding: Set by user. + */ + int bits_per_coded_sample; + + /** + * Bits per sample/pixel of internal libavcodec pixel/sample format. + * - encoding: set by user. + * - decoding: set by libavcodec. + */ + int bits_per_raw_sample; + +#if FF_API_LOWRES + /** + * low resolution decoding, 1-> 1/2 size, 2->1/4 size + * - encoding: unused + * - decoding: Set by user. + * Code outside libavcodec should access this field using: + * av_codec_{get,set}_lowres(avctx) + */ + int lowres; +#endif + +#if FF_API_CODED_FRAME + /** + * the picture in the bitstream + * - encoding: Set by libavcodec. + * - decoding: unused + * + * @deprecated use the quality factor packet side data instead + */ + attribute_deprecated AVFrame *coded_frame; +#endif + + /** + * thread count + * is used to decide how many independent tasks should be passed to execute() + * - encoding: Set by user. + * - decoding: Set by user. + */ + int thread_count; + + /** + * Which multithreading methods to use. + * Use of FF_THREAD_FRAME will increase decoding delay by one frame per thread, + * so clients which cannot provide future frames should not use it. + * + * - encoding: Set by user, otherwise the default is used. + * - decoding: Set by user, otherwise the default is used. + */ + int thread_type; +#define FF_THREAD_FRAME 1 ///< Decode more than one frame at once +#define FF_THREAD_SLICE 2 ///< Decode more than one part of a single frame at once + + /** + * Which multithreading methods are in use by the codec. + * - encoding: Set by libavcodec. + * - decoding: Set by libavcodec. + */ + int active_thread_type; + + /** + * Set by the client if its custom get_buffer() callback can be called + * synchronously from another thread, which allows faster multithreaded decoding. + * draw_horiz_band() will be called from other threads regardless of this setting. + * Ignored if the default get_buffer() is used. + * - encoding: Set by user. + * - decoding: Set by user. + */ + int thread_safe_callbacks; + + /** + * The codec may call this to execute several independent things. + * It will return only after finishing all tasks. + * The user may replace this with some multithreaded implementation, + * the default implementation will execute the parts serially. + * @param count the number of things to execute + * - encoding: Set by libavcodec, user can override. + * - decoding: Set by libavcodec, user can override. + */ + int (*execute)(struct AVCodecContext *c, int (*func)(struct AVCodecContext *c2, void *arg), void *arg2, int *ret, int count, int size); + + /** + * The codec may call this to execute several independent things. + * It will return only after finishing all tasks. + * The user may replace this with some multithreaded implementation, + * the default implementation will execute the parts serially. + * Also see avcodec_thread_init and e.g. the --enable-pthread configure option. + * @param c context passed also to func + * @param count the number of things to execute + * @param arg2 argument passed unchanged to func + * @param ret return values of executed functions, must have space for "count" values. May be NULL. + * @param func function that will be called count times, with jobnr from 0 to count-1. + * threadnr will be in the range 0 to c->thread_count-1 < MAX_THREADS and so that no + * two instances of func executing at the same time will have the same threadnr. + * @return always 0 currently, but code should handle a future improvement where when any call to func + * returns < 0 no further calls to func may be done and < 0 is returned. + * - encoding: Set by libavcodec, user can override. + * - decoding: Set by libavcodec, user can override. + */ + int (*execute2)(struct AVCodecContext *c, int (*func)(struct AVCodecContext *c2, void *arg, int jobnr, int threadnr), void *arg2, int *ret, int count); + + /** + * noise vs. sse weight for the nsse comparison function + * - encoding: Set by user. + * - decoding: unused + */ + int nsse_weight; + + /** + * profile + * - encoding: Set by user. + * - decoding: Set by libavcodec. + */ + int profile; +#define FF_PROFILE_UNKNOWN -99 +#define FF_PROFILE_RESERVED -100 + +#define FF_PROFILE_AAC_MAIN 0 +#define FF_PROFILE_AAC_LOW 1 +#define FF_PROFILE_AAC_SSR 2 +#define FF_PROFILE_AAC_LTP 3 +#define FF_PROFILE_AAC_HE 4 +#define FF_PROFILE_AAC_HE_V2 28 +#define FF_PROFILE_AAC_LD 22 +#define FF_PROFILE_AAC_ELD 38 +#define FF_PROFILE_MPEG2_AAC_LOW 128 +#define FF_PROFILE_MPEG2_AAC_HE 131 + +#define FF_PROFILE_DTS 20 +#define FF_PROFILE_DTS_ES 30 +#define FF_PROFILE_DTS_96_24 40 +#define FF_PROFILE_DTS_HD_HRA 50 +#define FF_PROFILE_DTS_HD_MA 60 +#define FF_PROFILE_DTS_EXPRESS 70 + +#define FF_PROFILE_MPEG2_422 0 +#define FF_PROFILE_MPEG2_HIGH 1 +#define FF_PROFILE_MPEG2_SS 2 +#define FF_PROFILE_MPEG2_SNR_SCALABLE 3 +#define FF_PROFILE_MPEG2_MAIN 4 +#define FF_PROFILE_MPEG2_SIMPLE 5 + +#define FF_PROFILE_H264_CONSTRAINED (1<<9) // 8+1; constraint_set1_flag +#define FF_PROFILE_H264_INTRA (1<<11) // 8+3; constraint_set3_flag + +#define FF_PROFILE_H264_BASELINE 66 +#define FF_PROFILE_H264_CONSTRAINED_BASELINE (66|FF_PROFILE_H264_CONSTRAINED) +#define FF_PROFILE_H264_MAIN 77 +#define FF_PROFILE_H264_EXTENDED 88 +#define FF_PROFILE_H264_HIGH 100 +#define FF_PROFILE_H264_HIGH_10 110 +#define FF_PROFILE_H264_HIGH_10_INTRA (110|FF_PROFILE_H264_INTRA) +#define FF_PROFILE_H264_HIGH_422 122 +#define FF_PROFILE_H264_HIGH_422_INTRA (122|FF_PROFILE_H264_INTRA) +#define FF_PROFILE_H264_HIGH_444 144 +#define FF_PROFILE_H264_HIGH_444_PREDICTIVE 244 +#define FF_PROFILE_H264_HIGH_444_INTRA (244|FF_PROFILE_H264_INTRA) +#define FF_PROFILE_H264_CAVLC_444 44 + +#define FF_PROFILE_VC1_SIMPLE 0 +#define FF_PROFILE_VC1_MAIN 1 +#define FF_PROFILE_VC1_COMPLEX 2 +#define FF_PROFILE_VC1_ADVANCED 3 + +#define FF_PROFILE_MPEG4_SIMPLE 0 +#define FF_PROFILE_MPEG4_SIMPLE_SCALABLE 1 +#define FF_PROFILE_MPEG4_CORE 2 +#define FF_PROFILE_MPEG4_MAIN 3 +#define FF_PROFILE_MPEG4_N_BIT 4 +#define FF_PROFILE_MPEG4_SCALABLE_TEXTURE 5 +#define FF_PROFILE_MPEG4_SIMPLE_FACE_ANIMATION 6 +#define FF_PROFILE_MPEG4_BASIC_ANIMATED_TEXTURE 7 +#define FF_PROFILE_MPEG4_HYBRID 8 +#define FF_PROFILE_MPEG4_ADVANCED_REAL_TIME 9 +#define FF_PROFILE_MPEG4_CORE_SCALABLE 10 +#define FF_PROFILE_MPEG4_ADVANCED_CODING 11 +#define FF_PROFILE_MPEG4_ADVANCED_CORE 12 +#define FF_PROFILE_MPEG4_ADVANCED_SCALABLE_TEXTURE 13 +#define FF_PROFILE_MPEG4_SIMPLE_STUDIO 14 +#define FF_PROFILE_MPEG4_ADVANCED_SIMPLE 15 + +#define FF_PROFILE_JPEG2000_CSTREAM_RESTRICTION_0 0 +#define FF_PROFILE_JPEG2000_CSTREAM_RESTRICTION_1 1 +#define FF_PROFILE_JPEG2000_CSTREAM_NO_RESTRICTION 2 +#define FF_PROFILE_JPEG2000_DCINEMA_2K 3 +#define FF_PROFILE_JPEG2000_DCINEMA_4K 4 + +#define FF_PROFILE_VP9_0 0 +#define FF_PROFILE_VP9_1 1 +#define FF_PROFILE_VP9_2 2 +#define FF_PROFILE_VP9_3 3 + +#define FF_PROFILE_HEVC_MAIN 1 +#define FF_PROFILE_HEVC_MAIN_10 2 +#define FF_PROFILE_HEVC_MAIN_STILL_PICTURE 3 +#define FF_PROFILE_HEVC_REXT 4 + + /** + * level + * - encoding: Set by user. + * - decoding: Set by libavcodec. + */ + int level; +#define FF_LEVEL_UNKNOWN -99 + + /** + * Skip loop filtering for selected frames. + * - encoding: unused + * - decoding: Set by user. + */ + enum AVDiscard skip_loop_filter; + + /** + * Skip IDCT/dequantization for selected frames. + * - encoding: unused + * - decoding: Set by user. + */ + enum AVDiscard skip_idct; + + /** + * Skip decoding for selected frames. + * - encoding: unused + * - decoding: Set by user. + */ + enum AVDiscard skip_frame; + + /** + * Header containing style information for text subtitles. + * For SUBTITLE_ASS subtitle type, it should contain the whole ASS + * [Script Info] and [V4+ Styles] section, plus the [Events] line and + * the Format line following. It shouldn't include any Dialogue line. + * - encoding: Set/allocated/freed by user (before avcodec_open2()) + * - decoding: Set/allocated/freed by libavcodec (by avcodec_open2()) + */ + uint8_t *subtitle_header; + int subtitle_header_size; + +#if FF_API_ERROR_RATE + /** + * @deprecated use the 'error_rate' private AVOption of the mpegvideo + * encoders + */ + attribute_deprecated + int error_rate; +#endif + +#if FF_API_VBV_DELAY + /** + * VBV delay coded in the last frame (in periods of a 27 MHz clock). + * Used for compliant TS muxing. + * - encoding: Set by libavcodec. + * - decoding: unused. + * @deprecated this value is now exported as a part of + * AV_PKT_DATA_CPB_PROPERTIES packet side data + */ + attribute_deprecated + uint64_t vbv_delay; +#endif + +#if FF_API_SIDEDATA_ONLY_PKT + /** + * Encoding only and set by default. Allow encoders to output packets + * that do not contain any encoded data, only side data. + * + * Some encoders need to output such packets, e.g. to update some stream + * parameters at the end of encoding. + * + * @deprecated this field disables the default behaviour and + * it is kept only for compatibility. + */ + attribute_deprecated + int side_data_only_packets; +#endif + + /** + * Audio only. The number of "priming" samples (padding) inserted by the + * encoder at the beginning of the audio. I.e. this number of leading + * decoded samples must be discarded by the caller to get the original audio + * without leading padding. + * + * - decoding: unused + * - encoding: Set by libavcodec. The timestamps on the output packets are + * adjusted by the encoder so that they always refer to the + * first sample of the data actually contained in the packet, + * including any added padding. E.g. if the timebase is + * 1/samplerate and the timestamp of the first input sample is + * 0, the timestamp of the first output packet will be + * -initial_padding. + */ + int initial_padding; + + /** + * - decoding: For codecs that store a framerate value in the compressed + * bitstream, the decoder may export it here. { 0, 1} when + * unknown. + * - encoding: unused + */ + AVRational framerate; + + /** + * Nominal unaccelerated pixel format, see AV_PIX_FMT_xxx. + * - encoding: unused. + * - decoding: Set by libavcodec before calling get_format() + */ + enum AVPixelFormat sw_pix_fmt; + + /** + * Timebase in which pkt_dts/pts and AVPacket.dts/pts are. + * Code outside libavcodec should access this field using: + * av_codec_{get,set}_pkt_timebase(avctx) + * - encoding unused. + * - decoding set by user. + */ + AVRational pkt_timebase; + + /** + * AVCodecDescriptor + * Code outside libavcodec should access this field using: + * av_codec_{get,set}_codec_descriptor(avctx) + * - encoding: unused. + * - decoding: set by libavcodec. + */ + const AVCodecDescriptor *codec_descriptor; + +#if !FF_API_LOWRES + /** + * low resolution decoding, 1-> 1/2 size, 2->1/4 size + * - encoding: unused + * - decoding: Set by user. + * Code outside libavcodec should access this field using: + * av_codec_{get,set}_lowres(avctx) + */ + int lowres; +#endif + + /** + * Current statistics for PTS correction. + * - decoding: maintained and used by libavcodec, not intended to be used by user apps + * - encoding: unused + */ + int64_t pts_correction_num_faulty_pts; /// Number of incorrect PTS values so far + int64_t pts_correction_num_faulty_dts; /// Number of incorrect DTS values so far + int64_t pts_correction_last_pts; /// PTS of the last frame + int64_t pts_correction_last_dts; /// DTS of the last frame + + /** + * Character encoding of the input subtitles file. + * - decoding: set by user + * - encoding: unused + */ + char *sub_charenc; + + /** + * Subtitles character encoding mode. Formats or codecs might be adjusting + * this setting (if they are doing the conversion themselves for instance). + * - decoding: set by libavcodec + * - encoding: unused + */ + int sub_charenc_mode; +#define FF_SUB_CHARENC_MODE_DO_NOTHING -1 ///< do nothing (demuxer outputs a stream supposed to be already in UTF-8, or the codec is bitmap for instance) +#define FF_SUB_CHARENC_MODE_AUTOMATIC 0 ///< libavcodec will select the mode itself +#define FF_SUB_CHARENC_MODE_PRE_DECODER 1 ///< the AVPacket data needs to be recoded to UTF-8 before being fed to the decoder, requires iconv + + /** + * Skip processing alpha if supported by codec. + * Note that if the format uses pre-multiplied alpha (common with VP6, + * and recommended due to better video quality/compression) + * the image will look as if alpha-blended onto a black background. + * However for formats that do not use pre-multiplied alpha + * there might be serious artefacts (though e.g. libswscale currently + * assumes pre-multiplied alpha anyway). + * Code outside libavcodec should access this field using AVOptions + * + * - decoding: set by user + * - encoding: unused + */ + int skip_alpha; + + /** + * Number of samples to skip after a discontinuity + * - decoding: unused + * - encoding: set by libavcodec + */ + int seek_preroll; + +#if !FF_API_DEBUG_MV + /** + * debug motion vectors + * Code outside libavcodec should access this field using AVOptions + * - encoding: Set by user. + * - decoding: Set by user. + */ + int debug_mv; +#define FF_DEBUG_VIS_MV_P_FOR 0x00000001 //visualize forward predicted MVs of P frames +#define FF_DEBUG_VIS_MV_B_FOR 0x00000002 //visualize forward predicted MVs of B frames +#define FF_DEBUG_VIS_MV_B_BACK 0x00000004 //visualize backward predicted MVs of B frames +#endif + + /** + * custom intra quantization matrix + * Code outside libavcodec should access this field using av_codec_g/set_chroma_intra_matrix() + * - encoding: Set by user, can be NULL. + * - decoding: unused. + */ + uint16_t *chroma_intra_matrix; + + /** + * dump format separator. + * can be ", " or "\n " or anything else + * Code outside libavcodec should access this field using AVOptions + * (NO direct access). + * - encoding: Set by user. + * - decoding: Set by user. + */ + uint8_t *dump_separator; + + /** + * ',' separated list of allowed decoders. + * If NULL then all are allowed + * - encoding: unused + * - decoding: set by user through AVOPtions (NO direct access) + */ + char *codec_whitelist; + + /* + * Properties of the stream that gets decoded + * To be accessed through av_codec_get_properties() (NO direct access) + * - encoding: unused + * - decoding: set by libavcodec + */ + unsigned properties; +#define FF_CODEC_PROPERTY_LOSSLESS 0x00000001 +#define FF_CODEC_PROPERTY_CLOSED_CAPTIONS 0x00000002 + + /** + * Additional data associated with the entire coded stream. + * + * - decoding: unused + * - encoding: may be set by libavcodec after avcodec_open2(). + */ + AVPacketSideData *coded_side_data; + int nb_coded_side_data; + +} AVCodecContext; + +AVRational av_codec_get_pkt_timebase (const AVCodecContext *avctx); +void av_codec_set_pkt_timebase (AVCodecContext *avctx, AVRational val); + +const AVCodecDescriptor *av_codec_get_codec_descriptor(const AVCodecContext *avctx); +void av_codec_set_codec_descriptor(AVCodecContext *avctx, const AVCodecDescriptor *desc); + +unsigned av_codec_get_codec_properties(const AVCodecContext *avctx); + +int av_codec_get_lowres(const AVCodecContext *avctx); +void av_codec_set_lowres(AVCodecContext *avctx, int val); + +int av_codec_get_seek_preroll(const AVCodecContext *avctx); +void av_codec_set_seek_preroll(AVCodecContext *avctx, int val); + +uint16_t *av_codec_get_chroma_intra_matrix(const AVCodecContext *avctx); +void av_codec_set_chroma_intra_matrix(AVCodecContext *avctx, uint16_t *val); + +/** + * AVProfile. + */ +typedef struct AVProfile { + int profile; + const char *name; ///< short name for the profile +} AVProfile; + +typedef struct AVCodecDefault AVCodecDefault; + +struct AVSubtitle; + +/** + * AVCodec. + */ +typedef struct AVCodec { + /** + * Name of the codec implementation. + * The name is globally unique among encoders and among decoders (but an + * encoder and a decoder can share the same name). + * This is the primary way to find a codec from the user perspective. + */ + const char *name; + /** + * Descriptive name for the codec, meant to be more human readable than name. + * You should use the NULL_IF_CONFIG_SMALL() macro to define it. + */ + const char *long_name; + enum AVMediaType type; + enum AVCodecID id; + /** + * Codec capabilities. + * see AV_CODEC_CAP_* + */ + int capabilities; + const AVRational *supported_framerates; ///< array of supported framerates, or NULL if any, array is terminated by {0,0} + const enum AVPixelFormat *pix_fmts; ///< array of supported pixel formats, or NULL if unknown, array is terminated by -1 + const int *supported_samplerates; ///< array of supported audio samplerates, or NULL if unknown, array is terminated by 0 + const enum AVSampleFormat *sample_fmts; ///< array of supported sample formats, or NULL if unknown, array is terminated by -1 + const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 + uint8_t max_lowres; ///< maximum value for lowres supported by the decoder, no direct access, use av_codec_get_max_lowres() + const AVClass *priv_class; ///< AVClass for the private context + const AVProfile *profiles; ///< array of recognized profiles, or NULL if unknown, array is terminated by {FF_PROFILE_UNKNOWN} + + /***************************************************************** + * No fields below this line are part of the public API. They + * may not be used outside of libavcodec and can be changed and + * removed at will. + * New public fields should be added right above. + ***************************************************************** + */ + int priv_data_size; + struct AVCodec *next; + /** + * @name Frame-level threading support functions + * @{ + */ + /** + * If defined, called on thread contexts when they are created. + * If the codec allocates writable tables in init(), re-allocate them here. + * priv_data will be set to a copy of the original. + */ + int (*init_thread_copy)(AVCodecContext *); + /** + * Copy necessary context variables from a previous thread context to the current one. + * If not defined, the next thread will start automatically; otherwise, the codec + * must call ff_thread_finish_setup(). + * + * dst and src will (rarely) point to the same context, in which case memcpy should be skipped. + */ + int (*update_thread_context)(AVCodecContext *dst, const AVCodecContext *src); + /** @} */ + + /** + * Private codec-specific defaults. + */ + const AVCodecDefault *defaults; + + /** + * Initialize codec static data, called from avcodec_register(). + */ + void (*init_static_data)(struct AVCodec *codec); + + int (*init)(AVCodecContext *); + int (*encode_sub)(AVCodecContext *, uint8_t *buf, int buf_size, + const struct AVSubtitle *sub); + /** + * Encode data to an AVPacket. + * + * @param avctx codec context + * @param avpkt output AVPacket (may contain a user-provided buffer) + * @param[in] frame AVFrame containing the raw data to be encoded + * @param[out] got_packet_ptr encoder sets to 0 or 1 to indicate that a + * non-empty packet was returned in avpkt. + * @return 0 on success, negative error code on failure + */ + int (*encode2)(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, + int *got_packet_ptr); + int (*decode)(AVCodecContext *, void *outdata, int *outdata_size, AVPacket *avpkt); + int (*close)(AVCodecContext *); + /** + * Flush buffers. + * Will be called when seeking + */ + void (*flush)(AVCodecContext *); + /** + * Internal codec capabilities. + * See FF_CODEC_CAP_* in internal.h + */ + int caps_internal; +} AVCodec; + +int av_codec_get_max_lowres(const AVCodec *codec); + +struct MpegEncContext; + +/** + * @defgroup lavc_hwaccel AVHWAccel + * @{ + */ +typedef struct AVHWAccel { + /** + * Name of the hardware accelerated codec. + * The name is globally unique among encoders and among decoders (but an + * encoder and a decoder can share the same name). + */ + const char *name; + + /** + * Type of codec implemented by the hardware accelerator. + * + * See AVMEDIA_TYPE_xxx + */ + enum AVMediaType type; + + /** + * Codec implemented by the hardware accelerator. + * + * See AV_CODEC_ID_xxx + */ + enum AVCodecID id; + + /** + * Supported pixel format. + * + * Only hardware accelerated formats are supported here. + */ + enum AVPixelFormat pix_fmt; + + /** + * Hardware accelerated codec capabilities. + * see HWACCEL_CODEC_CAP_* + */ + int capabilities; + + /***************************************************************** + * No fields below this line are part of the public API. They + * may not be used outside of libavcodec and can be changed and + * removed at will. + * New public fields should be added right above. + ***************************************************************** + */ + struct AVHWAccel *next; + + /** + * Allocate a custom buffer + */ + int (*alloc_frame)(AVCodecContext *avctx, AVFrame *frame); + + /** + * Called at the beginning of each frame or field picture. + * + * Meaningful frame information (codec specific) is guaranteed to + * be parsed at this point. This function is mandatory. + * + * Note that buf can be NULL along with buf_size set to 0. + * Otherwise, this means the whole frame is available at this point. + * + * @param avctx the codec context + * @param buf the frame data buffer base + * @param buf_size the size of the frame in bytes + * @return zero if successful, a negative value otherwise + */ + int (*start_frame)(AVCodecContext *avctx, const uint8_t *buf, uint32_t buf_size); + + /** + * Callback for each slice. + * + * Meaningful slice information (codec specific) is guaranteed to + * be parsed at this point. This function is mandatory. + * The only exception is XvMC, that works on MB level. + * + * @param avctx the codec context + * @param buf the slice data buffer base + * @param buf_size the size of the slice in bytes + * @return zero if successful, a negative value otherwise + */ + int (*decode_slice)(AVCodecContext *avctx, const uint8_t *buf, uint32_t buf_size); + + /** + * Called at the end of each frame or field picture. + * + * The whole picture is parsed at this point and can now be sent + * to the hardware accelerator. This function is mandatory. + * + * @param avctx the codec context + * @return zero if successful, a negative value otherwise + */ + int (*end_frame)(AVCodecContext *avctx); + + /** + * Size of per-frame hardware accelerator private data. + * + * Private data is allocated with av_mallocz() before + * AVCodecContext.get_buffer() and deallocated after + * AVCodecContext.release_buffer(). + */ + int frame_priv_data_size; + + /** + * Called for every Macroblock in a slice. + * + * XvMC uses it to replace the ff_mpv_decode_mb(). + * Instead of decoding to raw picture, MB parameters are + * stored in an array provided by the video driver. + * + * @param s the mpeg context + */ + void (*decode_mb)(struct MpegEncContext *s); + + /** + * Initialize the hwaccel private data. + * + * This will be called from ff_get_format(), after hwaccel and + * hwaccel_context are set and the hwaccel private data in AVCodecInternal + * is allocated. + */ + int (*init)(AVCodecContext *avctx); + + /** + * Uninitialize the hwaccel private data. + * + * This will be called from get_format() or avcodec_close(), after hwaccel + * and hwaccel_context are already uninitialized. + */ + int (*uninit)(AVCodecContext *avctx); + + /** + * Size of the private data to allocate in + * AVCodecInternal.hwaccel_priv_data. + */ + int priv_data_size; +} AVHWAccel; + +/** + * Hardware acceleration should be used for decoding even if the codec level + * used is unknown or higher than the maximum supported level reported by the + * hardware driver. + * + * It's generally a good idea to pass this flag unless you have a specific + * reason not to, as hardware tends to under-report supported levels. + */ +#define AV_HWACCEL_FLAG_IGNORE_LEVEL (1 << 0) + +/** + * Hardware acceleration can output YUV pixel formats with a different chroma + * sampling than 4:2:0 and/or other than 8 bits per component. + */ +#define AV_HWACCEL_FLAG_ALLOW_HIGH_DEPTH (1 << 1) + +/** + * @} + */ + +#if FF_API_AVPICTURE +/** + * @defgroup lavc_picture AVPicture + * + * Functions for working with AVPicture + * @{ + */ + +/** + * Picture data structure. + * + * Up to four components can be stored into it, the last component is + * alpha. + * @deprecated use AVFrame or imgutils functions instead + */ +typedef struct AVPicture { + attribute_deprecated + uint8_t *data[AV_NUM_DATA_POINTERS]; ///< pointers to the image data planes + attribute_deprecated + int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line +} AVPicture; + +/** + * @} + */ +#endif + +enum AVSubtitleType { + SUBTITLE_NONE, + + SUBTITLE_BITMAP, ///< A bitmap, pict will be set + + /** + * Plain text, the text field must be set by the decoder and is + * authoritative. ass and pict fields may contain approximations. + */ + SUBTITLE_TEXT, + + /** + * Formatted text, the ass field must be set by the decoder and is + * authoritative. pict and text fields may contain approximations. + */ + SUBTITLE_ASS, +}; + +#define AV_SUBTITLE_FLAG_FORCED 0x00000001 + +typedef struct AVSubtitleRect { + int x; ///< top left corner of pict, undefined when pict is not set + int y; ///< top left corner of pict, undefined when pict is not set + int w; ///< width of pict, undefined when pict is not set + int h; ///< height of pict, undefined when pict is not set + int nb_colors; ///< number of colors in pict, undefined when pict is not set + +#if FF_API_AVPICTURE + /** + * @deprecated unused + */ + attribute_deprecated + AVPicture pict; +#endif + /** + * data+linesize for the bitmap of this subtitle. + * Can be set for text/ass as well once they are rendered. + */ + uint8_t *data[4]; + int linesize[4]; + + enum AVSubtitleType type; + + char *text; ///< 0 terminated plain UTF-8 text + + /** + * 0 terminated ASS/SSA compatible event line. + * The presentation of this is unaffected by the other values in this + * struct. + */ + char *ass; + + int flags; +} AVSubtitleRect; + +typedef struct AVSubtitle { + uint16_t format; /* 0 = graphics */ + uint32_t start_display_time; /* relative to packet pts, in ms */ + uint32_t end_display_time; /* relative to packet pts, in ms */ + unsigned num_rects; + AVSubtitleRect **rects; + int64_t pts; ///< Same as packet pts, in AV_TIME_BASE +} AVSubtitle; + +/** + * If c is NULL, returns the first registered codec, + * if c is non-NULL, returns the next registered codec after c, + * or NULL if c is the last one. + */ +AVCodec *av_codec_next(const AVCodec *c); + +/** + * Return the LIBAVCODEC_VERSION_INT constant. + */ +unsigned avcodec_version(void); + +/** + * Return the libavcodec build-time configuration. + */ +const char *avcodec_configuration(void); + +/** + * Return the libavcodec license. + */ +const char *avcodec_license(void); + +/** + * Register the codec codec and initialize libavcodec. + * + * @warning either this function or avcodec_register_all() must be called + * before any other libavcodec functions. + * + * @see avcodec_register_all() + */ +void avcodec_register(AVCodec *codec); + +/** + * Register all the codecs, parsers and bitstream filters which were enabled at + * configuration time. If you do not call this function you can select exactly + * which formats you want to support, by using the individual registration + * functions. + * + * @see avcodec_register + * @see av_register_codec_parser + * @see av_register_bitstream_filter + */ +void avcodec_register_all(void); + +/** + * Allocate an AVCodecContext and set its fields to default values. The + * resulting struct should be freed with avcodec_free_context(). + * + * @param codec if non-NULL, allocate private data and initialize defaults + * for the given codec. It is illegal to then call avcodec_open2() + * with a different codec. + * If NULL, then the codec-specific defaults won't be initialized, + * which may result in suboptimal default settings (this is + * important mainly for encoders, e.g. libx264). + * + * @return An AVCodecContext filled with default values or NULL on failure. + * @see avcodec_get_context_defaults + */ +AVCodecContext *avcodec_alloc_context3(const AVCodec *codec); + +/** + * Free the codec context and everything associated with it and write NULL to + * the provided pointer. + */ +void avcodec_free_context(AVCodecContext **avctx); + +/** + * Set the fields of the given AVCodecContext to default values corresponding + * to the given codec (defaults may be codec-dependent). + * + * Do not call this function if a non-NULL codec has been passed + * to avcodec_alloc_context3() that allocated this AVCodecContext. + * If codec is non-NULL, it is illegal to call avcodec_open2() with a + * different codec on this AVCodecContext. + */ +int avcodec_get_context_defaults3(AVCodecContext *s, const AVCodec *codec); + +/** + * Get the AVClass for AVCodecContext. It can be used in combination with + * AV_OPT_SEARCH_FAKE_OBJ for examining options. + * + * @see av_opt_find(). + */ +const AVClass *avcodec_get_class(void); + +/** + * Get the AVClass for AVFrame. It can be used in combination with + * AV_OPT_SEARCH_FAKE_OBJ for examining options. + * + * @see av_opt_find(). + */ +const AVClass *avcodec_get_frame_class(void); + +/** + * Get the AVClass for AVSubtitleRect. It can be used in combination with + * AV_OPT_SEARCH_FAKE_OBJ for examining options. + * + * @see av_opt_find(). + */ +const AVClass *avcodec_get_subtitle_rect_class(void); + +/** + * Copy the settings of the source AVCodecContext into the destination + * AVCodecContext. The resulting destination codec context will be + * unopened, i.e. you are required to call avcodec_open2() before you + * can use this AVCodecContext to decode/encode video/audio data. + * + * @param dest target codec context, should be initialized with + * avcodec_alloc_context3(NULL), but otherwise uninitialized + * @param src source codec context + * @return AVERROR() on error (e.g. memory allocation error), 0 on success + */ +int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src); + +/** + * Initialize the AVCodecContext to use the given AVCodec. Prior to using this + * function the context has to be allocated with avcodec_alloc_context3(). + * + * The functions avcodec_find_decoder_by_name(), avcodec_find_encoder_by_name(), + * avcodec_find_decoder() and avcodec_find_encoder() provide an easy way for + * retrieving a codec. + * + * @warning This function is not thread safe! + * + * @note Always call this function before using decoding routines (such as + * @ref avcodec_decode_video2()). + * + * @code + * avcodec_register_all(); + * av_dict_set(&opts, "b", "2.5M", 0); + * codec = avcodec_find_decoder(AV_CODEC_ID_H264); + * if (!codec) + * exit(1); + * + * context = avcodec_alloc_context3(codec); + * + * if (avcodec_open2(context, codec, opts) < 0) + * exit(1); + * @endcode + * + * @param avctx The context to initialize. + * @param codec The codec to open this context for. If a non-NULL codec has been + * previously passed to avcodec_alloc_context3() or + * avcodec_get_context_defaults3() for this context, then this + * parameter MUST be either NULL or equal to the previously passed + * codec. + * @param options A dictionary filled with AVCodecContext and codec-private options. + * On return this object will be filled with options that were not found. + * + * @return zero on success, a negative value on error + * @see avcodec_alloc_context3(), avcodec_find_decoder(), avcodec_find_encoder(), + * av_dict_set(), av_opt_find(). + */ +int avcodec_open2(AVCodecContext *avctx, const AVCodec *codec, AVDictionary **options); + +/** + * Close a given AVCodecContext and free all the data associated with it + * (but not the AVCodecContext itself). + * + * Calling this function on an AVCodecContext that hasn't been opened will free + * the codec-specific data allocated in avcodec_alloc_context3() / + * avcodec_get_context_defaults3() with a non-NULL codec. Subsequent calls will + * do nothing. + */ +int avcodec_close(AVCodecContext *avctx); + +/** + * Free all allocated data in the given subtitle struct. + * + * @param sub AVSubtitle to free. + */ +void avsubtitle_free(AVSubtitle *sub); + +/** + * @} + */ + +/** + * @addtogroup lavc_packet + * @{ + */ + +/** + * Allocate an AVPacket and set its fields to default values. The resulting + * struct must be freed using av_packet_free(). + * + * @return An AVPacket filled with default values or NULL on failure. + * + * @note this only allocates the AVPacket itself, not the data buffers. Those + * must be allocated through other means such as av_new_packet. + * + * @see av_new_packet + */ +AVPacket *av_packet_alloc(void); + +/** + * Create a new packet that references the same data as src. + * + * This is a shortcut for av_packet_alloc()+av_packet_ref(). + * + * @return newly created AVPacket on success, NULL on error. + * + * @see av_packet_alloc + * @see av_packet_ref + */ +AVPacket *av_packet_clone(AVPacket *src); + +/** + * Free the packet, if the packet is reference counted, it will be + * unreferenced first. + * + * @param packet packet to be freed. The pointer will be set to NULL. + * @note passing NULL is a no-op. + */ +void av_packet_free(AVPacket **pkt); + +/** + * Initialize optional fields of a packet with default values. + * + * Note, this does not touch the data and size members, which have to be + * initialized separately. + * + * @param pkt packet + */ +void av_init_packet(AVPacket *pkt); + +/** + * Allocate the payload of a packet and initialize its fields with + * default values. + * + * @param pkt packet + * @param size wanted payload size + * @return 0 if OK, AVERROR_xxx otherwise + */ +int av_new_packet(AVPacket *pkt, int size); + +/** + * Reduce packet size, correctly zeroing padding + * + * @param pkt packet + * @param size new size + */ +void av_shrink_packet(AVPacket *pkt, int size); + +/** + * Increase packet size, correctly zeroing padding + * + * @param pkt packet + * @param grow_by number of bytes by which to increase the size of the packet + */ +int av_grow_packet(AVPacket *pkt, int grow_by); + +/** + * Initialize a reference-counted packet from av_malloc()ed data. + * + * @param pkt packet to be initialized. This function will set the data, size, + * buf and destruct fields, all others are left untouched. + * @param data Data allocated by av_malloc() to be used as packet data. If this + * function returns successfully, the data is owned by the underlying AVBuffer. + * The caller may not access the data through other means. + * @param size size of data in bytes, without the padding. I.e. the full buffer + * size is assumed to be size + AV_INPUT_BUFFER_PADDING_SIZE. + * + * @return 0 on success, a negative AVERROR on error + */ +int av_packet_from_data(AVPacket *pkt, uint8_t *data, int size); + +#if FF_API_AVPACKET_OLD_API +/** + * @warning This is a hack - the packet memory allocation stuff is broken. The + * packet is allocated if it was not really allocated. + * + * @deprecated Use av_packet_ref + */ +attribute_deprecated +int av_dup_packet(AVPacket *pkt); +/** + * Copy packet, including contents + * + * @return 0 on success, negative AVERROR on fail + */ +int av_copy_packet(AVPacket *dst, const AVPacket *src); + +/** + * Copy packet side data + * + * @return 0 on success, negative AVERROR on fail + */ +int av_copy_packet_side_data(AVPacket *dst, const AVPacket *src); + +/** + * Free a packet. + * + * @deprecated Use av_packet_unref + * + * @param pkt packet to free + */ +attribute_deprecated +void av_free_packet(AVPacket *pkt); +#endif +/** + * Allocate new information of a packet. + * + * @param pkt packet + * @param type side information type + * @param size side information size + * @return pointer to fresh allocated data or NULL otherwise + */ +uint8_t* av_packet_new_side_data(AVPacket *pkt, enum AVPacketSideDataType type, + int size); + +/** + * Wrap an existing array as a packet side data. + * + * @param pkt packet + * @param type side information type + * @param data the side data array. It must be allocated with the av_malloc() + * family of functions. The ownership of the data is transferred to + * pkt. + * @param size side information size + * @return a non-negative number on success, a negative AVERROR code on + * failure. On failure, the packet is unchanged and the data remains + * owned by the caller. + */ +int av_packet_add_side_data(AVPacket *pkt, enum AVPacketSideDataType type, + uint8_t *data, size_t size); + +/** + * Shrink the already allocated side data buffer + * + * @param pkt packet + * @param type side information type + * @param size new side information size + * @return 0 on success, < 0 on failure + */ +int av_packet_shrink_side_data(AVPacket *pkt, enum AVPacketSideDataType type, + int size); + +/** + * Get side information from packet. + * + * @param pkt packet + * @param type desired side information type + * @param size pointer for side information size to store (optional) + * @return pointer to data if present or NULL otherwise + */ +uint8_t* av_packet_get_side_data(AVPacket *pkt, enum AVPacketSideDataType type, + int *size); + +int av_packet_merge_side_data(AVPacket *pkt); + +int av_packet_split_side_data(AVPacket *pkt); + +const char *av_packet_side_data_name(enum AVPacketSideDataType type); + +/** + * Pack a dictionary for use in side_data. + * + * @param dict The dictionary to pack. + * @param size pointer to store the size of the returned data + * @return pointer to data if successful, NULL otherwise + */ +uint8_t *av_packet_pack_dictionary(AVDictionary *dict, int *size); +/** + * Unpack a dictionary from side_data. + * + * @param data data from side_data + * @param size size of the data + * @param dict the metadata storage dictionary + * @return 0 on success, < 0 on failure + */ +int av_packet_unpack_dictionary(const uint8_t *data, int size, AVDictionary **dict); + + +/** + * Convenience function to free all the side data stored. + * All the other fields stay untouched. + * + * @param pkt packet + */ +void av_packet_free_side_data(AVPacket *pkt); + +/** + * Setup a new reference to the data described by a given packet + * + * If src is reference-counted, setup dst as a new reference to the + * buffer in src. Otherwise allocate a new buffer in dst and copy the + * data from src into it. + * + * All the other fields are copied from src. + * + * @see av_packet_unref + * + * @param dst Destination packet + * @param src Source packet + * + * @return 0 on success, a negative AVERROR on error. + */ +int av_packet_ref(AVPacket *dst, const AVPacket *src); + +/** + * Wipe the packet. + * + * Unreference the buffer referenced by the packet and reset the + * remaining packet fields to their default values. + * + * @param pkt The packet to be unreferenced. + */ +void av_packet_unref(AVPacket *pkt); + +/** + * Move every field in src to dst and reset src. + * + * @see av_packet_unref + * + * @param src Source packet, will be reset + * @param dst Destination packet + */ +void av_packet_move_ref(AVPacket *dst, AVPacket *src); + +/** + * Copy only "properties" fields from src to dst. + * + * Properties for the purpose of this function are all the fields + * beside those related to the packet data (buf, data, size) + * + * @param dst Destination packet + * @param src Source packet + * + * @return 0 on success AVERROR on failure. + * + */ +int av_packet_copy_props(AVPacket *dst, const AVPacket *src); + +/** + * Convert valid timing fields (timestamps / durations) in a packet from one + * timebase to another. Timestamps with unknown values (AV_NOPTS_VALUE) will be + * ignored. + * + * @param pkt packet on which the conversion will be performed + * @param tb_src source timebase, in which the timing fields in pkt are + * expressed + * @param tb_dst destination timebase, to which the timing fields will be + * converted + */ +void av_packet_rescale_ts(AVPacket *pkt, AVRational tb_src, AVRational tb_dst); + +/** + * @} + */ + +/** + * @addtogroup lavc_decoding + * @{ + */ + +/** + * Find a registered decoder with a matching codec ID. + * + * @param id AVCodecID of the requested decoder + * @return A decoder if one was found, NULL otherwise. + */ +AVCodec *avcodec_find_decoder(enum AVCodecID id); + +/** + * Find a registered decoder with the specified name. + * + * @param name name of the requested decoder + * @return A decoder if one was found, NULL otherwise. + */ +AVCodec *avcodec_find_decoder_by_name(const char *name); + +/** + * The default callback for AVCodecContext.get_buffer2(). It is made public so + * it can be called by custom get_buffer2() implementations for decoders without + * AV_CODEC_CAP_DR1 set. + */ +int avcodec_default_get_buffer2(AVCodecContext *s, AVFrame *frame, int flags); + +#if FF_API_EMU_EDGE +/** + * Return the amount of padding in pixels which the get_buffer callback must + * provide around the edge of the image for codecs which do not have the + * CODEC_FLAG_EMU_EDGE flag. + * + * @return Required padding in pixels. + * + * @deprecated CODEC_FLAG_EMU_EDGE is deprecated, so this function is no longer + * needed + */ +attribute_deprecated +unsigned avcodec_get_edge_width(void); +#endif + +/** + * Modify width and height values so that they will result in a memory + * buffer that is acceptable for the codec if you do not use any horizontal + * padding. + * + * May only be used if a codec with AV_CODEC_CAP_DR1 has been opened. + */ +void avcodec_align_dimensions(AVCodecContext *s, int *width, int *height); + +/** + * Modify width and height values so that they will result in a memory + * buffer that is acceptable for the codec if you also ensure that all + * line sizes are a multiple of the respective linesize_align[i]. + * + * May only be used if a codec with AV_CODEC_CAP_DR1 has been opened. + */ +void avcodec_align_dimensions2(AVCodecContext *s, int *width, int *height, + int linesize_align[AV_NUM_DATA_POINTERS]); + +/** + * Converts AVChromaLocation to swscale x/y chroma position. + * + * The positions represent the chroma (0,0) position in a coordinates system + * with luma (0,0) representing the origin and luma(1,1) representing 256,256 + * + * @param xpos horizontal chroma sample position + * @param ypos vertical chroma sample position + */ +int avcodec_enum_to_chroma_pos(int *xpos, int *ypos, enum AVChromaLocation pos); + +/** + * Converts swscale x/y chroma position to AVChromaLocation. + * + * The positions represent the chroma (0,0) position in a coordinates system + * with luma (0,0) representing the origin and luma(1,1) representing 256,256 + * + * @param xpos horizontal chroma sample position + * @param ypos vertical chroma sample position + */ +enum AVChromaLocation avcodec_chroma_pos_to_enum(int xpos, int ypos); + +/** + * Decode the audio frame of size avpkt->size from avpkt->data into frame. + * + * Some decoders may support multiple frames in a single AVPacket. Such + * decoders would then just decode the first frame and the return value would be + * less than the packet size. In this case, avcodec_decode_audio4 has to be + * called again with an AVPacket containing the remaining data in order to + * decode the second frame, etc... Even if no frames are returned, the packet + * needs to be fed to the decoder with remaining data until it is completely + * consumed or an error occurs. + * + * Some decoders (those marked with AV_CODEC_CAP_DELAY) have a delay between input + * and output. This means that for some packets they will not immediately + * produce decoded output and need to be flushed at the end of decoding to get + * all the decoded data. Flushing is done by calling this function with packets + * with avpkt->data set to NULL and avpkt->size set to 0 until it stops + * returning samples. It is safe to flush even those decoders that are not + * marked with AV_CODEC_CAP_DELAY, then no samples will be returned. + * + * @warning The input buffer, avpkt->data must be AV_INPUT_BUFFER_PADDING_SIZE + * larger than the actual read bytes because some optimized bitstream + * readers read 32 or 64 bits at once and could read over the end. + * + * @note The AVCodecContext MUST have been opened with @ref avcodec_open2() + * before packets may be fed to the decoder. + * + * @param avctx the codec context + * @param[out] frame The AVFrame in which to store decoded audio samples. + * The decoder will allocate a buffer for the decoded frame by + * calling the AVCodecContext.get_buffer2() callback. + * When AVCodecContext.refcounted_frames is set to 1, the frame is + * reference counted and the returned reference belongs to the + * caller. The caller must release the frame using av_frame_unref() + * when the frame is no longer needed. The caller may safely write + * to the frame if av_frame_is_writable() returns 1. + * When AVCodecContext.refcounted_frames is set to 0, the returned + * reference belongs to the decoder and is valid only until the + * next call to this function or until closing or flushing the + * decoder. The caller may not write to it. + * @param[out] got_frame_ptr Zero if no frame could be decoded, otherwise it is + * non-zero. Note that this field being set to zero + * does not mean that an error has occurred. For + * decoders with AV_CODEC_CAP_DELAY set, no given decode + * call is guaranteed to produce a frame. + * @param[in] avpkt The input AVPacket containing the input buffer. + * At least avpkt->data and avpkt->size should be set. Some + * decoders might also require additional fields to be set. + * @return A negative error code is returned if an error occurred during + * decoding, otherwise the number of bytes consumed from the input + * AVPacket is returned. + */ +int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, + int *got_frame_ptr, const AVPacket *avpkt); + +/** + * Decode the video frame of size avpkt->size from avpkt->data into picture. + * Some decoders may support multiple frames in a single AVPacket, such + * decoders would then just decode the first frame. + * + * @warning The input buffer must be AV_INPUT_BUFFER_PADDING_SIZE larger than + * the actual read bytes because some optimized bitstream readers read 32 or 64 + * bits at once and could read over the end. + * + * @warning The end of the input buffer buf should be set to 0 to ensure that + * no overreading happens for damaged MPEG streams. + * + * @note Codecs which have the AV_CODEC_CAP_DELAY capability set have a delay + * between input and output, these need to be fed with avpkt->data=NULL, + * avpkt->size=0 at the end to return the remaining frames. + * + * @note The AVCodecContext MUST have been opened with @ref avcodec_open2() + * before packets may be fed to the decoder. + * + * @param avctx the codec context + * @param[out] picture The AVFrame in which the decoded video frame will be stored. + * Use av_frame_alloc() to get an AVFrame. The codec will + * allocate memory for the actual bitmap by calling the + * AVCodecContext.get_buffer2() callback. + * When AVCodecContext.refcounted_frames is set to 1, the frame is + * reference counted and the returned reference belongs to the + * caller. The caller must release the frame using av_frame_unref() + * when the frame is no longer needed. The caller may safely write + * to the frame if av_frame_is_writable() returns 1. + * When AVCodecContext.refcounted_frames is set to 0, the returned + * reference belongs to the decoder and is valid only until the + * next call to this function or until closing or flushing the + * decoder. The caller may not write to it. + * + * @param[in] avpkt The input AVPacket containing the input buffer. + * You can create such packet with av_init_packet() and by then setting + * data and size, some decoders might in addition need other fields like + * flags&AV_PKT_FLAG_KEY. All decoders are designed to use the least + * fields possible. + * @param[in,out] got_picture_ptr Zero if no frame could be decompressed, otherwise, it is nonzero. + * @return On error a negative value is returned, otherwise the number of bytes + * used or zero if no frame could be decompressed. + */ +int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, + int *got_picture_ptr, + const AVPacket *avpkt); + +/** + * Decode a subtitle message. + * Return a negative value on error, otherwise return the number of bytes used. + * If no subtitle could be decompressed, got_sub_ptr is zero. + * Otherwise, the subtitle is stored in *sub. + * Note that AV_CODEC_CAP_DR1 is not available for subtitle codecs. This is for + * simplicity, because the performance difference is expect to be negligible + * and reusing a get_buffer written for video codecs would probably perform badly + * due to a potentially very different allocation pattern. + * + * Some decoders (those marked with CODEC_CAP_DELAY) have a delay between input + * and output. This means that for some packets they will not immediately + * produce decoded output and need to be flushed at the end of decoding to get + * all the decoded data. Flushing is done by calling this function with packets + * with avpkt->data set to NULL and avpkt->size set to 0 until it stops + * returning subtitles. It is safe to flush even those decoders that are not + * marked with CODEC_CAP_DELAY, then no subtitles will be returned. + * + * @note The AVCodecContext MUST have been opened with @ref avcodec_open2() + * before packets may be fed to the decoder. + * + * @param avctx the codec context + * @param[out] sub The Preallocated AVSubtitle in which the decoded subtitle will be stored, + * must be freed with avsubtitle_free if *got_sub_ptr is set. + * @param[in,out] got_sub_ptr Zero if no subtitle could be decompressed, otherwise, it is nonzero. + * @param[in] avpkt The input AVPacket containing the input buffer. + */ +int avcodec_decode_subtitle2(AVCodecContext *avctx, AVSubtitle *sub, + int *got_sub_ptr, + AVPacket *avpkt); + +/** + * @defgroup lavc_parsing Frame parsing + * @{ + */ + +enum AVPictureStructure { + AV_PICTURE_STRUCTURE_UNKNOWN, //< unknown + AV_PICTURE_STRUCTURE_TOP_FIELD, //< coded as top field + AV_PICTURE_STRUCTURE_BOTTOM_FIELD, //< coded as bottom field + AV_PICTURE_STRUCTURE_FRAME, //< coded as frame +}; + +typedef struct AVCodecParserContext { + void *priv_data; + struct AVCodecParser *parser; + int64_t frame_offset; /* offset of the current frame */ + int64_t cur_offset; /* current offset + (incremented by each av_parser_parse()) */ + int64_t next_frame_offset; /* offset of the next frame */ + /* video info */ + int pict_type; /* XXX: Put it back in AVCodecContext. */ + /** + * This field is used for proper frame duration computation in lavf. + * It signals, how much longer the frame duration of the current frame + * is compared to normal frame duration. + * + * frame_duration = (1 + repeat_pict) * time_base + * + * It is used by codecs like H.264 to display telecined material. + */ + int repeat_pict; /* XXX: Put it back in AVCodecContext. */ + int64_t pts; /* pts of the current frame */ + int64_t dts; /* dts of the current frame */ + + /* private data */ + int64_t last_pts; + int64_t last_dts; + int fetch_timestamp; + +#define AV_PARSER_PTS_NB 4 + int cur_frame_start_index; + int64_t cur_frame_offset[AV_PARSER_PTS_NB]; + int64_t cur_frame_pts[AV_PARSER_PTS_NB]; + int64_t cur_frame_dts[AV_PARSER_PTS_NB]; + + int flags; +#define PARSER_FLAG_COMPLETE_FRAMES 0x0001 +#define PARSER_FLAG_ONCE 0x0002 +/// Set if the parser has a valid file offset +#define PARSER_FLAG_FETCHED_OFFSET 0x0004 +#define PARSER_FLAG_USE_CODEC_TS 0x1000 + + int64_t offset; ///< byte offset from starting packet start + int64_t cur_frame_end[AV_PARSER_PTS_NB]; + + /** + * Set by parser to 1 for key frames and 0 for non-key frames. + * It is initialized to -1, so if the parser doesn't set this flag, + * old-style fallback using AV_PICTURE_TYPE_I picture type as key frames + * will be used. + */ + int key_frame; + +#if FF_API_CONVERGENCE_DURATION + /** + * @deprecated unused + */ + attribute_deprecated + int64_t convergence_duration; +#endif + + // Timestamp generation support: + /** + * Synchronization point for start of timestamp generation. + * + * Set to >0 for sync point, 0 for no sync point and <0 for undefined + * (default). + * + * For example, this corresponds to presence of H.264 buffering period + * SEI message. + */ + int dts_sync_point; + + /** + * Offset of the current timestamp against last timestamp sync point in + * units of AVCodecContext.time_base. + * + * Set to INT_MIN when dts_sync_point unused. Otherwise, it must + * contain a valid timestamp offset. + * + * Note that the timestamp of sync point has usually a nonzero + * dts_ref_dts_delta, which refers to the previous sync point. Offset of + * the next frame after timestamp sync point will be usually 1. + * + * For example, this corresponds to H.264 cpb_removal_delay. + */ + int dts_ref_dts_delta; + + /** + * Presentation delay of current frame in units of AVCodecContext.time_base. + * + * Set to INT_MIN when dts_sync_point unused. Otherwise, it must + * contain valid non-negative timestamp delta (presentation time of a frame + * must not lie in the past). + * + * This delay represents the difference between decoding and presentation + * time of the frame. + * + * For example, this corresponds to H.264 dpb_output_delay. + */ + int pts_dts_delta; + + /** + * Position of the packet in file. + * + * Analogous to cur_frame_pts/dts + */ + int64_t cur_frame_pos[AV_PARSER_PTS_NB]; + + /** + * Byte position of currently parsed frame in stream. + */ + int64_t pos; + + /** + * Previous frame byte position. + */ + int64_t last_pos; + + /** + * Duration of the current frame. + * For audio, this is in units of 1 / AVCodecContext.sample_rate. + * For all other types, this is in units of AVCodecContext.time_base. + */ + int duration; + + enum AVFieldOrder field_order; + + /** + * Indicate whether a picture is coded as a frame, top field or bottom field. + * + * For example, H.264 field_pic_flag equal to 0 corresponds to + * AV_PICTURE_STRUCTURE_FRAME. An H.264 picture with field_pic_flag + * equal to 1 and bottom_field_flag equal to 0 corresponds to + * AV_PICTURE_STRUCTURE_TOP_FIELD. + */ + enum AVPictureStructure picture_structure; + + /** + * Picture number incremented in presentation or output order. + * This field may be reinitialized at the first picture of a new sequence. + * + * For example, this corresponds to H.264 PicOrderCnt. + */ + int output_picture_number; + + /** + * Dimensions of the decoded video intended for presentation. + */ + int width; + int height; + + /** + * Dimensions of the coded video. + */ + int coded_width; + int coded_height; + + /** + * The format of the coded data, corresponds to enum AVPixelFormat for video + * and for enum AVSampleFormat for audio. + * + * Note that a decoder can have considerable freedom in how exactly it + * decodes the data, so the format reported here might be different from the + * one returned by a decoder. + */ + int format; +} AVCodecParserContext; + +typedef struct AVCodecParser { + int codec_ids[5]; /* several codec IDs are permitted */ + int priv_data_size; + int (*parser_init)(AVCodecParserContext *s); + /* This callback never returns an error, a negative value means that + * the frame start was in a previous packet. */ + int (*parser_parse)(AVCodecParserContext *s, + AVCodecContext *avctx, + const uint8_t **poutbuf, int *poutbuf_size, + const uint8_t *buf, int buf_size); + void (*parser_close)(AVCodecParserContext *s); + int (*split)(AVCodecContext *avctx, const uint8_t *buf, int buf_size); + struct AVCodecParser *next; +} AVCodecParser; + +AVCodecParser *av_parser_next(const AVCodecParser *c); + +void av_register_codec_parser(AVCodecParser *parser); +AVCodecParserContext *av_parser_init(int codec_id); + +/** + * Parse a packet. + * + * @param s parser context. + * @param avctx codec context. + * @param poutbuf set to pointer to parsed buffer or NULL if not yet finished. + * @param poutbuf_size set to size of parsed buffer or zero if not yet finished. + * @param buf input buffer. + * @param buf_size input length, to signal EOF, this should be 0 (so that the last frame can be output). + * @param pts input presentation timestamp. + * @param dts input decoding timestamp. + * @param pos input byte position in stream. + * @return the number of bytes of the input bitstream used. + * + * Example: + * @code + * while(in_len){ + * len = av_parser_parse2(myparser, AVCodecContext, &data, &size, + * in_data, in_len, + * pts, dts, pos); + * in_data += len; + * in_len -= len; + * + * if(size) + * decode_frame(data, size); + * } + * @endcode + */ +int av_parser_parse2(AVCodecParserContext *s, + AVCodecContext *avctx, + uint8_t **poutbuf, int *poutbuf_size, + const uint8_t *buf, int buf_size, + int64_t pts, int64_t dts, + int64_t pos); + +/** + * @return 0 if the output buffer is a subset of the input, 1 if it is allocated and must be freed + * @deprecated use AVBitStreamFilter + */ +int av_parser_change(AVCodecParserContext *s, + AVCodecContext *avctx, + uint8_t **poutbuf, int *poutbuf_size, + const uint8_t *buf, int buf_size, int keyframe); +void av_parser_close(AVCodecParserContext *s); + +/** + * @} + * @} + */ + +/** + * @addtogroup lavc_encoding + * @{ + */ + +/** + * Find a registered encoder with a matching codec ID. + * + * @param id AVCodecID of the requested encoder + * @return An encoder if one was found, NULL otherwise. + */ +AVCodec *avcodec_find_encoder(enum AVCodecID id); + +/** + * Find a registered encoder with the specified name. + * + * @param name name of the requested encoder + * @return An encoder if one was found, NULL otherwise. + */ +AVCodec *avcodec_find_encoder_by_name(const char *name); + +/** + * Encode a frame of audio. + * + * Takes input samples from frame and writes the next output packet, if + * available, to avpkt. The output packet does not necessarily contain data for + * the most recent frame, as encoders can delay, split, and combine input frames + * internally as needed. + * + * @param avctx codec context + * @param avpkt output AVPacket. + * The user can supply an output buffer by setting + * avpkt->data and avpkt->size prior to calling the + * function, but if the size of the user-provided data is not + * large enough, encoding will fail. If avpkt->data and + * avpkt->size are set, avpkt->destruct must also be set. All + * other AVPacket fields will be reset by the encoder using + * av_init_packet(). If avpkt->data is NULL, the encoder will + * allocate it. The encoder will set avpkt->size to the size + * of the output packet. + * + * If this function fails or produces no output, avpkt will be + * freed using av_packet_unref(). + * @param[in] frame AVFrame containing the raw audio data to be encoded. + * May be NULL when flushing an encoder that has the + * AV_CODEC_CAP_DELAY capability set. + * If AV_CODEC_CAP_VARIABLE_FRAME_SIZE is set, then each frame + * can have any number of samples. + * If it is not set, frame->nb_samples must be equal to + * avctx->frame_size for all frames except the last. + * The final frame may be smaller than avctx->frame_size. + * @param[out] got_packet_ptr This field is set to 1 by libavcodec if the + * output packet is non-empty, and to 0 if it is + * empty. If the function returns an error, the + * packet can be assumed to be invalid, and the + * value of got_packet_ptr is undefined and should + * not be used. + * @return 0 on success, negative error code on failure + */ +int avcodec_encode_audio2(AVCodecContext *avctx, AVPacket *avpkt, + const AVFrame *frame, int *got_packet_ptr); + +/** + * Encode a frame of video. + * + * Takes input raw video data from frame and writes the next output packet, if + * available, to avpkt. The output packet does not necessarily contain data for + * the most recent frame, as encoders can delay and reorder input frames + * internally as needed. + * + * @param avctx codec context + * @param avpkt output AVPacket. + * The user can supply an output buffer by setting + * avpkt->data and avpkt->size prior to calling the + * function, but if the size of the user-provided data is not + * large enough, encoding will fail. All other AVPacket fields + * will be reset by the encoder using av_init_packet(). If + * avpkt->data is NULL, the encoder will allocate it. + * The encoder will set avpkt->size to the size of the + * output packet. The returned data (if any) belongs to the + * caller, he is responsible for freeing it. + * + * If this function fails or produces no output, avpkt will be + * freed using av_packet_unref(). + * @param[in] frame AVFrame containing the raw video data to be encoded. + * May be NULL when flushing an encoder that has the + * AV_CODEC_CAP_DELAY capability set. + * @param[out] got_packet_ptr This field is set to 1 by libavcodec if the + * output packet is non-empty, and to 0 if it is + * empty. If the function returns an error, the + * packet can be assumed to be invalid, and the + * value of got_packet_ptr is undefined and should + * not be used. + * @return 0 on success, negative error code on failure + */ +int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, + const AVFrame *frame, int *got_packet_ptr); + +int avcodec_encode_subtitle(AVCodecContext *avctx, uint8_t *buf, int buf_size, + const AVSubtitle *sub); + + +/** + * @} + */ + +#if FF_API_AVCODEC_RESAMPLE +/** + * @defgroup lavc_resample Audio resampling + * @ingroup libavc + * @deprecated use libswresample instead + * + * @{ + */ +struct ReSampleContext; +struct AVResampleContext; + +typedef struct ReSampleContext ReSampleContext; + +/** + * Initialize audio resampling context. + * + * @param output_channels number of output channels + * @param input_channels number of input channels + * @param output_rate output sample rate + * @param input_rate input sample rate + * @param sample_fmt_out requested output sample format + * @param sample_fmt_in input sample format + * @param filter_length length of each FIR filter in the filterbank relative to the cutoff frequency + * @param log2_phase_count log2 of the number of entries in the polyphase filterbank + * @param linear if 1 then the used FIR filter will be linearly interpolated + between the 2 closest, if 0 the closest will be used + * @param cutoff cutoff frequency, 1.0 corresponds to half the output sampling rate + * @return allocated ReSampleContext, NULL if error occurred + */ +attribute_deprecated +ReSampleContext *av_audio_resample_init(int output_channels, int input_channels, + int output_rate, int input_rate, + enum AVSampleFormat sample_fmt_out, + enum AVSampleFormat sample_fmt_in, + int filter_length, int log2_phase_count, + int linear, double cutoff); + +attribute_deprecated +int audio_resample(ReSampleContext *s, short *output, short *input, int nb_samples); + +/** + * Free resample context. + * + * @param s a non-NULL pointer to a resample context previously + * created with av_audio_resample_init() + */ +attribute_deprecated +void audio_resample_close(ReSampleContext *s); + + +/** + * Initialize an audio resampler. + * Note, if either rate is not an integer then simply scale both rates up so they are. + * @param filter_length length of each FIR filter in the filterbank relative to the cutoff freq + * @param log2_phase_count log2 of the number of entries in the polyphase filterbank + * @param linear If 1 then the used FIR filter will be linearly interpolated + between the 2 closest, if 0 the closest will be used + * @param cutoff cutoff frequency, 1.0 corresponds to half the output sampling rate + */ +attribute_deprecated +struct AVResampleContext *av_resample_init(int out_rate, int in_rate, int filter_length, int log2_phase_count, int linear, double cutoff); + +/** + * Resample an array of samples using a previously configured context. + * @param src an array of unconsumed samples + * @param consumed the number of samples of src which have been consumed are returned here + * @param src_size the number of unconsumed samples available + * @param dst_size the amount of space in samples available in dst + * @param update_ctx If this is 0 then the context will not be modified, that way several channels can be resampled with the same context. + * @return the number of samples written in dst or -1 if an error occurred + */ +attribute_deprecated +int av_resample(struct AVResampleContext *c, short *dst, short *src, int *consumed, int src_size, int dst_size, int update_ctx); + + +/** + * Compensate samplerate/timestamp drift. The compensation is done by changing + * the resampler parameters, so no audible clicks or similar distortions occur + * @param compensation_distance distance in output samples over which the compensation should be performed + * @param sample_delta number of output samples which should be output less + * + * example: av_resample_compensate(c, 10, 500) + * here instead of 510 samples only 500 samples would be output + * + * note, due to rounding the actual compensation might be slightly different, + * especially if the compensation_distance is large and the in_rate used during init is small + */ +attribute_deprecated +void av_resample_compensate(struct AVResampleContext *c, int sample_delta, int compensation_distance); +attribute_deprecated +void av_resample_close(struct AVResampleContext *c); + +/** + * @} + */ +#endif + +#if FF_API_AVPICTURE +/** + * @addtogroup lavc_picture + * @{ + */ + +/** + * @deprecated unused + */ +attribute_deprecated +int avpicture_alloc(AVPicture *picture, enum AVPixelFormat pix_fmt, int width, int height); + +/** + * @deprecated unused + */ +attribute_deprecated +void avpicture_free(AVPicture *picture); + +/** + * @deprecated use av_image_fill_arrays() instead. + */ +attribute_deprecated +int avpicture_fill(AVPicture *picture, const uint8_t *ptr, + enum AVPixelFormat pix_fmt, int width, int height); + +/** + * @deprecated use av_image_copy_to_buffer() instead. + */ +attribute_deprecated +int avpicture_layout(const AVPicture *src, enum AVPixelFormat pix_fmt, + int width, int height, + unsigned char *dest, int dest_size); + +/** + * @deprecated use av_image_get_buffer_size() instead. + */ +attribute_deprecated +int avpicture_get_size(enum AVPixelFormat pix_fmt, int width, int height); + +/** + * @deprecated av_image_copy() instead. + */ +attribute_deprecated +void av_picture_copy(AVPicture *dst, const AVPicture *src, + enum AVPixelFormat pix_fmt, int width, int height); + +/** + * @deprecated unused + */ +attribute_deprecated +int av_picture_crop(AVPicture *dst, const AVPicture *src, + enum AVPixelFormat pix_fmt, int top_band, int left_band); + +/** + * @deprecated unused + */ +attribute_deprecated +int av_picture_pad(AVPicture *dst, const AVPicture *src, int height, int width, enum AVPixelFormat pix_fmt, + int padtop, int padbottom, int padleft, int padright, int *color); + +/** + * @} + */ +#endif + +/** + * @defgroup lavc_misc Utility functions + * @ingroup libavc + * + * Miscellaneous utility functions related to both encoding and decoding + * (or neither). + * @{ + */ + +/** + * @defgroup lavc_misc_pixfmt Pixel formats + * + * Functions for working with pixel formats. + * @{ + */ + +/** + * Utility function to access log2_chroma_w log2_chroma_h from + * the pixel format AVPixFmtDescriptor. + * + * This function asserts that pix_fmt is valid. See av_pix_fmt_get_chroma_sub_sample + * for one that returns a failure code and continues in case of invalid + * pix_fmts. + * + * @param[in] pix_fmt the pixel format + * @param[out] h_shift store log2_chroma_w + * @param[out] v_shift store log2_chroma_h + * + * @see av_pix_fmt_get_chroma_sub_sample + */ + +void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift); + +/** + * Return a value representing the fourCC code associated to the + * pixel format pix_fmt, or 0 if no associated fourCC code can be + * found. + */ +unsigned int avcodec_pix_fmt_to_codec_tag(enum AVPixelFormat pix_fmt); + +/** + * @deprecated see av_get_pix_fmt_loss() + */ +int avcodec_get_pix_fmt_loss(enum AVPixelFormat dst_pix_fmt, enum AVPixelFormat src_pix_fmt, + int has_alpha); + +/** + * Find the best pixel format to convert to given a certain source pixel + * format. When converting from one pixel format to another, information loss + * may occur. For example, when converting from RGB24 to GRAY, the color + * information will be lost. Similarly, other losses occur when converting from + * some formats to other formats. avcodec_find_best_pix_fmt_of_2() searches which of + * the given pixel formats should be used to suffer the least amount of loss. + * The pixel formats from which it chooses one, are determined by the + * pix_fmt_list parameter. + * + * + * @param[in] pix_fmt_list AV_PIX_FMT_NONE terminated array of pixel formats to choose from + * @param[in] src_pix_fmt source pixel format + * @param[in] has_alpha Whether the source pixel format alpha channel is used. + * @param[out] loss_ptr Combination of flags informing you what kind of losses will occur. + * @return The best pixel format to convert to or -1 if none was found. + */ +enum AVPixelFormat avcodec_find_best_pix_fmt_of_list(const enum AVPixelFormat *pix_fmt_list, + enum AVPixelFormat src_pix_fmt, + int has_alpha, int *loss_ptr); + +/** + * @deprecated see av_find_best_pix_fmt_of_2() + */ +enum AVPixelFormat avcodec_find_best_pix_fmt_of_2(enum AVPixelFormat dst_pix_fmt1, enum AVPixelFormat dst_pix_fmt2, + enum AVPixelFormat src_pix_fmt, int has_alpha, int *loss_ptr); + +attribute_deprecated +#if AV_HAVE_INCOMPATIBLE_LIBAV_ABI +enum AVPixelFormat avcodec_find_best_pix_fmt2(const enum AVPixelFormat *pix_fmt_list, + enum AVPixelFormat src_pix_fmt, + int has_alpha, int *loss_ptr); +#else +enum AVPixelFormat avcodec_find_best_pix_fmt2(enum AVPixelFormat dst_pix_fmt1, enum AVPixelFormat dst_pix_fmt2, + enum AVPixelFormat src_pix_fmt, int has_alpha, int *loss_ptr); +#endif + + +enum AVPixelFormat avcodec_default_get_format(struct AVCodecContext *s, const enum AVPixelFormat * fmt); + +/** + * @} + */ + +#if FF_API_SET_DIMENSIONS +/** + * @deprecated this function is not supposed to be used from outside of lavc + */ +attribute_deprecated +void avcodec_set_dimensions(AVCodecContext *s, int width, int height); +#endif + +/** + * Put a string representing the codec tag codec_tag in buf. + * + * @param buf buffer to place codec tag in + * @param buf_size size in bytes of buf + * @param codec_tag codec tag to assign + * @return the length of the string that would have been generated if + * enough space had been available, excluding the trailing null + */ +size_t av_get_codec_tag_string(char *buf, size_t buf_size, unsigned int codec_tag); + +void avcodec_string(char *buf, int buf_size, AVCodecContext *enc, int encode); + +/** + * Return a name for the specified profile, if available. + * + * @param codec the codec that is searched for the given profile + * @param profile the profile value for which a name is requested + * @return A name for the profile if found, NULL otherwise. + */ +const char *av_get_profile_name(const AVCodec *codec, int profile); + +/** + * Return a name for the specified profile, if available. + * + * @param codec_id the ID of the codec to which the requested profile belongs + * @param profile the profile value for which a name is requested + * @return A name for the profile if found, NULL otherwise. + * + * @note unlike av_get_profile_name(), which searches a list of profiles + * supported by a specific decoder or encoder implementation, this + * function searches the list of profiles from the AVCodecDescriptor + */ +const char *avcodec_profile_name(enum AVCodecID codec_id, int profile); + +int avcodec_default_execute(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2),void *arg, int *ret, int count, int size); +int avcodec_default_execute2(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2, int, int),void *arg, int *ret, int count); +//FIXME func typedef + +/** + * Fill AVFrame audio data and linesize pointers. + * + * The buffer buf must be a preallocated buffer with a size big enough + * to contain the specified samples amount. The filled AVFrame data + * pointers will point to this buffer. + * + * AVFrame extended_data channel pointers are allocated if necessary for + * planar audio. + * + * @param frame the AVFrame + * frame->nb_samples must be set prior to calling the + * function. This function fills in frame->data, + * frame->extended_data, frame->linesize[0]. + * @param nb_channels channel count + * @param sample_fmt sample format + * @param buf buffer to use for frame data + * @param buf_size size of buffer + * @param align plane size sample alignment (0 = default) + * @return >=0 on success, negative error code on failure + * @todo return the size in bytes required to store the samples in + * case of success, at the next libavutil bump + */ +int avcodec_fill_audio_frame(AVFrame *frame, int nb_channels, + enum AVSampleFormat sample_fmt, const uint8_t *buf, + int buf_size, int align); + +/** + * Reset the internal decoder state / flush internal buffers. Should be called + * e.g. when seeking or when switching to a different stream. + * + * @note when refcounted frames are not used (i.e. avctx->refcounted_frames is 0), + * this invalidates the frames previously returned from the decoder. When + * refcounted frames are used, the decoder just releases any references it might + * keep internally, but the caller's reference remains valid. + */ +void avcodec_flush_buffers(AVCodecContext *avctx); + +/** + * Return codec bits per sample. + * + * @param[in] codec_id the codec + * @return Number of bits per sample or zero if unknown for the given codec. + */ +int av_get_bits_per_sample(enum AVCodecID codec_id); + +/** + * Return the PCM codec associated with a sample format. + * @param be endianness, 0 for little, 1 for big, + * -1 (or anything else) for native + * @return AV_CODEC_ID_PCM_* or AV_CODEC_ID_NONE + */ +enum AVCodecID av_get_pcm_codec(enum AVSampleFormat fmt, int be); + +/** + * Return codec bits per sample. + * Only return non-zero if the bits per sample is exactly correct, not an + * approximation. + * + * @param[in] codec_id the codec + * @return Number of bits per sample or zero if unknown for the given codec. + */ +int av_get_exact_bits_per_sample(enum AVCodecID codec_id); + +/** + * Return audio frame duration. + * + * @param avctx codec context + * @param frame_bytes size of the frame, or 0 if unknown + * @return frame duration, in samples, if known. 0 if not able to + * determine. + */ +int av_get_audio_frame_duration(AVCodecContext *avctx, int frame_bytes); + + +typedef struct AVBitStreamFilterContext { + void *priv_data; + struct AVBitStreamFilter *filter; + AVCodecParserContext *parser; + struct AVBitStreamFilterContext *next; + /** + * Internal default arguments, used if NULL is passed to av_bitstream_filter_filter(). + * Not for access by library users. + */ + char *args; +} AVBitStreamFilterContext; + + +typedef struct AVBitStreamFilter { + const char *name; + int priv_data_size; + int (*filter)(AVBitStreamFilterContext *bsfc, + AVCodecContext *avctx, const char *args, + uint8_t **poutbuf, int *poutbuf_size, + const uint8_t *buf, int buf_size, int keyframe); + void (*close)(AVBitStreamFilterContext *bsfc); + struct AVBitStreamFilter *next; +} AVBitStreamFilter; + +/** + * Register a bitstream filter. + * + * The filter will be accessible to the application code through + * av_bitstream_filter_next() or can be directly initialized with + * av_bitstream_filter_init(). + * + * @see avcodec_register_all() + */ +void av_register_bitstream_filter(AVBitStreamFilter *bsf); + +/** + * Create and initialize a bitstream filter context given a bitstream + * filter name. + * + * The returned context must be freed with av_bitstream_filter_close(). + * + * @param name the name of the bitstream filter + * @return a bitstream filter context if a matching filter was found + * and successfully initialized, NULL otherwise + */ +AVBitStreamFilterContext *av_bitstream_filter_init(const char *name); + +/** + * Filter bitstream. + * + * This function filters the buffer buf with size buf_size, and places the + * filtered buffer in the buffer pointed to by poutbuf. + * + * The output buffer must be freed by the caller. + * + * @param bsfc bitstream filter context created by av_bitstream_filter_init() + * @param avctx AVCodecContext accessed by the filter, may be NULL. + * If specified, this must point to the encoder context of the + * output stream the packet is sent to. + * @param args arguments which specify the filter configuration, may be NULL + * @param poutbuf pointer which is updated to point to the filtered buffer + * @param poutbuf_size pointer which is updated to the filtered buffer size in bytes + * @param buf buffer containing the data to filter + * @param buf_size size in bytes of buf + * @param keyframe set to non-zero if the buffer to filter corresponds to a key-frame packet data + * @return >= 0 in case of success, or a negative error code in case of failure + * + * If the return value is positive, an output buffer is allocated and + * is available in *poutbuf, and is distinct from the input buffer. + * + * If the return value is 0, the output buffer is not allocated and + * should be considered identical to the input buffer, or in case + * *poutbuf was set it points to the input buffer (not necessarily to + * its starting address). + */ +int av_bitstream_filter_filter(AVBitStreamFilterContext *bsfc, + AVCodecContext *avctx, const char *args, + uint8_t **poutbuf, int *poutbuf_size, + const uint8_t *buf, int buf_size, int keyframe); + +/** + * Release bitstream filter context. + * + * @param bsf the bitstream filter context created with + * av_bitstream_filter_init(), can be NULL + */ +void av_bitstream_filter_close(AVBitStreamFilterContext *bsf); + +/** + * If f is NULL, return the first registered bitstream filter, + * if f is non-NULL, return the next registered bitstream filter + * after f, or NULL if f is the last one. + * + * This function can be used to iterate over all registered bitstream + * filters. + */ +AVBitStreamFilter *av_bitstream_filter_next(const AVBitStreamFilter *f); + +/* memory */ + +/** + * Same behaviour av_fast_malloc but the buffer has additional + * AV_INPUT_BUFFER_PADDING_SIZE at the end which will always be 0. + * + * In addition the whole buffer will initially and after resizes + * be 0-initialized so that no uninitialized data will ever appear. + */ +void av_fast_padded_malloc(void *ptr, unsigned int *size, size_t min_size); + +/** + * Same behaviour av_fast_padded_malloc except that buffer will always + * be 0-initialized after call. + */ +void av_fast_padded_mallocz(void *ptr, unsigned int *size, size_t min_size); + +/** + * Encode extradata length to a buffer. Used by xiph codecs. + * + * @param s buffer to write to; must be at least (v/255+1) bytes long + * @param v size of extradata in bytes + * @return number of bytes written to the buffer. + */ +unsigned int av_xiphlacing(unsigned char *s, unsigned int v); + +#if FF_API_MISSING_SAMPLE +/** + * Log a generic warning message about a missing feature. This function is + * intended to be used internally by FFmpeg (libavcodec, libavformat, etc.) + * only, and would normally not be used by applications. + * @param[in] avc a pointer to an arbitrary struct of which the first field is + * a pointer to an AVClass struct + * @param[in] feature string containing the name of the missing feature + * @param[in] want_sample indicates if samples are wanted which exhibit this feature. + * If want_sample is non-zero, additional verbage will be added to the log + * message which tells the user how to report samples to the development + * mailing list. + * @deprecated Use avpriv_report_missing_feature() instead. + */ +attribute_deprecated +void av_log_missing_feature(void *avc, const char *feature, int want_sample); + +/** + * Log a generic warning message asking for a sample. This function is + * intended to be used internally by FFmpeg (libavcodec, libavformat, etc.) + * only, and would normally not be used by applications. + * @param[in] avc a pointer to an arbitrary struct of which the first field is + * a pointer to an AVClass struct + * @param[in] msg string containing an optional message, or NULL if no message + * @deprecated Use avpriv_request_sample() instead. + */ +attribute_deprecated +void av_log_ask_for_sample(void *avc, const char *msg, ...) av_printf_format(2, 3); +#endif /* FF_API_MISSING_SAMPLE */ + +/** + * Register the hardware accelerator hwaccel. + */ +void av_register_hwaccel(AVHWAccel *hwaccel); + +/** + * If hwaccel is NULL, returns the first registered hardware accelerator, + * if hwaccel is non-NULL, returns the next registered hardware accelerator + * after hwaccel, or NULL if hwaccel is the last one. + */ +AVHWAccel *av_hwaccel_next(const AVHWAccel *hwaccel); + + +/** + * Lock operation used by lockmgr + */ +enum AVLockOp { + AV_LOCK_CREATE, ///< Create a mutex + AV_LOCK_OBTAIN, ///< Lock the mutex + AV_LOCK_RELEASE, ///< Unlock the mutex + AV_LOCK_DESTROY, ///< Free mutex resources +}; + +/** + * Register a user provided lock manager supporting the operations + * specified by AVLockOp. The "mutex" argument to the function points + * to a (void *) where the lockmgr should store/get a pointer to a user + * allocated mutex. It is NULL upon AV_LOCK_CREATE and equal to the + * value left by the last call for all other ops. If the lock manager is + * unable to perform the op then it should leave the mutex in the same + * state as when it was called and return a non-zero value. However, + * when called with AV_LOCK_DESTROY the mutex will always be assumed to + * have been successfully destroyed. If av_lockmgr_register succeeds + * it will return a non-negative value, if it fails it will return a + * negative value and destroy all mutex and unregister all callbacks. + * av_lockmgr_register is not thread-safe, it must be called from a + * single thread before any calls which make use of locking are used. + * + * @param cb User defined callback. av_lockmgr_register invokes calls + * to this callback and the previously registered callback. + * The callback will be used to create more than one mutex + * each of which must be backed by its own underlying locking + * mechanism (i.e. do not use a single static object to + * implement your lock manager). If cb is set to NULL the + * lockmgr will be unregistered. + */ +int av_lockmgr_register(int (*cb)(void **mutex, enum AVLockOp op)); + +/** + * Get the type of the given codec. + */ +enum AVMediaType avcodec_get_type(enum AVCodecID codec_id); + +/** + * Get the name of a codec. + * @return a static string identifying the codec; never NULL + */ +const char *avcodec_get_name(enum AVCodecID id); + +/** + * @return a positive value if s is open (i.e. avcodec_open2() was called on it + * with no corresponding avcodec_close()), 0 otherwise. + */ +int avcodec_is_open(AVCodecContext *s); + +/** + * @return a non-zero number if codec is an encoder, zero otherwise + */ +int av_codec_is_encoder(const AVCodec *codec); + +/** + * @return a non-zero number if codec is a decoder, zero otherwise + */ +int av_codec_is_decoder(const AVCodec *codec); + +/** + * @return descriptor for given codec ID or NULL if no descriptor exists. + */ +const AVCodecDescriptor *avcodec_descriptor_get(enum AVCodecID id); + +/** + * Iterate over all codec descriptors known to libavcodec. + * + * @param prev previous descriptor. NULL to get the first descriptor. + * + * @return next descriptor or NULL after the last descriptor + */ +const AVCodecDescriptor *avcodec_descriptor_next(const AVCodecDescriptor *prev); + +/** + * @return codec descriptor with the given name or NULL if no such descriptor + * exists. + */ +const AVCodecDescriptor *avcodec_descriptor_get_by_name(const char *name); + +/** + * Allocate a CPB properties structure and initialize its fields to default + * values. + * + * @param size if non-NULL, the size of the allocated struct will be written + * here. This is useful for embedding it in side data. + * + * @return the newly allocated struct or NULL on failure + */ +AVCPBProperties *av_cpb_properties_alloc(size_t *size); + +/** + * @} + */ + +#endif /* AVCODEC_AVCODEC_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/avdct.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/avdct.h new file mode 100644 index 0000000000..272422e44c --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/avdct.h @@ -0,0 +1,84 @@ +/* + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVCODEC_AVDCT_H +#define AVCODEC_AVDCT_H + +#include "libavutil/opt.h" + +/** + * AVDCT context. + * @note function pointers can be NULL if the specific features have been + * disabled at build time. + */ +typedef struct AVDCT { + const AVClass *av_class; + + void (*idct)(int16_t *block /* align 16 */); + + /** + * IDCT input permutation. + * Several optimized IDCTs need a permutated input (relative to the + * normal order of the reference IDCT). + * This permutation must be performed before the idct_put/add. + * Note, normally this can be merged with the zigzag/alternate scan
+ * An example to avoid confusion: + * - (->decode coeffs -> zigzag reorder -> dequant -> reference IDCT -> ...) + * - (x -> reference DCT -> reference IDCT -> x) + * - (x -> reference DCT -> simple_mmx_perm = idct_permutation + * -> simple_idct_mmx -> x) + * - (-> decode coeffs -> zigzag reorder -> simple_mmx_perm -> dequant + * -> simple_idct_mmx -> ...) + */ + uint8_t idct_permutation[64]; + + void (*fdct)(int16_t *block /* align 16 */); + + + /** + * DCT algorithm. + * must use AVOptions to set this field. + */ + int dct_algo; + + /** + * IDCT algorithm. + * must use AVOptions to set this field. + */ + int idct_algo; + + void (*get_pixels)(int16_t *block /* align 16 */, + const uint8_t *pixels /* align 8 */, + ptrdiff_t line_size); + + int bits_per_sample; +} AVDCT; + +/** + * Allocates a AVDCT context. + * This needs to be initialized with avcodec_dct_init() after optionally + * configuring it with AVOptions. + * + * To free it use av_free() + */ +AVDCT *avcodec_dct_alloc(void); +int avcodec_dct_init(AVDCT *); + +const AVClass *avcodec_dct_get_class(void); + +#endif /* AVCODEC_AVDCT_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/avfft.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/avfft.h new file mode 100644 index 0000000000..0c0f9b8d8d --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/avfft.h @@ -0,0 +1,118 @@ +/* + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVCODEC_AVFFT_H +#define AVCODEC_AVFFT_H + +/** + * @file + * @ingroup lavc_fft + * FFT functions + */ + +/** + * @defgroup lavc_fft FFT functions + * @ingroup lavc_misc + * + * @{ + */ + +typedef float FFTSample; + +typedef struct FFTComplex { + FFTSample re, im; +} FFTComplex; + +typedef struct FFTContext FFTContext; + +/** + * Set up a complex FFT. + * @param nbits log2 of the length of the input array + * @param inverse if 0 perform the forward transform, if 1 perform the inverse + */ +FFTContext *av_fft_init(int nbits, int inverse); + +/** + * Do the permutation needed BEFORE calling ff_fft_calc(). + */ +void av_fft_permute(FFTContext *s, FFTComplex *z); + +/** + * Do a complex FFT with the parameters defined in av_fft_init(). The + * input data must be permuted before. No 1.0/sqrt(n) normalization is done. + */ +void av_fft_calc(FFTContext *s, FFTComplex *z); + +void av_fft_end(FFTContext *s); + +FFTContext *av_mdct_init(int nbits, int inverse, double scale); +void av_imdct_calc(FFTContext *s, FFTSample *output, const FFTSample *input); +void av_imdct_half(FFTContext *s, FFTSample *output, const FFTSample *input); +void av_mdct_calc(FFTContext *s, FFTSample *output, const FFTSample *input); +void av_mdct_end(FFTContext *s); + +/* Real Discrete Fourier Transform */ + +enum RDFTransformType { + DFT_R2C, + IDFT_C2R, + IDFT_R2C, + DFT_C2R, +}; + +typedef struct RDFTContext RDFTContext; + +/** + * Set up a real FFT. + * @param nbits log2 of the length of the input array + * @param trans the type of transform + */ +RDFTContext *av_rdft_init(int nbits, enum RDFTransformType trans); +void av_rdft_calc(RDFTContext *s, FFTSample *data); +void av_rdft_end(RDFTContext *s); + +/* Discrete Cosine Transform */ + +typedef struct DCTContext DCTContext; + +enum DCTTransformType { + DCT_II = 0, + DCT_III, + DCT_I, + DST_I, +}; + +/** + * Set up DCT. + * + * @param nbits size of the input array: + * (1 << nbits) for DCT-II, DCT-III and DST-I + * (1 << nbits) + 1 for DCT-I + * @param type the type of transform + * + * @note the first element of the input of DST-I is ignored + */ +DCTContext *av_dct_init(int nbits, enum DCTTransformType type); +void av_dct_calc(DCTContext *s, FFTSample *data); +void av_dct_end (DCTContext *s); + +/** + * @} + */ + +#endif /* AVCODEC_AVFFT_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/d3d11va.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/d3d11va.h new file mode 100644 index 0000000000..6816b6c1e6 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/d3d11va.h @@ -0,0 +1,112 @@ +/* + * Direct3D11 HW acceleration + * + * copyright (c) 2009 Laurent Aimar + * copyright (c) 2015 Steve Lhomme + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVCODEC_D3D11VA_H +#define AVCODEC_D3D11VA_H + +/** + * @file + * @ingroup lavc_codec_hwaccel_d3d11va + * Public libavcodec D3D11VA header. + */ + +#if !defined(_WIN32_WINNT) || _WIN32_WINNT < 0x0602 +#undef _WIN32_WINNT +#define _WIN32_WINNT 0x0602 +#endif + +#include +#include + +/** + * @defgroup lavc_codec_hwaccel_d3d11va Direct3D11 + * @ingroup lavc_codec_hwaccel + * + * @{ + */ + +#define FF_DXVA2_WORKAROUND_SCALING_LIST_ZIGZAG 1 ///< Work around for Direct3D11 and old UVD/UVD+ ATI video cards +#define FF_DXVA2_WORKAROUND_INTEL_CLEARVIDEO 2 ///< Work around for Direct3D11 and old Intel GPUs with ClearVideo interface + +/** + * This structure is used to provides the necessary configurations and data + * to the Direct3D11 FFmpeg HWAccel implementation. + * + * The application must make it available as AVCodecContext.hwaccel_context. + * + * Use av_d3d11va_alloc_context() exclusively to allocate an AVD3D11VAContext. + */ +typedef struct AVD3D11VAContext { + /** + * D3D11 decoder object + */ + ID3D11VideoDecoder *decoder; + + /** + * D3D11 VideoContext + */ + ID3D11VideoContext *video_context; + + /** + * D3D11 configuration used to create the decoder + */ + D3D11_VIDEO_DECODER_CONFIG *cfg; + + /** + * The number of surface in the surface array + */ + unsigned surface_count; + + /** + * The array of Direct3D surfaces used to create the decoder + */ + ID3D11VideoDecoderOutputView **surface; + + /** + * A bit field configuring the workarounds needed for using the decoder + */ + uint64_t workaround; + + /** + * Private to the FFmpeg AVHWAccel implementation + */ + unsigned report_id; + + /** + * Mutex to access video_context + */ + HANDLE context_mutex; +} AVD3D11VAContext; + +/** + * Allocate an AVD3D11VAContext. + * + * @return Newly-allocated AVD3D11VAContext or NULL on failure. + */ +AVD3D11VAContext *av_d3d11va_alloc_context(void); + +/** + * @} + */ + +#endif /* AVCODEC_D3D11VA_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/dirac.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/dirac.h new file mode 100644 index 0000000000..e6d9d346d9 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/dirac.h @@ -0,0 +1,131 @@ +/* + * Copyright (C) 2007 Marco Gerards + * Copyright (C) 2009 David Conrad + * Copyright (C) 2011 Jordi Ortiz + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVCODEC_DIRAC_H +#define AVCODEC_DIRAC_H + +/** + * @file + * Interface to Dirac Decoder/Encoder + * @author Marco Gerards + * @author David Conrad + * @author Jordi Ortiz + */ + +#include "avcodec.h" + +/** + * The spec limits the number of wavelet decompositions to 4 for both + * level 1 (VC-2) and 128 (long-gop default). + * 5 decompositions is the maximum before >16-bit buffers are needed. + * Schroedinger allows this for DD 9,7 and 13,7 wavelets only, limiting + * the others to 4 decompositions (or 3 for the fidelity filter). + * + * We use this instead of MAX_DECOMPOSITIONS to save some memory. + */ +#define MAX_DWT_LEVELS 5 + +/** + * Parse code values: + * + * Dirac Specification -> + * 9.6.1 Table 9.1 + * + * VC-2 Specification -> + * 10.4.1 Table 10.1 + */ + +enum DiracParseCodes { + DIRAC_PCODE_SEQ_HEADER = 0x00, + DIRAC_PCODE_END_SEQ = 0x10, + DIRAC_PCODE_AUX = 0x20, + DIRAC_PCODE_PAD = 0x30, + DIRAC_PCODE_PICTURE_CODED = 0x08, + DIRAC_PCODE_PICTURE_RAW = 0x48, + DIRAC_PCODE_PICTURE_LOW_DEL = 0xC8, + DIRAC_PCODE_PICTURE_HQ = 0xE8, + DIRAC_PCODE_INTER_NOREF_CO1 = 0x0A, + DIRAC_PCODE_INTER_NOREF_CO2 = 0x09, + DIRAC_PCODE_INTER_REF_CO1 = 0x0D, + DIRAC_PCODE_INTER_REF_CO2 = 0x0E, + DIRAC_PCODE_INTRA_REF_CO = 0x0C, + DIRAC_PCODE_INTRA_REF_RAW = 0x4C, + DIRAC_PCODE_INTRA_REF_PICT = 0xCC, + DIRAC_PCODE_MAGIC = 0x42424344, +}; + +typedef struct DiracVersionInfo { + int major; + int minor; +} DiracVersionInfo; + +typedef struct AVDiracSeqHeader { + unsigned width; + unsigned height; + uint8_t chroma_format; ///< 0: 444 1: 422 2: 420 + + uint8_t interlaced; + uint8_t top_field_first; + + uint8_t frame_rate_index; ///< index into dirac_frame_rate[] + uint8_t aspect_ratio_index; ///< index into dirac_aspect_ratio[] + + uint16_t clean_width; + uint16_t clean_height; + uint16_t clean_left_offset; + uint16_t clean_right_offset; + + uint8_t pixel_range_index; ///< index into dirac_pixel_range_presets[] + uint8_t color_spec_index; ///< index into dirac_color_spec_presets[] + + int profile; + int level; + + AVRational framerate; + AVRational sample_aspect_ratio; + + enum AVPixelFormat pix_fmt; + enum AVColorRange color_range; + enum AVColorPrimaries color_primaries; + enum AVColorTransferCharacteristic color_trc; + enum AVColorSpace colorspace; + + DiracVersionInfo version; + int bit_depth; +} AVDiracSeqHeader; + +/** + * Parse a Dirac sequence header. + * + * @param dsh this function will allocate and fill an AVDiracSeqHeader struct + * and write it into this pointer. The caller must free it with + * av_free(). + * @param buf the data buffer + * @param buf_size the size of the data buffer in bytes + * @param log_ctx if non-NULL, this function will log errors here + * @return 0 on success, a negative AVERROR code on failure + */ +int av_dirac_parse_sequence_header(AVDiracSeqHeader **dsh, + const uint8_t *buf, size_t buf_size, + void *log_ctx); + +#endif /* AVCODEC_DIRAC_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/dv_profile.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/dv_profile.h new file mode 100644 index 0000000000..9380a66f07 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/dv_profile.h @@ -0,0 +1,83 @@ +/* + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVCODEC_DV_PROFILE_H +#define AVCODEC_DV_PROFILE_H + +#include + +#include "libavutil/pixfmt.h" +#include "libavutil/rational.h" +#include "avcodec.h" + +/* minimum number of bytes to read from a DV stream in order to + * determine the profile */ +#define DV_PROFILE_BYTES (6 * 80) /* 6 DIF blocks */ + + +/* + * AVDVProfile is used to express the differences between various + * DV flavors. For now it's primarily used for differentiating + * 525/60 and 625/50, but the plans are to use it for various + * DV specs as well (e.g. SMPTE314M vs. IEC 61834). + */ +typedef struct AVDVProfile { + int dsf; /* value of the dsf in the DV header */ + int video_stype; /* stype for VAUX source pack */ + int frame_size; /* total size of one frame in bytes */ + int difseg_size; /* number of DIF segments per DIF channel */ + int n_difchan; /* number of DIF channels per frame */ + AVRational time_base; /* 1/framerate */ + int ltc_divisor; /* FPS from the LTS standpoint */ + int height; /* picture height in pixels */ + int width; /* picture width in pixels */ + AVRational sar[2]; /* sample aspect ratios for 4:3 and 16:9 */ + enum AVPixelFormat pix_fmt; /* picture pixel format */ + int bpm; /* blocks per macroblock */ + const uint8_t *block_sizes; /* AC block sizes, in bits */ + int audio_stride; /* size of audio_shuffle table */ + int audio_min_samples[3]; /* min amount of audio samples */ + /* for 48kHz, 44.1kHz and 32kHz */ + int audio_samples_dist[5]; /* how many samples are supposed to be */ + /* in each frame in a 5 frames window */ + const uint8_t (*audio_shuffle)[9]; /* PCM shuffling table */ +} AVDVProfile; + +/** + * Get a DV profile for the provided compressed frame. + * + * @param sys the profile used for the previous frame, may be NULL + * @param frame the compressed data buffer + * @param buf_size size of the buffer in bytes + * @return the DV profile for the supplied data or NULL on failure + */ +const AVDVProfile *av_dv_frame_profile(const AVDVProfile *sys, + const uint8_t *frame, unsigned buf_size); + +/** + * Get a DV profile for the provided stream parameters. + */ +const AVDVProfile *av_dv_codec_profile(int width, int height, enum AVPixelFormat pix_fmt); + +/** + * Get a DV profile for the provided stream parameters. + * The frame rate is used as a best-effort parameter. + */ +const AVDVProfile *av_dv_codec_profile2(int width, int height, enum AVPixelFormat pix_fmt, AVRational frame_rate); + +#endif /* AVCODEC_DV_PROFILE_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/dxva2.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/dxva2.h new file mode 100644 index 0000000000..22c93992f2 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/dxva2.h @@ -0,0 +1,93 @@ +/* + * DXVA2 HW acceleration + * + * copyright (c) 2009 Laurent Aimar + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVCODEC_DXVA2_H +#define AVCODEC_DXVA2_H + +/** + * @file + * @ingroup lavc_codec_hwaccel_dxva2 + * Public libavcodec DXVA2 header. + */ + +#if !defined(_WIN32_WINNT) || _WIN32_WINNT < 0x0602 +#undef _WIN32_WINNT +#define _WIN32_WINNT 0x0602 +#endif + +#include +#include +#include + +/** + * @defgroup lavc_codec_hwaccel_dxva2 DXVA2 + * @ingroup lavc_codec_hwaccel + * + * @{ + */ + +#define FF_DXVA2_WORKAROUND_SCALING_LIST_ZIGZAG 1 ///< Work around for DXVA2 and old UVD/UVD+ ATI video cards +#define FF_DXVA2_WORKAROUND_INTEL_CLEARVIDEO 2 ///< Work around for DXVA2 and old Intel GPUs with ClearVideo interface + +/** + * This structure is used to provides the necessary configurations and data + * to the DXVA2 FFmpeg HWAccel implementation. + * + * The application must make it available as AVCodecContext.hwaccel_context. + */ +struct dxva_context { + /** + * DXVA2 decoder object + */ + IDirectXVideoDecoder *decoder; + + /** + * DXVA2 configuration used to create the decoder + */ + const DXVA2_ConfigPictureDecode *cfg; + + /** + * The number of surface in the surface array + */ + unsigned surface_count; + + /** + * The array of Direct3D surfaces used to create the decoder + */ + LPDIRECT3DSURFACE9 *surface; + + /** + * A bit field configuring the workarounds needed for using the decoder + */ + uint64_t workaround; + + /** + * Private to the FFmpeg AVHWAccel implementation + */ + unsigned report_id; +}; + +/** + * @} + */ + +#endif /* AVCODEC_DXVA2_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/qsv.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/qsv.h new file mode 100644 index 0000000000..b77158ec26 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/qsv.h @@ -0,0 +1,107 @@ +/* + * Intel MediaSDK QSV public API + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVCODEC_QSV_H +#define AVCODEC_QSV_H + +#include + +#include "libavutil/buffer.h" + +/** + * This struct is used for communicating QSV parameters between libavcodec and + * the caller. It is managed by the caller and must be assigned to + * AVCodecContext.hwaccel_context. + * - decoding: hwaccel_context must be set on return from the get_format() + * callback + * - encoding: hwaccel_context must be set before avcodec_open2() + */ +typedef struct AVQSVContext { + /** + * If non-NULL, the session to use for encoding or decoding. + * Otherwise, libavcodec will try to create an internal session. + */ + mfxSession session; + + /** + * The IO pattern to use. + */ + int iopattern; + + /** + * Extra buffers to pass to encoder or decoder initialization. + */ + mfxExtBuffer **ext_buffers; + int nb_ext_buffers; + + /** + * Encoding only. If this field is set to non-zero by the caller, libavcodec + * will create an mfxExtOpaqueSurfaceAlloc extended buffer and pass it to + * the encoder initialization. This only makes sense if iopattern is also + * set to MFX_IOPATTERN_IN_OPAQUE_MEMORY. + * + * The number of allocated opaque surfaces will be the sum of the number + * required by the encoder and the user-provided value nb_opaque_surfaces. + * The array of the opaque surfaces will be exported to the caller through + * the opaque_surfaces field. + */ + int opaque_alloc; + + /** + * Encoding only, and only if opaque_alloc is set to non-zero. Before + * calling avcodec_open2(), the caller should set this field to the number + * of extra opaque surfaces to allocate beyond what is required by the + * encoder. + * + * On return from avcodec_open2(), this field will be set by libavcodec to + * the total number of allocated opaque surfaces. + */ + int nb_opaque_surfaces; + + /** + * Encoding only, and only if opaque_alloc is set to non-zero. On return + * from avcodec_open2(), this field will be used by libavcodec to export the + * array of the allocated opaque surfaces to the caller, so they can be + * passed to other parts of the pipeline. + * + * The buffer reference exported here is owned and managed by libavcodec, + * the callers should make their own reference with av_buffer_ref() and free + * it with av_buffer_unref() when it is no longer needed. + * + * The buffer data is an nb_opaque_surfaces-sized array of mfxFrameSurface1. + */ + AVBufferRef *opaque_surfaces; + + /** + * Encoding only, and only if opaque_alloc is set to non-zero. On return + * from avcodec_open2(), this field will be set to the surface type used in + * the opaque allocation request. + */ + int opaque_alloc_type; +} AVQSVContext; + +/** + * Allocate a new context. + * + * It must be freed by the caller with av_free(). + */ +AVQSVContext *av_qsv_alloc_context(void); + +#endif /* AVCODEC_QSV_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/vaapi.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/vaapi.h new file mode 100644 index 0000000000..7a29f6f881 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/vaapi.h @@ -0,0 +1,189 @@ +/* + * Video Acceleration API (shared data between FFmpeg and the video player) + * HW decode acceleration for MPEG-2, MPEG-4, H.264 and VC-1 + * + * Copyright (C) 2008-2009 Splitted-Desktop Systems + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVCODEC_VAAPI_H +#define AVCODEC_VAAPI_H + +/** + * @file + * @ingroup lavc_codec_hwaccel_vaapi + * Public libavcodec VA API header. + */ + +#include +#include "libavutil/attributes.h" +#include "version.h" + +/** + * @defgroup lavc_codec_hwaccel_vaapi VA API Decoding + * @ingroup lavc_codec_hwaccel + * @{ + */ + +/** + * This structure is used to share data between the FFmpeg library and + * the client video application. + * This shall be zero-allocated and available as + * AVCodecContext.hwaccel_context. All user members can be set once + * during initialization or through each AVCodecContext.get_buffer() + * function call. In any case, they must be valid prior to calling + * decoding functions. + */ +struct vaapi_context { + /** + * Window system dependent data + * + * - encoding: unused + * - decoding: Set by user + */ + void *display; + + /** + * Configuration ID + * + * - encoding: unused + * - decoding: Set by user + */ + uint32_t config_id; + + /** + * Context ID (video decode pipeline) + * + * - encoding: unused + * - decoding: Set by user + */ + uint32_t context_id; + +#if FF_API_VAAPI_CONTEXT + /** + * VAPictureParameterBuffer ID + * + * - encoding: unused + * - decoding: Set by libavcodec + */ + attribute_deprecated + uint32_t pic_param_buf_id; + + /** + * VAIQMatrixBuffer ID + * + * - encoding: unused + * - decoding: Set by libavcodec + */ + attribute_deprecated + uint32_t iq_matrix_buf_id; + + /** + * VABitPlaneBuffer ID (for VC-1 decoding) + * + * - encoding: unused + * - decoding: Set by libavcodec + */ + attribute_deprecated + uint32_t bitplane_buf_id; + + /** + * Slice parameter/data buffer IDs + * + * - encoding: unused + * - decoding: Set by libavcodec + */ + attribute_deprecated + uint32_t *slice_buf_ids; + + /** + * Number of effective slice buffer IDs to send to the HW + * + * - encoding: unused + * - decoding: Set by libavcodec + */ + attribute_deprecated + unsigned int n_slice_buf_ids; + + /** + * Size of pre-allocated slice_buf_ids + * + * - encoding: unused + * - decoding: Set by libavcodec + */ + attribute_deprecated + unsigned int slice_buf_ids_alloc; + + /** + * Pointer to VASliceParameterBuffers + * + * - encoding: unused + * - decoding: Set by libavcodec + */ + attribute_deprecated + void *slice_params; + + /** + * Size of a VASliceParameterBuffer element + * + * - encoding: unused + * - decoding: Set by libavcodec + */ + attribute_deprecated + unsigned int slice_param_size; + + /** + * Size of pre-allocated slice_params + * + * - encoding: unused + * - decoding: Set by libavcodec + */ + attribute_deprecated + unsigned int slice_params_alloc; + + /** + * Number of slices currently filled in + * + * - encoding: unused + * - decoding: Set by libavcodec + */ + attribute_deprecated + unsigned int slice_count; + + /** + * Pointer to slice data buffer base + * - encoding: unused + * - decoding: Set by libavcodec + */ + attribute_deprecated + const uint8_t *slice_data; + + /** + * Current size of slice data + * + * - encoding: unused + * - decoding: Set by libavcodec + */ + attribute_deprecated + uint32_t slice_data_size; +#endif +}; + +/* @} */ + +#endif /* AVCODEC_VAAPI_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/vda.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/vda.h new file mode 100644 index 0000000000..bde14e31d7 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/vda.h @@ -0,0 +1,230 @@ +/* + * VDA HW acceleration + * + * copyright (c) 2011 Sebastien Zwickert + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVCODEC_VDA_H +#define AVCODEC_VDA_H + +/** + * @file + * @ingroup lavc_codec_hwaccel_vda + * Public libavcodec VDA header. + */ + +#include "libavcodec/avcodec.h" + +#include + +// emmintrin.h is unable to compile with -std=c99 -Werror=missing-prototypes +// http://openradar.appspot.com/8026390 +#undef __GNUC_STDC_INLINE__ + +#define Picture QuickdrawPicture +#include +#undef Picture + +#include "libavcodec/version.h" + +// extra flags not defined in VDADecoder.h +enum { + kVDADecodeInfo_Asynchronous = 1UL << 0, + kVDADecodeInfo_FrameDropped = 1UL << 1 +}; + +/** + * @defgroup lavc_codec_hwaccel_vda VDA + * @ingroup lavc_codec_hwaccel + * + * @{ + */ + +/** + * This structure is used to provide the necessary configurations and data + * to the VDA FFmpeg HWAccel implementation. + * + * The application must make it available as AVCodecContext.hwaccel_context. + */ +struct vda_context { + /** + * VDA decoder object. + * + * - encoding: unused + * - decoding: Set/Unset by libavcodec. + */ + VDADecoder decoder; + + /** + * The Core Video pixel buffer that contains the current image data. + * + * encoding: unused + * decoding: Set by libavcodec. Unset by user. + */ + CVPixelBufferRef cv_buffer; + + /** + * Use the hardware decoder in synchronous mode. + * + * encoding: unused + * decoding: Set by user. + */ + int use_sync_decoding; + + /** + * The frame width. + * + * - encoding: unused + * - decoding: Set/Unset by user. + */ + int width; + + /** + * The frame height. + * + * - encoding: unused + * - decoding: Set/Unset by user. + */ + int height; + + /** + * The frame format. + * + * - encoding: unused + * - decoding: Set/Unset by user. + */ + int format; + + /** + * The pixel format for output image buffers. + * + * - encoding: unused + * - decoding: Set/Unset by user. + */ + OSType cv_pix_fmt_type; + + /** + * unused + */ + uint8_t *priv_bitstream; + + /** + * unused + */ + int priv_bitstream_size; + + /** + * unused + */ + int priv_allocated_size; + + /** + * Use av_buffer to manage buffer. + * When the flag is set, the CVPixelBuffers returned by the decoder will + * be released automatically, so you have to retain them if necessary. + * Not setting this flag may cause memory leak. + * + * encoding: unused + * decoding: Set by user. + */ + int use_ref_buffer; +}; + +/** Create the video decoder. */ +int ff_vda_create_decoder(struct vda_context *vda_ctx, + uint8_t *extradata, + int extradata_size); + +/** Destroy the video decoder. */ +int ff_vda_destroy_decoder(struct vda_context *vda_ctx); + +/** + * This struct holds all the information that needs to be passed + * between the caller and libavcodec for initializing VDA decoding. + * Its size is not a part of the public ABI, it must be allocated with + * av_vda_alloc_context() and freed with av_free(). + */ +typedef struct AVVDAContext { + /** + * VDA decoder object. Created and freed by the caller. + */ + VDADecoder decoder; + + /** + * The output callback that must be passed to VDADecoderCreate. + * Set by av_vda_alloc_context(). + */ + VDADecoderOutputCallback output_callback; + + /** + * CVPixelBuffer Format Type that VDA will use for decoded frames; set by + * the caller. + */ + OSType cv_pix_fmt_type; +} AVVDAContext; + +/** + * Allocate and initialize a VDA context. + * + * This function should be called from the get_format() callback when the caller + * selects the AV_PIX_FMT_VDA format. The caller must then create the decoder + * object (using the output callback provided by libavcodec) that will be used + * for VDA-accelerated decoding. + * + * When decoding with VDA is finished, the caller must destroy the decoder + * object and free the VDA context using av_free(). + * + * @return the newly allocated context or NULL on failure + */ +AVVDAContext *av_vda_alloc_context(void); + +/** + * This is a convenience function that creates and sets up the VDA context using + * an internal implementation. + * + * @param avctx the corresponding codec context + * + * @return >= 0 on success, a negative AVERROR code on failure + */ +int av_vda_default_init(AVCodecContext *avctx); + +/** + * This is a convenience function that creates and sets up the VDA context using + * an internal implementation. + * + * @param avctx the corresponding codec context + * @param vdactx the VDA context to use + * + * @return >= 0 on success, a negative AVERROR code on failure + */ +int av_vda_default_init2(AVCodecContext *avctx, AVVDAContext *vdactx); + +/** + * This function must be called to free the VDA context initialized with + * av_vda_default_init(). + * + * @param avctx the corresponding codec context + */ +void av_vda_default_free(AVCodecContext *avctx); + +/** + * @} + */ + +#endif /* AVCODEC_VDA_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/vdpau.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/vdpau.h new file mode 100644 index 0000000000..e85e4d9e9a --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/vdpau.h @@ -0,0 +1,253 @@ +/* + * The Video Decode and Presentation API for UNIX (VDPAU) is used for + * hardware-accelerated decoding of MPEG-1/2, H.264 and VC-1. + * + * Copyright (C) 2008 NVIDIA + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVCODEC_VDPAU_H +#define AVCODEC_VDPAU_H + +/** + * @file + * @ingroup lavc_codec_hwaccel_vdpau + * Public libavcodec VDPAU header. + */ + + +/** + * @defgroup lavc_codec_hwaccel_vdpau VDPAU Decoder and Renderer + * @ingroup lavc_codec_hwaccel + * + * VDPAU hardware acceleration has two modules + * - VDPAU decoding + * - VDPAU presentation + * + * The VDPAU decoding module parses all headers using FFmpeg + * parsing mechanisms and uses VDPAU for the actual decoding. + * + * As per the current implementation, the actual decoding + * and rendering (API calls) are done as part of the VDPAU + * presentation (vo_vdpau.c) module. + * + * @{ + */ + +#include +#include +#include "libavutil/avconfig.h" +#include "libavutil/attributes.h" + +#include "avcodec.h" +#include "version.h" + +#if FF_API_BUFS_VDPAU +union AVVDPAUPictureInfo { + VdpPictureInfoH264 h264; + VdpPictureInfoMPEG1Or2 mpeg; + VdpPictureInfoVC1 vc1; + VdpPictureInfoMPEG4Part2 mpeg4; +}; +#endif + +struct AVCodecContext; +struct AVFrame; + +typedef int (*AVVDPAU_Render2)(struct AVCodecContext *, struct AVFrame *, + const VdpPictureInfo *, uint32_t, + const VdpBitstreamBuffer *); + +/** + * This structure is used to share data between the libavcodec library and + * the client video application. + * The user shall allocate the structure via the av_alloc_vdpau_hwaccel + * function and make it available as + * AVCodecContext.hwaccel_context. Members can be set by the user once + * during initialization or through each AVCodecContext.get_buffer() + * function call. In any case, they must be valid prior to calling + * decoding functions. + * + * The size of this structure is not a part of the public ABI and must not + * be used outside of libavcodec. Use av_vdpau_alloc_context() to allocate an + * AVVDPAUContext. + */ +typedef struct AVVDPAUContext { + /** + * VDPAU decoder handle + * + * Set by user. + */ + VdpDecoder decoder; + + /** + * VDPAU decoder render callback + * + * Set by the user. + */ + VdpDecoderRender *render; + +#if FF_API_BUFS_VDPAU + /** + * VDPAU picture information + * + * Set by libavcodec. + */ + attribute_deprecated + union AVVDPAUPictureInfo info; + + /** + * Allocated size of the bitstream_buffers table. + * + * Set by libavcodec. + */ + attribute_deprecated + int bitstream_buffers_allocated; + + /** + * Useful bitstream buffers in the bitstream buffers table. + * + * Set by libavcodec. + */ + attribute_deprecated + int bitstream_buffers_used; + + /** + * Table of bitstream buffers. + * The user is responsible for freeing this buffer using av_freep(). + * + * Set by libavcodec. + */ + attribute_deprecated + VdpBitstreamBuffer *bitstream_buffers; +#endif + AVVDPAU_Render2 render2; +} AVVDPAUContext; + +/** + * @brief allocation function for AVVDPAUContext + * + * Allows extending the struct without breaking API/ABI + */ +AVVDPAUContext *av_alloc_vdpaucontext(void); + +AVVDPAU_Render2 av_vdpau_hwaccel_get_render2(const AVVDPAUContext *); +void av_vdpau_hwaccel_set_render2(AVVDPAUContext *, AVVDPAU_Render2); + +/** + * Associate a VDPAU device with a codec context for hardware acceleration. + * This function is meant to be called from the get_format() codec callback, + * or earlier. It can also be called after avcodec_flush_buffers() to change + * the underlying VDPAU device mid-stream (e.g. to recover from non-transparent + * display preemption). + * + * @note get_format() must return AV_PIX_FMT_VDPAU if this function completes + * successfully. + * + * @param avctx decoding context whose get_format() callback is invoked + * @param device VDPAU device handle to use for hardware acceleration + * @param get_proc_address VDPAU device driver + * @param flags zero of more OR'd AV_HWACCEL_FLAG_* flags + * + * @return 0 on success, an AVERROR code on failure. + */ +int av_vdpau_bind_context(AVCodecContext *avctx, VdpDevice device, + VdpGetProcAddress *get_proc_address, unsigned flags); + +/** + * Gets the parameters to create an adequate VDPAU video surface for the codec + * context using VDPAU hardware decoding acceleration. + * + * @note Behavior is undefined if the context was not successfully bound to a + * VDPAU device using av_vdpau_bind_context(). + * + * @param avctx the codec context being used for decoding the stream + * @param type storage space for the VDPAU video surface chroma type + * (or NULL to ignore) + * @param width storage space for the VDPAU video surface pixel width + * (or NULL to ignore) + * @param height storage space for the VDPAU video surface pixel height + * (or NULL to ignore) + * + * @return 0 on success, a negative AVERROR code on failure. + */ +int av_vdpau_get_surface_parameters(AVCodecContext *avctx, VdpChromaType *type, + uint32_t *width, uint32_t *height); + +/** + * Allocate an AVVDPAUContext. + * + * @return Newly-allocated AVVDPAUContext or NULL on failure. + */ +AVVDPAUContext *av_vdpau_alloc_context(void); + +#if FF_API_VDPAU_PROFILE +/** + * Get a decoder profile that should be used for initializing a VDPAU decoder. + * Should be called from the AVCodecContext.get_format() callback. + * + * @deprecated Use av_vdpau_bind_context() instead. + * + * @param avctx the codec context being used for decoding the stream + * @param profile a pointer into which the result will be written on success. + * The contents of profile are undefined if this function returns + * an error. + * + * @return 0 on success (non-negative), a negative AVERROR on failure. + */ +attribute_deprecated +int av_vdpau_get_profile(AVCodecContext *avctx, VdpDecoderProfile *profile); +#endif + +#if FF_API_CAP_VDPAU +/** @brief The videoSurface is used for rendering. */ +#define FF_VDPAU_STATE_USED_FOR_RENDER 1 + +/** + * @brief The videoSurface is needed for reference/prediction. + * The codec manipulates this. + */ +#define FF_VDPAU_STATE_USED_FOR_REFERENCE 2 + +/** + * @brief This structure is used as a callback between the FFmpeg + * decoder (vd_) and presentation (vo_) module. + * This is used for defining a video frame containing surface, + * picture parameter, bitstream information etc which are passed + * between the FFmpeg decoder and its clients. + */ +struct vdpau_render_state { + VdpVideoSurface surface; ///< Used as rendered surface, never changed. + + int state; ///< Holds FF_VDPAU_STATE_* values. + + /** picture parameter information for all supported codecs */ + union AVVDPAUPictureInfo info; + + /** Describe size/location of the compressed video data. + Set to 0 when freeing bitstream_buffers. */ + int bitstream_buffers_allocated; + int bitstream_buffers_used; + /** The user is responsible for freeing this buffer using av_freep(). */ + VdpBitstreamBuffer *bitstream_buffers; +}; +#endif + +/* @}*/ + +#endif /* AVCODEC_VDPAU_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/version.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/version.h new file mode 100644 index 0000000000..37a35e05ef --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/version.h @@ -0,0 +1,216 @@ +/* + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVCODEC_VERSION_H +#define AVCODEC_VERSION_H + +/** + * @file + * @ingroup libavc + * Libavcodec version macros. + */ + +#include "libavutil/version.h" + +#define LIBAVCODEC_VERSION_MAJOR 57 +#define LIBAVCODEC_VERSION_MINOR 24 +#define LIBAVCODEC_VERSION_MICRO 102 + +#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ + LIBAVCODEC_VERSION_MINOR, \ + LIBAVCODEC_VERSION_MICRO) +#define LIBAVCODEC_VERSION AV_VERSION(LIBAVCODEC_VERSION_MAJOR, \ + LIBAVCODEC_VERSION_MINOR, \ + LIBAVCODEC_VERSION_MICRO) +#define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT + +#define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION) + +/** + * FF_API_* defines may be placed below to indicate public API that will be + * dropped at a future version bump. The defines themselves are not part of + * the public API and may change, break or disappear at any time. + * + * @note, when bumping the major version it is recommended to manually + * disable each FF_API_* in its own commit instead of disabling them all + * at once through the bump. This improves the git bisect-ability of the change. + */ + +#ifndef FF_API_VIMA_DECODER +#define FF_API_VIMA_DECODER (LIBAVCODEC_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_AUDIO_CONVERT +#define FF_API_AUDIO_CONVERT (LIBAVCODEC_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_AVCODEC_RESAMPLE +#define FF_API_AVCODEC_RESAMPLE FF_API_AUDIO_CONVERT +#endif +#ifndef FF_API_GETCHROMA +#define FF_API_GETCHROMA (LIBAVCODEC_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_MISSING_SAMPLE +#define FF_API_MISSING_SAMPLE (LIBAVCODEC_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_LOWRES +#define FF_API_LOWRES (LIBAVCODEC_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_CAP_VDPAU +#define FF_API_CAP_VDPAU (LIBAVCODEC_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_BUFS_VDPAU +#define FF_API_BUFS_VDPAU (LIBAVCODEC_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_VOXWARE +#define FF_API_VOXWARE (LIBAVCODEC_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_SET_DIMENSIONS +#define FF_API_SET_DIMENSIONS (LIBAVCODEC_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_DEBUG_MV +#define FF_API_DEBUG_MV (LIBAVCODEC_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_AC_VLC +#define FF_API_AC_VLC (LIBAVCODEC_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_OLD_MSMPEG4 +#define FF_API_OLD_MSMPEG4 (LIBAVCODEC_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_ASPECT_EXTENDED +#define FF_API_ASPECT_EXTENDED (LIBAVCODEC_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_ARCH_ALPHA +#define FF_API_ARCH_ALPHA (LIBAVCODEC_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_XVMC +#define FF_API_XVMC (LIBAVCODEC_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_ERROR_RATE +#define FF_API_ERROR_RATE (LIBAVCODEC_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_QSCALE_TYPE +#define FF_API_QSCALE_TYPE (LIBAVCODEC_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_MB_TYPE +#define FF_API_MB_TYPE (LIBAVCODEC_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_MAX_BFRAMES +#define FF_API_MAX_BFRAMES (LIBAVCODEC_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_NEG_LINESIZES +#define FF_API_NEG_LINESIZES (LIBAVCODEC_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_EMU_EDGE +#define FF_API_EMU_EDGE (LIBAVCODEC_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_ARCH_SH4 +#define FF_API_ARCH_SH4 (LIBAVCODEC_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_ARCH_SPARC +#define FF_API_ARCH_SPARC (LIBAVCODEC_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_UNUSED_MEMBERS +#define FF_API_UNUSED_MEMBERS (LIBAVCODEC_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_IDCT_XVIDMMX +#define FF_API_IDCT_XVIDMMX (LIBAVCODEC_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_INPUT_PRESERVED +#define FF_API_INPUT_PRESERVED (LIBAVCODEC_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_NORMALIZE_AQP +#define FF_API_NORMALIZE_AQP (LIBAVCODEC_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_GMC +#define FF_API_GMC (LIBAVCODEC_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_MV0 +#define FF_API_MV0 (LIBAVCODEC_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_CODEC_NAME +#define FF_API_CODEC_NAME (LIBAVCODEC_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_AFD +#define FF_API_AFD (LIBAVCODEC_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_VISMV +/* XXX: don't forget to drop the -vismv documentation */ +#define FF_API_VISMV (LIBAVCODEC_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_AUDIOENC_DELAY +#define FF_API_AUDIOENC_DELAY (LIBAVCODEC_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_VAAPI_CONTEXT +#define FF_API_VAAPI_CONTEXT (LIBAVCODEC_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_AVCTX_TIMEBASE +#define FF_API_AVCTX_TIMEBASE (LIBAVCODEC_VERSION_MAJOR < 59) +#endif +#ifndef FF_API_MPV_OPT +#define FF_API_MPV_OPT (LIBAVCODEC_VERSION_MAJOR < 59) +#endif +#ifndef FF_API_STREAM_CODEC_TAG +#define FF_API_STREAM_CODEC_TAG (LIBAVCODEC_VERSION_MAJOR < 59) +#endif +#ifndef FF_API_QUANT_BIAS +#define FF_API_QUANT_BIAS (LIBAVCODEC_VERSION_MAJOR < 59) +#endif +#ifndef FF_API_RC_STRATEGY +#define FF_API_RC_STRATEGY (LIBAVCODEC_VERSION_MAJOR < 59) +#endif +#ifndef FF_API_CODED_FRAME +#define FF_API_CODED_FRAME (LIBAVCODEC_VERSION_MAJOR < 59) +#endif +#ifndef FF_API_MOTION_EST +#define FF_API_MOTION_EST (LIBAVCODEC_VERSION_MAJOR < 59) +#endif +#ifndef FF_API_WITHOUT_PREFIX +#define FF_API_WITHOUT_PREFIX (LIBAVCODEC_VERSION_MAJOR < 59) +#endif +#ifndef FF_API_SIDEDATA_ONLY_PKT +#define FF_API_SIDEDATA_ONLY_PKT (LIBAVCODEC_VERSION_MAJOR < 59) +#endif +#ifndef FF_API_VDPAU_PROFILE +#define FF_API_VDPAU_PROFILE (LIBAVCODEC_VERSION_MAJOR < 59) +#endif +#ifndef FF_API_CONVERGENCE_DURATION +#define FF_API_CONVERGENCE_DURATION (LIBAVCODEC_VERSION_MAJOR < 59) +#endif +#ifndef FF_API_AVPICTURE +#define FF_API_AVPICTURE (LIBAVCODEC_VERSION_MAJOR < 59) +#endif +#ifndef FF_API_AVPACKET_OLD_API +#define FF_API_AVPACKET_OLD_API (LIBAVCODEC_VERSION_MAJOR < 59) +#endif +#ifndef FF_API_RTP_CALLBACK +#define FF_API_RTP_CALLBACK (LIBAVCODEC_VERSION_MAJOR < 59) +#endif +#ifndef FF_API_VBV_DELAY +#define FF_API_VBV_DELAY (LIBAVCODEC_VERSION_MAJOR < 59) +#endif +#ifndef FF_API_CODER_TYPE +#define FF_API_CODER_TYPE (LIBAVCODEC_VERSION_MAJOR < 59) +#endif +#ifndef FF_API_STAT_BITS +#define FF_API_STAT_BITS (LIBAVCODEC_VERSION_MAJOR < 59) +#endif +#ifndef FF_API_PRIVATE_OPT +#define FF_API_PRIVATE_OPT (LIBAVCODEC_VERSION_MAJOR < 59) +#endif + +#endif /* AVCODEC_VERSION_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/videotoolbox.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/videotoolbox.h new file mode 100644 index 0000000000..a48638e2b2 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/videotoolbox.h @@ -0,0 +1,126 @@ +/* + * Videotoolbox hardware acceleration + * + * copyright (c) 2012 Sebastien Zwickert + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVCODEC_VIDEOTOOLBOX_H +#define AVCODEC_VIDEOTOOLBOX_H + +/** + * @file + * @ingroup lavc_codec_hwaccel_videotoolbox + * Public libavcodec Videotoolbox header. + */ + +#include + +#define Picture QuickdrawPicture +#include +#undef Picture + +#include "libavcodec/avcodec.h" + +/** + * This struct holds all the information that needs to be passed + * between the caller and libavcodec for initializing Videotoolbox decoding. + * Its size is not a part of the public ABI, it must be allocated with + * av_videotoolbox_alloc_context() and freed with av_free(). + */ +typedef struct AVVideotoolboxContext { + /** + * Videotoolbox decompression session object. + * Created and freed the caller. + */ + VTDecompressionSessionRef session; + + /** + * The output callback that must be passed to the session. + * Set by av_videottoolbox_default_init() + */ + VTDecompressionOutputCallback output_callback; + + /** + * CVPixelBuffer Format Type that Videotoolbox will use for decoded frames. + * set by the caller. + */ + OSType cv_pix_fmt_type; + + /** + * CoreMedia Format Description that Videotoolbox will use to create the decompression session. + * Set by the caller. + */ + CMVideoFormatDescriptionRef cm_fmt_desc; + + /** + * CoreMedia codec type that Videotoolbox will use to create the decompression session. + * Set by the caller. + */ + int cm_codec_type; +} AVVideotoolboxContext; + +/** + * Allocate and initialize a Videotoolbox context. + * + * This function should be called from the get_format() callback when the caller + * selects the AV_PIX_FMT_VIDETOOLBOX format. The caller must then create + * the decoder object (using the output callback provided by libavcodec) that + * will be used for Videotoolbox-accelerated decoding. + * + * When decoding with Videotoolbox is finished, the caller must destroy the decoder + * object and free the Videotoolbox context using av_free(). + * + * @return the newly allocated context or NULL on failure + */ +AVVideotoolboxContext *av_videotoolbox_alloc_context(void); + +/** + * This is a convenience function that creates and sets up the Videotoolbox context using + * an internal implementation. + * + * @param avctx the corresponding codec context + * + * @return >= 0 on success, a negative AVERROR code on failure + */ +int av_videotoolbox_default_init(AVCodecContext *avctx); + +/** + * This is a convenience function that creates and sets up the Videotoolbox context using + * an internal implementation. + * + * @param avctx the corresponding codec context + * @param vtctx the Videotoolbox context to use + * + * @return >= 0 on success, a negative AVERROR code on failure + */ +int av_videotoolbox_default_init2(AVCodecContext *avctx, AVVideotoolboxContext *vtctx); + +/** + * This function must be called to free the Videotoolbox context initialized with + * av_videotoolbox_default_init(). + * + * @param avctx the corresponding codec context + */ +void av_videotoolbox_default_free(AVCodecContext *avctx); + +/** + * @} + */ + +#endif /* AVCODEC_VIDEOTOOLBOX_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/vorbis_parser.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/vorbis_parser.h new file mode 100644 index 0000000000..81fda3b084 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/vorbis_parser.h @@ -0,0 +1,78 @@ +/* + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +/** + * @file + * A public API for Vorbis parsing + * + * Determines the duration for each packet. + */ + +#ifndef AVCODEC_VORBIS_PARSER_H +#define AVCODEC_VORBIS_PARSER_H + +#include + +typedef struct AVVorbisParseContext AVVorbisParseContext; + +/** + * Allocate and initialize the Vorbis parser using headers in the extradata. + * + * @param avctx codec context + * @param s Vorbis parser context + */ +AVVorbisParseContext *av_vorbis_parse_init(const uint8_t *extradata, + int extradata_size); + +/** + * Free the parser and everything associated with it. + */ +void av_vorbis_parse_free(AVVorbisParseContext **s); + +#define VORBIS_FLAG_HEADER 0x00000001 +#define VORBIS_FLAG_COMMENT 0x00000002 +#define VORBIS_FLAG_SETUP 0x00000004 + +/** + * Get the duration for a Vorbis packet. + * + * If @p flags is @c NULL, + * special frames are considered invalid. + * + * @param s Vorbis parser context + * @param buf buffer containing a Vorbis frame + * @param buf_size size of the buffer + * @param flags flags for special frames + */ +int av_vorbis_parse_frame_flags(AVVorbisParseContext *s, const uint8_t *buf, + int buf_size, int *flags); + +/** + * Get the duration for a Vorbis packet. + * + * @param s Vorbis parser context + * @param buf buffer containing a Vorbis frame + * @param buf_size size of the buffer + */ +int av_vorbis_parse_frame(AVVorbisParseContext *s, const uint8_t *buf, + int buf_size); + +void av_vorbis_parse_reset(AVVorbisParseContext *s); + +#endif /* AVCODEC_VORBIS_PARSER_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/xvmc.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/xvmc.h new file mode 100644 index 0000000000..465ee78d6e --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavcodec/xvmc.h @@ -0,0 +1,170 @@ +/* + * Copyright (C) 2003 Ivan Kalvachev + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVCODEC_XVMC_H +#define AVCODEC_XVMC_H + +/** + * @file + * @ingroup lavc_codec_hwaccel_xvmc + * Public libavcodec XvMC header. + */ + +#include + +#include "libavutil/attributes.h" +#include "version.h" +#include "avcodec.h" + +/** + * @defgroup lavc_codec_hwaccel_xvmc XvMC + * @ingroup lavc_codec_hwaccel + * + * @{ + */ + +#define AV_XVMC_ID 0x1DC711C0 /**< special value to ensure that regular pixel routines haven't corrupted the struct + the number is 1337 speak for the letters IDCT MCo (motion compensation) */ + +struct attribute_deprecated xvmc_pix_fmt { + /** The field contains the special constant value AV_XVMC_ID. + It is used as a test that the application correctly uses the API, + and that there is no corruption caused by pixel routines. + - application - set during initialization + - libavcodec - unchanged + */ + int xvmc_id; + + /** Pointer to the block array allocated by XvMCCreateBlocks(). + The array has to be freed by XvMCDestroyBlocks(). + Each group of 64 values represents one data block of differential + pixel information (in MoCo mode) or coefficients for IDCT. + - application - set the pointer during initialization + - libavcodec - fills coefficients/pixel data into the array + */ + short* data_blocks; + + /** Pointer to the macroblock description array allocated by + XvMCCreateMacroBlocks() and freed by XvMCDestroyMacroBlocks(). + - application - set the pointer during initialization + - libavcodec - fills description data into the array + */ + XvMCMacroBlock* mv_blocks; + + /** Number of macroblock descriptions that can be stored in the mv_blocks + array. + - application - set during initialization + - libavcodec - unchanged + */ + int allocated_mv_blocks; + + /** Number of blocks that can be stored at once in the data_blocks array. + - application - set during initialization + - libavcodec - unchanged + */ + int allocated_data_blocks; + + /** Indicate that the hardware would interpret data_blocks as IDCT + coefficients and perform IDCT on them. + - application - set during initialization + - libavcodec - unchanged + */ + int idct; + + /** In MoCo mode it indicates that intra macroblocks are assumed to be in + unsigned format; same as the XVMC_INTRA_UNSIGNED flag. + - application - set during initialization + - libavcodec - unchanged + */ + int unsigned_intra; + + /** Pointer to the surface allocated by XvMCCreateSurface(). + It has to be freed by XvMCDestroySurface() on application exit. + It identifies the frame and its state on the video hardware. + - application - set during initialization + - libavcodec - unchanged + */ + XvMCSurface* p_surface; + +/** Set by the decoder before calling ff_draw_horiz_band(), + needed by the XvMCRenderSurface function. */ +//@{ + /** Pointer to the surface used as past reference + - application - unchanged + - libavcodec - set + */ + XvMCSurface* p_past_surface; + + /** Pointer to the surface used as future reference + - application - unchanged + - libavcodec - set + */ + XvMCSurface* p_future_surface; + + /** top/bottom field or frame + - application - unchanged + - libavcodec - set + */ + unsigned int picture_structure; + + /** XVMC_SECOND_FIELD - 1st or 2nd field in the sequence + - application - unchanged + - libavcodec - set + */ + unsigned int flags; +//}@ + + /** Number of macroblock descriptions in the mv_blocks array + that have already been passed to the hardware. + - application - zeroes it on get_buffer(). + A successful ff_draw_horiz_band() may increment it + with filled_mb_block_num or zero both. + - libavcodec - unchanged + */ + int start_mv_blocks_num; + + /** Number of new macroblock descriptions in the mv_blocks array (after + start_mv_blocks_num) that are filled by libavcodec and have to be + passed to the hardware. + - application - zeroes it on get_buffer() or after successful + ff_draw_horiz_band(). + - libavcodec - increment with one of each stored MB + */ + int filled_mv_blocks_num; + + /** Number of the next free data block; one data block consists of + 64 short values in the data_blocks array. + All blocks before this one have already been claimed by placing their + position into the corresponding block description structure field, + that are part of the mv_blocks array. + - application - zeroes it on get_buffer(). + A successful ff_draw_horiz_band() may zero it together + with start_mb_blocks_num. + - libavcodec - each decoded macroblock increases it by the number + of coded blocks it contains. + */ + int next_free_data_block_num; +}; + +/** + * @} + */ + +#endif /* AVCODEC_XVMC_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavdevice/avdevice.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavdevice/avdevice.h new file mode 100644 index 0000000000..6b0446cde7 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavdevice/avdevice.h @@ -0,0 +1,509 @@ +/* + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVDEVICE_AVDEVICE_H +#define AVDEVICE_AVDEVICE_H + +#include "version.h" + +/** + * @file + * @ingroup lavd + * Main libavdevice API header + */ + +/** + * @defgroup lavd Special devices muxing/demuxing library + * @{ + * Libavdevice is a complementary library to @ref libavf "libavformat". It + * provides various "special" platform-specific muxers and demuxers, e.g. for + * grabbing devices, audio capture and playback etc. As a consequence, the + * (de)muxers in libavdevice are of the AVFMT_NOFILE type (they use their own + * I/O functions). The filename passed to avformat_open_input() often does not + * refer to an actually existing file, but has some special device-specific + * meaning - e.g. for x11grab it is the display name. + * + * To use libavdevice, simply call avdevice_register_all() to register all + * compiled muxers and demuxers. They all use standard libavformat API. + * @} + */ + +#include "libavutil/log.h" +#include "libavutil/opt.h" +#include "libavutil/dict.h" +#include "libavformat/avformat.h" + +/** + * Return the LIBAVDEVICE_VERSION_INT constant. + */ +unsigned avdevice_version(void); + +/** + * Return the libavdevice build-time configuration. + */ +const char *avdevice_configuration(void); + +/** + * Return the libavdevice license. + */ +const char *avdevice_license(void); + +/** + * Initialize libavdevice and register all the input and output devices. + * @warning This function is not thread safe. + */ +void avdevice_register_all(void); + +/** + * Audio input devices iterator. + * + * If d is NULL, returns the first registered input audio/video device, + * if d is non-NULL, returns the next registered input audio/video device after d + * or NULL if d is the last one. + */ +AVInputFormat *av_input_audio_device_next(AVInputFormat *d); + +/** + * Video input devices iterator. + * + * If d is NULL, returns the first registered input audio/video device, + * if d is non-NULL, returns the next registered input audio/video device after d + * or NULL if d is the last one. + */ +AVInputFormat *av_input_video_device_next(AVInputFormat *d); + +/** + * Audio output devices iterator. + * + * If d is NULL, returns the first registered output audio/video device, + * if d is non-NULL, returns the next registered output audio/video device after d + * or NULL if d is the last one. + */ +AVOutputFormat *av_output_audio_device_next(AVOutputFormat *d); + +/** + * Video output devices iterator. + * + * If d is NULL, returns the first registered output audio/video device, + * if d is non-NULL, returns the next registered output audio/video device after d + * or NULL if d is the last one. + */ +AVOutputFormat *av_output_video_device_next(AVOutputFormat *d); + +typedef struct AVDeviceRect { + int x; /**< x coordinate of top left corner */ + int y; /**< y coordinate of top left corner */ + int width; /**< width */ + int height; /**< height */ +} AVDeviceRect; + +/** + * Message types used by avdevice_app_to_dev_control_message(). + */ +enum AVAppToDevMessageType { + /** + * Dummy message. + */ + AV_APP_TO_DEV_NONE = MKBETAG('N','O','N','E'), + + /** + * Window size change message. + * + * Message is sent to the device every time the application changes the size + * of the window device renders to. + * Message should also be sent right after window is created. + * + * data: AVDeviceRect: new window size. + */ + AV_APP_TO_DEV_WINDOW_SIZE = MKBETAG('G','E','O','M'), + + /** + * Repaint request message. + * + * Message is sent to the device when window has to be repainted. + * + * data: AVDeviceRect: area required to be repainted. + * NULL: whole area is required to be repainted. + */ + AV_APP_TO_DEV_WINDOW_REPAINT = MKBETAG('R','E','P','A'), + + /** + * Request pause/play. + * + * Application requests pause/unpause playback. + * Mostly usable with devices that have internal buffer. + * By default devices are not paused. + * + * data: NULL + */ + AV_APP_TO_DEV_PAUSE = MKBETAG('P', 'A', 'U', ' '), + AV_APP_TO_DEV_PLAY = MKBETAG('P', 'L', 'A', 'Y'), + AV_APP_TO_DEV_TOGGLE_PAUSE = MKBETAG('P', 'A', 'U', 'T'), + + /** + * Volume control message. + * + * Set volume level. It may be device-dependent if volume + * is changed per stream or system wide. Per stream volume + * change is expected when possible. + * + * data: double: new volume with range of 0.0 - 1.0. + */ + AV_APP_TO_DEV_SET_VOLUME = MKBETAG('S', 'V', 'O', 'L'), + + /** + * Mute control messages. + * + * Change mute state. It may be device-dependent if mute status + * is changed per stream or system wide. Per stream mute status + * change is expected when possible. + * + * data: NULL. + */ + AV_APP_TO_DEV_MUTE = MKBETAG(' ', 'M', 'U', 'T'), + AV_APP_TO_DEV_UNMUTE = MKBETAG('U', 'M', 'U', 'T'), + AV_APP_TO_DEV_TOGGLE_MUTE = MKBETAG('T', 'M', 'U', 'T'), + + /** + * Get volume/mute messages. + * + * Force the device to send AV_DEV_TO_APP_VOLUME_LEVEL_CHANGED or + * AV_DEV_TO_APP_MUTE_STATE_CHANGED command respectively. + * + * data: NULL. + */ + AV_APP_TO_DEV_GET_VOLUME = MKBETAG('G', 'V', 'O', 'L'), + AV_APP_TO_DEV_GET_MUTE = MKBETAG('G', 'M', 'U', 'T'), +}; + +/** + * Message types used by avdevice_dev_to_app_control_message(). + */ +enum AVDevToAppMessageType { + /** + * Dummy message. + */ + AV_DEV_TO_APP_NONE = MKBETAG('N','O','N','E'), + + /** + * Create window buffer message. + * + * Device requests to create a window buffer. Exact meaning is device- + * and application-dependent. Message is sent before rendering first + * frame and all one-shot initializations should be done here. + * Application is allowed to ignore preferred window buffer size. + * + * @note: Application is obligated to inform about window buffer size + * with AV_APP_TO_DEV_WINDOW_SIZE message. + * + * data: AVDeviceRect: preferred size of the window buffer. + * NULL: no preferred size of the window buffer. + */ + AV_DEV_TO_APP_CREATE_WINDOW_BUFFER = MKBETAG('B','C','R','E'), + + /** + * Prepare window buffer message. + * + * Device requests to prepare a window buffer for rendering. + * Exact meaning is device- and application-dependent. + * Message is sent before rendering of each frame. + * + * data: NULL. + */ + AV_DEV_TO_APP_PREPARE_WINDOW_BUFFER = MKBETAG('B','P','R','E'), + + /** + * Display window buffer message. + * + * Device requests to display a window buffer. + * Message is sent when new frame is ready to be displayed. + * Usually buffers need to be swapped in handler of this message. + * + * data: NULL. + */ + AV_DEV_TO_APP_DISPLAY_WINDOW_BUFFER = MKBETAG('B','D','I','S'), + + /** + * Destroy window buffer message. + * + * Device requests to destroy a window buffer. + * Message is sent when device is about to be destroyed and window + * buffer is not required anymore. + * + * data: NULL. + */ + AV_DEV_TO_APP_DESTROY_WINDOW_BUFFER = MKBETAG('B','D','E','S'), + + /** + * Buffer fullness status messages. + * + * Device signals buffer overflow/underflow. + * + * data: NULL. + */ + AV_DEV_TO_APP_BUFFER_OVERFLOW = MKBETAG('B','O','F','L'), + AV_DEV_TO_APP_BUFFER_UNDERFLOW = MKBETAG('B','U','F','L'), + + /** + * Buffer readable/writable. + * + * Device informs that buffer is readable/writable. + * When possible, device informs how many bytes can be read/write. + * + * @warning Device may not inform when number of bytes than can be read/write changes. + * + * data: int64_t: amount of bytes available to read/write. + * NULL: amount of bytes available to read/write is not known. + */ + AV_DEV_TO_APP_BUFFER_READABLE = MKBETAG('B','R','D',' '), + AV_DEV_TO_APP_BUFFER_WRITABLE = MKBETAG('B','W','R',' '), + + /** + * Mute state change message. + * + * Device informs that mute state has changed. + * + * data: int: 0 for not muted state, non-zero for muted state. + */ + AV_DEV_TO_APP_MUTE_STATE_CHANGED = MKBETAG('C','M','U','T'), + + /** + * Volume level change message. + * + * Device informs that volume level has changed. + * + * data: double: new volume with range of 0.0 - 1.0. + */ + AV_DEV_TO_APP_VOLUME_LEVEL_CHANGED = MKBETAG('C','V','O','L'), +}; + +/** + * Send control message from application to device. + * + * @param s device context. + * @param type message type. + * @param data message data. Exact type depends on message type. + * @param data_size size of message data. + * @return >= 0 on success, negative on error. + * AVERROR(ENOSYS) when device doesn't implement handler of the message. + */ +int avdevice_app_to_dev_control_message(struct AVFormatContext *s, + enum AVAppToDevMessageType type, + void *data, size_t data_size); + +/** + * Send control message from device to application. + * + * @param s device context. + * @param type message type. + * @param data message data. Can be NULL. + * @param data_size size of message data. + * @return >= 0 on success, negative on error. + * AVERROR(ENOSYS) when application doesn't implement handler of the message. + */ +int avdevice_dev_to_app_control_message(struct AVFormatContext *s, + enum AVDevToAppMessageType type, + void *data, size_t data_size); + +/** + * Following API allows user to probe device capabilities (supported codecs, + * pixel formats, sample formats, resolutions, channel counts, etc). + * It is build on top op AVOption API. + * Queried capabilities make it possible to set up converters of video or audio + * parameters that fit to the device. + * + * List of capabilities that can be queried: + * - Capabilities valid for both audio and video devices: + * - codec: supported audio/video codecs. + * type: AV_OPT_TYPE_INT (AVCodecID value) + * - Capabilities valid for audio devices: + * - sample_format: supported sample formats. + * type: AV_OPT_TYPE_INT (AVSampleFormat value) + * - sample_rate: supported sample rates. + * type: AV_OPT_TYPE_INT + * - channels: supported number of channels. + * type: AV_OPT_TYPE_INT + * - channel_layout: supported channel layouts. + * type: AV_OPT_TYPE_INT64 + * - Capabilities valid for video devices: + * - pixel_format: supported pixel formats. + * type: AV_OPT_TYPE_INT (AVPixelFormat value) + * - window_size: supported window sizes (describes size of the window size presented to the user). + * type: AV_OPT_TYPE_IMAGE_SIZE + * - frame_size: supported frame sizes (describes size of provided video frames). + * type: AV_OPT_TYPE_IMAGE_SIZE + * - fps: supported fps values + * type: AV_OPT_TYPE_RATIONAL + * + * Value of the capability may be set by user using av_opt_set() function + * and AVDeviceCapabilitiesQuery object. Following queries will + * limit results to the values matching already set capabilities. + * For example, setting a codec may impact number of formats or fps values + * returned during next query. Setting invalid value may limit results to zero. + * + * Example of the usage basing on opengl output device: + * + * @code + * AVFormatContext *oc = NULL; + * AVDeviceCapabilitiesQuery *caps = NULL; + * AVOptionRanges *ranges; + * int ret; + * + * if ((ret = avformat_alloc_output_context2(&oc, NULL, "opengl", NULL)) < 0) + * goto fail; + * if (avdevice_capabilities_create(&caps, oc, NULL) < 0) + * goto fail; + * + * //query codecs + * if (av_opt_query_ranges(&ranges, caps, "codec", AV_OPT_MULTI_COMPONENT_RANGE)) < 0) + * goto fail; + * //pick codec here and set it + * av_opt_set(caps, "codec", AV_CODEC_ID_RAWVIDEO, 0); + * + * //query format + * if (av_opt_query_ranges(&ranges, caps, "pixel_format", AV_OPT_MULTI_COMPONENT_RANGE)) < 0) + * goto fail; + * //pick format here and set it + * av_opt_set(caps, "pixel_format", AV_PIX_FMT_YUV420P, 0); + * + * //query and set more capabilities + * + * fail: + * //clean up code + * avdevice_capabilities_free(&query, oc); + * avformat_free_context(oc); + * @endcode + */ + +/** + * Structure describes device capabilities. + * + * It is used by devices in conjunction with av_device_capabilities AVOption table + * to implement capabilities probing API based on AVOption API. Should not be used directly. + */ +typedef struct AVDeviceCapabilitiesQuery { + const AVClass *av_class; + AVFormatContext *device_context; + enum AVCodecID codec; + enum AVSampleFormat sample_format; + enum AVPixelFormat pixel_format; + int sample_rate; + int channels; + int64_t channel_layout; + int window_width; + int window_height; + int frame_width; + int frame_height; + AVRational fps; +} AVDeviceCapabilitiesQuery; + +/** + * AVOption table used by devices to implement device capabilities API. Should not be used by a user. + */ +extern const AVOption av_device_capabilities[]; + +/** + * Initialize capabilities probing API based on AVOption API. + * + * avdevice_capabilities_free() must be called when query capabilities API is + * not used anymore. + * + * @param[out] caps Device capabilities data. Pointer to a NULL pointer must be passed. + * @param s Context of the device. + * @param device_options An AVDictionary filled with device-private options. + * On return this parameter will be destroyed and replaced with a dict + * containing options that were not found. May be NULL. + * The same options must be passed later to avformat_write_header() for output + * devices or avformat_open_input() for input devices, or at any other place + * that affects device-private options. + * + * @return >= 0 on success, negative otherwise. + */ +int avdevice_capabilities_create(AVDeviceCapabilitiesQuery **caps, AVFormatContext *s, + AVDictionary **device_options); + +/** + * Free resources created by avdevice_capabilities_create() + * + * @param caps Device capabilities data to be freed. + * @param s Context of the device. + */ +void avdevice_capabilities_free(AVDeviceCapabilitiesQuery **caps, AVFormatContext *s); + +/** + * Structure describes basic parameters of the device. + */ +typedef struct AVDeviceInfo { + char *device_name; /**< device name, format depends on device */ + char *device_description; /**< human friendly name */ +} AVDeviceInfo; + +/** + * List of devices. + */ +typedef struct AVDeviceInfoList { + AVDeviceInfo **devices; /**< list of autodetected devices */ + int nb_devices; /**< number of autodetected devices */ + int default_device; /**< index of default device or -1 if no default */ +} AVDeviceInfoList; + +/** + * List devices. + * + * Returns available device names and their parameters. + * + * @note: Some devices may accept system-dependent device names that cannot be + * autodetected. The list returned by this function cannot be assumed to + * be always completed. + * + * @param s device context. + * @param[out] device_list list of autodetected devices. + * @return count of autodetected devices, negative on error. + */ +int avdevice_list_devices(struct AVFormatContext *s, AVDeviceInfoList **device_list); + +/** + * Convenient function to free result of avdevice_list_devices(). + * + * @param devices device list to be freed. + */ +void avdevice_free_list_devices(AVDeviceInfoList **device_list); + +/** + * List devices. + * + * Returns available device names and their parameters. + * These are convinient wrappers for avdevice_list_devices(). + * Device context is allocated and deallocated internally. + * + * @param device device format. May be NULL if device name is set. + * @param device_name device name. May be NULL if device format is set. + * @param device_options An AVDictionary filled with device-private options. May be NULL. + * The same options must be passed later to avformat_write_header() for output + * devices or avformat_open_input() for input devices, or at any other place + * that affects device-private options. + * @param[out] device_list list of autodetected devices + * @return count of autodetected devices, negative on error. + * @note device argument takes precedence over device_name when both are set. + */ +int avdevice_list_input_sources(struct AVInputFormat *device, const char *device_name, + AVDictionary *device_options, AVDeviceInfoList **device_list); +int avdevice_list_output_sinks(struct AVOutputFormat *device, const char *device_name, + AVDictionary *device_options, AVDeviceInfoList **device_list); + +#endif /* AVDEVICE_AVDEVICE_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavdevice/version.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavdevice/version.h new file mode 100644 index 0000000000..b226a76120 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavdevice/version.h @@ -0,0 +1,50 @@ +/* + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVDEVICE_VERSION_H +#define AVDEVICE_VERSION_H + +/** + * @file + * @ingroup lavd + * Libavdevice version macros + */ + +#include "libavutil/version.h" + +#define LIBAVDEVICE_VERSION_MAJOR 57 +#define LIBAVDEVICE_VERSION_MINOR 0 +#define LIBAVDEVICE_VERSION_MICRO 101 + +#define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \ + LIBAVDEVICE_VERSION_MINOR, \ + LIBAVDEVICE_VERSION_MICRO) +#define LIBAVDEVICE_VERSION AV_VERSION(LIBAVDEVICE_VERSION_MAJOR, \ + LIBAVDEVICE_VERSION_MINOR, \ + LIBAVDEVICE_VERSION_MICRO) +#define LIBAVDEVICE_BUILD LIBAVDEVICE_VERSION_INT + +#define LIBAVDEVICE_IDENT "Lavd" AV_STRINGIFY(LIBAVDEVICE_VERSION) + +/** + * FF_API_* defines may be placed below to indicate public API that will be + * dropped at a future version bump. The defines themselves are not part of + * the public API and may change, break or disappear at any time. + */ + +#endif /* AVDEVICE_VERSION_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavformat/avformat.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavformat/avformat.h new file mode 100644 index 0000000000..34bad436cd --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavformat/avformat.h @@ -0,0 +1,2859 @@ +/* + * copyright (c) 2001 Fabrice Bellard + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVFORMAT_AVFORMAT_H +#define AVFORMAT_AVFORMAT_H + +/** + * @file + * @ingroup libavf + * Main libavformat public API header + */ + +/** + * @defgroup libavf I/O and Muxing/Demuxing Library + * @{ + * + * Libavformat (lavf) is a library for dealing with various media container + * formats. Its main two purposes are demuxing - i.e. splitting a media file + * into component streams, and the reverse process of muxing - writing supplied + * data in a specified container format. It also has an @ref lavf_io + * "I/O module" which supports a number of protocols for accessing the data (e.g. + * file, tcp, http and others). Before using lavf, you need to call + * av_register_all() to register all compiled muxers, demuxers and protocols. + * Unless you are absolutely sure you won't use libavformat's network + * capabilities, you should also call avformat_network_init(). + * + * A supported input format is described by an AVInputFormat struct, conversely + * an output format is described by AVOutputFormat. You can iterate over all + * registered input/output formats using the av_iformat_next() / + * av_oformat_next() functions. The protocols layer is not part of the public + * API, so you can only get the names of supported protocols with the + * avio_enum_protocols() function. + * + * Main lavf structure used for both muxing and demuxing is AVFormatContext, + * which exports all information about the file being read or written. As with + * most Libavformat structures, its size is not part of public ABI, so it cannot be + * allocated on stack or directly with av_malloc(). To create an + * AVFormatContext, use avformat_alloc_context() (some functions, like + * avformat_open_input() might do that for you). + * + * Most importantly an AVFormatContext contains: + * @li the @ref AVFormatContext.iformat "input" or @ref AVFormatContext.oformat + * "output" format. It is either autodetected or set by user for input; + * always set by user for output. + * @li an @ref AVFormatContext.streams "array" of AVStreams, which describe all + * elementary streams stored in the file. AVStreams are typically referred to + * using their index in this array. + * @li an @ref AVFormatContext.pb "I/O context". It is either opened by lavf or + * set by user for input, always set by user for output (unless you are dealing + * with an AVFMT_NOFILE format). + * + * @section lavf_options Passing options to (de)muxers + * It is possible to configure lavf muxers and demuxers using the @ref avoptions + * mechanism. Generic (format-independent) libavformat options are provided by + * AVFormatContext, they can be examined from a user program by calling + * av_opt_next() / av_opt_find() on an allocated AVFormatContext (or its AVClass + * from avformat_get_class()). Private (format-specific) options are provided by + * AVFormatContext.priv_data if and only if AVInputFormat.priv_class / + * AVOutputFormat.priv_class of the corresponding format struct is non-NULL. + * Further options may be provided by the @ref AVFormatContext.pb "I/O context", + * if its AVClass is non-NULL, and the protocols layer. See the discussion on + * nesting in @ref avoptions documentation to learn how to access those. + * + * @section urls + * URL strings in libavformat are made of a scheme/protocol, a ':', and a + * scheme specific string. URLs without a scheme and ':' used for local files + * are supported but deprecated. "file:" should be used for local files. + * + * It is important that the scheme string is not taken from untrusted + * sources without checks. + * + * Note that some schemes/protocols are quite powerful, allowing access to + * both local and remote files, parts of them, concatenations of them, local + * audio and video devices and so on. + * + * @defgroup lavf_decoding Demuxing + * @{ + * Demuxers read a media file and split it into chunks of data (@em packets). A + * @ref AVPacket "packet" contains one or more encoded frames which belongs to a + * single elementary stream. In the lavf API this process is represented by the + * avformat_open_input() function for opening a file, av_read_frame() for + * reading a single packet and finally avformat_close_input(), which does the + * cleanup. + * + * @section lavf_decoding_open Opening a media file + * The minimum information required to open a file is its URL, which + * is passed to avformat_open_input(), as in the following code: + * @code + * const char *url = "file:in.mp3"; + * AVFormatContext *s = NULL; + * int ret = avformat_open_input(&s, url, NULL, NULL); + * if (ret < 0) + * abort(); + * @endcode + * The above code attempts to allocate an AVFormatContext, open the + * specified file (autodetecting the format) and read the header, exporting the + * information stored there into s. Some formats do not have a header or do not + * store enough information there, so it is recommended that you call the + * avformat_find_stream_info() function which tries to read and decode a few + * frames to find missing information. + * + * In some cases you might want to preallocate an AVFormatContext yourself with + * avformat_alloc_context() and do some tweaking on it before passing it to + * avformat_open_input(). One such case is when you want to use custom functions + * for reading input data instead of lavf internal I/O layer. + * To do that, create your own AVIOContext with avio_alloc_context(), passing + * your reading callbacks to it. Then set the @em pb field of your + * AVFormatContext to newly created AVIOContext. + * + * Since the format of the opened file is in general not known until after + * avformat_open_input() has returned, it is not possible to set demuxer private + * options on a preallocated context. Instead, the options should be passed to + * avformat_open_input() wrapped in an AVDictionary: + * @code + * AVDictionary *options = NULL; + * av_dict_set(&options, "video_size", "640x480", 0); + * av_dict_set(&options, "pixel_format", "rgb24", 0); + * + * if (avformat_open_input(&s, url, NULL, &options) < 0) + * abort(); + * av_dict_free(&options); + * @endcode + * This code passes the private options 'video_size' and 'pixel_format' to the + * demuxer. They would be necessary for e.g. the rawvideo demuxer, since it + * cannot know how to interpret raw video data otherwise. If the format turns + * out to be something different than raw video, those options will not be + * recognized by the demuxer and therefore will not be applied. Such unrecognized + * options are then returned in the options dictionary (recognized options are + * consumed). The calling program can handle such unrecognized options as it + * wishes, e.g. + * @code + * AVDictionaryEntry *e; + * if (e = av_dict_get(options, "", NULL, AV_DICT_IGNORE_SUFFIX)) { + * fprintf(stderr, "Option %s not recognized by the demuxer.\n", e->key); + * abort(); + * } + * @endcode + * + * After you have finished reading the file, you must close it with + * avformat_close_input(). It will free everything associated with the file. + * + * @section lavf_decoding_read Reading from an opened file + * Reading data from an opened AVFormatContext is done by repeatedly calling + * av_read_frame() on it. Each call, if successful, will return an AVPacket + * containing encoded data for one AVStream, identified by + * AVPacket.stream_index. This packet may be passed straight into the libavcodec + * decoding functions avcodec_decode_video2(), avcodec_decode_audio4() or + * avcodec_decode_subtitle2() if the caller wishes to decode the data. + * + * AVPacket.pts, AVPacket.dts and AVPacket.duration timing information will be + * set if known. They may also be unset (i.e. AV_NOPTS_VALUE for + * pts/dts, 0 for duration) if the stream does not provide them. The timing + * information will be in AVStream.time_base units, i.e. it has to be + * multiplied by the timebase to convert them to seconds. + * + * If AVPacket.buf is set on the returned packet, then the packet is + * allocated dynamically and the user may keep it indefinitely. + * Otherwise, if AVPacket.buf is NULL, the packet data is backed by a + * static storage somewhere inside the demuxer and the packet is only valid + * until the next av_read_frame() call or closing the file. If the caller + * requires a longer lifetime, av_dup_packet() will make an av_malloc()ed copy + * of it. + * In both cases, the packet must be freed with av_packet_unref() when it is no + * longer needed. + * + * @section lavf_decoding_seek Seeking + * @} + * + * @defgroup lavf_encoding Muxing + * @{ + * Muxers take encoded data in the form of @ref AVPacket "AVPackets" and write + * it into files or other output bytestreams in the specified container format. + * + * The main API functions for muxing are avformat_write_header() for writing the + * file header, av_write_frame() / av_interleaved_write_frame() for writing the + * packets and av_write_trailer() for finalizing the file. + * + * At the beginning of the muxing process, the caller must first call + * avformat_alloc_context() to create a muxing context. The caller then sets up + * the muxer by filling the various fields in this context: + * + * - The @ref AVFormatContext.oformat "oformat" field must be set to select the + * muxer that will be used. + * - Unless the format is of the AVFMT_NOFILE type, the @ref AVFormatContext.pb + * "pb" field must be set to an opened IO context, either returned from + * avio_open2() or a custom one. + * - Unless the format is of the AVFMT_NOSTREAMS type, at least one stream must + * be created with the avformat_new_stream() function. The caller should fill + * the @ref AVStream.codec "stream codec context" information, such as the + * codec @ref AVCodecContext.codec_type "type", @ref AVCodecContext.codec_id + * "id" and other parameters (e.g. width / height, the pixel or sample format, + * etc.) as known. The @ref AVStream.time_base "stream timebase" should + * be set to the timebase that the caller desires to use for this stream (note + * that the timebase actually used by the muxer can be different, as will be + * described later). + * - It is advised to manually initialize only the relevant fields in + * AVCodecContext, rather than using @ref avcodec_copy_context() during + * remuxing: there is no guarantee that the codec context values remain valid + * for both input and output format contexts. + * - The caller may fill in additional information, such as @ref + * AVFormatContext.metadata "global" or @ref AVStream.metadata "per-stream" + * metadata, @ref AVFormatContext.chapters "chapters", @ref + * AVFormatContext.programs "programs", etc. as described in the + * AVFormatContext documentation. Whether such information will actually be + * stored in the output depends on what the container format and the muxer + * support. + * + * When the muxing context is fully set up, the caller must call + * avformat_write_header() to initialize the muxer internals and write the file + * header. Whether anything actually is written to the IO context at this step + * depends on the muxer, but this function must always be called. Any muxer + * private options must be passed in the options parameter to this function. + * + * The data is then sent to the muxer by repeatedly calling av_write_frame() or + * av_interleaved_write_frame() (consult those functions' documentation for + * discussion on the difference between them; only one of them may be used with + * a single muxing context, they should not be mixed). Do note that the timing + * information on the packets sent to the muxer must be in the corresponding + * AVStream's timebase. That timebase is set by the muxer (in the + * avformat_write_header() step) and may be different from the timebase + * requested by the caller. + * + * Once all the data has been written, the caller must call av_write_trailer() + * to flush any buffered packets and finalize the output file, then close the IO + * context (if any) and finally free the muxing context with + * avformat_free_context(). + * @} + * + * @defgroup lavf_io I/O Read/Write + * @{ + * @section lavf_io_dirlist Directory listing + * The directory listing API makes it possible to list files on remote servers. + * + * Some of possible use cases: + * - an "open file" dialog to choose files from a remote location, + * - a recursive media finder providing a player with an ability to play all + * files from a given directory. + * + * @subsection lavf_io_dirlist_open Opening a directory + * At first, a directory needs to be opened by calling avio_open_dir() + * supplied with a URL and, optionally, ::AVDictionary containing + * protocol-specific parameters. The function returns zero or positive + * integer and allocates AVIODirContext on success. + * + * @code + * AVIODirContext *ctx = NULL; + * if (avio_open_dir(&ctx, "smb://example.com/some_dir", NULL) < 0) { + * fprintf(stderr, "Cannot open directory.\n"); + * abort(); + * } + * @endcode + * + * This code tries to open a sample directory using smb protocol without + * any additional parameters. + * + * @subsection lavf_io_dirlist_read Reading entries + * Each directory's entry (i.e. file, another directory, anything else + * within ::AVIODirEntryType) is represented by AVIODirEntry. + * Reading consecutive entries from an opened AVIODirContext is done by + * repeatedly calling avio_read_dir() on it. Each call returns zero or + * positive integer if successful. Reading can be stopped right after the + * NULL entry has been read -- it means there are no entries left to be + * read. The following code reads all entries from a directory associated + * with ctx and prints their names to standard output. + * @code + * AVIODirEntry *entry = NULL; + * for (;;) { + * if (avio_read_dir(ctx, &entry) < 0) { + * fprintf(stderr, "Cannot list directory.\n"); + * abort(); + * } + * if (!entry) + * break; + * printf("%s\n", entry->name); + * avio_free_directory_entry(&entry); + * } + * @endcode + * @} + * + * @defgroup lavf_codec Demuxers + * @{ + * @defgroup lavf_codec_native Native Demuxers + * @{ + * @} + * @defgroup lavf_codec_wrappers External library wrappers + * @{ + * @} + * @} + * @defgroup lavf_protos I/O Protocols + * @{ + * @} + * @defgroup lavf_internal Internal + * @{ + * @} + * @} + * + */ + +#include +#include /* FILE */ +#include "libavcodec/avcodec.h" +#include "libavutil/dict.h" +#include "libavutil/log.h" + +#include "avio.h" +#include "libavformat/version.h" + +struct AVFormatContext; + +struct AVDeviceInfoList; +struct AVDeviceCapabilitiesQuery; + +/** + * @defgroup metadata_api Public Metadata API + * @{ + * @ingroup libavf + * The metadata API allows libavformat to export metadata tags to a client + * application when demuxing. Conversely it allows a client application to + * set metadata when muxing. + * + * Metadata is exported or set as pairs of key/value strings in the 'metadata' + * fields of the AVFormatContext, AVStream, AVChapter and AVProgram structs + * using the @ref lavu_dict "AVDictionary" API. Like all strings in FFmpeg, + * metadata is assumed to be UTF-8 encoded Unicode. Note that metadata + * exported by demuxers isn't checked to be valid UTF-8 in most cases. + * + * Important concepts to keep in mind: + * - Keys are unique; there can never be 2 tags with the same key. This is + * also meant semantically, i.e., a demuxer should not knowingly produce + * several keys that are literally different but semantically identical. + * E.g., key=Author5, key=Author6. In this example, all authors must be + * placed in the same tag. + * - Metadata is flat, not hierarchical; there are no subtags. If you + * want to store, e.g., the email address of the child of producer Alice + * and actor Bob, that could have key=alice_and_bobs_childs_email_address. + * - Several modifiers can be applied to the tag name. This is done by + * appending a dash character ('-') and the modifier name in the order + * they appear in the list below -- e.g. foo-eng-sort, not foo-sort-eng. + * - language -- a tag whose value is localized for a particular language + * is appended with the ISO 639-2/B 3-letter language code. + * For example: Author-ger=Michael, Author-eng=Mike + * The original/default language is in the unqualified "Author" tag. + * A demuxer should set a default if it sets any translated tag. + * - sorting -- a modified version of a tag that should be used for + * sorting will have '-sort' appended. E.g. artist="The Beatles", + * artist-sort="Beatles, The". + * - Some protocols and demuxers support metadata updates. After a successful + * call to av_read_packet(), AVFormatContext.event_flags or AVStream.event_flags + * will be updated to indicate if metadata changed. In order to detect metadata + * changes on a stream, you need to loop through all streams in the AVFormatContext + * and check their individual event_flags. + * + * - Demuxers attempt to export metadata in a generic format, however tags + * with no generic equivalents are left as they are stored in the container. + * Follows a list of generic tag names: + * + @verbatim + album -- name of the set this work belongs to + album_artist -- main creator of the set/album, if different from artist. + e.g. "Various Artists" for compilation albums. + artist -- main creator of the work + comment -- any additional description of the file. + composer -- who composed the work, if different from artist. + copyright -- name of copyright holder. + creation_time-- date when the file was created, preferably in ISO 8601. + date -- date when the work was created, preferably in ISO 8601. + disc -- number of a subset, e.g. disc in a multi-disc collection. + encoder -- name/settings of the software/hardware that produced the file. + encoded_by -- person/group who created the file. + filename -- original name of the file. + genre -- . + language -- main language in which the work is performed, preferably + in ISO 639-2 format. Multiple languages can be specified by + separating them with commas. + performer -- artist who performed the work, if different from artist. + E.g for "Also sprach Zarathustra", artist would be "Richard + Strauss" and performer "London Philharmonic Orchestra". + publisher -- name of the label/publisher. + service_name -- name of the service in broadcasting (channel name). + service_provider -- name of the service provider in broadcasting. + title -- name of the work. + track -- number of this work in the set, can be in form current/total. + variant_bitrate -- the total bitrate of the bitrate variant that the current stream is part of + @endverbatim + * + * Look in the examples section for an application example how to use the Metadata API. + * + * @} + */ + +/* packet functions */ + + +/** + * Allocate and read the payload of a packet and initialize its + * fields with default values. + * + * @param s associated IO context + * @param pkt packet + * @param size desired payload size + * @return >0 (read size) if OK, AVERROR_xxx otherwise + */ +int av_get_packet(AVIOContext *s, AVPacket *pkt, int size); + + +/** + * Read data and append it to the current content of the AVPacket. + * If pkt->size is 0 this is identical to av_get_packet. + * Note that this uses av_grow_packet and thus involves a realloc + * which is inefficient. Thus this function should only be used + * when there is no reasonable way to know (an upper bound of) + * the final size. + * + * @param s associated IO context + * @param pkt packet + * @param size amount of data to read + * @return >0 (read size) if OK, AVERROR_xxx otherwise, previous data + * will not be lost even if an error occurs. + */ +int av_append_packet(AVIOContext *s, AVPacket *pkt, int size); + +#if FF_API_LAVF_FRAC +/*************************************************/ +/* fractional numbers for exact pts handling */ + +/** + * The exact value of the fractional number is: 'val + num / den'. + * num is assumed to be 0 <= num < den. + */ +typedef struct AVFrac { + int64_t val, num, den; +} AVFrac; +#endif + +/*************************************************/ +/* input/output formats */ + +struct AVCodecTag; + +/** + * This structure contains the data a format has to probe a file. + */ +typedef struct AVProbeData { + const char *filename; + unsigned char *buf; /**< Buffer must have AVPROBE_PADDING_SIZE of extra allocated bytes filled with zero. */ + int buf_size; /**< Size of buf except extra allocated bytes */ + const char *mime_type; /**< mime_type, when known. */ +} AVProbeData; + +#define AVPROBE_SCORE_RETRY (AVPROBE_SCORE_MAX/4) +#define AVPROBE_SCORE_STREAM_RETRY (AVPROBE_SCORE_MAX/4-1) + +#define AVPROBE_SCORE_EXTENSION 50 ///< score for file extension +#define AVPROBE_SCORE_MIME 75 ///< score for file mime type +#define AVPROBE_SCORE_MAX 100 ///< maximum score + +#define AVPROBE_PADDING_SIZE 32 ///< extra allocated bytes at the end of the probe buffer + +/// Demuxer will use avio_open, no opened file should be provided by the caller. +#define AVFMT_NOFILE 0x0001 +#define AVFMT_NEEDNUMBER 0x0002 /**< Needs '%d' in filename. */ +#define AVFMT_SHOW_IDS 0x0008 /**< Show format stream IDs numbers. */ +#if FF_API_LAVF_FMT_RAWPICTURE +#define AVFMT_RAWPICTURE 0x0020 /**< Format wants AVPicture structure for + raw picture data. @deprecated Not used anymore */ +#endif +#define AVFMT_GLOBALHEADER 0x0040 /**< Format wants global header. */ +#define AVFMT_NOTIMESTAMPS 0x0080 /**< Format does not need / have any timestamps. */ +#define AVFMT_GENERIC_INDEX 0x0100 /**< Use generic index building code. */ +#define AVFMT_TS_DISCONT 0x0200 /**< Format allows timestamp discontinuities. Note, muxers always require valid (monotone) timestamps */ +#define AVFMT_VARIABLE_FPS 0x0400 /**< Format allows variable fps. */ +#define AVFMT_NODIMENSIONS 0x0800 /**< Format does not need width/height */ +#define AVFMT_NOSTREAMS 0x1000 /**< Format does not require any streams */ +#define AVFMT_NOBINSEARCH 0x2000 /**< Format does not allow to fall back on binary search via read_timestamp */ +#define AVFMT_NOGENSEARCH 0x4000 /**< Format does not allow to fall back on generic search */ +#define AVFMT_NO_BYTE_SEEK 0x8000 /**< Format does not allow seeking by bytes */ +#define AVFMT_ALLOW_FLUSH 0x10000 /**< Format allows flushing. If not set, the muxer will not receive a NULL packet in the write_packet function. */ +#define AVFMT_TS_NONSTRICT 0x20000 /**< Format does not require strictly + increasing timestamps, but they must + still be monotonic */ +#define AVFMT_TS_NEGATIVE 0x40000 /**< Format allows muxing negative + timestamps. If not set the timestamp + will be shifted in av_write_frame and + av_interleaved_write_frame so they + start from 0. + The user or muxer can override this through + AVFormatContext.avoid_negative_ts + */ + +#define AVFMT_SEEK_TO_PTS 0x4000000 /**< Seeking is based on PTS */ + +/** + * @addtogroup lavf_encoding + * @{ + */ +typedef struct AVOutputFormat { + const char *name; + /** + * Descriptive name for the format, meant to be more human-readable + * than name. You should use the NULL_IF_CONFIG_SMALL() macro + * to define it. + */ + const char *long_name; + const char *mime_type; + const char *extensions; /**< comma-separated filename extensions */ + /* output support */ + enum AVCodecID audio_codec; /**< default audio codec */ + enum AVCodecID video_codec; /**< default video codec */ + enum AVCodecID subtitle_codec; /**< default subtitle codec */ + /** + * can use flags: AVFMT_NOFILE, AVFMT_NEEDNUMBER, + * AVFMT_GLOBALHEADER, AVFMT_NOTIMESTAMPS, AVFMT_VARIABLE_FPS, + * AVFMT_NODIMENSIONS, AVFMT_NOSTREAMS, AVFMT_ALLOW_FLUSH, + * AVFMT_TS_NONSTRICT + */ + int flags; + + /** + * List of supported codec_id-codec_tag pairs, ordered by "better + * choice first". The arrays are all terminated by AV_CODEC_ID_NONE. + */ + const struct AVCodecTag * const *codec_tag; + + + const AVClass *priv_class; ///< AVClass for the private context + + /***************************************************************** + * No fields below this line are part of the public API. They + * may not be used outside of libavformat and can be changed and + * removed at will. + * New public fields should be added right above. + ***************************************************************** + */ + struct AVOutputFormat *next; + /** + * size of private data so that it can be allocated in the wrapper + */ + int priv_data_size; + + int (*write_header)(struct AVFormatContext *); + /** + * Write a packet. If AVFMT_ALLOW_FLUSH is set in flags, + * pkt can be NULL in order to flush data buffered in the muxer. + * When flushing, return 0 if there still is more data to flush, + * or 1 if everything was flushed and there is no more buffered + * data. + */ + int (*write_packet)(struct AVFormatContext *, AVPacket *pkt); + int (*write_trailer)(struct AVFormatContext *); + /** + * Currently only used to set pixel format if not YUV420P. + */ + int (*interleave_packet)(struct AVFormatContext *, AVPacket *out, + AVPacket *in, int flush); + /** + * Test if the given codec can be stored in this container. + * + * @return 1 if the codec is supported, 0 if it is not. + * A negative number if unknown. + * MKTAG('A', 'P', 'I', 'C') if the codec is only supported as AV_DISPOSITION_ATTACHED_PIC + */ + int (*query_codec)(enum AVCodecID id, int std_compliance); + + void (*get_output_timestamp)(struct AVFormatContext *s, int stream, + int64_t *dts, int64_t *wall); + /** + * Allows sending messages from application to device. + */ + int (*control_message)(struct AVFormatContext *s, int type, + void *data, size_t data_size); + + /** + * Write an uncoded AVFrame. + * + * See av_write_uncoded_frame() for details. + * + * The library will free *frame afterwards, but the muxer can prevent it + * by setting the pointer to NULL. + */ + int (*write_uncoded_frame)(struct AVFormatContext *, int stream_index, + AVFrame **frame, unsigned flags); + /** + * Returns device list with it properties. + * @see avdevice_list_devices() for more details. + */ + int (*get_device_list)(struct AVFormatContext *s, struct AVDeviceInfoList *device_list); + /** + * Initialize device capabilities submodule. + * @see avdevice_capabilities_create() for more details. + */ + int (*create_device_capabilities)(struct AVFormatContext *s, struct AVDeviceCapabilitiesQuery *caps); + /** + * Free device capabilities submodule. + * @see avdevice_capabilities_free() for more details. + */ + int (*free_device_capabilities)(struct AVFormatContext *s, struct AVDeviceCapabilitiesQuery *caps); + enum AVCodecID data_codec; /**< default data codec */ + /** + * Initialize format. May allocate data here, and set any AVFormatContext or + * AVStream parameters that need to be set before packets are sent. + * This method must not write output. + * + * Any allocations made here must be freed in deinit(). + */ + int (*init)(struct AVFormatContext *); + /** + * Deinitialize format. If present, this is called whenever the muxer is being + * destroyed, regardless of whether or not the header has been written. + * + * If a trailer is being written, this is called after write_trailer(). + * + * This is called if init() fails as well. + */ + void (*deinit)(struct AVFormatContext *); + /** + * Set up any necessary bitstream filtering and extract any extra data needed + * for the global header. + * Return 0 if more packets from this stream must be checked; 1 if not. + */ + int (*check_bitstream)(struct AVFormatContext *, const AVPacket *pkt); +} AVOutputFormat; +/** + * @} + */ + +/** + * @addtogroup lavf_decoding + * @{ + */ +typedef struct AVInputFormat { + /** + * A comma separated list of short names for the format. New names + * may be appended with a minor bump. + */ + const char *name; + + /** + * Descriptive name for the format, meant to be more human-readable + * than name. You should use the NULL_IF_CONFIG_SMALL() macro + * to define it. + */ + const char *long_name; + + /** + * Can use flags: AVFMT_NOFILE, AVFMT_NEEDNUMBER, AVFMT_SHOW_IDS, + * AVFMT_GENERIC_INDEX, AVFMT_TS_DISCONT, AVFMT_NOBINSEARCH, + * AVFMT_NOGENSEARCH, AVFMT_NO_BYTE_SEEK, AVFMT_SEEK_TO_PTS. + */ + int flags; + + /** + * If extensions are defined, then no probe is done. You should + * usually not use extension format guessing because it is not + * reliable enough + */ + const char *extensions; + + const struct AVCodecTag * const *codec_tag; + + const AVClass *priv_class; ///< AVClass for the private context + + /** + * Comma-separated list of mime types. + * It is used check for matching mime types while probing. + * @see av_probe_input_format2 + */ + const char *mime_type; + + /***************************************************************** + * No fields below this line are part of the public API. They + * may not be used outside of libavformat and can be changed and + * removed at will. + * New public fields should be added right above. + ***************************************************************** + */ + struct AVInputFormat *next; + + /** + * Raw demuxers store their codec ID here. + */ + int raw_codec_id; + + /** + * Size of private data so that it can be allocated in the wrapper. + */ + int priv_data_size; + + /** + * Tell if a given file has a chance of being parsed as this format. + * The buffer provided is guaranteed to be AVPROBE_PADDING_SIZE bytes + * big so you do not have to check for that unless you need more. + */ + int (*read_probe)(AVProbeData *); + + /** + * Read the format header and initialize the AVFormatContext + * structure. Return 0 if OK. 'avformat_new_stream' should be + * called to create new streams. + */ + int (*read_header)(struct AVFormatContext *); + + /** + * Read one packet and put it in 'pkt'. pts and flags are also + * set. 'avformat_new_stream' can be called only if the flag + * AVFMTCTX_NOHEADER is used and only in the calling thread (not in a + * background thread). + * @return 0 on success, < 0 on error. + * When returning an error, pkt must not have been allocated + * or must be freed before returning + */ + int (*read_packet)(struct AVFormatContext *, AVPacket *pkt); + + /** + * Close the stream. The AVFormatContext and AVStreams are not + * freed by this function + */ + int (*read_close)(struct AVFormatContext *); + + /** + * Seek to a given timestamp relative to the frames in + * stream component stream_index. + * @param stream_index Must not be -1. + * @param flags Selects which direction should be preferred if no exact + * match is available. + * @return >= 0 on success (but not necessarily the new offset) + */ + int (*read_seek)(struct AVFormatContext *, + int stream_index, int64_t timestamp, int flags); + + /** + * Get the next timestamp in stream[stream_index].time_base units. + * @return the timestamp or AV_NOPTS_VALUE if an error occurred + */ + int64_t (*read_timestamp)(struct AVFormatContext *s, int stream_index, + int64_t *pos, int64_t pos_limit); + + /** + * Start/resume playing - only meaningful if using a network-based format + * (RTSP). + */ + int (*read_play)(struct AVFormatContext *); + + /** + * Pause playing - only meaningful if using a network-based format + * (RTSP). + */ + int (*read_pause)(struct AVFormatContext *); + + /** + * Seek to timestamp ts. + * Seeking will be done so that the point from which all active streams + * can be presented successfully will be closest to ts and within min/max_ts. + * Active streams are all streams that have AVStream.discard < AVDISCARD_ALL. + */ + int (*read_seek2)(struct AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags); + + /** + * Returns device list with it properties. + * @see avdevice_list_devices() for more details. + */ + int (*get_device_list)(struct AVFormatContext *s, struct AVDeviceInfoList *device_list); + + /** + * Initialize device capabilities submodule. + * @see avdevice_capabilities_create() for more details. + */ + int (*create_device_capabilities)(struct AVFormatContext *s, struct AVDeviceCapabilitiesQuery *caps); + + /** + * Free device capabilities submodule. + * @see avdevice_capabilities_free() for more details. + */ + int (*free_device_capabilities)(struct AVFormatContext *s, struct AVDeviceCapabilitiesQuery *caps); +} AVInputFormat; +/** + * @} + */ + +enum AVStreamParseType { + AVSTREAM_PARSE_NONE, + AVSTREAM_PARSE_FULL, /**< full parsing and repack */ + AVSTREAM_PARSE_HEADERS, /**< Only parse headers, do not repack. */ + AVSTREAM_PARSE_TIMESTAMPS, /**< full parsing and interpolation of timestamps for frames not starting on a packet boundary */ + AVSTREAM_PARSE_FULL_ONCE, /**< full parsing and repack of the first frame only, only implemented for H.264 currently */ + AVSTREAM_PARSE_FULL_RAW=MKTAG(0,'R','A','W'), /**< full parsing and repack with timestamp and position generation by parser for raw + this assumes that each packet in the file contains no demuxer level headers and + just codec level data, otherwise position generation would fail */ +}; + +typedef struct AVIndexEntry { + int64_t pos; + int64_t timestamp; /**< + * Timestamp in AVStream.time_base units, preferably the time from which on correctly decoded frames are available + * when seeking to this entry. That means preferable PTS on keyframe based formats. + * But demuxers can choose to store a different timestamp, if it is more convenient for the implementation or nothing better + * is known + */ +#define AVINDEX_KEYFRAME 0x0001 + int flags:2; + int size:30; //Yeah, trying to keep the size of this small to reduce memory requirements (it is 24 vs. 32 bytes due to possible 8-byte alignment). + int min_distance; /**< Minimum distance between this and the previous keyframe, used to avoid unneeded searching. */ +} AVIndexEntry; + +#define AV_DISPOSITION_DEFAULT 0x0001 +#define AV_DISPOSITION_DUB 0x0002 +#define AV_DISPOSITION_ORIGINAL 0x0004 +#define AV_DISPOSITION_COMMENT 0x0008 +#define AV_DISPOSITION_LYRICS 0x0010 +#define AV_DISPOSITION_KARAOKE 0x0020 + +/** + * Track should be used during playback by default. + * Useful for subtitle track that should be displayed + * even when user did not explicitly ask for subtitles. + */ +#define AV_DISPOSITION_FORCED 0x0040 +#define AV_DISPOSITION_HEARING_IMPAIRED 0x0080 /**< stream for hearing impaired audiences */ +#define AV_DISPOSITION_VISUAL_IMPAIRED 0x0100 /**< stream for visual impaired audiences */ +#define AV_DISPOSITION_CLEAN_EFFECTS 0x0200 /**< stream without voice */ +/** + * The stream is stored in the file as an attached picture/"cover art" (e.g. + * APIC frame in ID3v2). The single packet associated with it will be returned + * among the first few packets read from the file unless seeking takes place. + * It can also be accessed at any time in AVStream.attached_pic. + */ +#define AV_DISPOSITION_ATTACHED_PIC 0x0400 + +typedef struct AVStreamInternal AVStreamInternal; + +/** + * To specify text track kind (different from subtitles default). + */ +#define AV_DISPOSITION_CAPTIONS 0x10000 +#define AV_DISPOSITION_DESCRIPTIONS 0x20000 +#define AV_DISPOSITION_METADATA 0x40000 + +/** + * Options for behavior on timestamp wrap detection. + */ +#define AV_PTS_WRAP_IGNORE 0 ///< ignore the wrap +#define AV_PTS_WRAP_ADD_OFFSET 1 ///< add the format specific offset on wrap detection +#define AV_PTS_WRAP_SUB_OFFSET -1 ///< subtract the format specific offset on wrap detection + +/** + * Stream structure. + * New fields can be added to the end with minor version bumps. + * Removal, reordering and changes to existing fields require a major + * version bump. + * sizeof(AVStream) must not be used outside libav*. + */ +typedef struct AVStream { + int index; /**< stream index in AVFormatContext */ + /** + * Format-specific stream ID. + * decoding: set by libavformat + * encoding: set by the user, replaced by libavformat if left unset + */ + int id; + /** + * Codec context associated with this stream. Allocated and freed by + * libavformat. + * + * - decoding: The demuxer exports codec information stored in the headers + * here. + * - encoding: The user sets codec information, the muxer writes it to the + * output. Mandatory fields as specified in AVCodecContext + * documentation must be set even if this AVCodecContext is + * not actually used for encoding. + */ + AVCodecContext *codec; + void *priv_data; + +#if FF_API_LAVF_FRAC + /** + * @deprecated this field is unused + */ + attribute_deprecated + struct AVFrac pts; +#endif + + /** + * This is the fundamental unit of time (in seconds) in terms + * of which frame timestamps are represented. + * + * decoding: set by libavformat + * encoding: May be set by the caller before avformat_write_header() to + * provide a hint to the muxer about the desired timebase. In + * avformat_write_header(), the muxer will overwrite this field + * with the timebase that will actually be used for the timestamps + * written into the file (which may or may not be related to the + * user-provided one, depending on the format). + */ + AVRational time_base; + + /** + * Decoding: pts of the first frame of the stream in presentation order, in stream time base. + * Only set this if you are absolutely 100% sure that the value you set + * it to really is the pts of the first frame. + * This may be undefined (AV_NOPTS_VALUE). + * @note The ASF header does NOT contain a correct start_time the ASF + * demuxer must NOT set this. + */ + int64_t start_time; + + /** + * Decoding: duration of the stream, in stream time base. + * If a source file does not specify a duration, but does specify + * a bitrate, this value will be estimated from bitrate and file size. + */ + int64_t duration; + + int64_t nb_frames; ///< number of frames in this stream if known or 0 + + int disposition; /**< AV_DISPOSITION_* bit field */ + + enum AVDiscard discard; ///< Selects which packets can be discarded at will and do not need to be demuxed. + + /** + * sample aspect ratio (0 if unknown) + * - encoding: Set by user. + * - decoding: Set by libavformat. + */ + AVRational sample_aspect_ratio; + + AVDictionary *metadata; + + /** + * Average framerate + * + * - demuxing: May be set by libavformat when creating the stream or in + * avformat_find_stream_info(). + * - muxing: May be set by the caller before avformat_write_header(). + */ + AVRational avg_frame_rate; + + /** + * For streams with AV_DISPOSITION_ATTACHED_PIC disposition, this packet + * will contain the attached picture. + * + * decoding: set by libavformat, must not be modified by the caller. + * encoding: unused + */ + AVPacket attached_pic; + + /** + * An array of side data that applies to the whole stream (i.e. the + * container does not allow it to change between packets). + * + * There may be no overlap between the side data in this array and side data + * in the packets. I.e. a given side data is either exported by the muxer + * (demuxing) / set by the caller (muxing) in this array, then it never + * appears in the packets, or the side data is exported / sent through + * the packets (always in the first packet where the value becomes known or + * changes), then it does not appear in this array. + * + * - demuxing: Set by libavformat when the stream is created. + * - muxing: May be set by the caller before avformat_write_header(). + * + * Freed by libavformat in avformat_free_context(). + * + * @see av_format_inject_global_side_data() + */ + AVPacketSideData *side_data; + /** + * The number of elements in the AVStream.side_data array. + */ + int nb_side_data; + + /** + * Flags for the user to detect events happening on the stream. Flags must + * be cleared by the user once the event has been handled. + * A combination of AVSTREAM_EVENT_FLAG_*. + */ + int event_flags; +#define AVSTREAM_EVENT_FLAG_METADATA_UPDATED 0x0001 ///< The call resulted in updated metadata. + + /***************************************************************** + * All fields below this line are not part of the public API. They + * may not be used outside of libavformat and can be changed and + * removed at will. + * New public fields should be added right above. + ***************************************************************** + */ + + /** + * Stream information used internally by av_find_stream_info() + */ +#define MAX_STD_TIMEBASES (30*12+30+3+6) + struct { + int64_t last_dts; + int64_t duration_gcd; + int duration_count; + int64_t rfps_duration_sum; + double (*duration_error)[2][MAX_STD_TIMEBASES]; + int64_t codec_info_duration; + int64_t codec_info_duration_fields; + + /** + * 0 -> decoder has not been searched for yet. + * >0 -> decoder found + * <0 -> decoder with codec_id == -found_decoder has not been found + */ + int found_decoder; + + int64_t last_duration; + + /** + * Those are used for average framerate estimation. + */ + int64_t fps_first_dts; + int fps_first_dts_idx; + int64_t fps_last_dts; + int fps_last_dts_idx; + + } *info; + + int pts_wrap_bits; /**< number of bits in pts (used for wrapping control) */ + + // Timestamp generation support: + /** + * Timestamp corresponding to the last dts sync point. + * + * Initialized when AVCodecParserContext.dts_sync_point >= 0 and + * a DTS is received from the underlying container. Otherwise set to + * AV_NOPTS_VALUE by default. + */ + int64_t first_dts; + int64_t cur_dts; + int64_t last_IP_pts; + int last_IP_duration; + + /** + * Number of packets to buffer for codec probing + */ + int probe_packets; + + /** + * Number of frames that have been demuxed during av_find_stream_info() + */ + int codec_info_nb_frames; + + /* av_read_frame() support */ + enum AVStreamParseType need_parsing; + struct AVCodecParserContext *parser; + + /** + * last packet in packet_buffer for this stream when muxing. + */ + struct AVPacketList *last_in_packet_buffer; + AVProbeData probe_data; +#define MAX_REORDER_DELAY 16 + int64_t pts_buffer[MAX_REORDER_DELAY+1]; + + AVIndexEntry *index_entries; /**< Only used if the format does not + support seeking natively. */ + int nb_index_entries; + unsigned int index_entries_allocated_size; + + /** + * Real base framerate of the stream. + * This is the lowest framerate with which all timestamps can be + * represented accurately (it is the least common multiple of all + * framerates in the stream). Note, this value is just a guess! + * For example, if the time base is 1/90000 and all frames have either + * approximately 3600 or 1800 timer ticks, then r_frame_rate will be 50/1. + * + * Code outside avformat should access this field using: + * av_stream_get/set_r_frame_rate(stream) + */ + AVRational r_frame_rate; + + /** + * Stream Identifier + * This is the MPEG-TS stream identifier +1 + * 0 means unknown + */ + int stream_identifier; + + int64_t interleaver_chunk_size; + int64_t interleaver_chunk_duration; + + /** + * stream probing state + * -1 -> probing finished + * 0 -> no probing requested + * rest -> perform probing with request_probe being the minimum score to accept. + * NOT PART OF PUBLIC API + */ + int request_probe; + /** + * Indicates that everything up to the next keyframe + * should be discarded. + */ + int skip_to_keyframe; + + /** + * Number of samples to skip at the start of the frame decoded from the next packet. + */ + int skip_samples; + + /** + * If not 0, the number of samples that should be skipped from the start of + * the stream (the samples are removed from packets with pts==0, which also + * assumes negative timestamps do not happen). + * Intended for use with formats such as mp3 with ad-hoc gapless audio + * support. + */ + int64_t start_skip_samples; + + /** + * If not 0, the first audio sample that should be discarded from the stream. + * This is broken by design (needs global sample count), but can't be + * avoided for broken by design formats such as mp3 with ad-hoc gapless + * audio support. + */ + int64_t first_discard_sample; + + /** + * The sample after last sample that is intended to be discarded after + * first_discard_sample. Works on frame boundaries only. Used to prevent + * early EOF if the gapless info is broken (considered concatenated mp3s). + */ + int64_t last_discard_sample; + + /** + * Number of internally decoded frames, used internally in libavformat, do not access + * its lifetime differs from info which is why it is not in that structure. + */ + int nb_decoded_frames; + + /** + * Timestamp offset added to timestamps before muxing + * NOT PART OF PUBLIC API + */ + int64_t mux_ts_offset; + + /** + * Internal data to check for wrapping of the time stamp + */ + int64_t pts_wrap_reference; + + /** + * Options for behavior, when a wrap is detected. + * + * Defined by AV_PTS_WRAP_ values. + * + * If correction is enabled, there are two possibilities: + * If the first time stamp is near the wrap point, the wrap offset + * will be subtracted, which will create negative time stamps. + * Otherwise the offset will be added. + */ + int pts_wrap_behavior; + + /** + * Internal data to prevent doing update_initial_durations() twice + */ + int update_initial_durations_done; + + /** + * Internal data to generate dts from pts + */ + int64_t pts_reorder_error[MAX_REORDER_DELAY+1]; + uint8_t pts_reorder_error_count[MAX_REORDER_DELAY+1]; + + /** + * Internal data to analyze DTS and detect faulty mpeg streams + */ + int64_t last_dts_for_order_check; + uint8_t dts_ordered; + uint8_t dts_misordered; + + /** + * Internal data to inject global side data + */ + int inject_global_side_data; + + /** + * String containing paris of key and values describing recommended encoder configuration. + * Paris are separated by ','. + * Keys are separated from values by '='. + */ + char *recommended_encoder_configuration; + + /** + * display aspect ratio (0 if unknown) + * - encoding: unused + * - decoding: Set by libavformat to calculate sample_aspect_ratio internally + */ + AVRational display_aspect_ratio; + + struct FFFrac *priv_pts; + + /** + * An opaque field for libavformat internal usage. + * Must not be accessed in any way by callers. + */ + AVStreamInternal *internal; +} AVStream; + +AVRational av_stream_get_r_frame_rate(const AVStream *s); +void av_stream_set_r_frame_rate(AVStream *s, AVRational r); +struct AVCodecParserContext *av_stream_get_parser(const AVStream *s); +char* av_stream_get_recommended_encoder_configuration(const AVStream *s); +void av_stream_set_recommended_encoder_configuration(AVStream *s, char *configuration); + +/** + * Returns the pts of the last muxed packet + its duration + * + * the retuned value is undefined when used with a demuxer. + */ +int64_t av_stream_get_end_pts(const AVStream *st); + +#define AV_PROGRAM_RUNNING 1 + +/** + * New fields can be added to the end with minor version bumps. + * Removal, reordering and changes to existing fields require a major + * version bump. + * sizeof(AVProgram) must not be used outside libav*. + */ +typedef struct AVProgram { + int id; + int flags; + enum AVDiscard discard; ///< selects which program to discard and which to feed to the caller + unsigned int *stream_index; + unsigned int nb_stream_indexes; + AVDictionary *metadata; + + int program_num; + int pmt_pid; + int pcr_pid; + + /***************************************************************** + * All fields below this line are not part of the public API. They + * may not be used outside of libavformat and can be changed and + * removed at will. + * New public fields should be added right above. + ***************************************************************** + */ + int64_t start_time; + int64_t end_time; + + int64_t pts_wrap_reference; ///< reference dts for wrap detection + int pts_wrap_behavior; ///< behavior on wrap detection +} AVProgram; + +#define AVFMTCTX_NOHEADER 0x0001 /**< signal that no header is present + (streams are added dynamically) */ + +typedef struct AVChapter { + int id; ///< unique ID to identify the chapter + AVRational time_base; ///< time base in which the start/end timestamps are specified + int64_t start, end; ///< chapter start/end time in time_base units + AVDictionary *metadata; +} AVChapter; + + +/** + * Callback used by devices to communicate with application. + */ +typedef int (*av_format_control_message)(struct AVFormatContext *s, int type, + void *data, size_t data_size); + +typedef int (*AVOpenCallback)(struct AVFormatContext *s, AVIOContext **pb, const char *url, int flags, + const AVIOInterruptCB *int_cb, AVDictionary **options); + +/** + * The duration of a video can be estimated through various ways, and this enum can be used + * to know how the duration was estimated. + */ +enum AVDurationEstimationMethod { + AVFMT_DURATION_FROM_PTS, ///< Duration accurately estimated from PTSes + AVFMT_DURATION_FROM_STREAM, ///< Duration estimated from a stream with a known duration + AVFMT_DURATION_FROM_BITRATE ///< Duration estimated from bitrate (less accurate) +}; + +typedef struct AVFormatInternal AVFormatInternal; + +/** + * Format I/O context. + * New fields can be added to the end with minor version bumps. + * Removal, reordering and changes to existing fields require a major + * version bump. + * sizeof(AVFormatContext) must not be used outside libav*, use + * avformat_alloc_context() to create an AVFormatContext. + */ +typedef struct AVFormatContext { + /** + * A class for logging and @ref avoptions. Set by avformat_alloc_context(). + * Exports (de)muxer private options if they exist. + */ + const AVClass *av_class; + + /** + * The input container format. + * + * Demuxing only, set by avformat_open_input(). + */ + struct AVInputFormat *iformat; + + /** + * The output container format. + * + * Muxing only, must be set by the caller before avformat_write_header(). + */ + struct AVOutputFormat *oformat; + + /** + * Format private data. This is an AVOptions-enabled struct + * if and only if iformat/oformat.priv_class is not NULL. + * + * - muxing: set by avformat_write_header() + * - demuxing: set by avformat_open_input() + */ + void *priv_data; + + /** + * I/O context. + * + * - demuxing: either set by the user before avformat_open_input() (then + * the user must close it manually) or set by avformat_open_input(). + * - muxing: set by the user before avformat_write_header(). The caller must + * take care of closing / freeing the IO context. + * + * Do NOT set this field if AVFMT_NOFILE flag is set in + * iformat/oformat.flags. In such a case, the (de)muxer will handle + * I/O in some other way and this field will be NULL. + */ + AVIOContext *pb; + + /* stream info */ + /** + * Flags signalling stream properties. A combination of AVFMTCTX_*. + * Set by libavformat. + */ + int ctx_flags; + + /** + * Number of elements in AVFormatContext.streams. + * + * Set by avformat_new_stream(), must not be modified by any other code. + */ + unsigned int nb_streams; + /** + * A list of all streams in the file. New streams are created with + * avformat_new_stream(). + * + * - demuxing: streams are created by libavformat in avformat_open_input(). + * If AVFMTCTX_NOHEADER is set in ctx_flags, then new streams may also + * appear in av_read_frame(). + * - muxing: streams are created by the user before avformat_write_header(). + * + * Freed by libavformat in avformat_free_context(). + */ + AVStream **streams; + + /** + * input or output filename + * + * - demuxing: set by avformat_open_input() + * - muxing: may be set by the caller before avformat_write_header() + */ + char filename[1024]; + + /** + * Position of the first frame of the component, in + * AV_TIME_BASE fractional seconds. NEVER set this value directly: + * It is deduced from the AVStream values. + * + * Demuxing only, set by libavformat. + */ + int64_t start_time; + + /** + * Duration of the stream, in AV_TIME_BASE fractional + * seconds. Only set this value if you know none of the individual stream + * durations and also do not set any of them. This is deduced from the + * AVStream values if not set. + * + * Demuxing only, set by libavformat. + */ + int64_t duration; + + /** + * Total stream bitrate in bit/s, 0 if not + * available. Never set it directly if the file_size and the + * duration are known as FFmpeg can compute it automatically. + */ + int64_t bit_rate; + + unsigned int packet_size; + int max_delay; + + /** + * Flags modifying the (de)muxer behaviour. A combination of AVFMT_FLAG_*. + * Set by the user before avformat_open_input() / avformat_write_header(). + */ + int flags; +#define AVFMT_FLAG_GENPTS 0x0001 ///< Generate missing pts even if it requires parsing future frames. +#define AVFMT_FLAG_IGNIDX 0x0002 ///< Ignore index. +#define AVFMT_FLAG_NONBLOCK 0x0004 ///< Do not block when reading packets from input. +#define AVFMT_FLAG_IGNDTS 0x0008 ///< Ignore DTS on frames that contain both DTS & PTS +#define AVFMT_FLAG_NOFILLIN 0x0010 ///< Do not infer any values from other values, just return what is stored in the container +#define AVFMT_FLAG_NOPARSE 0x0020 ///< Do not use AVParsers, you also must set AVFMT_FLAG_NOFILLIN as the fillin code works on frames and no parsing -> no frames. Also seeking to frames can not work if parsing to find frame boundaries has been disabled +#define AVFMT_FLAG_NOBUFFER 0x0040 ///< Do not buffer frames when possible +#define AVFMT_FLAG_CUSTOM_IO 0x0080 ///< The caller has supplied a custom AVIOContext, don't avio_close() it. +#define AVFMT_FLAG_DISCARD_CORRUPT 0x0100 ///< Discard frames marked corrupted +#define AVFMT_FLAG_FLUSH_PACKETS 0x0200 ///< Flush the AVIOContext every packet. +/** + * When muxing, try to avoid writing any random/volatile data to the output. + * This includes any random IDs, real-time timestamps/dates, muxer version, etc. + * + * This flag is mainly intended for testing. + */ +#define AVFMT_FLAG_BITEXACT 0x0400 +#define AVFMT_FLAG_MP4A_LATM 0x8000 ///< Enable RTP MP4A-LATM payload +#define AVFMT_FLAG_SORT_DTS 0x10000 ///< try to interleave outputted packets by dts (using this flag can slow demuxing down) +#define AVFMT_FLAG_PRIV_OPT 0x20000 ///< Enable use of private options by delaying codec open (this could be made default once all code is converted) +#define AVFMT_FLAG_KEEP_SIDE_DATA 0x40000 ///< Don't merge side data but keep it separate. +#define AVFMT_FLAG_FAST_SEEK 0x80000 ///< Enable fast, but inaccurate seeks for some formats + + /** + * Maximum size of the data read from input for determining + * the input container format. + * Demuxing only, set by the caller before avformat_open_input(). + */ + int64_t probesize; + + /** + * Maximum duration (in AV_TIME_BASE units) of the data read + * from input in avformat_find_stream_info(). + * Demuxing only, set by the caller before avformat_find_stream_info(). + * Can be set to 0 to let avformat choose using a heuristic. + */ + int64_t max_analyze_duration; + + const uint8_t *key; + int keylen; + + unsigned int nb_programs; + AVProgram **programs; + + /** + * Forced video codec_id. + * Demuxing: Set by user. + */ + enum AVCodecID video_codec_id; + + /** + * Forced audio codec_id. + * Demuxing: Set by user. + */ + enum AVCodecID audio_codec_id; + + /** + * Forced subtitle codec_id. + * Demuxing: Set by user. + */ + enum AVCodecID subtitle_codec_id; + + /** + * Maximum amount of memory in bytes to use for the index of each stream. + * If the index exceeds this size, entries will be discarded as + * needed to maintain a smaller size. This can lead to slower or less + * accurate seeking (depends on demuxer). + * Demuxers for which a full in-memory index is mandatory will ignore + * this. + * - muxing: unused + * - demuxing: set by user + */ + unsigned int max_index_size; + + /** + * Maximum amount of memory in bytes to use for buffering frames + * obtained from realtime capture devices. + */ + unsigned int max_picture_buffer; + + /** + * Number of chapters in AVChapter array. + * When muxing, chapters are normally written in the file header, + * so nb_chapters should normally be initialized before write_header + * is called. Some muxers (e.g. mov and mkv) can also write chapters + * in the trailer. To write chapters in the trailer, nb_chapters + * must be zero when write_header is called and non-zero when + * write_trailer is called. + * - muxing: set by user + * - demuxing: set by libavformat + */ + unsigned int nb_chapters; + AVChapter **chapters; + + /** + * Metadata that applies to the whole file. + * + * - demuxing: set by libavformat in avformat_open_input() + * - muxing: may be set by the caller before avformat_write_header() + * + * Freed by libavformat in avformat_free_context(). + */ + AVDictionary *metadata; + + /** + * Start time of the stream in real world time, in microseconds + * since the Unix epoch (00:00 1st January 1970). That is, pts=0 in the + * stream was captured at this real world time. + * - muxing: Set by the caller before avformat_write_header(). If set to + * either 0 or AV_NOPTS_VALUE, then the current wall-time will + * be used. + * - demuxing: Set by libavformat. AV_NOPTS_VALUE if unknown. Note that + * the value may become known after some number of frames + * have been received. + */ + int64_t start_time_realtime; + + /** + * The number of frames used for determining the framerate in + * avformat_find_stream_info(). + * Demuxing only, set by the caller before avformat_find_stream_info(). + */ + int fps_probe_size; + + /** + * Error recognition; higher values will detect more errors but may + * misdetect some more or less valid parts as errors. + * Demuxing only, set by the caller before avformat_open_input(). + */ + int error_recognition; + + /** + * Custom interrupt callbacks for the I/O layer. + * + * demuxing: set by the user before avformat_open_input(). + * muxing: set by the user before avformat_write_header() + * (mainly useful for AVFMT_NOFILE formats). The callback + * should also be passed to avio_open2() if it's used to + * open the file. + */ + AVIOInterruptCB interrupt_callback; + + /** + * Flags to enable debugging. + */ + int debug; +#define FF_FDEBUG_TS 0x0001 + + /** + * Maximum buffering duration for interleaving. + * + * To ensure all the streams are interleaved correctly, + * av_interleaved_write_frame() will wait until it has at least one packet + * for each stream before actually writing any packets to the output file. + * When some streams are "sparse" (i.e. there are large gaps between + * successive packets), this can result in excessive buffering. + * + * This field specifies the maximum difference between the timestamps of the + * first and the last packet in the muxing queue, above which libavformat + * will output a packet regardless of whether it has queued a packet for all + * the streams. + * + * Muxing only, set by the caller before avformat_write_header(). + */ + int64_t max_interleave_delta; + + /** + * Allow non-standard and experimental extension + * @see AVCodecContext.strict_std_compliance + */ + int strict_std_compliance; + + /** + * Flags for the user to detect events happening on the file. Flags must + * be cleared by the user once the event has been handled. + * A combination of AVFMT_EVENT_FLAG_*. + */ + int event_flags; +#define AVFMT_EVENT_FLAG_METADATA_UPDATED 0x0001 ///< The call resulted in updated metadata. + + /** + * Maximum number of packets to read while waiting for the first timestamp. + * Decoding only. + */ + int max_ts_probe; + + /** + * Avoid negative timestamps during muxing. + * Any value of the AVFMT_AVOID_NEG_TS_* constants. + * Note, this only works when using av_interleaved_write_frame. (interleave_packet_per_dts is in use) + * - muxing: Set by user + * - demuxing: unused + */ + int avoid_negative_ts; +#define AVFMT_AVOID_NEG_TS_AUTO -1 ///< Enabled when required by target format +#define AVFMT_AVOID_NEG_TS_MAKE_NON_NEGATIVE 1 ///< Shift timestamps so they are non negative +#define AVFMT_AVOID_NEG_TS_MAKE_ZERO 2 ///< Shift timestamps so that they start at 0 + + /** + * Transport stream id. + * This will be moved into demuxer private options. Thus no API/ABI compatibility + */ + int ts_id; + + /** + * Audio preload in microseconds. + * Note, not all formats support this and unpredictable things may happen if it is used when not supported. + * - encoding: Set by user via AVOptions (NO direct access) + * - decoding: unused + */ + int audio_preload; + + /** + * Max chunk time in microseconds. + * Note, not all formats support this and unpredictable things may happen if it is used when not supported. + * - encoding: Set by user via AVOptions (NO direct access) + * - decoding: unused + */ + int max_chunk_duration; + + /** + * Max chunk size in bytes + * Note, not all formats support this and unpredictable things may happen if it is used when not supported. + * - encoding: Set by user via AVOptions (NO direct access) + * - decoding: unused + */ + int max_chunk_size; + + /** + * forces the use of wallclock timestamps as pts/dts of packets + * This has undefined results in the presence of B frames. + * - encoding: unused + * - decoding: Set by user via AVOptions (NO direct access) + */ + int use_wallclock_as_timestamps; + + /** + * avio flags, used to force AVIO_FLAG_DIRECT. + * - encoding: unused + * - decoding: Set by user via AVOptions (NO direct access) + */ + int avio_flags; + + /** + * The duration field can be estimated through various ways, and this field can be used + * to know how the duration was estimated. + * - encoding: unused + * - decoding: Read by user via AVOptions (NO direct access) + */ + enum AVDurationEstimationMethod duration_estimation_method; + + /** + * Skip initial bytes when opening stream + * - encoding: unused + * - decoding: Set by user via AVOptions (NO direct access) + */ + int64_t skip_initial_bytes; + + /** + * Correct single timestamp overflows + * - encoding: unused + * - decoding: Set by user via AVOptions (NO direct access) + */ + unsigned int correct_ts_overflow; + + /** + * Force seeking to any (also non key) frames. + * - encoding: unused + * - decoding: Set by user via AVOptions (NO direct access) + */ + int seek2any; + + /** + * Flush the I/O context after each packet. + * - encoding: Set by user via AVOptions (NO direct access) + * - decoding: unused + */ + int flush_packets; + + /** + * format probing score. + * The maximal score is AVPROBE_SCORE_MAX, its set when the demuxer probes + * the format. + * - encoding: unused + * - decoding: set by avformat, read by user via av_format_get_probe_score() (NO direct access) + */ + int probe_score; + + /** + * number of bytes to read maximally to identify format. + * - encoding: unused + * - decoding: set by user through AVOPtions (NO direct access) + */ + int format_probesize; + + /** + * ',' separated list of allowed decoders. + * If NULL then all are allowed + * - encoding: unused + * - decoding: set by user through AVOptions (NO direct access) + */ + char *codec_whitelist; + + /** + * ',' separated list of allowed demuxers. + * If NULL then all are allowed + * - encoding: unused + * - decoding: set by user through AVOptions (NO direct access) + */ + char *format_whitelist; + + /** + * An opaque field for libavformat internal usage. + * Must not be accessed in any way by callers. + */ + AVFormatInternal *internal; + + /** + * IO repositioned flag. + * This is set by avformat when the underlaying IO context read pointer + * is repositioned, for example when doing byte based seeking. + * Demuxers can use the flag to detect such changes. + */ + int io_repositioned; + + /** + * Forced video codec. + * This allows forcing a specific decoder, even when there are multiple with + * the same codec_id. + * Demuxing: Set by user via av_format_set_video_codec (NO direct access). + */ + AVCodec *video_codec; + + /** + * Forced audio codec. + * This allows forcing a specific decoder, even when there are multiple with + * the same codec_id. + * Demuxing: Set by user via av_format_set_audio_codec (NO direct access). + */ + AVCodec *audio_codec; + + /** + * Forced subtitle codec. + * This allows forcing a specific decoder, even when there are multiple with + * the same codec_id. + * Demuxing: Set by user via av_format_set_subtitle_codec (NO direct access). + */ + AVCodec *subtitle_codec; + + /** + * Forced data codec. + * This allows forcing a specific decoder, even when there are multiple with + * the same codec_id. + * Demuxing: Set by user via av_format_set_data_codec (NO direct access). + */ + AVCodec *data_codec; + + /** + * Number of bytes to be written as padding in a metadata header. + * Demuxing: Unused. + * Muxing: Set by user via av_format_set_metadata_header_padding. + */ + int metadata_header_padding; + + /** + * User data. + * This is a place for some private data of the user. + */ + void *opaque; + + /** + * Callback used by devices to communicate with application. + */ + av_format_control_message control_message_cb; + + /** + * Output timestamp offset, in microseconds. + * Muxing: set by user via AVOptions (NO direct access) + */ + int64_t output_ts_offset; + + /** + * dump format separator. + * can be ", " or "\n " or anything else + * Code outside libavformat should access this field using AVOptions + * (NO direct access). + * - muxing: Set by user. + * - demuxing: Set by user. + */ + uint8_t *dump_separator; + + /** + * Forced Data codec_id. + * Demuxing: Set by user. + */ + enum AVCodecID data_codec_id; + +#if FF_API_OLD_OPEN_CALLBACKS + /** + * Called to open further IO contexts when needed for demuxing. + * + * This can be set by the user application to perform security checks on + * the URLs before opening them. + * The function should behave like avio_open2(), AVFormatContext is provided + * as contextual information and to reach AVFormatContext.opaque. + * + * If NULL then some simple checks are used together with avio_open2(). + * + * Must not be accessed directly from outside avformat. + * @See av_format_set_open_cb() + * + * Demuxing: Set by user. + * + * @deprecated Use io_open and io_close. + */ + attribute_deprecated + int (*open_cb)(struct AVFormatContext *s, AVIOContext **p, const char *url, int flags, const AVIOInterruptCB *int_cb, AVDictionary **options); +#endif + + /** + * ',' separated list of allowed protocols. + * - encoding: unused + * - decoding: set by user through AVOptions (NO direct access) + */ + char *protocol_whitelist; + + /* + * A callback for opening new IO streams. + * + * Certain muxers or demuxers (e.g. for various playlist-based formats) need + * to open additional files during muxing or demuxing. This callback allows + * the caller to provide custom IO in such cases. + * + * @param s the format context + * @param pb on success, the newly opened IO context should be returned here + * @param url the url to open + * @param flags a combination of AVIO_FLAG_* + * @param options a dictionary of additional options, with the same + * semantics as in avio_open2() + * @return 0 on success, a negative AVERROR code on failure + * + * @note Certain muxers and demuxers do nesting, i.e. they open one or more + * additional internal format contexts. Thus the AVFormatContext pointer + * passed to this callback may be different from the one facing the caller. + * It will, however, have the same 'opaque' field. + */ + int (*io_open)(struct AVFormatContext *s, AVIOContext **pb, const char *url, + int flags, AVDictionary **options); + + /** + * A callback for closing the streams opened with AVFormatContext.io_open(). + */ + void (*io_close)(struct AVFormatContext *s, AVIOContext *pb); +} AVFormatContext; + +int av_format_get_probe_score(const AVFormatContext *s); +AVCodec * av_format_get_video_codec(const AVFormatContext *s); +void av_format_set_video_codec(AVFormatContext *s, AVCodec *c); +AVCodec * av_format_get_audio_codec(const AVFormatContext *s); +void av_format_set_audio_codec(AVFormatContext *s, AVCodec *c); +AVCodec * av_format_get_subtitle_codec(const AVFormatContext *s); +void av_format_set_subtitle_codec(AVFormatContext *s, AVCodec *c); +AVCodec * av_format_get_data_codec(const AVFormatContext *s); +void av_format_set_data_codec(AVFormatContext *s, AVCodec *c); +int av_format_get_metadata_header_padding(const AVFormatContext *s); +void av_format_set_metadata_header_padding(AVFormatContext *s, int c); +void * av_format_get_opaque(const AVFormatContext *s); +void av_format_set_opaque(AVFormatContext *s, void *opaque); +av_format_control_message av_format_get_control_message_cb(const AVFormatContext *s); +void av_format_set_control_message_cb(AVFormatContext *s, av_format_control_message callback); +#if FF_API_OLD_OPEN_CALLBACKS +attribute_deprecated AVOpenCallback av_format_get_open_cb(const AVFormatContext *s); +attribute_deprecated void av_format_set_open_cb(AVFormatContext *s, AVOpenCallback callback); +#endif + +/** + * This function will cause global side data to be injected in the next packet + * of each stream as well as after any subsequent seek. + */ +void av_format_inject_global_side_data(AVFormatContext *s); + +/** + * Returns the method used to set ctx->duration. + * + * @return AVFMT_DURATION_FROM_PTS, AVFMT_DURATION_FROM_STREAM, or AVFMT_DURATION_FROM_BITRATE. + */ +enum AVDurationEstimationMethod av_fmt_ctx_get_duration_estimation_method(const AVFormatContext* ctx); + +typedef struct AVPacketList { + AVPacket pkt; + struct AVPacketList *next; +} AVPacketList; + + +/** + * @defgroup lavf_core Core functions + * @ingroup libavf + * + * Functions for querying libavformat capabilities, allocating core structures, + * etc. + * @{ + */ + +/** + * Return the LIBAVFORMAT_VERSION_INT constant. + */ +unsigned avformat_version(void); + +/** + * Return the libavformat build-time configuration. + */ +const char *avformat_configuration(void); + +/** + * Return the libavformat license. + */ +const char *avformat_license(void); + +/** + * Initialize libavformat and register all the muxers, demuxers and + * protocols. If you do not call this function, then you can select + * exactly which formats you want to support. + * + * @see av_register_input_format() + * @see av_register_output_format() + */ +void av_register_all(void); + +void av_register_input_format(AVInputFormat *format); +void av_register_output_format(AVOutputFormat *format); + +/** + * Do global initialization of network components. This is optional, + * but recommended, since it avoids the overhead of implicitly + * doing the setup for each session. + * + * Calling this function will become mandatory if using network + * protocols at some major version bump. + */ +int avformat_network_init(void); + +/** + * Undo the initialization done by avformat_network_init. + */ +int avformat_network_deinit(void); + +/** + * If f is NULL, returns the first registered input format, + * if f is non-NULL, returns the next registered input format after f + * or NULL if f is the last one. + */ +AVInputFormat *av_iformat_next(const AVInputFormat *f); + +/** + * If f is NULL, returns the first registered output format, + * if f is non-NULL, returns the next registered output format after f + * or NULL if f is the last one. + */ +AVOutputFormat *av_oformat_next(const AVOutputFormat *f); + +/** + * Allocate an AVFormatContext. + * avformat_free_context() can be used to free the context and everything + * allocated by the framework within it. + */ +AVFormatContext *avformat_alloc_context(void); + +/** + * Free an AVFormatContext and all its streams. + * @param s context to free + */ +void avformat_free_context(AVFormatContext *s); + +/** + * Get the AVClass for AVFormatContext. It can be used in combination with + * AV_OPT_SEARCH_FAKE_OBJ for examining options. + * + * @see av_opt_find(). + */ +const AVClass *avformat_get_class(void); + +/** + * Add a new stream to a media file. + * + * When demuxing, it is called by the demuxer in read_header(). If the + * flag AVFMTCTX_NOHEADER is set in s.ctx_flags, then it may also + * be called in read_packet(). + * + * When muxing, should be called by the user before avformat_write_header(). + * + * User is required to call avcodec_close() and avformat_free_context() to + * clean up the allocation by avformat_new_stream(). + * + * @param s media file handle + * @param c If non-NULL, the AVCodecContext corresponding to the new stream + * will be initialized to use this codec. This is needed for e.g. codec-specific + * defaults to be set, so codec should be provided if it is known. + * + * @return newly created stream or NULL on error. + */ +AVStream *avformat_new_stream(AVFormatContext *s, const AVCodec *c); + +/** + * Allocate new information from stream. + * + * @param stream stream + * @param type desired side information type + * @param size side information size + * @return pointer to fresh allocated data or NULL otherwise + */ +uint8_t *av_stream_new_side_data(AVStream *stream, + enum AVPacketSideDataType type, int size); +/** + * Get side information from stream. + * + * @param stream stream + * @param type desired side information type + * @param size pointer for side information size to store (optional) + * @return pointer to data if present or NULL otherwise + */ +uint8_t *av_stream_get_side_data(AVStream *stream, + enum AVPacketSideDataType type, int *size); + +AVProgram *av_new_program(AVFormatContext *s, int id); + +/** + * @} + */ + + +/** + * Allocate an AVFormatContext for an output format. + * avformat_free_context() can be used to free the context and + * everything allocated by the framework within it. + * + * @param *ctx is set to the created format context, or to NULL in + * case of failure + * @param oformat format to use for allocating the context, if NULL + * format_name and filename are used instead + * @param format_name the name of output format to use for allocating the + * context, if NULL filename is used instead + * @param filename the name of the filename to use for allocating the + * context, may be NULL + * @return >= 0 in case of success, a negative AVERROR code in case of + * failure + */ +int avformat_alloc_output_context2(AVFormatContext **ctx, AVOutputFormat *oformat, + const char *format_name, const char *filename); + +/** + * @addtogroup lavf_decoding + * @{ + */ + +/** + * Find AVInputFormat based on the short name of the input format. + */ +AVInputFormat *av_find_input_format(const char *short_name); + +/** + * Guess the file format. + * + * @param pd data to be probed + * @param is_opened Whether the file is already opened; determines whether + * demuxers with or without AVFMT_NOFILE are probed. + */ +AVInputFormat *av_probe_input_format(AVProbeData *pd, int is_opened); + +/** + * Guess the file format. + * + * @param pd data to be probed + * @param is_opened Whether the file is already opened; determines whether + * demuxers with or without AVFMT_NOFILE are probed. + * @param score_max A probe score larger that this is required to accept a + * detection, the variable is set to the actual detection + * score afterwards. + * If the score is <= AVPROBE_SCORE_MAX / 4 it is recommended + * to retry with a larger probe buffer. + */ +AVInputFormat *av_probe_input_format2(AVProbeData *pd, int is_opened, int *score_max); + +/** + * Guess the file format. + * + * @param is_opened Whether the file is already opened; determines whether + * demuxers with or without AVFMT_NOFILE are probed. + * @param score_ret The score of the best detection. + */ +AVInputFormat *av_probe_input_format3(AVProbeData *pd, int is_opened, int *score_ret); + +/** + * Probe a bytestream to determine the input format. Each time a probe returns + * with a score that is too low, the probe buffer size is increased and another + * attempt is made. When the maximum probe size is reached, the input format + * with the highest score is returned. + * + * @param pb the bytestream to probe + * @param fmt the input format is put here + * @param url the url of the stream + * @param logctx the log context + * @param offset the offset within the bytestream to probe from + * @param max_probe_size the maximum probe buffer size (zero for default) + * @return the score in case of success, a negative value corresponding to an + * the maximal score is AVPROBE_SCORE_MAX + * AVERROR code otherwise + */ +int av_probe_input_buffer2(AVIOContext *pb, AVInputFormat **fmt, + const char *url, void *logctx, + unsigned int offset, unsigned int max_probe_size); + +/** + * Like av_probe_input_buffer2() but returns 0 on success + */ +int av_probe_input_buffer(AVIOContext *pb, AVInputFormat **fmt, + const char *url, void *logctx, + unsigned int offset, unsigned int max_probe_size); + +/** + * Open an input stream and read the header. The codecs are not opened. + * The stream must be closed with avformat_close_input(). + * + * @param ps Pointer to user-supplied AVFormatContext (allocated by avformat_alloc_context). + * May be a pointer to NULL, in which case an AVFormatContext is allocated by this + * function and written into ps. + * Note that a user-supplied AVFormatContext will be freed on failure. + * @param url URL of the stream to open. + * @param fmt If non-NULL, this parameter forces a specific input format. + * Otherwise the format is autodetected. + * @param options A dictionary filled with AVFormatContext and demuxer-private options. + * On return this parameter will be destroyed and replaced with a dict containing + * options that were not found. May be NULL. + * + * @return 0 on success, a negative AVERROR on failure. + * + * @note If you want to use custom IO, preallocate the format context and set its pb field. + */ +int avformat_open_input(AVFormatContext **ps, const char *url, AVInputFormat *fmt, AVDictionary **options); + +attribute_deprecated +int av_demuxer_open(AVFormatContext *ic); + +/** + * Read packets of a media file to get stream information. This + * is useful for file formats with no headers such as MPEG. This + * function also computes the real framerate in case of MPEG-2 repeat + * frame mode. + * The logical file position is not changed by this function; + * examined packets may be buffered for later processing. + * + * @param ic media file handle + * @param options If non-NULL, an ic.nb_streams long array of pointers to + * dictionaries, where i-th member contains options for + * codec corresponding to i-th stream. + * On return each dictionary will be filled with options that were not found. + * @return >=0 if OK, AVERROR_xxx on error + * + * @note this function isn't guaranteed to open all the codecs, so + * options being non-empty at return is a perfectly normal behavior. + * + * @todo Let the user decide somehow what information is needed so that + * we do not waste time getting stuff the user does not need. + */ +int avformat_find_stream_info(AVFormatContext *ic, AVDictionary **options); + +/** + * Find the programs which belong to a given stream. + * + * @param ic media file handle + * @param last the last found program, the search will start after this + * program, or from the beginning if it is NULL + * @param s stream index + * @return the next program which belongs to s, NULL if no program is found or + * the last program is not among the programs of ic. + */ +AVProgram *av_find_program_from_stream(AVFormatContext *ic, AVProgram *last, int s); + +void av_program_add_stream_index(AVFormatContext *ac, int progid, unsigned int idx); + +/** + * Find the "best" stream in the file. + * The best stream is determined according to various heuristics as the most + * likely to be what the user expects. + * If the decoder parameter is non-NULL, av_find_best_stream will find the + * default decoder for the stream's codec; streams for which no decoder can + * be found are ignored. + * + * @param ic media file handle + * @param type stream type: video, audio, subtitles, etc. + * @param wanted_stream_nb user-requested stream number, + * or -1 for automatic selection + * @param related_stream try to find a stream related (eg. in the same + * program) to this one, or -1 if none + * @param decoder_ret if non-NULL, returns the decoder for the + * selected stream + * @param flags flags; none are currently defined + * @return the non-negative stream number in case of success, + * AVERROR_STREAM_NOT_FOUND if no stream with the requested type + * could be found, + * AVERROR_DECODER_NOT_FOUND if streams were found but no decoder + * @note If av_find_best_stream returns successfully and decoder_ret is not + * NULL, then *decoder_ret is guaranteed to be set to a valid AVCodec. + */ +int av_find_best_stream(AVFormatContext *ic, + enum AVMediaType type, + int wanted_stream_nb, + int related_stream, + AVCodec **decoder_ret, + int flags); + +/** + * Return the next frame of a stream. + * This function returns what is stored in the file, and does not validate + * that what is there are valid frames for the decoder. It will split what is + * stored in the file into frames and return one for each call. It will not + * omit invalid data between valid frames so as to give the decoder the maximum + * information possible for decoding. + * + * If pkt->buf is NULL, then the packet is valid until the next + * av_read_frame() or until avformat_close_input(). Otherwise the packet + * is valid indefinitely. In both cases the packet must be freed with + * av_packet_unref when it is no longer needed. For video, the packet contains + * exactly one frame. For audio, it contains an integer number of frames if each + * frame has a known fixed size (e.g. PCM or ADPCM data). If the audio frames + * have a variable size (e.g. MPEG audio), then it contains one frame. + * + * pkt->pts, pkt->dts and pkt->duration are always set to correct + * values in AVStream.time_base units (and guessed if the format cannot + * provide them). pkt->pts can be AV_NOPTS_VALUE if the video format + * has B-frames, so it is better to rely on pkt->dts if you do not + * decompress the payload. + * + * @return 0 if OK, < 0 on error or end of file + */ +int av_read_frame(AVFormatContext *s, AVPacket *pkt); + +/** + * Seek to the keyframe at timestamp. + * 'timestamp' in 'stream_index'. + * + * @param s media file handle + * @param stream_index If stream_index is (-1), a default + * stream is selected, and timestamp is automatically converted + * from AV_TIME_BASE units to the stream specific time_base. + * @param timestamp Timestamp in AVStream.time_base units + * or, if no stream is specified, in AV_TIME_BASE units. + * @param flags flags which select direction and seeking mode + * @return >= 0 on success + */ +int av_seek_frame(AVFormatContext *s, int stream_index, int64_t timestamp, + int flags); + +/** + * Seek to timestamp ts. + * Seeking will be done so that the point from which all active streams + * can be presented successfully will be closest to ts and within min/max_ts. + * Active streams are all streams that have AVStream.discard < AVDISCARD_ALL. + * + * If flags contain AVSEEK_FLAG_BYTE, then all timestamps are in bytes and + * are the file position (this may not be supported by all demuxers). + * If flags contain AVSEEK_FLAG_FRAME, then all timestamps are in frames + * in the stream with stream_index (this may not be supported by all demuxers). + * Otherwise all timestamps are in units of the stream selected by stream_index + * or if stream_index is -1, in AV_TIME_BASE units. + * If flags contain AVSEEK_FLAG_ANY, then non-keyframes are treated as + * keyframes (this may not be supported by all demuxers). + * If flags contain AVSEEK_FLAG_BACKWARD, it is ignored. + * + * @param s media file handle + * @param stream_index index of the stream which is used as time base reference + * @param min_ts smallest acceptable timestamp + * @param ts target timestamp + * @param max_ts largest acceptable timestamp + * @param flags flags + * @return >=0 on success, error code otherwise + * + * @note This is part of the new seek API which is still under construction. + * Thus do not use this yet. It may change at any time, do not expect + * ABI compatibility yet! + */ +int avformat_seek_file(AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags); + +/** + * Discard all internally buffered data. This can be useful when dealing with + * discontinuities in the byte stream. Generally works only with formats that + * can resync. This includes headerless formats like MPEG-TS/TS but should also + * work with NUT, Ogg and in a limited way AVI for example. + * + * The set of streams, the detected duration, stream parameters and codecs do + * not change when calling this function. If you want a complete reset, it's + * better to open a new AVFormatContext. + * + * This does not flush the AVIOContext (s->pb). If necessary, call + * avio_flush(s->pb) before calling this function. + * + * @param s media file handle + * @return >=0 on success, error code otherwise + */ +int avformat_flush(AVFormatContext *s); + +/** + * Start playing a network-based stream (e.g. RTSP stream) at the + * current position. + */ +int av_read_play(AVFormatContext *s); + +/** + * Pause a network-based stream (e.g. RTSP stream). + * + * Use av_read_play() to resume it. + */ +int av_read_pause(AVFormatContext *s); + +/** + * Close an opened input AVFormatContext. Free it and all its contents + * and set *s to NULL. + */ +void avformat_close_input(AVFormatContext **s); +/** + * @} + */ + +#define AVSEEK_FLAG_BACKWARD 1 ///< seek backward +#define AVSEEK_FLAG_BYTE 2 ///< seeking based on position in bytes +#define AVSEEK_FLAG_ANY 4 ///< seek to any frame, even non-keyframes +#define AVSEEK_FLAG_FRAME 8 ///< seeking based on frame number + +/** + * @addtogroup lavf_encoding + * @{ + */ +/** + * Allocate the stream private data and write the stream header to + * an output media file. + * + * @param s Media file handle, must be allocated with avformat_alloc_context(). + * Its oformat field must be set to the desired output format; + * Its pb field must be set to an already opened AVIOContext. + * @param options An AVDictionary filled with AVFormatContext and muxer-private options. + * On return this parameter will be destroyed and replaced with a dict containing + * options that were not found. May be NULL. + * + * @return 0 on success, negative AVERROR on failure. + * + * @see av_opt_find, av_dict_set, avio_open, av_oformat_next. + */ +av_warn_unused_result +int avformat_write_header(AVFormatContext *s, AVDictionary **options); + +/** + * Write a packet to an output media file. + * + * This function passes the packet directly to the muxer, without any buffering + * or reordering. The caller is responsible for correctly interleaving the + * packets if the format requires it. Callers that want libavformat to handle + * the interleaving should call av_interleaved_write_frame() instead of this + * function. + * + * @param s media file handle + * @param pkt The packet containing the data to be written. Note that unlike + * av_interleaved_write_frame(), this function does not take + * ownership of the packet passed to it (though some muxers may make + * an internal reference to the input packet). + *
+ * This parameter can be NULL (at any time, not just at the end), in + * order to immediately flush data buffered within the muxer, for + * muxers that buffer up data internally before writing it to the + * output. + *
+ * Packet's @ref AVPacket.stream_index "stream_index" field must be + * set to the index of the corresponding stream in @ref + * AVFormatContext.streams "s->streams". + *
+ * The timestamps (@ref AVPacket.pts "pts", @ref AVPacket.dts "dts") + * must be set to correct values in the stream's timebase (unless the + * output format is flagged with the AVFMT_NOTIMESTAMPS flag, then + * they can be set to AV_NOPTS_VALUE). + * The dts for subsequent packets passed to this function must be strictly + * increasing when compared in their respective timebases (unless the + * output format is flagged with the AVFMT_TS_NONSTRICT, then they + * merely have to be nondecreasing). @ref AVPacket.duration + * "duration") should also be set if known. + * @return < 0 on error, = 0 if OK, 1 if flushed and there is no more data to flush + * + * @see av_interleaved_write_frame() + */ +int av_write_frame(AVFormatContext *s, AVPacket *pkt); + +/** + * Write a packet to an output media file ensuring correct interleaving. + * + * This function will buffer the packets internally as needed to make sure the + * packets in the output file are properly interleaved in the order of + * increasing dts. Callers doing their own interleaving should call + * av_write_frame() instead of this function. + * + * @param s media file handle + * @param pkt The packet containing the data to be written. + *
+ * If the packet is reference-counted, this function will take + * ownership of this reference and unreference it later when it sees + * fit. + * The caller must not access the data through this reference after + * this function returns. If the packet is not reference-counted, + * libavformat will make a copy. + *
+ * This parameter can be NULL (at any time, not just at the end), to + * flush the interleaving queues. + *
+ * Packet's @ref AVPacket.stream_index "stream_index" field must be + * set to the index of the corresponding stream in @ref + * AVFormatContext.streams "s->streams". + *
+ * The timestamps (@ref AVPacket.pts "pts", @ref AVPacket.dts "dts") + * must be set to correct values in the stream's timebase (unless the + * output format is flagged with the AVFMT_NOTIMESTAMPS flag, then + * they can be set to AV_NOPTS_VALUE). + * The dts for subsequent packets in one stream must be strictly + * increasing (unless the output format is flagged with the + * AVFMT_TS_NONSTRICT, then they merely have to be nondecreasing). + * @ref AVPacket.duration "duration") should also be set if known. + * + * @return 0 on success, a negative AVERROR on error. Libavformat will always + * take care of freeing the packet, even if this function fails. + * + * @see av_write_frame(), AVFormatContext.max_interleave_delta + */ +int av_interleaved_write_frame(AVFormatContext *s, AVPacket *pkt); + +/** + * Write a uncoded frame to an output media file. + * + * The frame must be correctly interleaved according to the container + * specification; if not, then av_interleaved_write_frame() must be used. + * + * See av_interleaved_write_frame() for details. + */ +int av_write_uncoded_frame(AVFormatContext *s, int stream_index, + AVFrame *frame); + +/** + * Write a uncoded frame to an output media file. + * + * If the muxer supports it, this function makes it possible to write an AVFrame + * structure directly, without encoding it into a packet. + * It is mostly useful for devices and similar special muxers that use raw + * video or PCM data and will not serialize it into a byte stream. + * + * To test whether it is possible to use it with a given muxer and stream, + * use av_write_uncoded_frame_query(). + * + * The caller gives up ownership of the frame and must not access it + * afterwards. + * + * @return >=0 for success, a negative code on error + */ +int av_interleaved_write_uncoded_frame(AVFormatContext *s, int stream_index, + AVFrame *frame); + +/** + * Test whether a muxer supports uncoded frame. + * + * @return >=0 if an uncoded frame can be written to that muxer and stream, + * <0 if not + */ +int av_write_uncoded_frame_query(AVFormatContext *s, int stream_index); + +/** + * Write the stream trailer to an output media file and free the + * file private data. + * + * May only be called after a successful call to avformat_write_header. + * + * @param s media file handle + * @return 0 if OK, AVERROR_xxx on error + */ +int av_write_trailer(AVFormatContext *s); + +/** + * Return the output format in the list of registered output formats + * which best matches the provided parameters, or return NULL if + * there is no match. + * + * @param short_name if non-NULL checks if short_name matches with the + * names of the registered formats + * @param filename if non-NULL checks if filename terminates with the + * extensions of the registered formats + * @param mime_type if non-NULL checks if mime_type matches with the + * MIME type of the registered formats + */ +AVOutputFormat *av_guess_format(const char *short_name, + const char *filename, + const char *mime_type); + +/** + * Guess the codec ID based upon muxer and filename. + */ +enum AVCodecID av_guess_codec(AVOutputFormat *fmt, const char *short_name, + const char *filename, const char *mime_type, + enum AVMediaType type); + +/** + * Get timing information for the data currently output. + * The exact meaning of "currently output" depends on the format. + * It is mostly relevant for devices that have an internal buffer and/or + * work in real time. + * @param s media file handle + * @param stream stream in the media file + * @param[out] dts DTS of the last packet output for the stream, in stream + * time_base units + * @param[out] wall absolute time when that packet whas output, + * in microsecond + * @return 0 if OK, AVERROR(ENOSYS) if the format does not support it + * Note: some formats or devices may not allow to measure dts and wall + * atomically. + */ +int av_get_output_timestamp(struct AVFormatContext *s, int stream, + int64_t *dts, int64_t *wall); + + +/** + * @} + */ + + +/** + * @defgroup lavf_misc Utility functions + * @ingroup libavf + * @{ + * + * Miscellaneous utility functions related to both muxing and demuxing + * (or neither). + */ + +/** + * Send a nice hexadecimal dump of a buffer to the specified file stream. + * + * @param f The file stream pointer where the dump should be sent to. + * @param buf buffer + * @param size buffer size + * + * @see av_hex_dump_log, av_pkt_dump2, av_pkt_dump_log2 + */ +void av_hex_dump(FILE *f, const uint8_t *buf, int size); + +/** + * Send a nice hexadecimal dump of a buffer to the log. + * + * @param avcl A pointer to an arbitrary struct of which the first field is a + * pointer to an AVClass struct. + * @param level The importance level of the message, lower values signifying + * higher importance. + * @param buf buffer + * @param size buffer size + * + * @see av_hex_dump, av_pkt_dump2, av_pkt_dump_log2 + */ +void av_hex_dump_log(void *avcl, int level, const uint8_t *buf, int size); + +/** + * Send a nice dump of a packet to the specified file stream. + * + * @param f The file stream pointer where the dump should be sent to. + * @param pkt packet to dump + * @param dump_payload True if the payload must be displayed, too. + * @param st AVStream that the packet belongs to + */ +void av_pkt_dump2(FILE *f, const AVPacket *pkt, int dump_payload, const AVStream *st); + + +/** + * Send a nice dump of a packet to the log. + * + * @param avcl A pointer to an arbitrary struct of which the first field is a + * pointer to an AVClass struct. + * @param level The importance level of the message, lower values signifying + * higher importance. + * @param pkt packet to dump + * @param dump_payload True if the payload must be displayed, too. + * @param st AVStream that the packet belongs to + */ +void av_pkt_dump_log2(void *avcl, int level, const AVPacket *pkt, int dump_payload, + const AVStream *st); + +/** + * Get the AVCodecID for the given codec tag tag. + * If no codec id is found returns AV_CODEC_ID_NONE. + * + * @param tags list of supported codec_id-codec_tag pairs, as stored + * in AVInputFormat.codec_tag and AVOutputFormat.codec_tag + * @param tag codec tag to match to a codec ID + */ +enum AVCodecID av_codec_get_id(const struct AVCodecTag * const *tags, unsigned int tag); + +/** + * Get the codec tag for the given codec id id. + * If no codec tag is found returns 0. + * + * @param tags list of supported codec_id-codec_tag pairs, as stored + * in AVInputFormat.codec_tag and AVOutputFormat.codec_tag + * @param id codec ID to match to a codec tag + */ +unsigned int av_codec_get_tag(const struct AVCodecTag * const *tags, enum AVCodecID id); + +/** + * Get the codec tag for the given codec id. + * + * @param tags list of supported codec_id - codec_tag pairs, as stored + * in AVInputFormat.codec_tag and AVOutputFormat.codec_tag + * @param id codec id that should be searched for in the list + * @param tag A pointer to the found tag + * @return 0 if id was not found in tags, > 0 if it was found + */ +int av_codec_get_tag2(const struct AVCodecTag * const *tags, enum AVCodecID id, + unsigned int *tag); + +int av_find_default_stream_index(AVFormatContext *s); + +/** + * Get the index for a specific timestamp. + * + * @param st stream that the timestamp belongs to + * @param timestamp timestamp to retrieve the index for + * @param flags if AVSEEK_FLAG_BACKWARD then the returned index will correspond + * to the timestamp which is <= the requested one, if backward + * is 0, then it will be >= + * if AVSEEK_FLAG_ANY seek to any frame, only keyframes otherwise + * @return < 0 if no such timestamp could be found + */ +int av_index_search_timestamp(AVStream *st, int64_t timestamp, int flags); + +/** + * Add an index entry into a sorted list. Update the entry if the list + * already contains it. + * + * @param timestamp timestamp in the time base of the given stream + */ +int av_add_index_entry(AVStream *st, int64_t pos, int64_t timestamp, + int size, int distance, int flags); + + +/** + * Split a URL string into components. + * + * The pointers to buffers for storing individual components may be null, + * in order to ignore that component. Buffers for components not found are + * set to empty strings. If the port is not found, it is set to a negative + * value. + * + * @param proto the buffer for the protocol + * @param proto_size the size of the proto buffer + * @param authorization the buffer for the authorization + * @param authorization_size the size of the authorization buffer + * @param hostname the buffer for the host name + * @param hostname_size the size of the hostname buffer + * @param port_ptr a pointer to store the port number in + * @param path the buffer for the path + * @param path_size the size of the path buffer + * @param url the URL to split + */ +void av_url_split(char *proto, int proto_size, + char *authorization, int authorization_size, + char *hostname, int hostname_size, + int *port_ptr, + char *path, int path_size, + const char *url); + + +/** + * Print detailed information about the input or output format, such as + * duration, bitrate, streams, container, programs, metadata, side data, + * codec and time base. + * + * @param ic the context to analyze + * @param index index of the stream to dump information about + * @param url the URL to print, such as source or destination file + * @param is_output Select whether the specified context is an input(0) or output(1) + */ +void av_dump_format(AVFormatContext *ic, + int index, + const char *url, + int is_output); + +/** + * Return in 'buf' the path with '%d' replaced by a number. + * + * Also handles the '%0nd' format where 'n' is the total number + * of digits and '%%'. + * + * @param buf destination buffer + * @param buf_size destination buffer size + * @param path numbered sequence string + * @param number frame number + * @return 0 if OK, -1 on format error + */ +int av_get_frame_filename(char *buf, int buf_size, + const char *path, int number); + +/** + * Check whether filename actually is a numbered sequence generator. + * + * @param filename possible numbered sequence string + * @return 1 if a valid numbered sequence string, 0 otherwise + */ +int av_filename_number_test(const char *filename); + +/** + * Generate an SDP for an RTP session. + * + * Note, this overwrites the id values of AVStreams in the muxer contexts + * for getting unique dynamic payload types. + * + * @param ac array of AVFormatContexts describing the RTP streams. If the + * array is composed by only one context, such context can contain + * multiple AVStreams (one AVStream per RTP stream). Otherwise, + * all the contexts in the array (an AVCodecContext per RTP stream) + * must contain only one AVStream. + * @param n_files number of AVCodecContexts contained in ac + * @param buf buffer where the SDP will be stored (must be allocated by + * the caller) + * @param size the size of the buffer + * @return 0 if OK, AVERROR_xxx on error + */ +int av_sdp_create(AVFormatContext *ac[], int n_files, char *buf, int size); + +/** + * Return a positive value if the given filename has one of the given + * extensions, 0 otherwise. + * + * @param filename file name to check against the given extensions + * @param extensions a comma-separated list of filename extensions + */ +int av_match_ext(const char *filename, const char *extensions); + +/** + * Test if the given container can store a codec. + * + * @param ofmt container to check for compatibility + * @param codec_id codec to potentially store in container + * @param std_compliance standards compliance level, one of FF_COMPLIANCE_* + * + * @return 1 if codec with ID codec_id can be stored in ofmt, 0 if it cannot. + * A negative number if this information is not available. + */ +int avformat_query_codec(const AVOutputFormat *ofmt, enum AVCodecID codec_id, + int std_compliance); + +/** + * @defgroup riff_fourcc RIFF FourCCs + * @{ + * Get the tables mapping RIFF FourCCs to libavcodec AVCodecIDs. The tables are + * meant to be passed to av_codec_get_id()/av_codec_get_tag() as in the + * following code: + * @code + * uint32_t tag = MKTAG('H', '2', '6', '4'); + * const struct AVCodecTag *table[] = { avformat_get_riff_video_tags(), 0 }; + * enum AVCodecID id = av_codec_get_id(table, tag); + * @endcode + */ +/** + * @return the table mapping RIFF FourCCs for video to libavcodec AVCodecID. + */ +const struct AVCodecTag *avformat_get_riff_video_tags(void); +/** + * @return the table mapping RIFF FourCCs for audio to AVCodecID. + */ +const struct AVCodecTag *avformat_get_riff_audio_tags(void); +/** + * @return the table mapping MOV FourCCs for video to libavcodec AVCodecID. + */ +const struct AVCodecTag *avformat_get_mov_video_tags(void); +/** + * @return the table mapping MOV FourCCs for audio to AVCodecID. + */ +const struct AVCodecTag *avformat_get_mov_audio_tags(void); + +/** + * @} + */ + +/** + * Guess the sample aspect ratio of a frame, based on both the stream and the + * frame aspect ratio. + * + * Since the frame aspect ratio is set by the codec but the stream aspect ratio + * is set by the demuxer, these two may not be equal. This function tries to + * return the value that you should use if you would like to display the frame. + * + * Basic logic is to use the stream aspect ratio if it is set to something sane + * otherwise use the frame aspect ratio. This way a container setting, which is + * usually easy to modify can override the coded value in the frames. + * + * @param format the format context which the stream is part of + * @param stream the stream which the frame is part of + * @param frame the frame with the aspect ratio to be determined + * @return the guessed (valid) sample_aspect_ratio, 0/1 if no idea + */ +AVRational av_guess_sample_aspect_ratio(AVFormatContext *format, AVStream *stream, AVFrame *frame); + +/** + * Guess the frame rate, based on both the container and codec information. + * + * @param ctx the format context which the stream is part of + * @param stream the stream which the frame is part of + * @param frame the frame for which the frame rate should be determined, may be NULL + * @return the guessed (valid) frame rate, 0/1 if no idea + */ +AVRational av_guess_frame_rate(AVFormatContext *ctx, AVStream *stream, AVFrame *frame); + +/** + * Check if the stream st contained in s is matched by the stream specifier + * spec. + * + * See the "stream specifiers" chapter in the documentation for the syntax + * of spec. + * + * @return >0 if st is matched by spec; + * 0 if st is not matched by spec; + * AVERROR code if spec is invalid + * + * @note A stream specifier can match several streams in the format. + */ +int avformat_match_stream_specifier(AVFormatContext *s, AVStream *st, + const char *spec); + +int avformat_queue_attached_pictures(AVFormatContext *s); + +/** + * Apply a list of bitstream filters to a packet. + * + * @param codec AVCodecContext, usually from an AVStream + * @param pkt the packet to apply filters to + * @param bsfc a NULL-terminated list of filters to apply + * @return >=0 on success; + * AVERROR code on failure + */ +int av_apply_bitstream_filters(AVCodecContext *codec, AVPacket *pkt, + AVBitStreamFilterContext *bsfc); + +/** + * @} + */ + +#endif /* AVFORMAT_AVFORMAT_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavformat/avio.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavformat/avio.h new file mode 100644 index 0000000000..7fbce32b6c --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavformat/avio.h @@ -0,0 +1,732 @@ +/* + * copyright (c) 2001 Fabrice Bellard + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ +#ifndef AVFORMAT_AVIO_H +#define AVFORMAT_AVIO_H + +/** + * @file + * @ingroup lavf_io + * Buffered I/O operations + */ + +#include + +#include "libavutil/common.h" +#include "libavutil/dict.h" +#include "libavutil/log.h" + +#include "libavformat/version.h" + +#define AVIO_SEEKABLE_NORMAL 0x0001 /**< Seeking works like for a local file */ + +/** + * Callback for checking whether to abort blocking functions. + * AVERROR_EXIT is returned in this case by the interrupted + * function. During blocking operations, callback is called with + * opaque as parameter. If the callback returns 1, the + * blocking operation will be aborted. + * + * No members can be added to this struct without a major bump, if + * new elements have been added after this struct in AVFormatContext + * or AVIOContext. + */ +typedef struct AVIOInterruptCB { + int (*callback)(void*); + void *opaque; +} AVIOInterruptCB; + +/** + * Directory entry types. + */ +enum AVIODirEntryType { + AVIO_ENTRY_UNKNOWN, + AVIO_ENTRY_BLOCK_DEVICE, + AVIO_ENTRY_CHARACTER_DEVICE, + AVIO_ENTRY_DIRECTORY, + AVIO_ENTRY_NAMED_PIPE, + AVIO_ENTRY_SYMBOLIC_LINK, + AVIO_ENTRY_SOCKET, + AVIO_ENTRY_FILE, + AVIO_ENTRY_SERVER, + AVIO_ENTRY_SHARE, + AVIO_ENTRY_WORKGROUP, +}; + +/** + * Describes single entry of the directory. + * + * Only name and type fields are guaranteed be set. + * Rest of fields are protocol or/and platform dependent and might be unknown. + */ +typedef struct AVIODirEntry { + char *name; /**< Filename */ + int type; /**< Type of the entry */ + int utf8; /**< Set to 1 when name is encoded with UTF-8, 0 otherwise. + Name can be encoded with UTF-8 even though 0 is set. */ + int64_t size; /**< File size in bytes, -1 if unknown. */ + int64_t modification_timestamp; /**< Time of last modification in microseconds since unix + epoch, -1 if unknown. */ + int64_t access_timestamp; /**< Time of last access in microseconds since unix epoch, + -1 if unknown. */ + int64_t status_change_timestamp; /**< Time of last status change in microseconds since unix + epoch, -1 if unknown. */ + int64_t user_id; /**< User ID of owner, -1 if unknown. */ + int64_t group_id; /**< Group ID of owner, -1 if unknown. */ + int64_t filemode; /**< Unix file mode, -1 if unknown. */ +} AVIODirEntry; + +typedef struct AVIODirContext { + struct URLContext *url_context; +} AVIODirContext; + +/** + * Bytestream IO Context. + * New fields can be added to the end with minor version bumps. + * Removal, reordering and changes to existing fields require a major + * version bump. + * sizeof(AVIOContext) must not be used outside libav*. + * + * @note None of the function pointers in AVIOContext should be called + * directly, they should only be set by the client application + * when implementing custom I/O. Normally these are set to the + * function pointers specified in avio_alloc_context() + */ +typedef struct AVIOContext { + /** + * A class for private options. + * + * If this AVIOContext is created by avio_open2(), av_class is set and + * passes the options down to protocols. + * + * If this AVIOContext is manually allocated, then av_class may be set by + * the caller. + * + * warning -- this field can be NULL, be sure to not pass this AVIOContext + * to any av_opt_* functions in that case. + */ + const AVClass *av_class; + + /* + * The following shows the relationship between buffer, buf_ptr, buf_end, buf_size, + * and pos, when reading and when writing (since AVIOContext is used for both): + * + ********************************************************************************** + * READING + ********************************************************************************** + * + * | buffer_size | + * |---------------------------------------| + * | | + * + * buffer buf_ptr buf_end + * +---------------+-----------------------+ + * |/ / / / / / / /|/ / / / / / /| | + * read buffer: |/ / consumed / | to be read /| | + * |/ / / / / / / /|/ / / / / / /| | + * +---------------+-----------------------+ + * + * pos + * +-------------------------------------------+-----------------+ + * input file: | | | + * +-------------------------------------------+-----------------+ + * + * + ********************************************************************************** + * WRITING + ********************************************************************************** + * + * | buffer_size | + * |-------------------------------| + * | | + * + * buffer buf_ptr buf_end + * +-------------------+-----------+ + * |/ / / / / / / / / /| | + * write buffer: | / to be flushed / | | + * |/ / / / / / / / / /| | + * +-------------------+-----------+ + * + * pos + * +--------------------------+-----------------------------------+ + * output file: | | | + * +--------------------------+-----------------------------------+ + * + */ + unsigned char *buffer; /**< Start of the buffer. */ + int buffer_size; /**< Maximum buffer size */ + unsigned char *buf_ptr; /**< Current position in the buffer */ + unsigned char *buf_end; /**< End of the data, may be less than + buffer+buffer_size if the read function returned + less data than requested, e.g. for streams where + no more data has been received yet. */ + void *opaque; /**< A private pointer, passed to the read/write/seek/... + functions. */ + int (*read_packet)(void *opaque, uint8_t *buf, int buf_size); + int (*write_packet)(void *opaque, uint8_t *buf, int buf_size); + int64_t (*seek)(void *opaque, int64_t offset, int whence); + int64_t pos; /**< position in the file of the current buffer */ + int must_flush; /**< true if the next seek should flush */ + int eof_reached; /**< true if eof reached */ + int write_flag; /**< true if open for writing */ + int max_packet_size; + unsigned long checksum; + unsigned char *checksum_ptr; + unsigned long (*update_checksum)(unsigned long checksum, const uint8_t *buf, unsigned int size); + int error; /**< contains the error code or 0 if no error happened */ + /** + * Pause or resume playback for network streaming protocols - e.g. MMS. + */ + int (*read_pause)(void *opaque, int pause); + /** + * Seek to a given timestamp in stream with the specified stream_index. + * Needed for some network streaming protocols which don't support seeking + * to byte position. + */ + int64_t (*read_seek)(void *opaque, int stream_index, + int64_t timestamp, int flags); + /** + * A combination of AVIO_SEEKABLE_ flags or 0 when the stream is not seekable. + */ + int seekable; + + /** + * max filesize, used to limit allocations + * This field is internal to libavformat and access from outside is not allowed. + */ + int64_t maxsize; + + /** + * avio_read and avio_write should if possible be satisfied directly + * instead of going through a buffer, and avio_seek will always + * call the underlying seek function directly. + */ + int direct; + + /** + * Bytes read statistic + * This field is internal to libavformat and access from outside is not allowed. + */ + int64_t bytes_read; + + /** + * seek statistic + * This field is internal to libavformat and access from outside is not allowed. + */ + int seek_count; + + /** + * writeout statistic + * This field is internal to libavformat and access from outside is not allowed. + */ + int writeout_count; + + /** + * Original buffer size + * used internally after probing and ensure seekback to reset the buffer size + * This field is internal to libavformat and access from outside is not allowed. + */ + int orig_buffer_size; + + /** + * Threshold to favor readahead over seek. + * This is current internal only, do not use from outside. + */ + int short_seek_threshold; + + /** + * ',' separated list of allowed protocols. + */ + const char *protocol_whitelist; +} AVIOContext; + +/* unbuffered I/O */ + +/** + * Return the name of the protocol that will handle the passed URL. + * + * NULL is returned if no protocol could be found for the given URL. + * + * @return Name of the protocol or NULL. + */ +const char *avio_find_protocol_name(const char *url); + +/** + * Return AVIO_FLAG_* access flags corresponding to the access permissions + * of the resource in url, or a negative value corresponding to an + * AVERROR code in case of failure. The returned access flags are + * masked by the value in flags. + * + * @note This function is intrinsically unsafe, in the sense that the + * checked resource may change its existence or permission status from + * one call to another. Thus you should not trust the returned value, + * unless you are sure that no other processes are accessing the + * checked resource. + */ +int avio_check(const char *url, int flags); + +/** + * Move or rename a resource. + * + * @note url_src and url_dst should share the same protocol and authority. + * + * @param url_src url to resource to be moved + * @param url_dst new url to resource if the operation succeeded + * @return >=0 on success or negative on error. + */ +int avpriv_io_move(const char *url_src, const char *url_dst); + +/** + * Delete a resource. + * + * @param url resource to be deleted. + * @return >=0 on success or negative on error. + */ +int avpriv_io_delete(const char *url); + +/** + * Open directory for reading. + * + * @param s directory read context. Pointer to a NULL pointer must be passed. + * @param url directory to be listed. + * @param options A dictionary filled with protocol-private options. On return + * this parameter will be destroyed and replaced with a dictionary + * containing options that were not found. May be NULL. + * @return >=0 on success or negative on error. + */ +int avio_open_dir(AVIODirContext **s, const char *url, AVDictionary **options); + +/** + * Get next directory entry. + * + * Returned entry must be freed with avio_free_directory_entry(). In particular + * it may outlive AVIODirContext. + * + * @param s directory read context. + * @param[out] next next entry or NULL when no more entries. + * @return >=0 on success or negative on error. End of list is not considered an + * error. + */ +int avio_read_dir(AVIODirContext *s, AVIODirEntry **next); + +/** + * Close directory. + * + * @note Entries created using avio_read_dir() are not deleted and must be + * freeded with avio_free_directory_entry(). + * + * @param s directory read context. + * @return >=0 on success or negative on error. + */ +int avio_close_dir(AVIODirContext **s); + +/** + * Free entry allocated by avio_read_dir(). + * + * @param entry entry to be freed. + */ +void avio_free_directory_entry(AVIODirEntry **entry); + +/** + * Allocate and initialize an AVIOContext for buffered I/O. It must be later + * freed with av_free(). + * + * @param buffer Memory block for input/output operations via AVIOContext. + * The buffer must be allocated with av_malloc() and friends. + * It may be freed and replaced with a new buffer by libavformat. + * AVIOContext.buffer holds the buffer currently in use, + * which must be later freed with av_free(). + * @param buffer_size The buffer size is very important for performance. + * For protocols with fixed blocksize it should be set to this blocksize. + * For others a typical size is a cache page, e.g. 4kb. + * @param write_flag Set to 1 if the buffer should be writable, 0 otherwise. + * @param opaque An opaque pointer to user-specific data. + * @param read_packet A function for refilling the buffer, may be NULL. + * @param write_packet A function for writing the buffer contents, may be NULL. + * The function may not change the input buffers content. + * @param seek A function for seeking to specified byte position, may be NULL. + * + * @return Allocated AVIOContext or NULL on failure. + */ +AVIOContext *avio_alloc_context( + unsigned char *buffer, + int buffer_size, + int write_flag, + void *opaque, + int (*read_packet)(void *opaque, uint8_t *buf, int buf_size), + int (*write_packet)(void *opaque, uint8_t *buf, int buf_size), + int64_t (*seek)(void *opaque, int64_t offset, int whence)); + +void avio_w8(AVIOContext *s, int b); +void avio_write(AVIOContext *s, const unsigned char *buf, int size); +void avio_wl64(AVIOContext *s, uint64_t val); +void avio_wb64(AVIOContext *s, uint64_t val); +void avio_wl32(AVIOContext *s, unsigned int val); +void avio_wb32(AVIOContext *s, unsigned int val); +void avio_wl24(AVIOContext *s, unsigned int val); +void avio_wb24(AVIOContext *s, unsigned int val); +void avio_wl16(AVIOContext *s, unsigned int val); +void avio_wb16(AVIOContext *s, unsigned int val); + +/** + * Write a NULL-terminated string. + * @return number of bytes written. + */ +int avio_put_str(AVIOContext *s, const char *str); + +/** + * Convert an UTF-8 string to UTF-16LE and write it. + * @param s the AVIOContext + * @param str NULL-terminated UTF-8 string + * + * @return number of bytes written. + */ +int avio_put_str16le(AVIOContext *s, const char *str); + +/** + * Convert an UTF-8 string to UTF-16BE and write it. + * @param s the AVIOContext + * @param str NULL-terminated UTF-8 string + * + * @return number of bytes written. + */ +int avio_put_str16be(AVIOContext *s, const char *str); + +/** + * Passing this as the "whence" parameter to a seek function causes it to + * return the filesize without seeking anywhere. Supporting this is optional. + * If it is not supported then the seek function will return <0. + */ +#define AVSEEK_SIZE 0x10000 + +/** + * Oring this flag as into the "whence" parameter to a seek function causes it to + * seek by any means (like reopening and linear reading) or other normally unreasonable + * means that can be extremely slow. + * This may be ignored by the seek code. + */ +#define AVSEEK_FORCE 0x20000 + +/** + * fseek() equivalent for AVIOContext. + * @return new position or AVERROR. + */ +int64_t avio_seek(AVIOContext *s, int64_t offset, int whence); + +/** + * Skip given number of bytes forward + * @return new position or AVERROR. + */ +int64_t avio_skip(AVIOContext *s, int64_t offset); + +/** + * ftell() equivalent for AVIOContext. + * @return position or AVERROR. + */ +static av_always_inline int64_t avio_tell(AVIOContext *s) +{ + return avio_seek(s, 0, SEEK_CUR); +} + +/** + * Get the filesize. + * @return filesize or AVERROR + */ +int64_t avio_size(AVIOContext *s); + +/** + * feof() equivalent for AVIOContext. + * @return non zero if and only if end of file + */ +int avio_feof(AVIOContext *s); +#if FF_API_URL_FEOF +/** + * @deprecated use avio_feof() + */ +attribute_deprecated +int url_feof(AVIOContext *s); +#endif + +/** @warning Writes up to 4 KiB per call */ +int avio_printf(AVIOContext *s, const char *fmt, ...) av_printf_format(2, 3); + +/** + * Force flushing of buffered data. + * + * For write streams, force the buffered data to be immediately written to the output, + * without to wait to fill the internal buffer. + * + * For read streams, discard all currently buffered data, and advance the + * reported file position to that of the underlying stream. This does not + * read new data, and does not perform any seeks. + */ +void avio_flush(AVIOContext *s); + +/** + * Read size bytes from AVIOContext into buf. + * @return number of bytes read or AVERROR + */ +int avio_read(AVIOContext *s, unsigned char *buf, int size); + +/** + * @name Functions for reading from AVIOContext + * @{ + * + * @note return 0 if EOF, so you cannot use it if EOF handling is + * necessary + */ +int avio_r8 (AVIOContext *s); +unsigned int avio_rl16(AVIOContext *s); +unsigned int avio_rl24(AVIOContext *s); +unsigned int avio_rl32(AVIOContext *s); +uint64_t avio_rl64(AVIOContext *s); +unsigned int avio_rb16(AVIOContext *s); +unsigned int avio_rb24(AVIOContext *s); +unsigned int avio_rb32(AVIOContext *s); +uint64_t avio_rb64(AVIOContext *s); +/** + * @} + */ + +/** + * Read a string from pb into buf. The reading will terminate when either + * a NULL character was encountered, maxlen bytes have been read, or nothing + * more can be read from pb. The result is guaranteed to be NULL-terminated, it + * will be truncated if buf is too small. + * Note that the string is not interpreted or validated in any way, it + * might get truncated in the middle of a sequence for multi-byte encodings. + * + * @return number of bytes read (is always <= maxlen). + * If reading ends on EOF or error, the return value will be one more than + * bytes actually read. + */ +int avio_get_str(AVIOContext *pb, int maxlen, char *buf, int buflen); + +/** + * Read a UTF-16 string from pb and convert it to UTF-8. + * The reading will terminate when either a null or invalid character was + * encountered or maxlen bytes have been read. + * @return number of bytes read (is always <= maxlen) + */ +int avio_get_str16le(AVIOContext *pb, int maxlen, char *buf, int buflen); +int avio_get_str16be(AVIOContext *pb, int maxlen, char *buf, int buflen); + + +/** + * @name URL open modes + * The flags argument to avio_open must be one of the following + * constants, optionally ORed with other flags. + * @{ + */ +#define AVIO_FLAG_READ 1 /**< read-only */ +#define AVIO_FLAG_WRITE 2 /**< write-only */ +#define AVIO_FLAG_READ_WRITE (AVIO_FLAG_READ|AVIO_FLAG_WRITE) /**< read-write pseudo flag */ +/** + * @} + */ + +/** + * Use non-blocking mode. + * If this flag is set, operations on the context will return + * AVERROR(EAGAIN) if they can not be performed immediately. + * If this flag is not set, operations on the context will never return + * AVERROR(EAGAIN). + * Note that this flag does not affect the opening/connecting of the + * context. Connecting a protocol will always block if necessary (e.g. on + * network protocols) but never hang (e.g. on busy devices). + * Warning: non-blocking protocols is work-in-progress; this flag may be + * silently ignored. + */ +#define AVIO_FLAG_NONBLOCK 8 + +/** + * Use direct mode. + * avio_read and avio_write should if possible be satisfied directly + * instead of going through a buffer, and avio_seek will always + * call the underlying seek function directly. + */ +#define AVIO_FLAG_DIRECT 0x8000 + +/** + * Create and initialize a AVIOContext for accessing the + * resource indicated by url. + * @note When the resource indicated by url has been opened in + * read+write mode, the AVIOContext can be used only for writing. + * + * @param s Used to return the pointer to the created AVIOContext. + * In case of failure the pointed to value is set to NULL. + * @param url resource to access + * @param flags flags which control how the resource indicated by url + * is to be opened + * @return >= 0 in case of success, a negative value corresponding to an + * AVERROR code in case of failure + */ +int avio_open(AVIOContext **s, const char *url, int flags); + +/** + * Create and initialize a AVIOContext for accessing the + * resource indicated by url. + * @note When the resource indicated by url has been opened in + * read+write mode, the AVIOContext can be used only for writing. + * + * @param s Used to return the pointer to the created AVIOContext. + * In case of failure the pointed to value is set to NULL. + * @param url resource to access + * @param flags flags which control how the resource indicated by url + * is to be opened + * @param int_cb an interrupt callback to be used at the protocols level + * @param options A dictionary filled with protocol-private options. On return + * this parameter will be destroyed and replaced with a dict containing options + * that were not found. May be NULL. + * @return >= 0 in case of success, a negative value corresponding to an + * AVERROR code in case of failure + */ +int avio_open2(AVIOContext **s, const char *url, int flags, + const AVIOInterruptCB *int_cb, AVDictionary **options); + +/** + * Close the resource accessed by the AVIOContext s and free it. + * This function can only be used if s was opened by avio_open(). + * + * The internal buffer is automatically flushed before closing the + * resource. + * + * @return 0 on success, an AVERROR < 0 on error. + * @see avio_closep + */ +int avio_close(AVIOContext *s); + +/** + * Close the resource accessed by the AVIOContext *s, free it + * and set the pointer pointing to it to NULL. + * This function can only be used if s was opened by avio_open(). + * + * The internal buffer is automatically flushed before closing the + * resource. + * + * @return 0 on success, an AVERROR < 0 on error. + * @see avio_close + */ +int avio_closep(AVIOContext **s); + + +/** + * Open a write only memory stream. + * + * @param s new IO context + * @return zero if no error. + */ +int avio_open_dyn_buf(AVIOContext **s); + +/** + * Return the written size and a pointer to the buffer. The buffer + * must be freed with av_free(). + * Padding of AV_INPUT_BUFFER_PADDING_SIZE is added to the buffer. + * + * @param s IO context + * @param pbuffer pointer to a byte buffer + * @return the length of the byte buffer + */ +int avio_close_dyn_buf(AVIOContext *s, uint8_t **pbuffer); + +/** + * Iterate through names of available protocols. + * + * @param opaque A private pointer representing current protocol. + * It must be a pointer to NULL on first iteration and will + * be updated by successive calls to avio_enum_protocols. + * @param output If set to 1, iterate over output protocols, + * otherwise over input protocols. + * + * @return A static string containing the name of current protocol or NULL + */ +const char *avio_enum_protocols(void **opaque, int output); + +/** + * Pause and resume playing - only meaningful if using a network streaming + * protocol (e.g. MMS). + * + * @param h IO context from which to call the read_pause function pointer + * @param pause 1 for pause, 0 for resume + */ +int avio_pause(AVIOContext *h, int pause); + +/** + * Seek to a given timestamp relative to some component stream. + * Only meaningful if using a network streaming protocol (e.g. MMS.). + * + * @param h IO context from which to call the seek function pointers + * @param stream_index The stream index that the timestamp is relative to. + * If stream_index is (-1) the timestamp should be in AV_TIME_BASE + * units from the beginning of the presentation. + * If a stream_index >= 0 is used and the protocol does not support + * seeking based on component streams, the call will fail. + * @param timestamp timestamp in AVStream.time_base units + * or if there is no stream specified then in AV_TIME_BASE units. + * @param flags Optional combination of AVSEEK_FLAG_BACKWARD, AVSEEK_FLAG_BYTE + * and AVSEEK_FLAG_ANY. The protocol may silently ignore + * AVSEEK_FLAG_BACKWARD and AVSEEK_FLAG_ANY, but AVSEEK_FLAG_BYTE will + * fail if used and not supported. + * @return >= 0 on success + * @see AVInputFormat::read_seek + */ +int64_t avio_seek_time(AVIOContext *h, int stream_index, + int64_t timestamp, int flags); + +/* Avoid a warning. The header can not be included because it breaks c++. */ +struct AVBPrint; + +/** + * Read contents of h into print buffer, up to max_size bytes, or up to EOF. + * + * @return 0 for success (max_size bytes read or EOF reached), negative error + * code otherwise + */ +int avio_read_to_bprint(AVIOContext *h, struct AVBPrint *pb, size_t max_size); + +/** + * Accept and allocate a client context on a server context. + * @param s the server context + * @param c the client context, must be unallocated + * @return >= 0 on success or a negative value corresponding + * to an AVERROR on failure + */ +int avio_accept(AVIOContext *s, AVIOContext **c); + +/** + * Perform one step of the protocol handshake to accept a new client. + * This function must be called on a client returned by avio_accept() before + * using it as a read/write context. + * It is separate from avio_accept() because it may block. + * A step of the handshake is defined by places where the application may + * decide to change the proceedings. + * For example, on a protocol with a request header and a reply header, each + * one can constitute a step because the application may use the parameters + * from the request to change parameters in the reply; or each individual + * chunk of the request can constitute a step. + * If the handshake is already finished, avio_handshake() does nothing and + * returns 0 immediately. + * + * @param c the client context to perform the handshake on + * @return 0 on a complete and successful handshake + * > 0 if the handshake progressed, but is not complete + * < 0 for an AVERROR code + */ +int avio_handshake(AVIOContext *c); +#endif /* AVFORMAT_AVIO_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavformat/version.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavformat/version.h new file mode 100644 index 0000000000..024ab9152f --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavformat/version.h @@ -0,0 +1,81 @@ +/* + * Version macros. + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVFORMAT_VERSION_H +#define AVFORMAT_VERSION_H + +/** + * @file + * @ingroup libavf + * Libavformat version macros + */ + +#include "libavutil/version.h" + +#define LIBAVFORMAT_VERSION_MAJOR 57 +#define LIBAVFORMAT_VERSION_MINOR 25 +#define LIBAVFORMAT_VERSION_MICRO 100 + +#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ + LIBAVFORMAT_VERSION_MINOR, \ + LIBAVFORMAT_VERSION_MICRO) +#define LIBAVFORMAT_VERSION AV_VERSION(LIBAVFORMAT_VERSION_MAJOR, \ + LIBAVFORMAT_VERSION_MINOR, \ + LIBAVFORMAT_VERSION_MICRO) +#define LIBAVFORMAT_BUILD LIBAVFORMAT_VERSION_INT + +#define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION) + +/** + * FF_API_* defines may be placed below to indicate public API that will be + * dropped at a future version bump. The defines themselves are not part of + * the public API and may change, break or disappear at any time. + * + * @note, when bumping the major version it is recommended to manually + * disable each FF_API_* in its own commit instead of disabling them all + * at once through the bump. This improves the git bisect-ability of the change. + * + */ +#ifndef FF_API_LAVF_BITEXACT +#define FF_API_LAVF_BITEXACT (LIBAVFORMAT_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_LAVF_FRAC +#define FF_API_LAVF_FRAC (LIBAVFORMAT_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_LAVF_CODEC_TB +#define FF_API_LAVF_CODEC_TB (LIBAVFORMAT_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_URL_FEOF +#define FF_API_URL_FEOF (LIBAVFORMAT_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_LAVF_FMT_RAWPICTURE +#define FF_API_LAVF_FMT_RAWPICTURE (LIBAVFORMAT_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_COMPUTE_PKT_FIELDS2 +#define FF_API_COMPUTE_PKT_FIELDS2 (LIBAVFORMAT_VERSION_MAJOR < 58) +#endif +#ifndef FF_API_OLD_OPEN_CALLBACKS +#define FF_API_OLD_OPEN_CALLBACKS (LIBAVFORMAT_VERSION_MAJOR < 58) +#endif + +#ifndef FF_API_R_FRAME_RATE +#define FF_API_R_FRAME_RATE 1 +#endif +#endif /* AVFORMAT_VERSION_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/adler32.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/adler32.h new file mode 100644 index 0000000000..0dc69ec0a8 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/adler32.h @@ -0,0 +1,55 @@ +/* + * copyright (c) 2006 Mans Rullgard + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_ADLER32_H +#define AVUTIL_ADLER32_H + +#include +#include "attributes.h" + +/** + * @file + * Public header for libavutil Adler32 hasher + * + * @defgroup lavu_adler32 Adler32 + * @ingroup lavu_crypto + * @{ + */ + +/** + * Calculate the Adler32 checksum of a buffer. + * + * Passing the return value to a subsequent av_adler32_update() call + * allows the checksum of multiple buffers to be calculated as though + * they were concatenated. + * + * @param adler initial checksum value + * @param buf pointer to input buffer + * @param len size of input buffer + * @return updated checksum + */ +unsigned long av_adler32_update(unsigned long adler, const uint8_t *buf, + unsigned int len) av_pure; + +/** + * @} + */ + +#endif /* AVUTIL_ADLER32_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/aes.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/aes.h new file mode 100644 index 0000000000..09efbda107 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/aes.h @@ -0,0 +1,65 @@ +/* + * copyright (c) 2007 Michael Niedermayer + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_AES_H +#define AVUTIL_AES_H + +#include + +#include "attributes.h" +#include "version.h" + +/** + * @defgroup lavu_aes AES + * @ingroup lavu_crypto + * @{ + */ + +extern const int av_aes_size; + +struct AVAES; + +/** + * Allocate an AVAES context. + */ +struct AVAES *av_aes_alloc(void); + +/** + * Initialize an AVAES context. + * @param key_bits 128, 192 or 256 + * @param decrypt 0 for encryption, 1 for decryption + */ +int av_aes_init(struct AVAES *a, const uint8_t *key, int key_bits, int decrypt); + +/** + * Encrypt or decrypt a buffer using a previously initialized context. + * @param count number of 16 byte blocks + * @param dst destination array, can be equal to src + * @param src source array, can be equal to dst + * @param iv initialization vector for CBC mode, if NULL then ECB will be used + * @param decrypt 0 for encryption, 1 for decryption + */ +void av_aes_crypt(struct AVAES *a, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt); + +/** + * @} + */ + +#endif /* AVUTIL_AES_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/aes_ctr.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/aes_ctr.h new file mode 100644 index 0000000000..f596fa6a46 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/aes_ctr.h @@ -0,0 +1,83 @@ +/* + * AES-CTR cipher + * Copyright (c) 2015 Eran Kornblau + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_AES_CTR_H +#define AVUTIL_AES_CTR_H + +#include + +#include "attributes.h" +#include "version.h" + +#define AES_CTR_KEY_SIZE (16) +#define AES_CTR_IV_SIZE (8) + +struct AVAESCTR; + +/** + * Allocate an AVAESCTR context. + */ +struct AVAESCTR *av_aes_ctr_alloc(void); + +/** + * Initialize an AVAESCTR context. + * @param key encryption key, must have a length of AES_CTR_KEY_SIZE + */ +int av_aes_ctr_init(struct AVAESCTR *a, const uint8_t *key); + +/** + * Release an AVAESCTR context. + */ +void av_aes_ctr_free(struct AVAESCTR *a); + +/** + * Process a buffer using a previously initialized context. + * @param dst destination array, can be equal to src + * @param src source array, can be equal to dst + * @param size the size of src and dst + */ +void av_aes_ctr_crypt(struct AVAESCTR *a, uint8_t *dst, const uint8_t *src, int size); + +/** + * Get the current iv + */ +const uint8_t* av_aes_ctr_get_iv(struct AVAESCTR *a); + +/** + * Generate a random iv + */ +void av_aes_ctr_set_random_iv(struct AVAESCTR *a); + +/** + * Forcefully change the iv + */ +void av_aes_ctr_set_iv(struct AVAESCTR *a, const uint8_t* iv); + +/** + * Increment the top 64 bit of the iv (performed after each frame) + */ +void av_aes_ctr_increment_iv(struct AVAESCTR *a); + +/** + * @} + */ + +#endif /* AVUTIL_AES_CTR_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/attributes.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/attributes.h new file mode 100644 index 0000000000..5c6b9deecb --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/attributes.h @@ -0,0 +1,168 @@ +/* + * copyright (c) 2006 Michael Niedermayer + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +/** + * @file + * Macro definitions for various function/variable attributes + */ + +#ifndef AVUTIL_ATTRIBUTES_H +#define AVUTIL_ATTRIBUTES_H + +#ifdef __GNUC__ +# define AV_GCC_VERSION_AT_LEAST(x,y) (__GNUC__ > (x) || __GNUC__ == (x) && __GNUC_MINOR__ >= (y)) +# define AV_GCC_VERSION_AT_MOST(x,y) (__GNUC__ < (x) || __GNUC__ == (x) && __GNUC_MINOR__ <= (y)) +#else +# define AV_GCC_VERSION_AT_LEAST(x,y) 0 +# define AV_GCC_VERSION_AT_MOST(x,y) 0 +#endif + +#ifndef av_always_inline +#if AV_GCC_VERSION_AT_LEAST(3,1) +# define av_always_inline __attribute__((always_inline)) inline +#elif defined(_MSC_VER) +# define av_always_inline __forceinline +#else +# define av_always_inline inline +#endif +#endif + +#ifndef av_extern_inline +#if defined(__ICL) && __ICL >= 1210 || defined(__GNUC_STDC_INLINE__) +# define av_extern_inline extern inline +#else +# define av_extern_inline inline +#endif +#endif + +#if AV_GCC_VERSION_AT_LEAST(3,4) +# define av_warn_unused_result __attribute__((warn_unused_result)) +#else +# define av_warn_unused_result +#endif + +#if AV_GCC_VERSION_AT_LEAST(3,1) +# define av_noinline __attribute__((noinline)) +#elif defined(_MSC_VER) +# define av_noinline __declspec(noinline) +#else +# define av_noinline +#endif + +#if AV_GCC_VERSION_AT_LEAST(3,1) +# define av_pure __attribute__((pure)) +#else +# define av_pure +#endif + +#if AV_GCC_VERSION_AT_LEAST(2,6) +# define av_const __attribute__((const)) +#else +# define av_const +#endif + +#if AV_GCC_VERSION_AT_LEAST(4,3) +# define av_cold __attribute__((cold)) +#else +# define av_cold +#endif + +#if AV_GCC_VERSION_AT_LEAST(4,1) && !defined(__llvm__) +# define av_flatten __attribute__((flatten)) +#else +# define av_flatten +#endif + +#if AV_GCC_VERSION_AT_LEAST(3,1) +# define attribute_deprecated __attribute__((deprecated)) +#elif defined(_MSC_VER) +# define attribute_deprecated __declspec(deprecated) +#else +# define attribute_deprecated +#endif + +/** + * Disable warnings about deprecated features + * This is useful for sections of code kept for backward compatibility and + * scheduled for removal. + */ +#ifndef AV_NOWARN_DEPRECATED +#if AV_GCC_VERSION_AT_LEAST(4,6) +# define AV_NOWARN_DEPRECATED(code) \ + _Pragma("GCC diagnostic push") \ + _Pragma("GCC diagnostic ignored \"-Wdeprecated-declarations\"") \ + code \ + _Pragma("GCC diagnostic pop") +#elif defined(_MSC_VER) +# define AV_NOWARN_DEPRECATED(code) \ + __pragma(warning(push)) \ + __pragma(warning(disable : 4996)) \ + code; \ + __pragma(warning(pop)) +#else +# define AV_NOWARN_DEPRECATED(code) code +#endif +#endif + + +#if defined(__GNUC__) +# define av_unused __attribute__((unused)) +#else +# define av_unused +#endif + +/** + * Mark a variable as used and prevent the compiler from optimizing it + * away. This is useful for variables accessed only from inline + * assembler without the compiler being aware. + */ +#if AV_GCC_VERSION_AT_LEAST(3,1) +# define av_used __attribute__((used)) +#else +# define av_used +#endif + +#if AV_GCC_VERSION_AT_LEAST(3,3) +# define av_alias __attribute__((may_alias)) +#else +# define av_alias +#endif + +#if defined(__GNUC__) && !defined(__INTEL_COMPILER) && !defined(__clang__) +# define av_uninit(x) x=x +#else +# define av_uninit(x) x +#endif + +#ifdef __GNUC__ +# define av_builtin_constant_p __builtin_constant_p +# define av_printf_format(fmtpos, attrpos) __attribute__((__format__(__printf__, fmtpos, attrpos))) +#else +# define av_builtin_constant_p(x) 0 +# define av_printf_format(fmtpos, attrpos) +#endif + +#if AV_GCC_VERSION_AT_LEAST(2,5) +# define av_noreturn __attribute__((noreturn)) +#else +# define av_noreturn +#endif + +#endif /* AVUTIL_ATTRIBUTES_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/audio_fifo.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/audio_fifo.h new file mode 100644 index 0000000000..24f91dab72 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/audio_fifo.h @@ -0,0 +1,170 @@ +/* + * Audio FIFO + * Copyright (c) 2012 Justin Ruggles + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +/** + * @file + * Audio FIFO Buffer + */ + +#ifndef AVUTIL_AUDIO_FIFO_H +#define AVUTIL_AUDIO_FIFO_H + +#include "avutil.h" +#include "fifo.h" +#include "samplefmt.h" + +/** + * @addtogroup lavu_audio + * @{ + * + * @defgroup lavu_audiofifo Audio FIFO Buffer + * @{ + */ + +/** + * Context for an Audio FIFO Buffer. + * + * - Operates at the sample level rather than the byte level. + * - Supports multiple channels with either planar or packed sample format. + * - Automatic reallocation when writing to a full buffer. + */ +typedef struct AVAudioFifo AVAudioFifo; + +/** + * Free an AVAudioFifo. + * + * @param af AVAudioFifo to free + */ +void av_audio_fifo_free(AVAudioFifo *af); + +/** + * Allocate an AVAudioFifo. + * + * @param sample_fmt sample format + * @param channels number of channels + * @param nb_samples initial allocation size, in samples + * @return newly allocated AVAudioFifo, or NULL on error + */ +AVAudioFifo *av_audio_fifo_alloc(enum AVSampleFormat sample_fmt, int channels, + int nb_samples); + +/** + * Reallocate an AVAudioFifo. + * + * @param af AVAudioFifo to reallocate + * @param nb_samples new allocation size, in samples + * @return 0 if OK, or negative AVERROR code on failure + */ +av_warn_unused_result +int av_audio_fifo_realloc(AVAudioFifo *af, int nb_samples); + +/** + * Write data to an AVAudioFifo. + * + * The AVAudioFifo will be reallocated automatically if the available space + * is less than nb_samples. + * + * @see enum AVSampleFormat + * The documentation for AVSampleFormat describes the data layout. + * + * @param af AVAudioFifo to write to + * @param data audio data plane pointers + * @param nb_samples number of samples to write + * @return number of samples actually written, or negative AVERROR + * code on failure. If successful, the number of samples + * actually written will always be nb_samples. + */ +int av_audio_fifo_write(AVAudioFifo *af, void **data, int nb_samples); + +/** + * Peek data from an AVAudioFifo. + * + * @see enum AVSampleFormat + * The documentation for AVSampleFormat describes the data layout. + * + * @param af AVAudioFifo to read from + * @param data audio data plane pointers + * @param nb_samples number of samples to peek + * @return number of samples actually peek, or negative AVERROR code + * on failure. The number of samples actually peek will not + * be greater than nb_samples, and will only be less than + * nb_samples if av_audio_fifo_size is less than nb_samples. + */ +int av_audio_fifo_peek(AVAudioFifo *af, void **data, int nb_samples); + +/** + * Read data from an AVAudioFifo. + * + * @see enum AVSampleFormat + * The documentation for AVSampleFormat describes the data layout. + * + * @param af AVAudioFifo to read from + * @param data audio data plane pointers + * @param nb_samples number of samples to read + * @return number of samples actually read, or negative AVERROR code + * on failure. The number of samples actually read will not + * be greater than nb_samples, and will only be less than + * nb_samples if av_audio_fifo_size is less than nb_samples. + */ +int av_audio_fifo_read(AVAudioFifo *af, void **data, int nb_samples); + +/** + * Drain data from an AVAudioFifo. + * + * Removes the data without reading it. + * + * @param af AVAudioFifo to drain + * @param nb_samples number of samples to drain + * @return 0 if OK, or negative AVERROR code on failure + */ +int av_audio_fifo_drain(AVAudioFifo *af, int nb_samples); + +/** + * Reset the AVAudioFifo buffer. + * + * This empties all data in the buffer. + * + * @param af AVAudioFifo to reset + */ +void av_audio_fifo_reset(AVAudioFifo *af); + +/** + * Get the current number of samples in the AVAudioFifo available for reading. + * + * @param af the AVAudioFifo to query + * @return number of samples available for reading + */ +int av_audio_fifo_size(AVAudioFifo *af); + +/** + * Get the current number of samples in the AVAudioFifo available for writing. + * + * @param af the AVAudioFifo to query + * @return number of samples available for writing + */ +int av_audio_fifo_space(AVAudioFifo *af); + +/** + * @} + * @} + */ + +#endif /* AVUTIL_AUDIO_FIFO_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/avassert.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/avassert.h new file mode 100644 index 0000000000..41f5e0eea7 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/avassert.h @@ -0,0 +1,66 @@ +/* + * copyright (c) 2010 Michael Niedermayer + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +/** + * @file + * simple assert() macros that are a bit more flexible than ISO C assert(). + * @author Michael Niedermayer + */ + +#ifndef AVUTIL_AVASSERT_H +#define AVUTIL_AVASSERT_H + +#include +#include "avutil.h" +#include "log.h" + +/** + * assert() equivalent, that is always enabled. + */ +#define av_assert0(cond) do { \ + if (!(cond)) { \ + av_log(NULL, AV_LOG_PANIC, "Assertion %s failed at %s:%d\n", \ + AV_STRINGIFY(cond), __FILE__, __LINE__); \ + abort(); \ + } \ +} while (0) + + +/** + * assert() equivalent, that does not lie in speed critical code. + * These asserts() thus can be enabled without fearing speedloss. + */ +#if defined(ASSERT_LEVEL) && ASSERT_LEVEL > 0 +#define av_assert1(cond) av_assert0(cond) +#else +#define av_assert1(cond) ((void)0) +#endif + + +/** + * assert() equivalent, that does lie in speed critical code. + */ +#if defined(ASSERT_LEVEL) && ASSERT_LEVEL > 1 +#define av_assert2(cond) av_assert0(cond) +#else +#define av_assert2(cond) ((void)0) +#endif + +#endif /* AVUTIL_AVASSERT_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/avconfig.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/avconfig.h new file mode 100644 index 0000000000..36a8cd14da --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/avconfig.h @@ -0,0 +1,7 @@ +/* Generated by ffconf */ +#ifndef AVUTIL_AVCONFIG_H +#define AVUTIL_AVCONFIG_H +#define AV_HAVE_BIGENDIAN 0 +#define AV_HAVE_FAST_UNALIGNED 1 +#define AV_HAVE_INCOMPATIBLE_LIBAV_ABI 0 +#endif /* AVUTIL_AVCONFIG_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/avstring.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/avstring.h new file mode 100644 index 0000000000..15b04babef --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/avstring.h @@ -0,0 +1,402 @@ +/* + * Copyright (c) 2007 Mans Rullgard + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_AVSTRING_H +#define AVUTIL_AVSTRING_H + +#include +#include +#include "attributes.h" + +/** + * @addtogroup lavu_string + * @{ + */ + +/** + * Return non-zero if pfx is a prefix of str. If it is, *ptr is set to + * the address of the first character in str after the prefix. + * + * @param str input string + * @param pfx prefix to test + * @param ptr updated if the prefix is matched inside str + * @return non-zero if the prefix matches, zero otherwise + */ +int av_strstart(const char *str, const char *pfx, const char **ptr); + +/** + * Return non-zero if pfx is a prefix of str independent of case. If + * it is, *ptr is set to the address of the first character in str + * after the prefix. + * + * @param str input string + * @param pfx prefix to test + * @param ptr updated if the prefix is matched inside str + * @return non-zero if the prefix matches, zero otherwise + */ +int av_stristart(const char *str, const char *pfx, const char **ptr); + +/** + * Locate the first case-independent occurrence in the string haystack + * of the string needle. A zero-length string needle is considered to + * match at the start of haystack. + * + * This function is a case-insensitive version of the standard strstr(). + * + * @param haystack string to search in + * @param needle string to search for + * @return pointer to the located match within haystack + * or a null pointer if no match + */ +char *av_stristr(const char *haystack, const char *needle); + +/** + * Locate the first occurrence of the string needle in the string haystack + * where not more than hay_length characters are searched. A zero-length + * string needle is considered to match at the start of haystack. + * + * This function is a length-limited version of the standard strstr(). + * + * @param haystack string to search in + * @param needle string to search for + * @param hay_length length of string to search in + * @return pointer to the located match within haystack + * or a null pointer if no match + */ +char *av_strnstr(const char *haystack, const char *needle, size_t hay_length); + +/** + * Copy the string src to dst, but no more than size - 1 bytes, and + * null-terminate dst. + * + * This function is the same as BSD strlcpy(). + * + * @param dst destination buffer + * @param src source string + * @param size size of destination buffer + * @return the length of src + * + * @warning since the return value is the length of src, src absolutely + * _must_ be a properly 0-terminated string, otherwise this will read beyond + * the end of the buffer and possibly crash. + */ +size_t av_strlcpy(char *dst, const char *src, size_t size); + +/** + * Append the string src to the string dst, but to a total length of + * no more than size - 1 bytes, and null-terminate dst. + * + * This function is similar to BSD strlcat(), but differs when + * size <= strlen(dst). + * + * @param dst destination buffer + * @param src source string + * @param size size of destination buffer + * @return the total length of src and dst + * + * @warning since the return value use the length of src and dst, these + * absolutely _must_ be a properly 0-terminated strings, otherwise this + * will read beyond the end of the buffer and possibly crash. + */ +size_t av_strlcat(char *dst, const char *src, size_t size); + +/** + * Append output to a string, according to a format. Never write out of + * the destination buffer, and always put a terminating 0 within + * the buffer. + * @param dst destination buffer (string to which the output is + * appended) + * @param size total size of the destination buffer + * @param fmt printf-compatible format string, specifying how the + * following parameters are used + * @return the length of the string that would have been generated + * if enough space had been available + */ +size_t av_strlcatf(char *dst, size_t size, const char *fmt, ...) av_printf_format(3, 4); + +/** + * Get the count of continuous non zero chars starting from the beginning. + * + * @param len maximum number of characters to check in the string, that + * is the maximum value which is returned by the function + */ +static inline size_t av_strnlen(const char *s, size_t len) +{ + size_t i; + for (i = 0; i < len && s[i]; i++) + ; + return i; +} + +/** + * Print arguments following specified format into a large enough auto + * allocated buffer. It is similar to GNU asprintf(). + * @param fmt printf-compatible format string, specifying how the + * following parameters are used. + * @return the allocated string + * @note You have to free the string yourself with av_free(). + */ +char *av_asprintf(const char *fmt, ...) av_printf_format(1, 2); + +/** + * Convert a number to a av_malloced string. + */ +char *av_d2str(double d); + +/** + * Unescape the given string until a non escaped terminating char, + * and return the token corresponding to the unescaped string. + * + * The normal \ and ' escaping is supported. Leading and trailing + * whitespaces are removed, unless they are escaped with '\' or are + * enclosed between ''. + * + * @param buf the buffer to parse, buf will be updated to point to the + * terminating char + * @param term a 0-terminated list of terminating chars + * @return the malloced unescaped string, which must be av_freed by + * the user, NULL in case of allocation failure + */ +char *av_get_token(const char **buf, const char *term); + +/** + * Split the string into several tokens which can be accessed by + * successive calls to av_strtok(). + * + * A token is defined as a sequence of characters not belonging to the + * set specified in delim. + * + * On the first call to av_strtok(), s should point to the string to + * parse, and the value of saveptr is ignored. In subsequent calls, s + * should be NULL, and saveptr should be unchanged since the previous + * call. + * + * This function is similar to strtok_r() defined in POSIX.1. + * + * @param s the string to parse, may be NULL + * @param delim 0-terminated list of token delimiters, must be non-NULL + * @param saveptr user-provided pointer which points to stored + * information necessary for av_strtok() to continue scanning the same + * string. saveptr is updated to point to the next character after the + * first delimiter found, or to NULL if the string was terminated + * @return the found token, or NULL when no token is found + */ +char *av_strtok(char *s, const char *delim, char **saveptr); + +/** + * Locale-independent conversion of ASCII isdigit. + */ +static inline av_const int av_isdigit(int c) +{ + return c >= '0' && c <= '9'; +} + +/** + * Locale-independent conversion of ASCII isgraph. + */ +static inline av_const int av_isgraph(int c) +{ + return c > 32 && c < 127; +} + +/** + * Locale-independent conversion of ASCII isspace. + */ +static inline av_const int av_isspace(int c) +{ + return c == ' ' || c == '\f' || c == '\n' || c == '\r' || c == '\t' || + c == '\v'; +} + +/** + * Locale-independent conversion of ASCII characters to uppercase. + */ +static inline av_const int av_toupper(int c) +{ + if (c >= 'a' && c <= 'z') + c ^= 0x20; + return c; +} + +/** + * Locale-independent conversion of ASCII characters to lowercase. + */ +static inline av_const int av_tolower(int c) +{ + if (c >= 'A' && c <= 'Z') + c ^= 0x20; + return c; +} + +/** + * Locale-independent conversion of ASCII isxdigit. + */ +static inline av_const int av_isxdigit(int c) +{ + c = av_tolower(c); + return av_isdigit(c) || (c >= 'a' && c <= 'f'); +} + +/** + * Locale-independent case-insensitive compare. + * @note This means only ASCII-range characters are case-insensitive + */ +int av_strcasecmp(const char *a, const char *b); + +/** + * Locale-independent case-insensitive compare. + * @note This means only ASCII-range characters are case-insensitive + */ +int av_strncasecmp(const char *a, const char *b, size_t n); + + +/** + * Thread safe basename. + * @param path the path, on DOS both \ and / are considered separators. + * @return pointer to the basename substring. + */ +const char *av_basename(const char *path); + +/** + * Thread safe dirname. + * @param path the path, on DOS both \ and / are considered separators. + * @return the path with the separator replaced by the string terminator or ".". + * @note the function may change the input string. + */ +const char *av_dirname(char *path); + +/** + * Match instances of a name in a comma-separated list of names. + * List entries are checked from the start to the end of the names list, + * the first match ends further processing. If an entry prefixed with '-' + * matches, then 0 is returned. The "ALL" list entry is considered to + * match all names. + * + * @param name Name to look for. + * @param names List of names. + * @return 1 on match, 0 otherwise. + */ +int av_match_name(const char *name, const char *names); + +/** + * Append path component to the existing path. + * Path separator '/' is placed between when needed. + * Resulting string have to be freed with av_free(). + * @param path base path + * @param component component to be appended + * @return new path or NULL on error. + */ +char *av_append_path_component(const char *path, const char *component); + +enum AVEscapeMode { + AV_ESCAPE_MODE_AUTO, ///< Use auto-selected escaping mode. + AV_ESCAPE_MODE_BACKSLASH, ///< Use backslash escaping. + AV_ESCAPE_MODE_QUOTE, ///< Use single-quote escaping. +}; + +/** + * Consider spaces special and escape them even in the middle of the + * string. + * + * This is equivalent to adding the whitespace characters to the special + * characters lists, except it is guaranteed to use the exact same list + * of whitespace characters as the rest of libavutil. + */ +#define AV_ESCAPE_FLAG_WHITESPACE (1 << 0) + +/** + * Escape only specified special characters. + * Without this flag, escape also any characters that may be considered + * special by av_get_token(), such as the single quote. + */ +#define AV_ESCAPE_FLAG_STRICT (1 << 1) + +/** + * Escape string in src, and put the escaped string in an allocated + * string in *dst, which must be freed with av_free(). + * + * @param dst pointer where an allocated string is put + * @param src string to escape, must be non-NULL + * @param special_chars string containing the special characters which + * need to be escaped, can be NULL + * @param mode escape mode to employ, see AV_ESCAPE_MODE_* macros. + * Any unknown value for mode will be considered equivalent to + * AV_ESCAPE_MODE_BACKSLASH, but this behaviour can change without + * notice. + * @param flags flags which control how to escape, see AV_ESCAPE_FLAG_ macros + * @return the length of the allocated string, or a negative error code in case of error + * @see av_bprint_escape() + */ +av_warn_unused_result +int av_escape(char **dst, const char *src, const char *special_chars, + enum AVEscapeMode mode, int flags); + +#define AV_UTF8_FLAG_ACCEPT_INVALID_BIG_CODES 1 ///< accept codepoints over 0x10FFFF +#define AV_UTF8_FLAG_ACCEPT_NON_CHARACTERS 2 ///< accept non-characters - 0xFFFE and 0xFFFF +#define AV_UTF8_FLAG_ACCEPT_SURROGATES 4 ///< accept UTF-16 surrogates codes +#define AV_UTF8_FLAG_EXCLUDE_XML_INVALID_CONTROL_CODES 8 ///< exclude control codes not accepted by XML + +#define AV_UTF8_FLAG_ACCEPT_ALL \ + AV_UTF8_FLAG_ACCEPT_INVALID_BIG_CODES|AV_UTF8_FLAG_ACCEPT_NON_CHARACTERS|AV_UTF8_FLAG_ACCEPT_SURROGATES + +/** + * Read and decode a single UTF-8 code point (character) from the + * buffer in *buf, and update *buf to point to the next byte to + * decode. + * + * In case of an invalid byte sequence, the pointer will be updated to + * the next byte after the invalid sequence and the function will + * return an error code. + * + * Depending on the specified flags, the function will also fail in + * case the decoded code point does not belong to a valid range. + * + * @note For speed-relevant code a carefully implemented use of + * GET_UTF8() may be preferred. + * + * @param codep pointer used to return the parsed code in case of success. + * The value in *codep is set even in case the range check fails. + * @param bufp pointer to the address the first byte of the sequence + * to decode, updated by the function to point to the + * byte next after the decoded sequence + * @param buf_end pointer to the end of the buffer, points to the next + * byte past the last in the buffer. This is used to + * avoid buffer overreads (in case of an unfinished + * UTF-8 sequence towards the end of the buffer). + * @param flags a collection of AV_UTF8_FLAG_* flags + * @return >= 0 in case a sequence was successfully read, a negative + * value in case of invalid sequence + */ +av_warn_unused_result +int av_utf8_decode(int32_t *codep, const uint8_t **bufp, const uint8_t *buf_end, + unsigned int flags); + +/** + * Check if a name is in a list. + * @returns 0 if not found, or the 1 based index where it has been found in the + * list. + */ +int av_match_list(const char *name, const char *list, char separator); + +/** + * @} + */ + +#endif /* AVUTIL_AVSTRING_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/avutil.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/avutil.h new file mode 100644 index 0000000000..9bcf674126 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/avutil.h @@ -0,0 +1,343 @@ +/* + * copyright (c) 2006 Michael Niedermayer + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_AVUTIL_H +#define AVUTIL_AVUTIL_H + +/** + * @file + * external API header + */ + +/** + * @mainpage + * + * @section ffmpeg_intro Introduction + * + * This document describes the usage of the different libraries + * provided by FFmpeg. + * + * @li @ref libavc "libavcodec" encoding/decoding library + * @li @ref lavfi "libavfilter" graph-based frame editing library + * @li @ref libavf "libavformat" I/O and muxing/demuxing library + * @li @ref lavd "libavdevice" special devices muxing/demuxing library + * @li @ref lavu "libavutil" common utility library + * @li @ref lswr "libswresample" audio resampling, format conversion and mixing + * @li @ref lpp "libpostproc" post processing library + * @li @ref libsws "libswscale" color conversion and scaling library + * + * @section ffmpeg_versioning Versioning and compatibility + * + * Each of the FFmpeg libraries contains a version.h header, which defines a + * major, minor and micro version number with the + * LIBRARYNAME_VERSION_{MAJOR,MINOR,MICRO} macros. The major version + * number is incremented with backward incompatible changes - e.g. removing + * parts of the public API, reordering public struct members, etc. The minor + * version number is incremented for backward compatible API changes or major + * new features - e.g. adding a new public function or a new decoder. The micro + * version number is incremented for smaller changes that a calling program + * might still want to check for - e.g. changing behavior in a previously + * unspecified situation. + * + * FFmpeg guarantees backward API and ABI compatibility for each library as long + * as its major version number is unchanged. This means that no public symbols + * will be removed or renamed. Types and names of the public struct members and + * values of public macros and enums will remain the same (unless they were + * explicitly declared as not part of the public API). Documented behavior will + * not change. + * + * In other words, any correct program that works with a given FFmpeg snapshot + * should work just as well without any changes with any later snapshot with the + * same major versions. This applies to both rebuilding the program against new + * FFmpeg versions or to replacing the dynamic FFmpeg libraries that a program + * links against. + * + * However, new public symbols may be added and new members may be appended to + * public structs whose size is not part of public ABI (most public structs in + * FFmpeg). New macros and enum values may be added. Behavior in undocumented + * situations may change slightly (and be documented). All those are accompanied + * by an entry in doc/APIchanges and incrementing either the minor or micro + * version number. + */ + +/** + * @defgroup lavu Common utility functions + * + * @brief + * libavutil contains the code shared across all the other FFmpeg + * libraries + * + * @note In order to use the functions provided by avutil you must include + * the specific header. + * + * @{ + * + * @defgroup lavu_crypto Crypto and Hashing + * + * @{ + * @} + * + * @defgroup lavu_math Maths + * @{ + * + * @} + * + * @defgroup lavu_string String Manipulation + * + * @{ + * + * @} + * + * @defgroup lavu_mem Memory Management + * + * @{ + * + * @} + * + * @defgroup lavu_data Data Structures + * @{ + * + * @} + * + * @defgroup lavu_audio Audio related + * + * @{ + * + * @} + * + * @defgroup lavu_error Error Codes + * + * @{ + * + * @} + * + * @defgroup lavu_log Logging Facility + * + * @{ + * + * @} + * + * @defgroup lavu_misc Other + * + * @{ + * + * @defgroup preproc_misc Preprocessor String Macros + * + * @{ + * + * @} + * + * @defgroup version_utils Library Version Macros + * + * @{ + * + * @} + */ + + +/** + * @addtogroup lavu_ver + * @{ + */ + +/** + * Return the LIBAVUTIL_VERSION_INT constant. + */ +unsigned avutil_version(void); + +/** + * Return an informative version string. This usually is the actual release + * version number or a git commit description. This string has no fixed format + * and can change any time. It should never be parsed by code. + */ +const char *av_version_info(void); + +/** + * Return the libavutil build-time configuration. + */ +const char *avutil_configuration(void); + +/** + * Return the libavutil license. + */ +const char *avutil_license(void); + +/** + * @} + */ + +/** + * @addtogroup lavu_media Media Type + * @brief Media Type + */ + +enum AVMediaType { + AVMEDIA_TYPE_UNKNOWN = -1, ///< Usually treated as AVMEDIA_TYPE_DATA + AVMEDIA_TYPE_VIDEO, + AVMEDIA_TYPE_AUDIO, + AVMEDIA_TYPE_DATA, ///< Opaque data information usually continuous + AVMEDIA_TYPE_SUBTITLE, + AVMEDIA_TYPE_ATTACHMENT, ///< Opaque data information usually sparse + AVMEDIA_TYPE_NB +}; + +/** + * Return a string describing the media_type enum, NULL if media_type + * is unknown. + */ +const char *av_get_media_type_string(enum AVMediaType media_type); + +/** + * @defgroup lavu_const Constants + * @{ + * + * @defgroup lavu_enc Encoding specific + * + * @note those definition should move to avcodec + * @{ + */ + +#define FF_LAMBDA_SHIFT 7 +#define FF_LAMBDA_SCALE (1< + +/** + * @defgroup lavu_base64 Base64 + * @ingroup lavu_crypto + * @{ + */ + + +/** + * Decode a base64-encoded string. + * + * @param out buffer for decoded data + * @param in null-terminated input string + * @param out_size size in bytes of the out buffer, must be at + * least 3/4 of the length of in + * @return number of bytes written, or a negative value in case of + * invalid input + */ +int av_base64_decode(uint8_t *out, const char *in, int out_size); + +/** + * Encode data to base64 and null-terminate. + * + * @param out buffer for encoded data + * @param out_size size in bytes of the out buffer (including the + * null terminator), must be at least AV_BASE64_SIZE(in_size) + * @param in input buffer containing the data to encode + * @param in_size size in bytes of the in buffer + * @return out or NULL in case of error + */ +char *av_base64_encode(char *out, int out_size, const uint8_t *in, int in_size); + +/** + * Calculate the output size needed to base64-encode x bytes to a + * null-terminated string. + */ +#define AV_BASE64_SIZE(x) (((x)+2) / 3 * 4 + 1) + + /** + * @} + */ + +#endif /* AVUTIL_BASE64_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/blowfish.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/blowfish.h new file mode 100644 index 0000000000..9e289a40da --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/blowfish.h @@ -0,0 +1,82 @@ +/* + * Blowfish algorithm + * Copyright (c) 2012 Samuel Pitoiset + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_BLOWFISH_H +#define AVUTIL_BLOWFISH_H + +#include + +/** + * @defgroup lavu_blowfish Blowfish + * @ingroup lavu_crypto + * @{ + */ + +#define AV_BF_ROUNDS 16 + +typedef struct AVBlowfish { + uint32_t p[AV_BF_ROUNDS + 2]; + uint32_t s[4][256]; +} AVBlowfish; + +/** + * Allocate an AVBlowfish context. + */ +AVBlowfish *av_blowfish_alloc(void); + +/** + * Initialize an AVBlowfish context. + * + * @param ctx an AVBlowfish context + * @param key a key + * @param key_len length of the key + */ +void av_blowfish_init(struct AVBlowfish *ctx, const uint8_t *key, int key_len); + +/** + * Encrypt or decrypt a buffer using a previously initialized context. + * + * @param ctx an AVBlowfish context + * @param xl left four bytes halves of input to be encrypted + * @param xr right four bytes halves of input to be encrypted + * @param decrypt 0 for encryption, 1 for decryption + */ +void av_blowfish_crypt_ecb(struct AVBlowfish *ctx, uint32_t *xl, uint32_t *xr, + int decrypt); + +/** + * Encrypt or decrypt a buffer using a previously initialized context. + * + * @param ctx an AVBlowfish context + * @param dst destination array, can be equal to src + * @param src source array, can be equal to dst + * @param count number of 8 byte blocks + * @param iv initialization vector for CBC mode, if NULL ECB will be used + * @param decrypt 0 for encryption, 1 for decryption + */ +void av_blowfish_crypt(struct AVBlowfish *ctx, uint8_t *dst, const uint8_t *src, + int count, uint8_t *iv, int decrypt); + +/** + * @} + */ + +#endif /* AVUTIL_BLOWFISH_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/bprint.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/bprint.h new file mode 100644 index 0000000000..c09b1ac1e1 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/bprint.h @@ -0,0 +1,219 @@ +/* + * Copyright (c) 2012 Nicolas George + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_BPRINT_H +#define AVUTIL_BPRINT_H + +#include + +#include "attributes.h" +#include "avstring.h" + +/** + * Define a structure with extra padding to a fixed size + * This helps ensuring binary compatibility with future versions. + */ + +#define FF_PAD_STRUCTURE(name, size, ...) \ +struct ff_pad_helper_##name { __VA_ARGS__ }; \ +typedef struct name { \ + __VA_ARGS__ \ + char reserved_padding[size - sizeof(struct ff_pad_helper_##name)]; \ +} name; + +/** + * Buffer to print data progressively + * + * The string buffer grows as necessary and is always 0-terminated. + * The content of the string is never accessed, and thus is + * encoding-agnostic and can even hold binary data. + * + * Small buffers are kept in the structure itself, and thus require no + * memory allocation at all (unless the contents of the buffer is needed + * after the structure goes out of scope). This is almost as lightweight as + * declaring a local "char buf[512]". + * + * The length of the string can go beyond the allocated size: the buffer is + * then truncated, but the functions still keep account of the actual total + * length. + * + * In other words, buf->len can be greater than buf->size and records the + * total length of what would have been to the buffer if there had been + * enough memory. + * + * Append operations do not need to be tested for failure: if a memory + * allocation fails, data stop being appended to the buffer, but the length + * is still updated. This situation can be tested with + * av_bprint_is_complete(). + * + * The size_max field determines several possible behaviours: + * + * size_max = -1 (= UINT_MAX) or any large value will let the buffer be + * reallocated as necessary, with an amortized linear cost. + * + * size_max = 0 prevents writing anything to the buffer: only the total + * length is computed. The write operations can then possibly be repeated in + * a buffer with exactly the necessary size + * (using size_init = size_max = len + 1). + * + * size_max = 1 is automatically replaced by the exact size available in the + * structure itself, thus ensuring no dynamic memory allocation. The + * internal buffer is large enough to hold a reasonable paragraph of text, + * such as the current paragraph. + */ + +FF_PAD_STRUCTURE(AVBPrint, 1024, + char *str; /**< string so far */ + unsigned len; /**< length so far */ + unsigned size; /**< allocated memory */ + unsigned size_max; /**< maximum allocated memory */ + char reserved_internal_buffer[1]; +) + +/** + * Convenience macros for special values for av_bprint_init() size_max + * parameter. + */ +#define AV_BPRINT_SIZE_UNLIMITED ((unsigned)-1) +#define AV_BPRINT_SIZE_AUTOMATIC 1 +#define AV_BPRINT_SIZE_COUNT_ONLY 0 + +/** + * Init a print buffer. + * + * @param buf buffer to init + * @param size_init initial size (including the final 0) + * @param size_max maximum size; + * 0 means do not write anything, just count the length; + * 1 is replaced by the maximum value for automatic storage; + * any large value means that the internal buffer will be + * reallocated as needed up to that limit; -1 is converted to + * UINT_MAX, the largest limit possible. + * Check also AV_BPRINT_SIZE_* macros. + */ +void av_bprint_init(AVBPrint *buf, unsigned size_init, unsigned size_max); + +/** + * Init a print buffer using a pre-existing buffer. + * + * The buffer will not be reallocated. + * + * @param buf buffer structure to init + * @param buffer byte buffer to use for the string data + * @param size size of buffer + */ +void av_bprint_init_for_buffer(AVBPrint *buf, char *buffer, unsigned size); + +/** + * Append a formatted string to a print buffer. + */ +void av_bprintf(AVBPrint *buf, const char *fmt, ...) av_printf_format(2, 3); + +/** + * Append a formatted string to a print buffer. + */ +void av_vbprintf(AVBPrint *buf, const char *fmt, va_list vl_arg); + +/** + * Append char c n times to a print buffer. + */ +void av_bprint_chars(AVBPrint *buf, char c, unsigned n); + +/** + * Append data to a print buffer. + * + * param buf bprint buffer to use + * param data pointer to data + * param size size of data + */ +void av_bprint_append_data(AVBPrint *buf, const char *data, unsigned size); + +struct tm; +/** + * Append a formatted date and time to a print buffer. + * + * param buf bprint buffer to use + * param fmt date and time format string, see strftime() + * param tm broken-down time structure to translate + * + * @note due to poor design of the standard strftime function, it may + * produce poor results if the format string expands to a very long text and + * the bprint buffer is near the limit stated by the size_max option. + */ +void av_bprint_strftime(AVBPrint *buf, const char *fmt, const struct tm *tm); + +/** + * Allocate bytes in the buffer for external use. + * + * @param[in] buf buffer structure + * @param[in] size required size + * @param[out] mem pointer to the memory area + * @param[out] actual_size size of the memory area after allocation; + * can be larger or smaller than size + */ +void av_bprint_get_buffer(AVBPrint *buf, unsigned size, + unsigned char **mem, unsigned *actual_size); + +/** + * Reset the string to "" but keep internal allocated data. + */ +void av_bprint_clear(AVBPrint *buf); + +/** + * Test if the print buffer is complete (not truncated). + * + * It may have been truncated due to a memory allocation failure + * or the size_max limit (compare size and size_max if necessary). + */ +static inline int av_bprint_is_complete(const AVBPrint *buf) +{ + return buf->len < buf->size; +} + +/** + * Finalize a print buffer. + * + * The print buffer can no longer be used afterwards, + * but the len and size fields are still valid. + * + * @arg[out] ret_str if not NULL, used to return a permanent copy of the + * buffer contents, or NULL if memory allocation fails; + * if NULL, the buffer is discarded and freed + * @return 0 for success or error code (probably AVERROR(ENOMEM)) + */ +int av_bprint_finalize(AVBPrint *buf, char **ret_str); + +/** + * Escape the content in src and append it to dstbuf. + * + * @param dstbuf already inited destination bprint buffer + * @param src string containing the text to escape + * @param special_chars string containing the special characters which + * need to be escaped, can be NULL + * @param mode escape mode to employ, see AV_ESCAPE_MODE_* macros. + * Any unknown value for mode will be considered equivalent to + * AV_ESCAPE_MODE_BACKSLASH, but this behaviour can change without + * notice. + * @param flags flags which control how to escape, see AV_ESCAPE_FLAG_* macros + */ +void av_bprint_escape(AVBPrint *dstbuf, const char *src, const char *special_chars, + enum AVEscapeMode mode, int flags); + +#endif /* AVUTIL_BPRINT_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/bswap.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/bswap.h new file mode 100644 index 0000000000..91cb79538d --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/bswap.h @@ -0,0 +1,109 @@ +/* + * copyright (c) 2006 Michael Niedermayer + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +/** + * @file + * byte swapping routines + */ + +#ifndef AVUTIL_BSWAP_H +#define AVUTIL_BSWAP_H + +#include +#include "libavutil/avconfig.h" +#include "attributes.h" + +#ifdef HAVE_AV_CONFIG_H + +#include "config.h" + +#if ARCH_AARCH64 +# include "aarch64/bswap.h" +#elif ARCH_ARM +# include "arm/bswap.h" +#elif ARCH_AVR32 +# include "avr32/bswap.h" +#elif ARCH_SH4 +# include "sh4/bswap.h" +#elif ARCH_X86 +# include "x86/bswap.h" +#endif + +#endif /* HAVE_AV_CONFIG_H */ + +#define AV_BSWAP16C(x) (((x) << 8 & 0xff00) | ((x) >> 8 & 0x00ff)) +#define AV_BSWAP32C(x) (AV_BSWAP16C(x) << 16 | AV_BSWAP16C((x) >> 16)) +#define AV_BSWAP64C(x) (AV_BSWAP32C(x) << 32 | AV_BSWAP32C((x) >> 32)) + +#define AV_BSWAPC(s, x) AV_BSWAP##s##C(x) + +#ifndef av_bswap16 +static av_always_inline av_const uint16_t av_bswap16(uint16_t x) +{ + x= (x>>8) | (x<<8); + return x; +} +#endif + +#ifndef av_bswap32 +static av_always_inline av_const uint32_t av_bswap32(uint32_t x) +{ + return AV_BSWAP32C(x); +} +#endif + +#ifndef av_bswap64 +static inline uint64_t av_const av_bswap64(uint64_t x) +{ + return (uint64_t)av_bswap32(x) << 32 | av_bswap32(x >> 32); +} +#endif + +// be2ne ... big-endian to native-endian +// le2ne ... little-endian to native-endian + +#if AV_HAVE_BIGENDIAN +#define av_be2ne16(x) (x) +#define av_be2ne32(x) (x) +#define av_be2ne64(x) (x) +#define av_le2ne16(x) av_bswap16(x) +#define av_le2ne32(x) av_bswap32(x) +#define av_le2ne64(x) av_bswap64(x) +#define AV_BE2NEC(s, x) (x) +#define AV_LE2NEC(s, x) AV_BSWAPC(s, x) +#else +#define av_be2ne16(x) av_bswap16(x) +#define av_be2ne32(x) av_bswap32(x) +#define av_be2ne64(x) av_bswap64(x) +#define av_le2ne16(x) (x) +#define av_le2ne32(x) (x) +#define av_le2ne64(x) (x) +#define AV_BE2NEC(s, x) AV_BSWAPC(s, x) +#define AV_LE2NEC(s, x) (x) +#endif + +#define AV_BE2NE16C(x) AV_BE2NEC(16, x) +#define AV_BE2NE32C(x) AV_BE2NEC(32, x) +#define AV_BE2NE64C(x) AV_BE2NEC(64, x) +#define AV_LE2NE16C(x) AV_LE2NEC(16, x) +#define AV_LE2NE32C(x) AV_LE2NEC(32, x) +#define AV_LE2NE64C(x) AV_LE2NEC(64, x) + +#endif /* AVUTIL_BSWAP_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/buffer.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/buffer.h new file mode 100644 index 0000000000..b4399fd39f --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/buffer.h @@ -0,0 +1,274 @@ +/* + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +/** + * @file + * @ingroup lavu_buffer + * refcounted data buffer API + */ + +#ifndef AVUTIL_BUFFER_H +#define AVUTIL_BUFFER_H + +#include + +/** + * @defgroup lavu_buffer AVBuffer + * @ingroup lavu_data + * + * @{ + * AVBuffer is an API for reference-counted data buffers. + * + * There are two core objects in this API -- AVBuffer and AVBufferRef. AVBuffer + * represents the data buffer itself; it is opaque and not meant to be accessed + * by the caller directly, but only through AVBufferRef. However, the caller may + * e.g. compare two AVBuffer pointers to check whether two different references + * are describing the same data buffer. AVBufferRef represents a single + * reference to an AVBuffer and it is the object that may be manipulated by the + * caller directly. + * + * There are two functions provided for creating a new AVBuffer with a single + * reference -- av_buffer_alloc() to just allocate a new buffer, and + * av_buffer_create() to wrap an existing array in an AVBuffer. From an existing + * reference, additional references may be created with av_buffer_ref(). + * Use av_buffer_unref() to free a reference (this will automatically free the + * data once all the references are freed). + * + * The convention throughout this API and the rest of FFmpeg is such that the + * buffer is considered writable if there exists only one reference to it (and + * it has not been marked as read-only). The av_buffer_is_writable() function is + * provided to check whether this is true and av_buffer_make_writable() will + * automatically create a new writable buffer when necessary. + * Of course nothing prevents the calling code from violating this convention, + * however that is safe only when all the existing references are under its + * control. + * + * @note Referencing and unreferencing the buffers is thread-safe and thus + * may be done from multiple threads simultaneously without any need for + * additional locking. + * + * @note Two different references to the same buffer can point to different + * parts of the buffer (i.e. their AVBufferRef.data will not be equal). + */ + +/** + * A reference counted buffer type. It is opaque and is meant to be used through + * references (AVBufferRef). + */ +typedef struct AVBuffer AVBuffer; + +/** + * A reference to a data buffer. + * + * The size of this struct is not a part of the public ABI and it is not meant + * to be allocated directly. + */ +typedef struct AVBufferRef { + AVBuffer *buffer; + + /** + * The data buffer. It is considered writable if and only if + * this is the only reference to the buffer, in which case + * av_buffer_is_writable() returns 1. + */ + uint8_t *data; + /** + * Size of data in bytes. + */ + int size; +} AVBufferRef; + +/** + * Allocate an AVBuffer of the given size using av_malloc(). + * + * @return an AVBufferRef of given size or NULL when out of memory + */ +AVBufferRef *av_buffer_alloc(int size); + +/** + * Same as av_buffer_alloc(), except the returned buffer will be initialized + * to zero. + */ +AVBufferRef *av_buffer_allocz(int size); + +/** + * Always treat the buffer as read-only, even when it has only one + * reference. + */ +#define AV_BUFFER_FLAG_READONLY (1 << 0) + +/** + * Create an AVBuffer from an existing array. + * + * If this function is successful, data is owned by the AVBuffer. The caller may + * only access data through the returned AVBufferRef and references derived from + * it. + * If this function fails, data is left untouched. + * @param data data array + * @param size size of data in bytes + * @param free a callback for freeing this buffer's data + * @param opaque parameter to be got for processing or passed to free + * @param flags a combination of AV_BUFFER_FLAG_* + * + * @return an AVBufferRef referring to data on success, NULL on failure. + */ +AVBufferRef *av_buffer_create(uint8_t *data, int size, + void (*free)(void *opaque, uint8_t *data), + void *opaque, int flags); + +/** + * Default free callback, which calls av_free() on the buffer data. + * This function is meant to be passed to av_buffer_create(), not called + * directly. + */ +void av_buffer_default_free(void *opaque, uint8_t *data); + +/** + * Create a new reference to an AVBuffer. + * + * @return a new AVBufferRef referring to the same AVBuffer as buf or NULL on + * failure. + */ +AVBufferRef *av_buffer_ref(AVBufferRef *buf); + +/** + * Free a given reference and automatically free the buffer if there are no more + * references to it. + * + * @param buf the reference to be freed. The pointer is set to NULL on return. + */ +void av_buffer_unref(AVBufferRef **buf); + +/** + * @return 1 if the caller may write to the data referred to by buf (which is + * true if and only if buf is the only reference to the underlying AVBuffer). + * Return 0 otherwise. + * A positive answer is valid until av_buffer_ref() is called on buf. + */ +int av_buffer_is_writable(const AVBufferRef *buf); + +/** + * @return the opaque parameter set by av_buffer_create. + */ +void *av_buffer_get_opaque(const AVBufferRef *buf); + +int av_buffer_get_ref_count(const AVBufferRef *buf); + +/** + * Create a writable reference from a given buffer reference, avoiding data copy + * if possible. + * + * @param buf buffer reference to make writable. On success, buf is either left + * untouched, or it is unreferenced and a new writable AVBufferRef is + * written in its place. On failure, buf is left untouched. + * @return 0 on success, a negative AVERROR on failure. + */ +int av_buffer_make_writable(AVBufferRef **buf); + +/** + * Reallocate a given buffer. + * + * @param buf a buffer reference to reallocate. On success, buf will be + * unreferenced and a new reference with the required size will be + * written in its place. On failure buf will be left untouched. *buf + * may be NULL, then a new buffer is allocated. + * @param size required new buffer size. + * @return 0 on success, a negative AVERROR on failure. + * + * @note the buffer is actually reallocated with av_realloc() only if it was + * initially allocated through av_buffer_realloc(NULL) and there is only one + * reference to it (i.e. the one passed to this function). In all other cases + * a new buffer is allocated and the data is copied. + */ +int av_buffer_realloc(AVBufferRef **buf, int size); + +/** + * @} + */ + +/** + * @defgroup lavu_bufferpool AVBufferPool + * @ingroup lavu_data + * + * @{ + * AVBufferPool is an API for a lock-free thread-safe pool of AVBuffers. + * + * Frequently allocating and freeing large buffers may be slow. AVBufferPool is + * meant to solve this in cases when the caller needs a set of buffers of the + * same size (the most obvious use case being buffers for raw video or audio + * frames). + * + * At the beginning, the user must call av_buffer_pool_init() to create the + * buffer pool. Then whenever a buffer is needed, call av_buffer_pool_get() to + * get a reference to a new buffer, similar to av_buffer_alloc(). This new + * reference works in all aspects the same way as the one created by + * av_buffer_alloc(). However, when the last reference to this buffer is + * unreferenced, it is returned to the pool instead of being freed and will be + * reused for subsequent av_buffer_pool_get() calls. + * + * When the caller is done with the pool and no longer needs to allocate any new + * buffers, av_buffer_pool_uninit() must be called to mark the pool as freeable. + * Once all the buffers are released, it will automatically be freed. + * + * Allocating and releasing buffers with this API is thread-safe as long as + * either the default alloc callback is used, or the user-supplied one is + * thread-safe. + */ + +/** + * The buffer pool. This structure is opaque and not meant to be accessed + * directly. It is allocated with av_buffer_pool_init() and freed with + * av_buffer_pool_uninit(). + */ +typedef struct AVBufferPool AVBufferPool; + +/** + * Allocate and initialize a buffer pool. + * + * @param size size of each buffer in this pool + * @param alloc a function that will be used to allocate new buffers when the + * pool is empty. May be NULL, then the default allocator will be used + * (av_buffer_alloc()). + * @return newly created buffer pool on success, NULL on error. + */ +AVBufferPool *av_buffer_pool_init(int size, AVBufferRef* (*alloc)(int size)); + +/** + * Mark the pool as being available for freeing. It will actually be freed only + * once all the allocated buffers associated with the pool are released. Thus it + * is safe to call this function while some of the allocated buffers are still + * in use. + * + * @param pool pointer to the pool to be freed. It will be set to NULL. + * @see av_buffer_pool_can_uninit() + */ +void av_buffer_pool_uninit(AVBufferPool **pool); + +/** + * Allocate a new AVBuffer, reusing an old buffer from the pool when available. + * This function may be called simultaneously from multiple threads. + * + * @return a reference to the new buffer on success, NULL on error. + */ +AVBufferRef *av_buffer_pool_get(AVBufferPool *pool); + +/** + * @} + */ + +#endif /* AVUTIL_BUFFER_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/camellia.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/camellia.h new file mode 100644 index 0000000000..e674c9b9a4 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/camellia.h @@ -0,0 +1,70 @@ +/* + * An implementation of the CAMELLIA algorithm as mentioned in RFC3713 + * Copyright (c) 2014 Supraja Meedinti + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_CAMELLIA_H +#define AVUTIL_CAMELLIA_H + +#include + + +/** + * @file + * @brief Public header for libavutil CAMELLIA algorithm + * @defgroup lavu_camellia CAMELLIA + * @ingroup lavu_crypto + * @{ + */ + +extern const int av_camellia_size; + +struct AVCAMELLIA; + +/** + * Allocate an AVCAMELLIA context + * To free the struct: av_free(ptr) + */ +struct AVCAMELLIA *av_camellia_alloc(void); + +/** + * Initialize an AVCAMELLIA context. + * + * @param ctx an AVCAMELLIA context + * @param key a key of 16, 24, 32 bytes used for encryption/decryption + * @param key_bits number of keybits: possible are 128, 192, 256 + */ +int av_camellia_init(struct AVCAMELLIA *ctx, const uint8_t *key, int key_bits); + +/** + * Encrypt or decrypt a buffer using a previously initialized context + * + * @param ctx an AVCAMELLIA context + * @param dst destination array, can be equal to src + * @param src source array, can be equal to dst + * @param count number of 16 byte blocks + * @paran iv initialization vector for CBC mode, NULL for ECB mode + * @param decrypt 0 for encryption, 1 for decryption + */ +void av_camellia_crypt(struct AVCAMELLIA *ctx, uint8_t *dst, const uint8_t *src, int count, uint8_t* iv, int decrypt); + +/** + * @} + */ +#endif /* AVUTIL_CAMELLIA_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/cast5.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/cast5.h new file mode 100644 index 0000000000..ad5b347e68 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/cast5.h @@ -0,0 +1,80 @@ +/* + * An implementation of the CAST128 algorithm as mentioned in RFC2144 + * Copyright (c) 2014 Supraja Meedinti + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_CAST5_H +#define AVUTIL_CAST5_H + +#include + + +/** + * @file + * @brief Public header for libavutil CAST5 algorithm + * @defgroup lavu_cast5 CAST5 + * @ingroup lavu_crypto + * @{ + */ + +extern const int av_cast5_size; + +struct AVCAST5; + +/** + * Allocate an AVCAST5 context + * To free the struct: av_free(ptr) + */ +struct AVCAST5 *av_cast5_alloc(void); +/** + * Initialize an AVCAST5 context. + * + * @param ctx an AVCAST5 context + * @param key a key of 5,6,...16 bytes used for encryption/decryption + * @param key_bits number of keybits: possible are 40,48,...,128 + * @return 0 on success, less than 0 on failure + */ +int av_cast5_init(struct AVCAST5 *ctx, const uint8_t *key, int key_bits); + +/** + * Encrypt or decrypt a buffer using a previously initialized context, ECB mode only + * + * @param ctx an AVCAST5 context + * @param dst destination array, can be equal to src + * @param src source array, can be equal to dst + * @param count number of 8 byte blocks + * @param decrypt 0 for encryption, 1 for decryption + */ +void av_cast5_crypt(struct AVCAST5 *ctx, uint8_t *dst, const uint8_t *src, int count, int decrypt); + +/** + * Encrypt or decrypt a buffer using a previously initialized context + * + * @param ctx an AVCAST5 context + * @param dst destination array, can be equal to src + * @param src source array, can be equal to dst + * @param count number of 8 byte blocks + * @param iv initialization vector for CBC mode, NULL for ECB mode + * @param decrypt 0 for encryption, 1 for decryption + */ +void av_cast5_crypt2(struct AVCAST5 *ctx, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt); +/** + * @} + */ +#endif /* AVUTIL_CAST5_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/channel_layout.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/channel_layout.h new file mode 100644 index 0000000000..ec7effead1 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/channel_layout.h @@ -0,0 +1,223 @@ +/* + * Copyright (c) 2006 Michael Niedermayer + * Copyright (c) 2008 Peter Ross + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_CHANNEL_LAYOUT_H +#define AVUTIL_CHANNEL_LAYOUT_H + +#include + +/** + * @file + * audio channel layout utility functions + */ + +/** + * @addtogroup lavu_audio + * @{ + */ + +/** + * @defgroup channel_masks Audio channel masks + * + * A channel layout is a 64-bits integer with a bit set for every channel. + * The number of bits set must be equal to the number of channels. + * The value 0 means that the channel layout is not known. + * @note this data structure is not powerful enough to handle channels + * combinations that have the same channel multiple times, such as + * dual-mono. + * + * @{ + */ +#define AV_CH_FRONT_LEFT 0x00000001 +#define AV_CH_FRONT_RIGHT 0x00000002 +#define AV_CH_FRONT_CENTER 0x00000004 +#define AV_CH_LOW_FREQUENCY 0x00000008 +#define AV_CH_BACK_LEFT 0x00000010 +#define AV_CH_BACK_RIGHT 0x00000020 +#define AV_CH_FRONT_LEFT_OF_CENTER 0x00000040 +#define AV_CH_FRONT_RIGHT_OF_CENTER 0x00000080 +#define AV_CH_BACK_CENTER 0x00000100 +#define AV_CH_SIDE_LEFT 0x00000200 +#define AV_CH_SIDE_RIGHT 0x00000400 +#define AV_CH_TOP_CENTER 0x00000800 +#define AV_CH_TOP_FRONT_LEFT 0x00001000 +#define AV_CH_TOP_FRONT_CENTER 0x00002000 +#define AV_CH_TOP_FRONT_RIGHT 0x00004000 +#define AV_CH_TOP_BACK_LEFT 0x00008000 +#define AV_CH_TOP_BACK_CENTER 0x00010000 +#define AV_CH_TOP_BACK_RIGHT 0x00020000 +#define AV_CH_STEREO_LEFT 0x20000000 ///< Stereo downmix. +#define AV_CH_STEREO_RIGHT 0x40000000 ///< See AV_CH_STEREO_LEFT. +#define AV_CH_WIDE_LEFT 0x0000000080000000ULL +#define AV_CH_WIDE_RIGHT 0x0000000100000000ULL +#define AV_CH_SURROUND_DIRECT_LEFT 0x0000000200000000ULL +#define AV_CH_SURROUND_DIRECT_RIGHT 0x0000000400000000ULL +#define AV_CH_LOW_FREQUENCY_2 0x0000000800000000ULL + +/** Channel mask value used for AVCodecContext.request_channel_layout + to indicate that the user requests the channel order of the decoder output + to be the native codec channel order. */ +#define AV_CH_LAYOUT_NATIVE 0x8000000000000000ULL + +/** + * @} + * @defgroup channel_mask_c Audio channel layouts + * @{ + * */ +#define AV_CH_LAYOUT_MONO (AV_CH_FRONT_CENTER) +#define AV_CH_LAYOUT_STEREO (AV_CH_FRONT_LEFT|AV_CH_FRONT_RIGHT) +#define AV_CH_LAYOUT_2POINT1 (AV_CH_LAYOUT_STEREO|AV_CH_LOW_FREQUENCY) +#define AV_CH_LAYOUT_2_1 (AV_CH_LAYOUT_STEREO|AV_CH_BACK_CENTER) +#define AV_CH_LAYOUT_SURROUND (AV_CH_LAYOUT_STEREO|AV_CH_FRONT_CENTER) +#define AV_CH_LAYOUT_3POINT1 (AV_CH_LAYOUT_SURROUND|AV_CH_LOW_FREQUENCY) +#define AV_CH_LAYOUT_4POINT0 (AV_CH_LAYOUT_SURROUND|AV_CH_BACK_CENTER) +#define AV_CH_LAYOUT_4POINT1 (AV_CH_LAYOUT_4POINT0|AV_CH_LOW_FREQUENCY) +#define AV_CH_LAYOUT_2_2 (AV_CH_LAYOUT_STEREO|AV_CH_SIDE_LEFT|AV_CH_SIDE_RIGHT) +#define AV_CH_LAYOUT_QUAD (AV_CH_LAYOUT_STEREO|AV_CH_BACK_LEFT|AV_CH_BACK_RIGHT) +#define AV_CH_LAYOUT_5POINT0 (AV_CH_LAYOUT_SURROUND|AV_CH_SIDE_LEFT|AV_CH_SIDE_RIGHT) +#define AV_CH_LAYOUT_5POINT1 (AV_CH_LAYOUT_5POINT0|AV_CH_LOW_FREQUENCY) +#define AV_CH_LAYOUT_5POINT0_BACK (AV_CH_LAYOUT_SURROUND|AV_CH_BACK_LEFT|AV_CH_BACK_RIGHT) +#define AV_CH_LAYOUT_5POINT1_BACK (AV_CH_LAYOUT_5POINT0_BACK|AV_CH_LOW_FREQUENCY) +#define AV_CH_LAYOUT_6POINT0 (AV_CH_LAYOUT_5POINT0|AV_CH_BACK_CENTER) +#define AV_CH_LAYOUT_6POINT0_FRONT (AV_CH_LAYOUT_2_2|AV_CH_FRONT_LEFT_OF_CENTER|AV_CH_FRONT_RIGHT_OF_CENTER) +#define AV_CH_LAYOUT_HEXAGONAL (AV_CH_LAYOUT_5POINT0_BACK|AV_CH_BACK_CENTER) +#define AV_CH_LAYOUT_6POINT1 (AV_CH_LAYOUT_5POINT1|AV_CH_BACK_CENTER) +#define AV_CH_LAYOUT_6POINT1_BACK (AV_CH_LAYOUT_5POINT1_BACK|AV_CH_BACK_CENTER) +#define AV_CH_LAYOUT_6POINT1_FRONT (AV_CH_LAYOUT_6POINT0_FRONT|AV_CH_LOW_FREQUENCY) +#define AV_CH_LAYOUT_7POINT0 (AV_CH_LAYOUT_5POINT0|AV_CH_BACK_LEFT|AV_CH_BACK_RIGHT) +#define AV_CH_LAYOUT_7POINT0_FRONT (AV_CH_LAYOUT_5POINT0|AV_CH_FRONT_LEFT_OF_CENTER|AV_CH_FRONT_RIGHT_OF_CENTER) +#define AV_CH_LAYOUT_7POINT1 (AV_CH_LAYOUT_5POINT1|AV_CH_BACK_LEFT|AV_CH_BACK_RIGHT) +#define AV_CH_LAYOUT_7POINT1_WIDE (AV_CH_LAYOUT_5POINT1|AV_CH_FRONT_LEFT_OF_CENTER|AV_CH_FRONT_RIGHT_OF_CENTER) +#define AV_CH_LAYOUT_7POINT1_WIDE_BACK (AV_CH_LAYOUT_5POINT1_BACK|AV_CH_FRONT_LEFT_OF_CENTER|AV_CH_FRONT_RIGHT_OF_CENTER) +#define AV_CH_LAYOUT_OCTAGONAL (AV_CH_LAYOUT_5POINT0|AV_CH_BACK_LEFT|AV_CH_BACK_CENTER|AV_CH_BACK_RIGHT) +#define AV_CH_LAYOUT_HEXADECAGONAL (AV_CH_LAYOUT_OCTAGONAL|AV_CH_WIDE_LEFT|AV_CH_WIDE_RIGHT|AV_CH_TOP_BACK_LEFT|AV_CH_TOP_BACK_RIGHT|AV_CH_TOP_BACK_CENTER|AV_CH_TOP_FRONT_CENTER|AV_CH_TOP_FRONT_LEFT|AV_CH_TOP_FRONT_RIGHT) +#define AV_CH_LAYOUT_STEREO_DOWNMIX (AV_CH_STEREO_LEFT|AV_CH_STEREO_RIGHT) + +enum AVMatrixEncoding { + AV_MATRIX_ENCODING_NONE, + AV_MATRIX_ENCODING_DOLBY, + AV_MATRIX_ENCODING_DPLII, + AV_MATRIX_ENCODING_DPLIIX, + AV_MATRIX_ENCODING_DPLIIZ, + AV_MATRIX_ENCODING_DOLBYEX, + AV_MATRIX_ENCODING_DOLBYHEADPHONE, + AV_MATRIX_ENCODING_NB +}; + +/** + * Return a channel layout id that matches name, or 0 if no match is found. + * + * name can be one or several of the following notations, + * separated by '+' or '|': + * - the name of an usual channel layout (mono, stereo, 4.0, quad, 5.0, + * 5.0(side), 5.1, 5.1(side), 7.1, 7.1(wide), downmix); + * - the name of a single channel (FL, FR, FC, LFE, BL, BR, FLC, FRC, BC, + * SL, SR, TC, TFL, TFC, TFR, TBL, TBC, TBR, DL, DR); + * - a number of channels, in decimal, optionally followed by 'c', yielding + * the default channel layout for that number of channels (@see + * av_get_default_channel_layout); + * - a channel layout mask, in hexadecimal starting with "0x" (see the + * AV_CH_* macros). + * + * @warning Starting from the next major bump the trailing character + * 'c' to specify a number of channels will be required, while a + * channel layout mask could also be specified as a decimal number + * (if and only if not followed by "c"). + * + * Example: "stereo+FC" = "2c+FC" = "2c+1c" = "0x7" + */ +uint64_t av_get_channel_layout(const char *name); + +/** + * Return a description of a channel layout. + * If nb_channels is <= 0, it is guessed from the channel_layout. + * + * @param buf put here the string containing the channel layout + * @param buf_size size in bytes of the buffer + */ +void av_get_channel_layout_string(char *buf, int buf_size, int nb_channels, uint64_t channel_layout); + +struct AVBPrint; +/** + * Append a description of a channel layout to a bprint buffer. + */ +void av_bprint_channel_layout(struct AVBPrint *bp, int nb_channels, uint64_t channel_layout); + +/** + * Return the number of channels in the channel layout. + */ +int av_get_channel_layout_nb_channels(uint64_t channel_layout); + +/** + * Return default channel layout for a given number of channels. + */ +int64_t av_get_default_channel_layout(int nb_channels); + +/** + * Get the index of a channel in channel_layout. + * + * @param channel a channel layout describing exactly one channel which must be + * present in channel_layout. + * + * @return index of channel in channel_layout on success, a negative AVERROR + * on error. + */ +int av_get_channel_layout_channel_index(uint64_t channel_layout, + uint64_t channel); + +/** + * Get the channel with the given index in channel_layout. + */ +uint64_t av_channel_layout_extract_channel(uint64_t channel_layout, int index); + +/** + * Get the name of a given channel. + * + * @return channel name on success, NULL on error. + */ +const char *av_get_channel_name(uint64_t channel); + +/** + * Get the description of a given channel. + * + * @param channel a channel layout with a single channel + * @return channel description on success, NULL on error + */ +const char *av_get_channel_description(uint64_t channel); + +/** + * Get the value and name of a standard channel layout. + * + * @param[in] index index in an internal list, starting at 0 + * @param[out] layout channel layout mask + * @param[out] name name of the layout + * @return 0 if the layout exists, + * <0 if index is beyond the limits + */ +int av_get_standard_channel_layout(unsigned index, uint64_t *layout, + const char **name); + +/** + * @} + * @} + */ + +#endif /* AVUTIL_CHANNEL_LAYOUT_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/common.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/common.h new file mode 100644 index 0000000000..8142b31fdb --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/common.h @@ -0,0 +1,530 @@ +/* + * copyright (c) 2006 Michael Niedermayer + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +/** + * @file + * common internal and external API header + */ + +#ifndef AVUTIL_COMMON_H +#define AVUTIL_COMMON_H + +#if defined(__cplusplus) && !defined(__STDC_CONSTANT_MACROS) && !defined(UINT64_C) +#error missing -D__STDC_CONSTANT_MACROS / #define __STDC_CONSTANT_MACROS +#endif + +#include +#include +#include +#include +#include +#include +#include +#include + +#include "attributes.h" +#include "macros.h" +#include "version.h" +#include "libavutil/avconfig.h" + +#if AV_HAVE_BIGENDIAN +# define AV_NE(be, le) (be) +#else +# define AV_NE(be, le) (le) +#endif + +//rounded division & shift +#define RSHIFT(a,b) ((a) > 0 ? ((a) + ((1<<(b))>>1))>>(b) : ((a) + ((1<<(b))>>1)-1)>>(b)) +/* assume b>0 */ +#define ROUNDED_DIV(a,b) (((a)>0 ? (a) + ((b)>>1) : (a) - ((b)>>1))/(b)) +/* Fast a/(1<=0 and b>=0 */ +#define AV_CEIL_RSHIFT(a,b) (!av_builtin_constant_p(b) ? -((-(a)) >> (b)) \ + : ((a) + (1<<(b)) - 1) >> (b)) +/* Backwards compat. */ +#define FF_CEIL_RSHIFT AV_CEIL_RSHIFT + +#define FFUDIV(a,b) (((a)>0 ?(a):(a)-(b)+1) / (b)) +#define FFUMOD(a,b) ((a)-(b)*FFUDIV(a,b)) + +/** + * Absolute value, Note, INT_MIN / INT64_MIN result in undefined behavior as they + * are not representable as absolute values of their type. This is the same + * as with *abs() + * @see FFNABS() + */ +#define FFABS(a) ((a) >= 0 ? (a) : (-(a))) +#define FFSIGN(a) ((a) > 0 ? 1 : -1) + +/** + * Negative Absolute value. + * this works for all integers of all types. + * As with many macros, this evaluates its argument twice, it thus must not have + * a sideeffect, that is FFNABS(x++) has undefined behavior. + */ +#define FFNABS(a) ((a) <= 0 ? (a) : (-(a))) + +/** + * Comparator. + * For two numerical expressions x and y, gives 1 if x > y, -1 if x < y, and 0 + * if x == y. This is useful for instance in a qsort comparator callback. + * Furthermore, compilers are able to optimize this to branchless code, and + * there is no risk of overflow with signed types. + * As with many macros, this evaluates its argument multiple times, it thus + * must not have a side-effect. + */ +#define FFDIFFSIGN(x,y) (((x)>(y)) - ((x)<(y))) + +#define FFMAX(a,b) ((a) > (b) ? (a) : (b)) +#define FFMAX3(a,b,c) FFMAX(FFMAX(a,b),c) +#define FFMIN(a,b) ((a) > (b) ? (b) : (a)) +#define FFMIN3(a,b,c) FFMIN(FFMIN(a,b),c) + +#define FFSWAP(type,a,b) do{type SWAP_tmp= b; b= a; a= SWAP_tmp;}while(0) +#define FF_ARRAY_ELEMS(a) (sizeof(a) / sizeof((a)[0])) + +/* misc math functions */ + +#ifdef HAVE_AV_CONFIG_H +# include "config.h" +# include "intmath.h" +#endif + +/* Pull in unguarded fallback defines at the end of this file. */ +#include "common.h" + +#ifndef av_log2 +av_const int av_log2(unsigned v); +#endif + +#ifndef av_log2_16bit +av_const int av_log2_16bit(unsigned v); +#endif + +/** + * Clip a signed integer value into the amin-amax range. + * @param a value to clip + * @param amin minimum value of the clip range + * @param amax maximum value of the clip range + * @return clipped value + */ +static av_always_inline av_const int av_clip_c(int a, int amin, int amax) +{ +#if defined(HAVE_AV_CONFIG_H) && defined(ASSERT_LEVEL) && ASSERT_LEVEL >= 2 + if (amin > amax) abort(); +#endif + if (a < amin) return amin; + else if (a > amax) return amax; + else return a; +} + +/** + * Clip a signed 64bit integer value into the amin-amax range. + * @param a value to clip + * @param amin minimum value of the clip range + * @param amax maximum value of the clip range + * @return clipped value + */ +static av_always_inline av_const int64_t av_clip64_c(int64_t a, int64_t amin, int64_t amax) +{ +#if defined(HAVE_AV_CONFIG_H) && defined(ASSERT_LEVEL) && ASSERT_LEVEL >= 2 + if (amin > amax) abort(); +#endif + if (a < amin) return amin; + else if (a > amax) return amax; + else return a; +} + +/** + * Clip a signed integer value into the 0-255 range. + * @param a value to clip + * @return clipped value + */ +static av_always_inline av_const uint8_t av_clip_uint8_c(int a) +{ + if (a&(~0xFF)) return (-a)>>31; + else return a; +} + +/** + * Clip a signed integer value into the -128,127 range. + * @param a value to clip + * @return clipped value + */ +static av_always_inline av_const int8_t av_clip_int8_c(int a) +{ + if ((a+0x80U) & ~0xFF) return (a>>31) ^ 0x7F; + else return a; +} + +/** + * Clip a signed integer value into the 0-65535 range. + * @param a value to clip + * @return clipped value + */ +static av_always_inline av_const uint16_t av_clip_uint16_c(int a) +{ + if (a&(~0xFFFF)) return (-a)>>31; + else return a; +} + +/** + * Clip a signed integer value into the -32768,32767 range. + * @param a value to clip + * @return clipped value + */ +static av_always_inline av_const int16_t av_clip_int16_c(int a) +{ + if ((a+0x8000U) & ~0xFFFF) return (a>>31) ^ 0x7FFF; + else return a; +} + +/** + * Clip a signed 64-bit integer value into the -2147483648,2147483647 range. + * @param a value to clip + * @return clipped value + */ +static av_always_inline av_const int32_t av_clipl_int32_c(int64_t a) +{ + if ((a+0x80000000u) & ~UINT64_C(0xFFFFFFFF)) return (int32_t)((a>>63) ^ 0x7FFFFFFF); + else return (int32_t)a; +} + +/** + * Clip a signed integer into the -(2^p),(2^p-1) range. + * @param a value to clip + * @param p bit position to clip at + * @return clipped value + */ +static av_always_inline av_const int av_clip_intp2_c(int a, int p) +{ + if (((unsigned)a + (1 << p)) & ~((2 << p) - 1)) + return (a >> 31) ^ ((1 << p) - 1); + else + return a; +} + +/** + * Clip a signed integer to an unsigned power of two range. + * @param a value to clip + * @param p bit position to clip at + * @return clipped value + */ +static av_always_inline av_const unsigned av_clip_uintp2_c(int a, int p) +{ + if (a & ~((1<> 31 & ((1<= 2 + if (amin > amax) abort(); +#endif + if (a < amin) return amin; + else if (a > amax) return amax; + else return a; +} + +/** + * Clip a double value into the amin-amax range. + * @param a value to clip + * @param amin minimum value of the clip range + * @param amax maximum value of the clip range + * @return clipped value + */ +static av_always_inline av_const double av_clipd_c(double a, double amin, double amax) +{ +#if defined(HAVE_AV_CONFIG_H) && defined(ASSERT_LEVEL) && ASSERT_LEVEL >= 2 + if (amin > amax) abort(); +#endif + if (a < amin) return amin; + else if (a > amax) return amax; + else return a; +} + +/** Compute ceil(log2(x)). + * @param x value used to compute ceil(log2(x)) + * @return computed ceiling of log2(x) + */ +static av_always_inline av_const int av_ceil_log2_c(int x) +{ + return av_log2((x - 1) << 1); +} + +/** + * Count number of bits set to one in x + * @param x value to count bits of + * @return the number of bits set to one in x + */ +static av_always_inline av_const int av_popcount_c(uint32_t x) +{ + x -= (x >> 1) & 0x55555555; + x = (x & 0x33333333) + ((x >> 2) & 0x33333333); + x = (x + (x >> 4)) & 0x0F0F0F0F; + x += x >> 8; + return (x + (x >> 16)) & 0x3F; +} + +/** + * Count number of bits set to one in x + * @param x value to count bits of + * @return the number of bits set to one in x + */ +static av_always_inline av_const int av_popcount64_c(uint64_t x) +{ + return av_popcount((uint32_t)x) + av_popcount((uint32_t)(x >> 32)); +} + +static av_always_inline av_const int av_parity_c(uint32_t v) +{ + return av_popcount(v) & 1; +} + +#define MKTAG(a,b,c,d) ((a) | ((b) << 8) | ((c) << 16) | ((unsigned)(d) << 24)) +#define MKBETAG(a,b,c,d) ((d) | ((c) << 8) | ((b) << 16) | ((unsigned)(a) << 24)) + +/** + * Convert a UTF-8 character (up to 4 bytes) to its 32-bit UCS-4 encoded form. + * + * @param val Output value, must be an lvalue of type uint32_t. + * @param GET_BYTE Expression reading one byte from the input. + * Evaluated up to 7 times (4 for the currently + * assigned Unicode range). With a memory buffer + * input, this could be *ptr++. + * @param ERROR Expression to be evaluated on invalid input, + * typically a goto statement. + * + * @warning ERROR should not contain a loop control statement which + * could interact with the internal while loop, and should force an + * exit from the macro code (e.g. through a goto or a return) in order + * to prevent undefined results. + */ +#define GET_UTF8(val, GET_BYTE, ERROR)\ + val= (GET_BYTE);\ + {\ + uint32_t top = (val & 128) >> 1;\ + if ((val & 0xc0) == 0x80 || val >= 0xFE)\ + ERROR\ + while (val & top) {\ + int tmp= (GET_BYTE) - 128;\ + if(tmp>>6)\ + ERROR\ + val= (val<<6) + tmp;\ + top <<= 5;\ + }\ + val &= (top << 1) - 1;\ + } + +/** + * Convert a UTF-16 character (2 or 4 bytes) to its 32-bit UCS-4 encoded form. + * + * @param val Output value, must be an lvalue of type uint32_t. + * @param GET_16BIT Expression returning two bytes of UTF-16 data converted + * to native byte order. Evaluated one or two times. + * @param ERROR Expression to be evaluated on invalid input, + * typically a goto statement. + */ +#define GET_UTF16(val, GET_16BIT, ERROR)\ + val = GET_16BIT;\ + {\ + unsigned int hi = val - 0xD800;\ + if (hi < 0x800) {\ + val = GET_16BIT - 0xDC00;\ + if (val > 0x3FFU || hi > 0x3FFU)\ + ERROR\ + val += (hi<<10) + 0x10000;\ + }\ + }\ + +/** + * @def PUT_UTF8(val, tmp, PUT_BYTE) + * Convert a 32-bit Unicode character to its UTF-8 encoded form (up to 4 bytes long). + * @param val is an input-only argument and should be of type uint32_t. It holds + * a UCS-4 encoded Unicode character that is to be converted to UTF-8. If + * val is given as a function it is executed only once. + * @param tmp is a temporary variable and should be of type uint8_t. It + * represents an intermediate value during conversion that is to be + * output by PUT_BYTE. + * @param PUT_BYTE writes the converted UTF-8 bytes to any proper destination. + * It could be a function or a statement, and uses tmp as the input byte. + * For example, PUT_BYTE could be "*output++ = tmp;" PUT_BYTE will be + * executed up to 4 times for values in the valid UTF-8 range and up to + * 7 times in the general case, depending on the length of the converted + * Unicode character. + */ +#define PUT_UTF8(val, tmp, PUT_BYTE)\ + {\ + int bytes, shift;\ + uint32_t in = val;\ + if (in < 0x80) {\ + tmp = in;\ + PUT_BYTE\ + } else {\ + bytes = (av_log2(in) + 4) / 5;\ + shift = (bytes - 1) * 6;\ + tmp = (256 - (256 >> bytes)) | (in >> shift);\ + PUT_BYTE\ + while (shift >= 6) {\ + shift -= 6;\ + tmp = 0x80 | ((in >> shift) & 0x3f);\ + PUT_BYTE\ + }\ + }\ + } + +/** + * @def PUT_UTF16(val, tmp, PUT_16BIT) + * Convert a 32-bit Unicode character to its UTF-16 encoded form (2 or 4 bytes). + * @param val is an input-only argument and should be of type uint32_t. It holds + * a UCS-4 encoded Unicode character that is to be converted to UTF-16. If + * val is given as a function it is executed only once. + * @param tmp is a temporary variable and should be of type uint16_t. It + * represents an intermediate value during conversion that is to be + * output by PUT_16BIT. + * @param PUT_16BIT writes the converted UTF-16 data to any proper destination + * in desired endianness. It could be a function or a statement, and uses tmp + * as the input byte. For example, PUT_BYTE could be "*output++ = tmp;" + * PUT_BYTE will be executed 1 or 2 times depending on input character. + */ +#define PUT_UTF16(val, tmp, PUT_16BIT)\ + {\ + uint32_t in = val;\ + if (in < 0x10000) {\ + tmp = in;\ + PUT_16BIT\ + } else {\ + tmp = 0xD800 | ((in - 0x10000) >> 10);\ + PUT_16BIT\ + tmp = 0xDC00 | ((in - 0x10000) & 0x3FF);\ + PUT_16BIT\ + }\ + }\ + + + +#include "mem.h" + +#ifdef HAVE_AV_CONFIG_H +# include "internal.h" +#endif /* HAVE_AV_CONFIG_H */ + +#endif /* AVUTIL_COMMON_H */ + +/* + * The following definitions are outside the multiple inclusion guard + * to ensure they are immediately available in intmath.h. + */ + +#ifndef av_ceil_log2 +# define av_ceil_log2 av_ceil_log2_c +#endif +#ifndef av_clip +# define av_clip av_clip_c +#endif +#ifndef av_clip64 +# define av_clip64 av_clip64_c +#endif +#ifndef av_clip_uint8 +# define av_clip_uint8 av_clip_uint8_c +#endif +#ifndef av_clip_int8 +# define av_clip_int8 av_clip_int8_c +#endif +#ifndef av_clip_uint16 +# define av_clip_uint16 av_clip_uint16_c +#endif +#ifndef av_clip_int16 +# define av_clip_int16 av_clip_int16_c +#endif +#ifndef av_clipl_int32 +# define av_clipl_int32 av_clipl_int32_c +#endif +#ifndef av_clip_intp2 +# define av_clip_intp2 av_clip_intp2_c +#endif +#ifndef av_clip_uintp2 +# define av_clip_uintp2 av_clip_uintp2_c +#endif +#ifndef av_mod_uintp2 +# define av_mod_uintp2 av_mod_uintp2_c +#endif +#ifndef av_sat_add32 +# define av_sat_add32 av_sat_add32_c +#endif +#ifndef av_sat_dadd32 +# define av_sat_dadd32 av_sat_dadd32_c +#endif +#ifndef av_clipf +# define av_clipf av_clipf_c +#endif +#ifndef av_clipd +# define av_clipd av_clipd_c +#endif +#ifndef av_popcount +# define av_popcount av_popcount_c +#endif +#ifndef av_popcount64 +# define av_popcount64 av_popcount64_c +#endif +#ifndef av_parity +# define av_parity av_parity_c +#endif diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/cpu.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/cpu.h new file mode 100644 index 0000000000..cc4e30c4cd --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/cpu.h @@ -0,0 +1,117 @@ +/* + * Copyright (c) 2000, 2001, 2002 Fabrice Bellard + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_CPU_H +#define AVUTIL_CPU_H + +#include "attributes.h" + +#define AV_CPU_FLAG_FORCE 0x80000000 /* force usage of selected flags (OR) */ + + /* lower 16 bits - CPU features */ +#define AV_CPU_FLAG_MMX 0x0001 ///< standard MMX +#define AV_CPU_FLAG_MMXEXT 0x0002 ///< SSE integer functions or AMD MMX ext +#define AV_CPU_FLAG_MMX2 0x0002 ///< SSE integer functions or AMD MMX ext +#define AV_CPU_FLAG_3DNOW 0x0004 ///< AMD 3DNOW +#define AV_CPU_FLAG_SSE 0x0008 ///< SSE functions +#define AV_CPU_FLAG_SSE2 0x0010 ///< PIV SSE2 functions +#define AV_CPU_FLAG_SSE2SLOW 0x40000000 ///< SSE2 supported, but usually not faster + ///< than regular MMX/SSE (e.g. Core1) +#define AV_CPU_FLAG_3DNOWEXT 0x0020 ///< AMD 3DNowExt +#define AV_CPU_FLAG_SSE3 0x0040 ///< Prescott SSE3 functions +#define AV_CPU_FLAG_SSE3SLOW 0x20000000 ///< SSE3 supported, but usually not faster + ///< than regular MMX/SSE (e.g. Core1) +#define AV_CPU_FLAG_SSSE3 0x0080 ///< Conroe SSSE3 functions +#define AV_CPU_FLAG_ATOM 0x10000000 ///< Atom processor, some SSSE3 instructions are slower +#define AV_CPU_FLAG_SSE4 0x0100 ///< Penryn SSE4.1 functions +#define AV_CPU_FLAG_SSE42 0x0200 ///< Nehalem SSE4.2 functions +#define AV_CPU_FLAG_AESNI 0x80000 ///< Advanced Encryption Standard functions +#define AV_CPU_FLAG_AVX 0x4000 ///< AVX functions: requires OS support even if YMM registers aren't used +#define AV_CPU_FLAG_AVXSLOW 0x8000000 ///< AVX supported, but slow when using YMM registers (e.g. Bulldozer) +#define AV_CPU_FLAG_XOP 0x0400 ///< Bulldozer XOP functions +#define AV_CPU_FLAG_FMA4 0x0800 ///< Bulldozer FMA4 functions +#define AV_CPU_FLAG_CMOV 0x1000 ///< supports cmov instruction +#define AV_CPU_FLAG_AVX2 0x8000 ///< AVX2 functions: requires OS support even if YMM registers aren't used +#define AV_CPU_FLAG_FMA3 0x10000 ///< Haswell FMA3 functions +#define AV_CPU_FLAG_BMI1 0x20000 ///< Bit Manipulation Instruction Set 1 +#define AV_CPU_FLAG_BMI2 0x40000 ///< Bit Manipulation Instruction Set 2 + +#define AV_CPU_FLAG_ALTIVEC 0x0001 ///< standard +#define AV_CPU_FLAG_VSX 0x0002 ///< ISA 2.06 +#define AV_CPU_FLAG_POWER8 0x0004 ///< ISA 2.07 + +#define AV_CPU_FLAG_ARMV5TE (1 << 0) +#define AV_CPU_FLAG_ARMV6 (1 << 1) +#define AV_CPU_FLAG_ARMV6T2 (1 << 2) +#define AV_CPU_FLAG_VFP (1 << 3) +#define AV_CPU_FLAG_VFPV3 (1 << 4) +#define AV_CPU_FLAG_NEON (1 << 5) +#define AV_CPU_FLAG_ARMV8 (1 << 6) +#define AV_CPU_FLAG_VFP_VM (1 << 7) ///< VFPv2 vector mode, deprecated in ARMv7-A and unavailable in various CPUs implementations +#define AV_CPU_FLAG_SETEND (1 <<16) + +/** + * Return the flags which specify extensions supported by the CPU. + * The returned value is affected by av_force_cpu_flags() if that was used + * before. So av_get_cpu_flags() can easily be used in a application to + * detect the enabled cpu flags. + */ +int av_get_cpu_flags(void); + +/** + * Disables cpu detection and forces the specified flags. + * -1 is a special case that disables forcing of specific flags. + */ +void av_force_cpu_flags(int flags); + +/** + * Set a mask on flags returned by av_get_cpu_flags(). + * This function is mainly useful for testing. + * Please use av_force_cpu_flags() and av_get_cpu_flags() instead which are more flexible + * + * @warning this function is not thread safe. + */ +attribute_deprecated void av_set_cpu_flags_mask(int mask); + +/** + * Parse CPU flags from a string. + * + * The returned flags contain the specified flags as well as related unspecified flags. + * + * This function exists only for compatibility with libav. + * Please use av_parse_cpu_caps() when possible. + * @return a combination of AV_CPU_* flags, negative on error. + */ +attribute_deprecated +int av_parse_cpu_flags(const char *s); + +/** + * Parse CPU caps from a string and update the given AV_CPU_* flags based on that. + * + * @return negative on error. + */ +int av_parse_cpu_caps(unsigned *flags, const char *s); + +/** + * @return the number of logical CPU cores present. + */ +int av_cpu_count(void); + +#endif /* AVUTIL_CPU_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/crc.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/crc.h new file mode 100644 index 0000000000..ef8a7137e4 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/crc.h @@ -0,0 +1,91 @@ +/* + * copyright (c) 2006 Michael Niedermayer + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_CRC_H +#define AVUTIL_CRC_H + +#include +#include +#include "attributes.h" +#include "version.h" + +/** + * @defgroup lavu_crc32 CRC32 + * @ingroup lavu_crypto + * @{ + */ + +typedef uint32_t AVCRC; + +typedef enum { + AV_CRC_8_ATM, + AV_CRC_16_ANSI, + AV_CRC_16_CCITT, + AV_CRC_32_IEEE, + AV_CRC_32_IEEE_LE, /*< reversed bitorder version of AV_CRC_32_IEEE */ + AV_CRC_16_ANSI_LE, /*< reversed bitorder version of AV_CRC_16_ANSI */ +#if FF_API_CRC_BIG_TABLE + AV_CRC_24_IEEE = 12, +#else + AV_CRC_24_IEEE, +#endif /* FF_API_CRC_BIG_TABLE */ + AV_CRC_MAX, /*< Not part of public API! Do not use outside libavutil. */ +}AVCRCId; + +/** + * Initialize a CRC table. + * @param ctx must be an array of size sizeof(AVCRC)*257 or sizeof(AVCRC)*1024 + * @param le If 1, the lowest bit represents the coefficient for the highest + * exponent of the corresponding polynomial (both for poly and + * actual CRC). + * If 0, you must swap the CRC parameter and the result of av_crc + * if you need the standard representation (can be simplified in + * most cases to e.g. bswap16): + * av_bswap32(crc << (32-bits)) + * @param bits number of bits for the CRC + * @param poly generator polynomial without the x**bits coefficient, in the + * representation as specified by le + * @param ctx_size size of ctx in bytes + * @return <0 on failure + */ +int av_crc_init(AVCRC *ctx, int le, int bits, uint32_t poly, int ctx_size); + +/** + * Get an initialized standard CRC table. + * @param crc_id ID of a standard CRC + * @return a pointer to the CRC table or NULL on failure + */ +const AVCRC *av_crc_get_table(AVCRCId crc_id); + +/** + * Calculate the CRC of a block. + * @param crc CRC of previous blocks if any or initial value for CRC + * @return CRC updated with the data from the given block + * + * @see av_crc_init() "le" parameter + */ +uint32_t av_crc(const AVCRC *ctx, uint32_t crc, + const uint8_t *buffer, size_t length) av_pure; + +/** + * @} + */ + +#endif /* AVUTIL_CRC_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/des.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/des.h new file mode 100644 index 0000000000..4cf11f5bca --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/des.h @@ -0,0 +1,77 @@ +/* + * DES encryption/decryption + * Copyright (c) 2007 Reimar Doeffinger + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_DES_H +#define AVUTIL_DES_H + +#include + +/** + * @defgroup lavu_des DES + * @ingroup lavu_crypto + * @{ + */ + +typedef struct AVDES { + uint64_t round_keys[3][16]; + int triple_des; +} AVDES; + +/** + * Allocate an AVDES context. + */ +AVDES *av_des_alloc(void); + +/** + * @brief Initializes an AVDES context. + * + * @param key_bits must be 64 or 192 + * @param decrypt 0 for encryption/CBC-MAC, 1 for decryption + * @return zero on success, negative value otherwise + */ +int av_des_init(struct AVDES *d, const uint8_t *key, int key_bits, int decrypt); + +/** + * @brief Encrypts / decrypts using the DES algorithm. + * + * @param count number of 8 byte blocks + * @param dst destination array, can be equal to src, must be 8-byte aligned + * @param src source array, can be equal to dst, must be 8-byte aligned, may be NULL + * @param iv initialization vector for CBC mode, if NULL then ECB will be used, + * must be 8-byte aligned + * @param decrypt 0 for encryption, 1 for decryption + */ +void av_des_crypt(struct AVDES *d, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt); + +/** + * @brief Calculates CBC-MAC using the DES algorithm. + * + * @param count number of 8 byte blocks + * @param dst destination array, can be equal to src, must be 8-byte aligned + * @param src source array, can be equal to dst, must be 8-byte aligned, may be NULL + */ +void av_des_mac(struct AVDES *d, uint8_t *dst, const uint8_t *src, int count); + +/** + * @} + */ + +#endif /* AVUTIL_DES_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/dict.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/dict.h new file mode 100644 index 0000000000..5b8d003396 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/dict.h @@ -0,0 +1,198 @@ +/* + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +/** + * @file + * Public dictionary API. + * @deprecated + * AVDictionary is provided for compatibility with libav. It is both in + * implementation as well as API inefficient. It does not scale and is + * extremely slow with large dictionaries. + * It is recommended that new code uses our tree container from tree.c/h + * where applicable, which uses AVL trees to achieve O(log n) performance. + */ + +#ifndef AVUTIL_DICT_H +#define AVUTIL_DICT_H + +#include + +#include "version.h" + +/** + * @addtogroup lavu_dict AVDictionary + * @ingroup lavu_data + * + * @brief Simple key:value store + * + * @{ + * Dictionaries are used for storing key:value pairs. To create + * an AVDictionary, simply pass an address of a NULL pointer to + * av_dict_set(). NULL can be used as an empty dictionary wherever + * a pointer to an AVDictionary is required. + * Use av_dict_get() to retrieve an entry or iterate over all + * entries and finally av_dict_free() to free the dictionary + * and all its contents. + * + @code + AVDictionary *d = NULL; // "create" an empty dictionary + AVDictionaryEntry *t = NULL; + + av_dict_set(&d, "foo", "bar", 0); // add an entry + + char *k = av_strdup("key"); // if your strings are already allocated, + char *v = av_strdup("value"); // you can avoid copying them like this + av_dict_set(&d, k, v, AV_DICT_DONT_STRDUP_KEY | AV_DICT_DONT_STRDUP_VAL); + + while (t = av_dict_get(d, "", t, AV_DICT_IGNORE_SUFFIX)) { + <....> // iterate over all entries in d + } + av_dict_free(&d); + @endcode + * + */ + +#define AV_DICT_MATCH_CASE 1 /**< Only get an entry with exact-case key match. Only relevant in av_dict_get(). */ +#define AV_DICT_IGNORE_SUFFIX 2 /**< Return first entry in a dictionary whose first part corresponds to the search key, + ignoring the suffix of the found key string. Only relevant in av_dict_get(). */ +#define AV_DICT_DONT_STRDUP_KEY 4 /**< Take ownership of a key that's been + allocated with av_malloc() or another memory allocation function. */ +#define AV_DICT_DONT_STRDUP_VAL 8 /**< Take ownership of a value that's been + allocated with av_malloc() or another memory allocation function. */ +#define AV_DICT_DONT_OVERWRITE 16 ///< Don't overwrite existing entries. +#define AV_DICT_APPEND 32 /**< If the entry already exists, append to it. Note that no + delimiter is added, the strings are simply concatenated. */ + +typedef struct AVDictionaryEntry { + char *key; + char *value; +} AVDictionaryEntry; + +typedef struct AVDictionary AVDictionary; + +/** + * Get a dictionary entry with matching key. + * + * The returned entry key or value must not be changed, or it will + * cause undefined behavior. + * + * To iterate through all the dictionary entries, you can set the matching key + * to the null string "" and set the AV_DICT_IGNORE_SUFFIX flag. + * + * @param prev Set to the previous matching element to find the next. + * If set to NULL the first matching element is returned. + * @param key matching key + * @param flags a collection of AV_DICT_* flags controlling how the entry is retrieved + * @return found entry or NULL in case no matching entry was found in the dictionary + */ +AVDictionaryEntry *av_dict_get(const AVDictionary *m, const char *key, + const AVDictionaryEntry *prev, int flags); + +/** + * Get number of entries in dictionary. + * + * @param m dictionary + * @return number of entries in dictionary + */ +int av_dict_count(const AVDictionary *m); + +/** + * Set the given entry in *pm, overwriting an existing entry. + * + * Note: If AV_DICT_DONT_STRDUP_KEY or AV_DICT_DONT_STRDUP_VAL is set, + * these arguments will be freed on error. + * + * @param pm pointer to a pointer to a dictionary struct. If *pm is NULL + * a dictionary struct is allocated and put in *pm. + * @param key entry key to add to *pm (will be av_strduped depending on flags) + * @param value entry value to add to *pm (will be av_strduped depending on flags). + * Passing a NULL value will cause an existing entry to be deleted. + * @return >= 0 on success otherwise an error code <0 + */ +int av_dict_set(AVDictionary **pm, const char *key, const char *value, int flags); + +/** + * Convenience wrapper for av_dict_set that converts the value to a string + * and stores it. + * + * Note: If AV_DICT_DONT_STRDUP_KEY is set, key will be freed on error. + */ +int av_dict_set_int(AVDictionary **pm, const char *key, int64_t value, int flags); + +/** + * Parse the key/value pairs list and add the parsed entries to a dictionary. + * + * In case of failure, all the successfully set entries are stored in + * *pm. You may need to manually free the created dictionary. + * + * @param key_val_sep a 0-terminated list of characters used to separate + * key from value + * @param pairs_sep a 0-terminated list of characters used to separate + * two pairs from each other + * @param flags flags to use when adding to dictionary. + * AV_DICT_DONT_STRDUP_KEY and AV_DICT_DONT_STRDUP_VAL + * are ignored since the key/value tokens will always + * be duplicated. + * @return 0 on success, negative AVERROR code on failure + */ +int av_dict_parse_string(AVDictionary **pm, const char *str, + const char *key_val_sep, const char *pairs_sep, + int flags); + +/** + * Copy entries from one AVDictionary struct into another. + * @param dst pointer to a pointer to a AVDictionary struct. If *dst is NULL, + * this function will allocate a struct for you and put it in *dst + * @param src pointer to source AVDictionary struct + * @param flags flags to use when setting entries in *dst + * @note metadata is read using the AV_DICT_IGNORE_SUFFIX flag + * @return 0 on success, negative AVERROR code on failure. If dst was allocated + * by this function, callers should free the associated memory. + */ +int av_dict_copy(AVDictionary **dst, const AVDictionary *src, int flags); + +/** + * Free all the memory allocated for an AVDictionary struct + * and all keys and values. + */ +void av_dict_free(AVDictionary **m); + +/** + * Get dictionary entries as a string. + * + * Create a string containing dictionary's entries. + * Such string may be passed back to av_dict_parse_string(). + * @note String is escaped with backslashes ('\'). + * + * @param[in] m dictionary + * @param[out] buffer Pointer to buffer that will be allocated with string containg entries. + * Buffer must be freed by the caller when is no longer needed. + * @param[in] key_val_sep character used to separate key from value + * @param[in] pairs_sep character used to separate two pairs from each other + * @return >= 0 on success, negative on error + * @warning Separators cannot be neither '\\' nor '\0'. They also cannot be the same. + */ +int av_dict_get_string(const AVDictionary *m, char **buffer, + const char key_val_sep, const char pairs_sep); + +/** + * @} + */ + +#endif /* AVUTIL_DICT_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/display.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/display.h new file mode 100644 index 0000000000..c0cfee326d --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/display.h @@ -0,0 +1,86 @@ +/* + * Copyright (c) 2014 Vittorio Giovara + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_DISPLAY_H +#define AVUTIL_DISPLAY_H + +#include + +/** + * The display transformation matrix specifies an affine transformation that + * should be applied to video frames for correct presentation. It is compatible + * with the matrices stored in the ISO/IEC 14496-12 container format. + * + * The data is a 3x3 matrix represented as a 9-element array: + * + * | a b u | + * (a, b, u, c, d, v, x, y, w) -> | c d v | + * | x y w | + * + * All numbers are stored in native endianness, as 16.16 fixed-point values, + * except for u, v and w, which are stored as 2.30 fixed-point values. + * + * The transformation maps a point (p, q) in the source (pre-transformation) + * frame to the point (p', q') in the destination (post-transformation) frame as + * follows: + * | a b u | + * (p, q, 1) . | c d v | = z * (p', q', 1) + * | x y w | + * + * The transformation can also be more explicitly written in components as + * follows: + * p' = (a * p + c * q + x) / z; + * q' = (b * p + d * q + y) / z; + * z = u * p + v * q + w + */ + +/** + * Extract the rotation component of the transformation matrix. + * + * @param matrix the transformation matrix + * @return the angle (in degrees) by which the transformation rotates the frame + * counterclockwise. The angle will be in range [-180.0, 180.0], + * or NaN if the matrix is singular. + * + * @note floating point numbers are inherently inexact, so callers are + * recommended to round the return value to nearest integer before use. + */ +double av_display_rotation_get(const int32_t matrix[9]); + +/** + * Initialize a transformation matrix describing a pure counterclockwise + * rotation by the specified angle (in degrees). + * + * @param matrix an allocated transformation matrix (will be fully overwritten + * by this function) + * @param angle rotation angle in degrees. + */ +void av_display_rotation_set(int32_t matrix[9], double angle); + +/** + * Flip the input matrix horizontally and/or vertically. + * + * @param matrix an allocated transformation matrix + * @param hflip whether the matrix should be flipped horizontally + * @param vflip whether the matrix should be flipped vertically + */ +void av_display_matrix_flip(int32_t matrix[9], int hflip, int vflip); + +#endif /* AVUTIL_DISPLAY_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/downmix_info.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/downmix_info.h new file mode 100644 index 0000000000..221cf5bf9b --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/downmix_info.h @@ -0,0 +1,115 @@ +/* + * Copyright (c) 2014 Tim Walker + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_DOWNMIX_INFO_H +#define AVUTIL_DOWNMIX_INFO_H + +#include "frame.h" + +/** + * @file + * audio downmix medatata + */ + +/** + * @addtogroup lavu_audio + * @{ + */ + +/** + * @defgroup downmix_info Audio downmix metadata + * @{ + */ + +/** + * Possible downmix types. + */ +enum AVDownmixType { + AV_DOWNMIX_TYPE_UNKNOWN, /**< Not indicated. */ + AV_DOWNMIX_TYPE_LORO, /**< Lo/Ro 2-channel downmix (Stereo). */ + AV_DOWNMIX_TYPE_LTRT, /**< Lt/Rt 2-channel downmix, Dolby Surround compatible. */ + AV_DOWNMIX_TYPE_DPLII, /**< Lt/Rt 2-channel downmix, Dolby Pro Logic II compatible. */ + AV_DOWNMIX_TYPE_NB /**< Number of downmix types. Not part of ABI. */ +}; + +/** + * This structure describes optional metadata relevant to a downmix procedure. + * + * All fields are set by the decoder to the value indicated in the audio + * bitstream (if present), or to a "sane" default otherwise. + */ +typedef struct AVDownmixInfo { + /** + * Type of downmix preferred by the mastering engineer. + */ + enum AVDownmixType preferred_downmix_type; + + /** + * Absolute scale factor representing the nominal level of the center + * channel during a regular downmix. + */ + double center_mix_level; + + /** + * Absolute scale factor representing the nominal level of the center + * channel during an Lt/Rt compatible downmix. + */ + double center_mix_level_ltrt; + + /** + * Absolute scale factor representing the nominal level of the surround + * channels during a regular downmix. + */ + double surround_mix_level; + + /** + * Absolute scale factor representing the nominal level of the surround + * channels during an Lt/Rt compatible downmix. + */ + double surround_mix_level_ltrt; + + /** + * Absolute scale factor representing the level at which the LFE data is + * mixed into L/R channels during downmixing. + */ + double lfe_mix_level; +} AVDownmixInfo; + +/** + * Get a frame's AV_FRAME_DATA_DOWNMIX_INFO side data for editing. + * + * If the side data is absent, it is created and added to the frame. + * + * @param frame the frame for which the side data is to be obtained or created + * + * @return the AVDownmixInfo structure to be edited by the caller, or NULL if + * the structure cannot be allocated. + */ +AVDownmixInfo *av_downmix_info_update_side_data(AVFrame *frame); + +/** + * @} + */ + +/** + * @} + */ + +#endif /* AVUTIL_DOWNMIX_INFO_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/error.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/error.h new file mode 100644 index 0000000000..71df4da353 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/error.h @@ -0,0 +1,126 @@ +/* + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +/** + * @file + * error code definitions + */ + +#ifndef AVUTIL_ERROR_H +#define AVUTIL_ERROR_H + +#include +#include + +/** + * @addtogroup lavu_error + * + * @{ + */ + + +/* error handling */ +#if EDOM > 0 +#define AVERROR(e) (-(e)) ///< Returns a negative error code from a POSIX error code, to return from library functions. +#define AVUNERROR(e) (-(e)) ///< Returns a POSIX error code from a library function error return value. +#else +/* Some platforms have E* and errno already negated. */ +#define AVERROR(e) (e) +#define AVUNERROR(e) (e) +#endif + +#define FFERRTAG(a, b, c, d) (-(int)MKTAG(a, b, c, d)) + +#define AVERROR_BSF_NOT_FOUND FFERRTAG(0xF8,'B','S','F') ///< Bitstream filter not found +#define AVERROR_BUG FFERRTAG( 'B','U','G','!') ///< Internal bug, also see AVERROR_BUG2 +#define AVERROR_BUFFER_TOO_SMALL FFERRTAG( 'B','U','F','S') ///< Buffer too small +#define AVERROR_DECODER_NOT_FOUND FFERRTAG(0xF8,'D','E','C') ///< Decoder not found +#define AVERROR_DEMUXER_NOT_FOUND FFERRTAG(0xF8,'D','E','M') ///< Demuxer not found +#define AVERROR_ENCODER_NOT_FOUND FFERRTAG(0xF8,'E','N','C') ///< Encoder not found +#define AVERROR_EOF FFERRTAG( 'E','O','F',' ') ///< End of file +#define AVERROR_EXIT FFERRTAG( 'E','X','I','T') ///< Immediate exit was requested; the called function should not be restarted +#define AVERROR_EXTERNAL FFERRTAG( 'E','X','T',' ') ///< Generic error in an external library +#define AVERROR_FILTER_NOT_FOUND FFERRTAG(0xF8,'F','I','L') ///< Filter not found +#define AVERROR_INVALIDDATA FFERRTAG( 'I','N','D','A') ///< Invalid data found when processing input +#define AVERROR_MUXER_NOT_FOUND FFERRTAG(0xF8,'M','U','X') ///< Muxer not found +#define AVERROR_OPTION_NOT_FOUND FFERRTAG(0xF8,'O','P','T') ///< Option not found +#define AVERROR_PATCHWELCOME FFERRTAG( 'P','A','W','E') ///< Not yet implemented in FFmpeg, patches welcome +#define AVERROR_PROTOCOL_NOT_FOUND FFERRTAG(0xF8,'P','R','O') ///< Protocol not found + +#define AVERROR_STREAM_NOT_FOUND FFERRTAG(0xF8,'S','T','R') ///< Stream not found +/** + * This is semantically identical to AVERROR_BUG + * it has been introduced in Libav after our AVERROR_BUG and with a modified value. + */ +#define AVERROR_BUG2 FFERRTAG( 'B','U','G',' ') +#define AVERROR_UNKNOWN FFERRTAG( 'U','N','K','N') ///< Unknown error, typically from an external library +#define AVERROR_EXPERIMENTAL (-0x2bb2afa8) ///< Requested feature is flagged experimental. Set strict_std_compliance if you really want to use it. +#define AVERROR_INPUT_CHANGED (-0x636e6701) ///< Input changed between calls. Reconfiguration is required. (can be OR-ed with AVERROR_OUTPUT_CHANGED) +#define AVERROR_OUTPUT_CHANGED (-0x636e6702) ///< Output changed between calls. Reconfiguration is required. (can be OR-ed with AVERROR_INPUT_CHANGED) +/* HTTP & RTSP errors */ +#define AVERROR_HTTP_BAD_REQUEST FFERRTAG(0xF8,'4','0','0') +#define AVERROR_HTTP_UNAUTHORIZED FFERRTAG(0xF8,'4','0','1') +#define AVERROR_HTTP_FORBIDDEN FFERRTAG(0xF8,'4','0','3') +#define AVERROR_HTTP_NOT_FOUND FFERRTAG(0xF8,'4','0','4') +#define AVERROR_HTTP_OTHER_4XX FFERRTAG(0xF8,'4','X','X') +#define AVERROR_HTTP_SERVER_ERROR FFERRTAG(0xF8,'5','X','X') + +#define AV_ERROR_MAX_STRING_SIZE 64 + +/** + * Put a description of the AVERROR code errnum in errbuf. + * In case of failure the global variable errno is set to indicate the + * error. Even in case of failure av_strerror() will print a generic + * error message indicating the errnum provided to errbuf. + * + * @param errnum error code to describe + * @param errbuf buffer to which description is written + * @param errbuf_size the size in bytes of errbuf + * @return 0 on success, a negative value if a description for errnum + * cannot be found + */ +int av_strerror(int errnum, char *errbuf, size_t errbuf_size); + +/** + * Fill the provided buffer with a string containing an error string + * corresponding to the AVERROR code errnum. + * + * @param errbuf a buffer + * @param errbuf_size size in bytes of errbuf + * @param errnum error code to describe + * @return the buffer in input, filled with the error description + * @see av_strerror() + */ +static inline char *av_make_error_string(char *errbuf, size_t errbuf_size, int errnum) +{ + av_strerror(errnum, errbuf, errbuf_size); + return errbuf; +} + +/** + * Convenience macro, the return value should be used only directly in + * function arguments but never stand-alone. + */ +#define av_err2str(errnum) \ + av_make_error_string((char[AV_ERROR_MAX_STRING_SIZE]){0}, AV_ERROR_MAX_STRING_SIZE, errnum) + +/** + * @} + */ + +#endif /* AVUTIL_ERROR_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/eval.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/eval.h new file mode 100644 index 0000000000..dacd22b96e --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/eval.h @@ -0,0 +1,113 @@ +/* + * Copyright (c) 2002 Michael Niedermayer + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +/** + * @file + * simple arithmetic expression evaluator + */ + +#ifndef AVUTIL_EVAL_H +#define AVUTIL_EVAL_H + +#include "avutil.h" + +typedef struct AVExpr AVExpr; + +/** + * Parse and evaluate an expression. + * Note, this is significantly slower than av_expr_eval(). + * + * @param res a pointer to a double where is put the result value of + * the expression, or NAN in case of error + * @param s expression as a zero terminated string, for example "1+2^3+5*5+sin(2/3)" + * @param const_names NULL terminated array of zero terminated strings of constant identifiers, for example {"PI", "E", 0} + * @param const_values a zero terminated array of values for the identifiers from const_names + * @param func1_names NULL terminated array of zero terminated strings of funcs1 identifiers + * @param funcs1 NULL terminated array of function pointers for functions which take 1 argument + * @param func2_names NULL terminated array of zero terminated strings of funcs2 identifiers + * @param funcs2 NULL terminated array of function pointers for functions which take 2 arguments + * @param opaque a pointer which will be passed to all functions from funcs1 and funcs2 + * @param log_ctx parent logging context + * @return >= 0 in case of success, a negative value corresponding to an + * AVERROR code otherwise + */ +int av_expr_parse_and_eval(double *res, const char *s, + const char * const *const_names, const double *const_values, + const char * const *func1_names, double (* const *funcs1)(void *, double), + const char * const *func2_names, double (* const *funcs2)(void *, double, double), + void *opaque, int log_offset, void *log_ctx); + +/** + * Parse an expression. + * + * @param expr a pointer where is put an AVExpr containing the parsed + * value in case of successful parsing, or NULL otherwise. + * The pointed to AVExpr must be freed with av_expr_free() by the user + * when it is not needed anymore. + * @param s expression as a zero terminated string, for example "1+2^3+5*5+sin(2/3)" + * @param const_names NULL terminated array of zero terminated strings of constant identifiers, for example {"PI", "E", 0} + * @param func1_names NULL terminated array of zero terminated strings of funcs1 identifiers + * @param funcs1 NULL terminated array of function pointers for functions which take 1 argument + * @param func2_names NULL terminated array of zero terminated strings of funcs2 identifiers + * @param funcs2 NULL terminated array of function pointers for functions which take 2 arguments + * @param log_ctx parent logging context + * @return >= 0 in case of success, a negative value corresponding to an + * AVERROR code otherwise + */ +int av_expr_parse(AVExpr **expr, const char *s, + const char * const *const_names, + const char * const *func1_names, double (* const *funcs1)(void *, double), + const char * const *func2_names, double (* const *funcs2)(void *, double, double), + int log_offset, void *log_ctx); + +/** + * Evaluate a previously parsed expression. + * + * @param const_values a zero terminated array of values for the identifiers from av_expr_parse() const_names + * @param opaque a pointer which will be passed to all functions from funcs1 and funcs2 + * @return the value of the expression + */ +double av_expr_eval(AVExpr *e, const double *const_values, void *opaque); + +/** + * Free a parsed expression previously created with av_expr_parse(). + */ +void av_expr_free(AVExpr *e); + +/** + * Parse the string in numstr and return its value as a double. If + * the string is empty, contains only whitespaces, or does not contain + * an initial substring that has the expected syntax for a + * floating-point number, no conversion is performed. In this case, + * returns a value of zero and the value returned in tail is the value + * of numstr. + * + * @param numstr a string representing a number, may contain one of + * the International System number postfixes, for example 'K', 'M', + * 'G'. If 'i' is appended after the postfix, powers of 2 are used + * instead of powers of 10. The 'B' postfix multiplies the value by + * 8, and can be appended after another postfix or used alone. This + * allows using for example 'KB', 'MiB', 'G' and 'B' as postfix. + * @param tail if non-NULL puts here the pointer to the char next + * after the last parsed character + */ +double av_strtod(const char *numstr, char **tail); + +#endif /* AVUTIL_EVAL_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/ffversion.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/ffversion.h new file mode 100644 index 0000000000..6d4763dcc2 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/ffversion.h @@ -0,0 +1,5 @@ +/* Automatically generated by version.sh, do not manually edit! */ +#ifndef AVUTIL_FFVERSION_H +#define AVUTIL_FFVERSION_H +#define FFMPEG_VERSION "98973e6" +#endif /* AVUTIL_FFVERSION_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/fifo.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/fifo.h new file mode 100644 index 0000000000..dc7bc6f0dd --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/fifo.h @@ -0,0 +1,179 @@ +/* + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +/** + * @file + * a very simple circular buffer FIFO implementation + */ + +#ifndef AVUTIL_FIFO_H +#define AVUTIL_FIFO_H + +#include +#include "avutil.h" +#include "attributes.h" + +typedef struct AVFifoBuffer { + uint8_t *buffer; + uint8_t *rptr, *wptr, *end; + uint32_t rndx, wndx; +} AVFifoBuffer; + +/** + * Initialize an AVFifoBuffer. + * @param size of FIFO + * @return AVFifoBuffer or NULL in case of memory allocation failure + */ +AVFifoBuffer *av_fifo_alloc(unsigned int size); + +/** + * Initialize an AVFifoBuffer. + * @param nmemb number of elements + * @param size size of the single element + * @return AVFifoBuffer or NULL in case of memory allocation failure + */ +AVFifoBuffer *av_fifo_alloc_array(size_t nmemb, size_t size); + +/** + * Free an AVFifoBuffer. + * @param f AVFifoBuffer to free + */ +void av_fifo_free(AVFifoBuffer *f); + +/** + * Free an AVFifoBuffer and reset pointer to NULL. + * @param f AVFifoBuffer to free + */ +void av_fifo_freep(AVFifoBuffer **f); + +/** + * Reset the AVFifoBuffer to the state right after av_fifo_alloc, in particular it is emptied. + * @param f AVFifoBuffer to reset + */ +void av_fifo_reset(AVFifoBuffer *f); + +/** + * Return the amount of data in bytes in the AVFifoBuffer, that is the + * amount of data you can read from it. + * @param f AVFifoBuffer to read from + * @return size + */ +int av_fifo_size(const AVFifoBuffer *f); + +/** + * Return the amount of space in bytes in the AVFifoBuffer, that is the + * amount of data you can write into it. + * @param f AVFifoBuffer to write into + * @return size + */ +int av_fifo_space(const AVFifoBuffer *f); + +/** + * Feed data at specific position from an AVFifoBuffer to a user-supplied callback. + * Similar as av_fifo_gereric_read but without discarding data. + * @param f AVFifoBuffer to read from + * @param offset offset from current read position + * @param buf_size number of bytes to read + * @param func generic read function + * @param dest data destination + */ +int av_fifo_generic_peek_at(AVFifoBuffer *f, void *dest, int offset, int buf_size, void (*func)(void*, void*, int)); + +/** + * Feed data from an AVFifoBuffer to a user-supplied callback. + * Similar as av_fifo_gereric_read but without discarding data. + * @param f AVFifoBuffer to read from + * @param buf_size number of bytes to read + * @param func generic read function + * @param dest data destination + */ +int av_fifo_generic_peek(AVFifoBuffer *f, void *dest, int buf_size, void (*func)(void*, void*, int)); + +/** + * Feed data from an AVFifoBuffer to a user-supplied callback. + * @param f AVFifoBuffer to read from + * @param buf_size number of bytes to read + * @param func generic read function + * @param dest data destination + */ +int av_fifo_generic_read(AVFifoBuffer *f, void *dest, int buf_size, void (*func)(void*, void*, int)); + +/** + * Feed data from a user-supplied callback to an AVFifoBuffer. + * @param f AVFifoBuffer to write to + * @param src data source; non-const since it may be used as a + * modifiable context by the function defined in func + * @param size number of bytes to write + * @param func generic write function; the first parameter is src, + * the second is dest_buf, the third is dest_buf_size. + * func must return the number of bytes written to dest_buf, or <= 0 to + * indicate no more data available to write. + * If func is NULL, src is interpreted as a simple byte array for source data. + * @return the number of bytes written to the FIFO + */ +int av_fifo_generic_write(AVFifoBuffer *f, void *src, int size, int (*func)(void*, void*, int)); + +/** + * Resize an AVFifoBuffer. + * In case of reallocation failure, the old FIFO is kept unchanged. + * + * @param f AVFifoBuffer to resize + * @param size new AVFifoBuffer size in bytes + * @return <0 for failure, >=0 otherwise + */ +int av_fifo_realloc2(AVFifoBuffer *f, unsigned int size); + +/** + * Enlarge an AVFifoBuffer. + * In case of reallocation failure, the old FIFO is kept unchanged. + * The new fifo size may be larger than the requested size. + * + * @param f AVFifoBuffer to resize + * @param additional_space the amount of space in bytes to allocate in addition to av_fifo_size() + * @return <0 for failure, >=0 otherwise + */ +int av_fifo_grow(AVFifoBuffer *f, unsigned int additional_space); + +/** + * Read and discard the specified amount of data from an AVFifoBuffer. + * @param f AVFifoBuffer to read from + * @param size amount of data to read in bytes + */ +void av_fifo_drain(AVFifoBuffer *f, int size); + +/** + * Return a pointer to the data stored in a FIFO buffer at a certain offset. + * The FIFO buffer is not modified. + * + * @param f AVFifoBuffer to peek at, f must be non-NULL + * @param offs an offset in bytes, its absolute value must be less + * than the used buffer size or the returned pointer will + * point outside to the buffer data. + * The used buffer size can be checked with av_fifo_size(). + */ +static inline uint8_t *av_fifo_peek2(const AVFifoBuffer *f, int offs) +{ + uint8_t *ptr = f->rptr + offs; + if (ptr >= f->end) + ptr = f->buffer + (ptr - f->end); + else if (ptr < f->buffer) + ptr = f->end - (f->buffer - ptr); + return ptr; +} + +#endif /* AVUTIL_FIFO_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/file.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/file.h new file mode 100644 index 0000000000..e931be71e4 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/file.h @@ -0,0 +1,68 @@ +/* + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_FILE_H +#define AVUTIL_FILE_H + +#include + +#include "avutil.h" + +/** + * @file + * Misc file utilities. + */ + +/** + * Read the file with name filename, and put its content in a newly + * allocated buffer or map it with mmap() when available. + * In case of success set *bufptr to the read or mmapped buffer, and + * *size to the size in bytes of the buffer in *bufptr. + * The returned buffer must be released with av_file_unmap(). + * + * @param log_offset loglevel offset used for logging + * @param log_ctx context used for logging + * @return a non negative number in case of success, a negative value + * corresponding to an AVERROR error code in case of failure + */ +av_warn_unused_result +int av_file_map(const char *filename, uint8_t **bufptr, size_t *size, + int log_offset, void *log_ctx); + +/** + * Unmap or free the buffer bufptr created by av_file_map(). + * + * @param size size in bytes of bufptr, must be the same as returned + * by av_file_map() + */ +void av_file_unmap(uint8_t *bufptr, size_t size); + +/** + * Wrapper to work around the lack of mkstemp() on mingw. + * Also, tries to create file in /tmp first, if possible. + * *prefix can be a character constant; *filename will be allocated internally. + * @return file descriptor of opened file (or negative value corresponding to an + * AVERROR code on error) + * and opened file name in **filename. + * @note On very old libcs it is necessary to set a secure umask before + * calling this, av_tempfile() can't call umask itself as it is used in + * libraries and could interfere with the calling application. + */ +int av_tempfile(const char *prefix, char **filename, int log_offset, void *log_ctx); + +#endif /* AVUTIL_FILE_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/frame.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/frame.h new file mode 100644 index 0000000000..8dc4049072 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/frame.h @@ -0,0 +1,723 @@ +/* + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +/** + * @file + * @ingroup lavu_frame + * reference-counted frame API + */ + +#ifndef AVUTIL_FRAME_H +#define AVUTIL_FRAME_H + +#include + +#include "avutil.h" +#include "buffer.h" +#include "dict.h" +#include "rational.h" +#include "samplefmt.h" +#include "pixfmt.h" +#include "version.h" + + +/** + * @defgroup lavu_frame AVFrame + * @ingroup lavu_data + * + * @{ + * AVFrame is an abstraction for reference-counted raw multimedia data. + */ + +enum AVFrameSideDataType { + /** + * The data is the AVPanScan struct defined in libavcodec. + */ + AV_FRAME_DATA_PANSCAN, + /** + * ATSC A53 Part 4 Closed Captions. + * A53 CC bitstream is stored as uint8_t in AVFrameSideData.data. + * The number of bytes of CC data is AVFrameSideData.size. + */ + AV_FRAME_DATA_A53_CC, + /** + * Stereoscopic 3d metadata. + * The data is the AVStereo3D struct defined in libavutil/stereo3d.h. + */ + AV_FRAME_DATA_STEREO3D, + /** + * The data is the AVMatrixEncoding enum defined in libavutil/channel_layout.h. + */ + AV_FRAME_DATA_MATRIXENCODING, + /** + * Metadata relevant to a downmix procedure. + * The data is the AVDownmixInfo struct defined in libavutil/downmix_info.h. + */ + AV_FRAME_DATA_DOWNMIX_INFO, + /** + * ReplayGain information in the form of the AVReplayGain struct. + */ + AV_FRAME_DATA_REPLAYGAIN, + /** + * This side data contains a 3x3 transformation matrix describing an affine + * transformation that needs to be applied to the frame for correct + * presentation. + * + * See libavutil/display.h for a detailed description of the data. + */ + AV_FRAME_DATA_DISPLAYMATRIX, + /** + * Active Format Description data consisting of a single byte as specified + * in ETSI TS 101 154 using AVActiveFormatDescription enum. + */ + AV_FRAME_DATA_AFD, + /** + * Motion vectors exported by some codecs (on demand through the export_mvs + * flag set in the libavcodec AVCodecContext flags2 option). + * The data is the AVMotionVector struct defined in + * libavutil/motion_vector.h. + */ + AV_FRAME_DATA_MOTION_VECTORS, + /** + * Recommmends skipping the specified number of samples. This is exported + * only if the "skip_manual" AVOption is set in libavcodec. + * This has the same format as AV_PKT_DATA_SKIP_SAMPLES. + * @code + * u32le number of samples to skip from start of this packet + * u32le number of samples to skip from end of this packet + * u8 reason for start skip + * u8 reason for end skip (0=padding silence, 1=convergence) + * @endcode + */ + AV_FRAME_DATA_SKIP_SAMPLES, + /** + * This side data must be associated with an audio frame and corresponds to + * enum AVAudioServiceType defined in avcodec.h. + */ + AV_FRAME_DATA_AUDIO_SERVICE_TYPE, + /** + * Mastering display metadata associated with a video frame. The payload is + * an AVMasteringDisplayMetadata type and contains information about the + * mastering display color volume. + */ + AV_FRAME_DATA_MASTERING_DISPLAY_METADATA, + /** + * The GOP timecode in 25 bit timecode format. Data format is 64-bit integer. + * This is set on the first frame of a GOP that has a temporal reference of 0. + */ + AV_FRAME_DATA_GOP_TIMECODE +}; + +enum AVActiveFormatDescription { + AV_AFD_SAME = 8, + AV_AFD_4_3 = 9, + AV_AFD_16_9 = 10, + AV_AFD_14_9 = 11, + AV_AFD_4_3_SP_14_9 = 13, + AV_AFD_16_9_SP_14_9 = 14, + AV_AFD_SP_4_3 = 15, +}; + + +/** + * Structure to hold side data for an AVFrame. + * + * sizeof(AVFrameSideData) is not a part of the public ABI, so new fields may be added + * to the end with a minor bump. + */ +typedef struct AVFrameSideData { + enum AVFrameSideDataType type; + uint8_t *data; + int size; + AVDictionary *metadata; + AVBufferRef *buf; +} AVFrameSideData; + +/** + * This structure describes decoded (raw) audio or video data. + * + * AVFrame must be allocated using av_frame_alloc(). Note that this only + * allocates the AVFrame itself, the buffers for the data must be managed + * through other means (see below). + * AVFrame must be freed with av_frame_free(). + * + * AVFrame is typically allocated once and then reused multiple times to hold + * different data (e.g. a single AVFrame to hold frames received from a + * decoder). In such a case, av_frame_unref() will free any references held by + * the frame and reset it to its original clean state before it + * is reused again. + * + * The data described by an AVFrame is usually reference counted through the + * AVBuffer API. The underlying buffer references are stored in AVFrame.buf / + * AVFrame.extended_buf. An AVFrame is considered to be reference counted if at + * least one reference is set, i.e. if AVFrame.buf[0] != NULL. In such a case, + * every single data plane must be contained in one of the buffers in + * AVFrame.buf or AVFrame.extended_buf. + * There may be a single buffer for all the data, or one separate buffer for + * each plane, or anything in between. + * + * sizeof(AVFrame) is not a part of the public ABI, so new fields may be added + * to the end with a minor bump. + * Similarly fields that are marked as to be only accessed by + * av_opt_ptr() can be reordered. This allows 2 forks to add fields + * without breaking compatibility with each other. + */ +typedef struct AVFrame { +#define AV_NUM_DATA_POINTERS 8 + /** + * pointer to the picture/channel planes. + * This might be different from the first allocated byte + * + * Some decoders access areas outside 0,0 - width,height, please + * see avcodec_align_dimensions2(). Some filters and swscale can read + * up to 16 bytes beyond the planes, if these filters are to be used, + * then 16 extra bytes must be allocated. + */ + uint8_t *data[AV_NUM_DATA_POINTERS]; + + /** + * For video, size in bytes of each picture line. + * For audio, size in bytes of each plane. + * + * For audio, only linesize[0] may be set. For planar audio, each channel + * plane must be the same size. + * + * For video the linesizes should be multiples of the CPUs alignment + * preference, this is 16 or 32 for modern desktop CPUs. + * Some code requires such alignment other code can be slower without + * correct alignment, for yet other it makes no difference. + * + * @note The linesize may be larger than the size of usable data -- there + * may be extra padding present for performance reasons. + */ + int linesize[AV_NUM_DATA_POINTERS]; + + /** + * pointers to the data planes/channels. + * + * For video, this should simply point to data[]. + * + * For planar audio, each channel has a separate data pointer, and + * linesize[0] contains the size of each channel buffer. + * For packed audio, there is just one data pointer, and linesize[0] + * contains the total size of the buffer for all channels. + * + * Note: Both data and extended_data should always be set in a valid frame, + * but for planar audio with more channels that can fit in data, + * extended_data must be used in order to access all channels. + */ + uint8_t **extended_data; + + /** + * width and height of the video frame + */ + int width, height; + + /** + * number of audio samples (per channel) described by this frame + */ + int nb_samples; + + /** + * format of the frame, -1 if unknown or unset + * Values correspond to enum AVPixelFormat for video frames, + * enum AVSampleFormat for audio) + */ + int format; + + /** + * 1 -> keyframe, 0-> not + */ + int key_frame; + + /** + * Picture type of the frame. + */ + enum AVPictureType pict_type; + + /** + * Sample aspect ratio for the video frame, 0/1 if unknown/unspecified. + */ + AVRational sample_aspect_ratio; + + /** + * Presentation timestamp in time_base units (time when frame should be shown to user). + */ + int64_t pts; + + /** + * PTS copied from the AVPacket that was decoded to produce this frame. + */ + int64_t pkt_pts; + + /** + * DTS copied from the AVPacket that triggered returning this frame. (if frame threading isn't used) + * This is also the Presentation time of this AVFrame calculated from + * only AVPacket.dts values without pts values. + */ + int64_t pkt_dts; + + /** + * picture number in bitstream order + */ + int coded_picture_number; + /** + * picture number in display order + */ + int display_picture_number; + + /** + * quality (between 1 (good) and FF_LAMBDA_MAX (bad)) + */ + int quality; + + /** + * for some private data of the user + */ + void *opaque; + +#if FF_API_ERROR_FRAME + /** + * @deprecated unused + */ + attribute_deprecated + uint64_t error[AV_NUM_DATA_POINTERS]; +#endif + + /** + * When decoding, this signals how much the picture must be delayed. + * extra_delay = repeat_pict / (2*fps) + */ + int repeat_pict; + + /** + * The content of the picture is interlaced. + */ + int interlaced_frame; + + /** + * If the content is interlaced, is top field displayed first. + */ + int top_field_first; + + /** + * Tell user application that palette has changed from previous frame. + */ + int palette_has_changed; + + /** + * reordered opaque 64bit (generally an integer or a double precision float + * PTS but can be anything). + * The user sets AVCodecContext.reordered_opaque to represent the input at + * that time, + * the decoder reorders values as needed and sets AVFrame.reordered_opaque + * to exactly one of the values provided by the user through AVCodecContext.reordered_opaque + * @deprecated in favor of pkt_pts + */ + int64_t reordered_opaque; + + /** + * Sample rate of the audio data. + */ + int sample_rate; + + /** + * Channel layout of the audio data. + */ + uint64_t channel_layout; + + /** + * AVBuffer references backing the data for this frame. If all elements of + * this array are NULL, then this frame is not reference counted. This array + * must be filled contiguously -- if buf[i] is non-NULL then buf[j] must + * also be non-NULL for all j < i. + * + * There may be at most one AVBuffer per data plane, so for video this array + * always contains all the references. For planar audio with more than + * AV_NUM_DATA_POINTERS channels, there may be more buffers than can fit in + * this array. Then the extra AVBufferRef pointers are stored in the + * extended_buf array. + */ + AVBufferRef *buf[AV_NUM_DATA_POINTERS]; + + /** + * For planar audio which requires more than AV_NUM_DATA_POINTERS + * AVBufferRef pointers, this array will hold all the references which + * cannot fit into AVFrame.buf. + * + * Note that this is different from AVFrame.extended_data, which always + * contains all the pointers. This array only contains the extra pointers, + * which cannot fit into AVFrame.buf. + * + * This array is always allocated using av_malloc() by whoever constructs + * the frame. It is freed in av_frame_unref(). + */ + AVBufferRef **extended_buf; + /** + * Number of elements in extended_buf. + */ + int nb_extended_buf; + + AVFrameSideData **side_data; + int nb_side_data; + +/** + * @defgroup lavu_frame_flags AV_FRAME_FLAGS + * Flags describing additional frame properties. + * + * @{ + */ + +/** + * The frame data may be corrupted, e.g. due to decoding errors. + */ +#define AV_FRAME_FLAG_CORRUPT (1 << 0) +/** + * @} + */ + + /** + * Frame flags, a combination of @ref lavu_frame_flags + */ + int flags; + + /** + * MPEG vs JPEG YUV range. + * It must be accessed using av_frame_get_color_range() and + * av_frame_set_color_range(). + * - encoding: Set by user + * - decoding: Set by libavcodec + */ + enum AVColorRange color_range; + + enum AVColorPrimaries color_primaries; + + enum AVColorTransferCharacteristic color_trc; + + /** + * YUV colorspace type. + * It must be accessed using av_frame_get_colorspace() and + * av_frame_set_colorspace(). + * - encoding: Set by user + * - decoding: Set by libavcodec + */ + enum AVColorSpace colorspace; + + enum AVChromaLocation chroma_location; + + /** + * frame timestamp estimated using various heuristics, in stream time base + * Code outside libavutil should access this field using: + * av_frame_get_best_effort_timestamp(frame) + * - encoding: unused + * - decoding: set by libavcodec, read by user. + */ + int64_t best_effort_timestamp; + + /** + * reordered pos from the last AVPacket that has been input into the decoder + * Code outside libavutil should access this field using: + * av_frame_get_pkt_pos(frame) + * - encoding: unused + * - decoding: Read by user. + */ + int64_t pkt_pos; + + /** + * duration of the corresponding packet, expressed in + * AVStream->time_base units, 0 if unknown. + * Code outside libavutil should access this field using: + * av_frame_get_pkt_duration(frame) + * - encoding: unused + * - decoding: Read by user. + */ + int64_t pkt_duration; + + /** + * metadata. + * Code outside libavutil should access this field using: + * av_frame_get_metadata(frame) + * - encoding: Set by user. + * - decoding: Set by libavcodec. + */ + AVDictionary *metadata; + + /** + * decode error flags of the frame, set to a combination of + * FF_DECODE_ERROR_xxx flags if the decoder produced a frame, but there + * were errors during the decoding. + * Code outside libavutil should access this field using: + * av_frame_get_decode_error_flags(frame) + * - encoding: unused + * - decoding: set by libavcodec, read by user. + */ + int decode_error_flags; +#define FF_DECODE_ERROR_INVALID_BITSTREAM 1 +#define FF_DECODE_ERROR_MISSING_REFERENCE 2 + + /** + * number of audio channels, only used for audio. + * Code outside libavutil should access this field using: + * av_frame_get_channels(frame) + * - encoding: unused + * - decoding: Read by user. + */ + int channels; + + /** + * size of the corresponding packet containing the compressed + * frame. It must be accessed using av_frame_get_pkt_size() and + * av_frame_set_pkt_size(). + * It is set to a negative value if unknown. + * - encoding: unused + * - decoding: set by libavcodec, read by user. + */ + int pkt_size; + +#if FF_API_FRAME_QP + /** + * QP table + * Not to be accessed directly from outside libavutil + */ + attribute_deprecated + int8_t *qscale_table; + /** + * QP store stride + * Not to be accessed directly from outside libavutil + */ + attribute_deprecated + int qstride; + + attribute_deprecated + int qscale_type; + + /** + * Not to be accessed directly from outside libavutil + */ + AVBufferRef *qp_table_buf; +#endif +} AVFrame; + +/** + * Accessors for some AVFrame fields. + * The position of these field in the structure is not part of the ABI, + * they should not be accessed directly outside libavutil. + */ +int64_t av_frame_get_best_effort_timestamp(const AVFrame *frame); +void av_frame_set_best_effort_timestamp(AVFrame *frame, int64_t val); +int64_t av_frame_get_pkt_duration (const AVFrame *frame); +void av_frame_set_pkt_duration (AVFrame *frame, int64_t val); +int64_t av_frame_get_pkt_pos (const AVFrame *frame); +void av_frame_set_pkt_pos (AVFrame *frame, int64_t val); +int64_t av_frame_get_channel_layout (const AVFrame *frame); +void av_frame_set_channel_layout (AVFrame *frame, int64_t val); +int av_frame_get_channels (const AVFrame *frame); +void av_frame_set_channels (AVFrame *frame, int val); +int av_frame_get_sample_rate (const AVFrame *frame); +void av_frame_set_sample_rate (AVFrame *frame, int val); +AVDictionary *av_frame_get_metadata (const AVFrame *frame); +void av_frame_set_metadata (AVFrame *frame, AVDictionary *val); +int av_frame_get_decode_error_flags (const AVFrame *frame); +void av_frame_set_decode_error_flags (AVFrame *frame, int val); +int av_frame_get_pkt_size(const AVFrame *frame); +void av_frame_set_pkt_size(AVFrame *frame, int val); +AVDictionary **avpriv_frame_get_metadatap(AVFrame *frame); +#if FF_API_FRAME_QP +int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); +int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type); +#endif +enum AVColorSpace av_frame_get_colorspace(const AVFrame *frame); +void av_frame_set_colorspace(AVFrame *frame, enum AVColorSpace val); +enum AVColorRange av_frame_get_color_range(const AVFrame *frame); +void av_frame_set_color_range(AVFrame *frame, enum AVColorRange val); + +/** + * Get the name of a colorspace. + * @return a static string identifying the colorspace; can be NULL. + */ +const char *av_get_colorspace_name(enum AVColorSpace val); + +/** + * Allocate an AVFrame and set its fields to default values. The resulting + * struct must be freed using av_frame_free(). + * + * @return An AVFrame filled with default values or NULL on failure. + * + * @note this only allocates the AVFrame itself, not the data buffers. Those + * must be allocated through other means, e.g. with av_frame_get_buffer() or + * manually. + */ +AVFrame *av_frame_alloc(void); + +/** + * Free the frame and any dynamically allocated objects in it, + * e.g. extended_data. If the frame is reference counted, it will be + * unreferenced first. + * + * @param frame frame to be freed. The pointer will be set to NULL. + */ +void av_frame_free(AVFrame **frame); + +/** + * Set up a new reference to the data described by the source frame. + * + * Copy frame properties from src to dst and create a new reference for each + * AVBufferRef from src. + * + * If src is not reference counted, new buffers are allocated and the data is + * copied. + * + * @return 0 on success, a negative AVERROR on error + */ +int av_frame_ref(AVFrame *dst, const AVFrame *src); + +/** + * Create a new frame that references the same data as src. + * + * This is a shortcut for av_frame_alloc()+av_frame_ref(). + * + * @return newly created AVFrame on success, NULL on error. + */ +AVFrame *av_frame_clone(const AVFrame *src); + +/** + * Unreference all the buffers referenced by frame and reset the frame fields. + */ +void av_frame_unref(AVFrame *frame); + +/** + * Move everything contained in src to dst and reset src. + */ +void av_frame_move_ref(AVFrame *dst, AVFrame *src); + +/** + * Allocate new buffer(s) for audio or video data. + * + * The following fields must be set on frame before calling this function: + * - format (pixel format for video, sample format for audio) + * - width and height for video + * - nb_samples and channel_layout for audio + * + * This function will fill AVFrame.data and AVFrame.buf arrays and, if + * necessary, allocate and fill AVFrame.extended_data and AVFrame.extended_buf. + * For planar formats, one buffer will be allocated for each plane. + * + * @param frame frame in which to store the new buffers. + * @param align required buffer size alignment + * + * @return 0 on success, a negative AVERROR on error. + */ +int av_frame_get_buffer(AVFrame *frame, int align); + +/** + * Check if the frame data is writable. + * + * @return A positive value if the frame data is writable (which is true if and + * only if each of the underlying buffers has only one reference, namely the one + * stored in this frame). Return 0 otherwise. + * + * If 1 is returned the answer is valid until av_buffer_ref() is called on any + * of the underlying AVBufferRefs (e.g. through av_frame_ref() or directly). + * + * @see av_frame_make_writable(), av_buffer_is_writable() + */ +int av_frame_is_writable(AVFrame *frame); + +/** + * Ensure that the frame data is writable, avoiding data copy if possible. + * + * Do nothing if the frame is writable, allocate new buffers and copy the data + * if it is not. + * + * @return 0 on success, a negative AVERROR on error. + * + * @see av_frame_is_writable(), av_buffer_is_writable(), + * av_buffer_make_writable() + */ +int av_frame_make_writable(AVFrame *frame); + +/** + * Copy the frame data from src to dst. + * + * This function does not allocate anything, dst must be already initialized and + * allocated with the same parameters as src. + * + * This function only copies the frame data (i.e. the contents of the data / + * extended data arrays), not any other properties. + * + * @return >= 0 on success, a negative AVERROR on error. + */ +int av_frame_copy(AVFrame *dst, const AVFrame *src); + +/** + * Copy only "metadata" fields from src to dst. + * + * Metadata for the purpose of this function are those fields that do not affect + * the data layout in the buffers. E.g. pts, sample rate (for audio) or sample + * aspect ratio (for video), but not width/height or channel layout. + * Side data is also copied. + */ +int av_frame_copy_props(AVFrame *dst, const AVFrame *src); + +/** + * Get the buffer reference a given data plane is stored in. + * + * @param plane index of the data plane of interest in frame->extended_data. + * + * @return the buffer reference that contains the plane or NULL if the input + * frame is not valid. + */ +AVBufferRef *av_frame_get_plane_buffer(AVFrame *frame, int plane); + +/** + * Add a new side data to a frame. + * + * @param frame a frame to which the side data should be added + * @param type type of the added side data + * @param size size of the side data + * + * @return newly added side data on success, NULL on error + */ +AVFrameSideData *av_frame_new_side_data(AVFrame *frame, + enum AVFrameSideDataType type, + int size); + +/** + * @return a pointer to the side data of a given type on success, NULL if there + * is no side data with such type in this frame. + */ +AVFrameSideData *av_frame_get_side_data(const AVFrame *frame, + enum AVFrameSideDataType type); + +/** + * If side data of the supplied type exists in the frame, free it and remove it + * from the frame. + */ +void av_frame_remove_side_data(AVFrame *frame, enum AVFrameSideDataType type); + +/** + * @return a string identifying the side data type + */ +const char *av_frame_side_data_name(enum AVFrameSideDataType type); + +/** + * @} + */ + +#endif /* AVUTIL_FRAME_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/hash.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/hash.h new file mode 100644 index 0000000000..d4bcbf8cc8 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/hash.h @@ -0,0 +1,112 @@ +/* + * Copyright (C) 2013 Reimar Döffinger + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_HASH_H +#define AVUTIL_HASH_H + +#include + +struct AVHashContext; + +/** + * Allocate a hash context for the algorithm specified by name. + * + * @return >= 0 for success, a negative error code for failure + * @note The context is not initialized, you must call av_hash_init(). + */ +int av_hash_alloc(struct AVHashContext **ctx, const char *name); + +/** + * Get the names of available hash algorithms. + * + * This function can be used to enumerate the algorithms. + * + * @param i index of the hash algorithm, starting from 0 + * @return a pointer to a static string or NULL if i is out of range + */ +const char *av_hash_names(int i); + +/** + * Get the name of the algorithm corresponding to the given hash context. + */ +const char *av_hash_get_name(const struct AVHashContext *ctx); + +/** + * Maximum value that av_hash_get_size will currently return. + * + * You can use this if you absolutely want or need to use static allocation + * and are fine with not supporting hashes newly added to libavutil without + * recompilation. + * Note that you still need to check against av_hash_get_size, adding new hashes + * with larger sizes will not be considered an ABI change and should not cause + * your code to overflow a buffer. + */ +#define AV_HASH_MAX_SIZE 64 + +/** + * Get the size of the resulting hash value in bytes. + * + * The pointer passed to av_hash_final have space for at least this many bytes. + */ +int av_hash_get_size(const struct AVHashContext *ctx); + +/** + * Initialize or reset a hash context. + */ +void av_hash_init(struct AVHashContext *ctx); + +/** + * Update a hash context with additional data. + */ +void av_hash_update(struct AVHashContext *ctx, const uint8_t *src, int len); + +/** + * Finalize a hash context and compute the actual hash value. + */ +void av_hash_final(struct AVHashContext *ctx, uint8_t *dst); + +/** + * Finalize a hash context and compute the actual hash value. + * If size is smaller than the hash size, the hash is truncated; + * if size is larger, the buffer is padded with 0. + */ +void av_hash_final_bin(struct AVHashContext *ctx, uint8_t *dst, int size); + +/** + * Finalize a hash context and compute the actual hash value as a hex string. + * The string is always 0-terminated. + * If size is smaller than 2 * hash_size + 1, the hex string is truncated. + */ +void av_hash_final_hex(struct AVHashContext *ctx, uint8_t *dst, int size); + +/** + * Finalize a hash context and compute the actual hash value as a base64 string. + * The string is always 0-terminated. + * If size is smaller than AV_BASE64_SIZE(hash_size), the base64 string is + * truncated. + */ +void av_hash_final_b64(struct AVHashContext *ctx, uint8_t *dst, int size); + +/** + * Free hash context. + */ +void av_hash_freep(struct AVHashContext **ctx); + +#endif /* AVUTIL_HASH_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/hmac.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/hmac.h new file mode 100644 index 0000000000..576a0a4fb9 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/hmac.h @@ -0,0 +1,100 @@ +/* + * Copyright (C) 2012 Martin Storsjo + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_HMAC_H +#define AVUTIL_HMAC_H + +#include + +#include "version.h" +/** + * @defgroup lavu_hmac HMAC + * @ingroup lavu_crypto + * @{ + */ + +enum AVHMACType { + AV_HMAC_MD5, + AV_HMAC_SHA1, + AV_HMAC_SHA224, + AV_HMAC_SHA256, + AV_HMAC_SHA384 = 12, + AV_HMAC_SHA512, +}; + +typedef struct AVHMAC AVHMAC; + +/** + * Allocate an AVHMAC context. + * @param type The hash function used for the HMAC. + */ +AVHMAC *av_hmac_alloc(enum AVHMACType type); + +/** + * Free an AVHMAC context. + * @param ctx The context to free, may be NULL + */ +void av_hmac_free(AVHMAC *ctx); + +/** + * Initialize an AVHMAC context with an authentication key. + * @param ctx The HMAC context + * @param key The authentication key + * @param keylen The length of the key, in bytes + */ +void av_hmac_init(AVHMAC *ctx, const uint8_t *key, unsigned int keylen); + +/** + * Hash data with the HMAC. + * @param ctx The HMAC context + * @param data The data to hash + * @param len The length of the data, in bytes + */ +void av_hmac_update(AVHMAC *ctx, const uint8_t *data, unsigned int len); + +/** + * Finish hashing and output the HMAC digest. + * @param ctx The HMAC context + * @param out The output buffer to write the digest into + * @param outlen The length of the out buffer, in bytes + * @return The number of bytes written to out, or a negative error code. + */ +int av_hmac_final(AVHMAC *ctx, uint8_t *out, unsigned int outlen); + +/** + * Hash an array of data with a key. + * @param ctx The HMAC context + * @param data The data to hash + * @param len The length of the data, in bytes + * @param key The authentication key + * @param keylen The length of the key, in bytes + * @param out The output buffer to write the digest into + * @param outlen The length of the out buffer, in bytes + * @return The number of bytes written to out, or a negative error code. + */ +int av_hmac_calc(AVHMAC *ctx, const uint8_t *data, unsigned int len, + const uint8_t *key, unsigned int keylen, + uint8_t *out, unsigned int outlen); + +/** + * @} + */ + +#endif /* AVUTIL_HMAC_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/imgutils.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/imgutils.h new file mode 100644 index 0000000000..23282a38fa --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/imgutils.h @@ -0,0 +1,213 @@ +/* + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_IMGUTILS_H +#define AVUTIL_IMGUTILS_H + +/** + * @file + * misc image utilities + * + * @addtogroup lavu_picture + * @{ + */ + +#include "avutil.h" +#include "pixdesc.h" +#include "rational.h" + +/** + * Compute the max pixel step for each plane of an image with a + * format described by pixdesc. + * + * The pixel step is the distance in bytes between the first byte of + * the group of bytes which describe a pixel component and the first + * byte of the successive group in the same plane for the same + * component. + * + * @param max_pixsteps an array which is filled with the max pixel step + * for each plane. Since a plane may contain different pixel + * components, the computed max_pixsteps[plane] is relative to the + * component in the plane with the max pixel step. + * @param max_pixstep_comps an array which is filled with the component + * for each plane which has the max pixel step. May be NULL. + */ +void av_image_fill_max_pixsteps(int max_pixsteps[4], int max_pixstep_comps[4], + const AVPixFmtDescriptor *pixdesc); + +/** + * Compute the size of an image line with format pix_fmt and width + * width for the plane plane. + * + * @return the computed size in bytes + */ +int av_image_get_linesize(enum AVPixelFormat pix_fmt, int width, int plane); + +/** + * Fill plane linesizes for an image with pixel format pix_fmt and + * width width. + * + * @param linesizes array to be filled with the linesize for each plane + * @return >= 0 in case of success, a negative error code otherwise + */ +int av_image_fill_linesizes(int linesizes[4], enum AVPixelFormat pix_fmt, int width); + +/** + * Fill plane data pointers for an image with pixel format pix_fmt and + * height height. + * + * @param data pointers array to be filled with the pointer for each image plane + * @param ptr the pointer to a buffer which will contain the image + * @param linesizes the array containing the linesize for each + * plane, should be filled by av_image_fill_linesizes() + * @return the size in bytes required for the image buffer, a negative + * error code in case of failure + */ +int av_image_fill_pointers(uint8_t *data[4], enum AVPixelFormat pix_fmt, int height, + uint8_t *ptr, const int linesizes[4]); + +/** + * Allocate an image with size w and h and pixel format pix_fmt, and + * fill pointers and linesizes accordingly. + * The allocated image buffer has to be freed by using + * av_freep(&pointers[0]). + * + * @param align the value to use for buffer size alignment + * @return the size in bytes required for the image buffer, a negative + * error code in case of failure + */ +int av_image_alloc(uint8_t *pointers[4], int linesizes[4], + int w, int h, enum AVPixelFormat pix_fmt, int align); + +/** + * Copy image plane from src to dst. + * That is, copy "height" number of lines of "bytewidth" bytes each. + * The first byte of each successive line is separated by *_linesize + * bytes. + * + * bytewidth must be contained by both absolute values of dst_linesize + * and src_linesize, otherwise the function behavior is undefined. + * + * @param dst_linesize linesize for the image plane in dst + * @param src_linesize linesize for the image plane in src + */ +void av_image_copy_plane(uint8_t *dst, int dst_linesize, + const uint8_t *src, int src_linesize, + int bytewidth, int height); + +/** + * Copy image in src_data to dst_data. + * + * @param dst_linesizes linesizes for the image in dst_data + * @param src_linesizes linesizes for the image in src_data + */ +void av_image_copy(uint8_t *dst_data[4], int dst_linesizes[4], + const uint8_t *src_data[4], const int src_linesizes[4], + enum AVPixelFormat pix_fmt, int width, int height); + +/** + * Setup the data pointers and linesizes based on the specified image + * parameters and the provided array. + * + * The fields of the given image are filled in by using the src + * address which points to the image data buffer. Depending on the + * specified pixel format, one or multiple image data pointers and + * line sizes will be set. If a planar format is specified, several + * pointers will be set pointing to the different picture planes and + * the line sizes of the different planes will be stored in the + * lines_sizes array. Call with src == NULL to get the required + * size for the src buffer. + * + * To allocate the buffer and fill in the dst_data and dst_linesize in + * one call, use av_image_alloc(). + * + * @param dst_data data pointers to be filled in + * @param dst_linesizes linesizes for the image in dst_data to be filled in + * @param src buffer which will contain or contains the actual image data, can be NULL + * @param pix_fmt the pixel format of the image + * @param width the width of the image in pixels + * @param height the height of the image in pixels + * @param align the value used in src for linesize alignment + * @return the size in bytes required for src, a negative error code + * in case of failure + */ +int av_image_fill_arrays(uint8_t *dst_data[4], int dst_linesize[4], + const uint8_t *src, + enum AVPixelFormat pix_fmt, int width, int height, int align); + +/** + * Return the size in bytes of the amount of data required to store an + * image with the given parameters. + * + * @param[in] align the assumed linesize alignment + */ +int av_image_get_buffer_size(enum AVPixelFormat pix_fmt, int width, int height, int align); + +/** + * Copy image data from an image into a buffer. + * + * av_image_get_buffer_size() can be used to compute the required size + * for the buffer to fill. + * + * @param dst a buffer into which picture data will be copied + * @param dst_size the size in bytes of dst + * @param src_data pointers containing the source image data + * @param src_linesizes linesizes for the image in src_data + * @param pix_fmt the pixel format of the source image + * @param width the width of the source image in pixels + * @param height the height of the source image in pixels + * @param align the assumed linesize alignment for dst + * @return the number of bytes written to dst, or a negative value + * (error code) on error + */ +int av_image_copy_to_buffer(uint8_t *dst, int dst_size, + const uint8_t * const src_data[4], const int src_linesize[4], + enum AVPixelFormat pix_fmt, int width, int height, int align); + +/** + * Check if the given dimension of an image is valid, meaning that all + * bytes of the image can be addressed with a signed int. + * + * @param w the width of the picture + * @param h the height of the picture + * @param log_offset the offset to sum to the log level for logging with log_ctx + * @param log_ctx the parent logging context, it may be NULL + * @return >= 0 if valid, a negative error code otherwise + */ +int av_image_check_size(unsigned int w, unsigned int h, int log_offset, void *log_ctx); + +/** + * Check if the given sample aspect ratio of an image is valid. + * + * It is considered invalid if the denominator is 0 or if applying the ratio + * to the image size would make the smaller dimension less than 1. If the + * sar numerator is 0, it is considered unknown and will return as valid. + * + * @param w width of the image + * @param h height of the image + * @param sar sample aspect ratio of the image + * @return 0 if valid, a negative AVERROR code otherwise + */ +int av_image_check_sar(unsigned int w, unsigned int h, AVRational sar); + +/** + * @} + */ + + +#endif /* AVUTIL_IMGUTILS_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/intfloat.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/intfloat.h new file mode 100644 index 0000000000..fe3d7ec4a5 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/intfloat.h @@ -0,0 +1,77 @@ +/* + * Copyright (c) 2011 Mans Rullgard + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_INTFLOAT_H +#define AVUTIL_INTFLOAT_H + +#include +#include "attributes.h" + +union av_intfloat32 { + uint32_t i; + float f; +}; + +union av_intfloat64 { + uint64_t i; + double f; +}; + +/** + * Reinterpret a 32-bit integer as a float. + */ +static av_always_inline float av_int2float(uint32_t i) +{ + union av_intfloat32 v; + v.i = i; + return v.f; +} + +/** + * Reinterpret a float as a 32-bit integer. + */ +static av_always_inline uint32_t av_float2int(float f) +{ + union av_intfloat32 v; + v.f = f; + return v.i; +} + +/** + * Reinterpret a 64-bit integer as a double. + */ +static av_always_inline double av_int2double(uint64_t i) +{ + union av_intfloat64 v; + v.i = i; + return v.f; +} + +/** + * Reinterpret a double as a 64-bit integer. + */ +static av_always_inline uint64_t av_double2int(double f) +{ + union av_intfloat64 v; + v.f = f; + return v.i; +} + +#endif /* AVUTIL_INTFLOAT_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/intreadwrite.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/intreadwrite.h new file mode 100644 index 0000000000..51fbe30a23 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/intreadwrite.h @@ -0,0 +1,629 @@ +/* + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_INTREADWRITE_H +#define AVUTIL_INTREADWRITE_H + +#include +#include "libavutil/avconfig.h" +#include "attributes.h" +#include "bswap.h" + +typedef union { + uint64_t u64; + uint32_t u32[2]; + uint16_t u16[4]; + uint8_t u8 [8]; + double f64; + float f32[2]; +} av_alias av_alias64; + +typedef union { + uint32_t u32; + uint16_t u16[2]; + uint8_t u8 [4]; + float f32; +} av_alias av_alias32; + +typedef union { + uint16_t u16; + uint8_t u8 [2]; +} av_alias av_alias16; + +/* + * Arch-specific headers can provide any combination of + * AV_[RW][BLN](16|24|32|48|64) and AV_(COPY|SWAP|ZERO)(64|128) macros. + * Preprocessor symbols must be defined, even if these are implemented + * as inline functions. + * + * R/W means read/write, B/L/N means big/little/native endianness. + * The following macros require aligned access, compared to their + * unaligned variants: AV_(COPY|SWAP|ZERO)(64|128), AV_[RW]N[8-64]A. + * Incorrect usage may range from abysmal performance to crash + * depending on the platform. + * + * The unaligned variants are AV_[RW][BLN][8-64] and AV_COPY*U. + */ + +#ifdef HAVE_AV_CONFIG_H + +#include "config.h" + +#if ARCH_ARM +# include "arm/intreadwrite.h" +#elif ARCH_AVR32 +# include "avr32/intreadwrite.h" +#elif ARCH_MIPS +# include "mips/intreadwrite.h" +#elif ARCH_PPC +# include "ppc/intreadwrite.h" +#elif ARCH_TOMI +# include "tomi/intreadwrite.h" +#elif ARCH_X86 +# include "x86/intreadwrite.h" +#endif + +#endif /* HAVE_AV_CONFIG_H */ + +/* + * Map AV_RNXX <-> AV_R[BL]XX for all variants provided by per-arch headers. + */ + +#if AV_HAVE_BIGENDIAN + +# if defined(AV_RN16) && !defined(AV_RB16) +# define AV_RB16(p) AV_RN16(p) +# elif !defined(AV_RN16) && defined(AV_RB16) +# define AV_RN16(p) AV_RB16(p) +# endif + +# if defined(AV_WN16) && !defined(AV_WB16) +# define AV_WB16(p, v) AV_WN16(p, v) +# elif !defined(AV_WN16) && defined(AV_WB16) +# define AV_WN16(p, v) AV_WB16(p, v) +# endif + +# if defined(AV_RN24) && !defined(AV_RB24) +# define AV_RB24(p) AV_RN24(p) +# elif !defined(AV_RN24) && defined(AV_RB24) +# define AV_RN24(p) AV_RB24(p) +# endif + +# if defined(AV_WN24) && !defined(AV_WB24) +# define AV_WB24(p, v) AV_WN24(p, v) +# elif !defined(AV_WN24) && defined(AV_WB24) +# define AV_WN24(p, v) AV_WB24(p, v) +# endif + +# if defined(AV_RN32) && !defined(AV_RB32) +# define AV_RB32(p) AV_RN32(p) +# elif !defined(AV_RN32) && defined(AV_RB32) +# define AV_RN32(p) AV_RB32(p) +# endif + +# if defined(AV_WN32) && !defined(AV_WB32) +# define AV_WB32(p, v) AV_WN32(p, v) +# elif !defined(AV_WN32) && defined(AV_WB32) +# define AV_WN32(p, v) AV_WB32(p, v) +# endif + +# if defined(AV_RN48) && !defined(AV_RB48) +# define AV_RB48(p) AV_RN48(p) +# elif !defined(AV_RN48) && defined(AV_RB48) +# define AV_RN48(p) AV_RB48(p) +# endif + +# if defined(AV_WN48) && !defined(AV_WB48) +# define AV_WB48(p, v) AV_WN48(p, v) +# elif !defined(AV_WN48) && defined(AV_WB48) +# define AV_WN48(p, v) AV_WB48(p, v) +# endif + +# if defined(AV_RN64) && !defined(AV_RB64) +# define AV_RB64(p) AV_RN64(p) +# elif !defined(AV_RN64) && defined(AV_RB64) +# define AV_RN64(p) AV_RB64(p) +# endif + +# if defined(AV_WN64) && !defined(AV_WB64) +# define AV_WB64(p, v) AV_WN64(p, v) +# elif !defined(AV_WN64) && defined(AV_WB64) +# define AV_WN64(p, v) AV_WB64(p, v) +# endif + +#else /* AV_HAVE_BIGENDIAN */ + +# if defined(AV_RN16) && !defined(AV_RL16) +# define AV_RL16(p) AV_RN16(p) +# elif !defined(AV_RN16) && defined(AV_RL16) +# define AV_RN16(p) AV_RL16(p) +# endif + +# if defined(AV_WN16) && !defined(AV_WL16) +# define AV_WL16(p, v) AV_WN16(p, v) +# elif !defined(AV_WN16) && defined(AV_WL16) +# define AV_WN16(p, v) AV_WL16(p, v) +# endif + +# if defined(AV_RN24) && !defined(AV_RL24) +# define AV_RL24(p) AV_RN24(p) +# elif !defined(AV_RN24) && defined(AV_RL24) +# define AV_RN24(p) AV_RL24(p) +# endif + +# if defined(AV_WN24) && !defined(AV_WL24) +# define AV_WL24(p, v) AV_WN24(p, v) +# elif !defined(AV_WN24) && defined(AV_WL24) +# define AV_WN24(p, v) AV_WL24(p, v) +# endif + +# if defined(AV_RN32) && !defined(AV_RL32) +# define AV_RL32(p) AV_RN32(p) +# elif !defined(AV_RN32) && defined(AV_RL32) +# define AV_RN32(p) AV_RL32(p) +# endif + +# if defined(AV_WN32) && !defined(AV_WL32) +# define AV_WL32(p, v) AV_WN32(p, v) +# elif !defined(AV_WN32) && defined(AV_WL32) +# define AV_WN32(p, v) AV_WL32(p, v) +# endif + +# if defined(AV_RN48) && !defined(AV_RL48) +# define AV_RL48(p) AV_RN48(p) +# elif !defined(AV_RN48) && defined(AV_RL48) +# define AV_RN48(p) AV_RL48(p) +# endif + +# if defined(AV_WN48) && !defined(AV_WL48) +# define AV_WL48(p, v) AV_WN48(p, v) +# elif !defined(AV_WN48) && defined(AV_WL48) +# define AV_WN48(p, v) AV_WL48(p, v) +# endif + +# if defined(AV_RN64) && !defined(AV_RL64) +# define AV_RL64(p) AV_RN64(p) +# elif !defined(AV_RN64) && defined(AV_RL64) +# define AV_RN64(p) AV_RL64(p) +# endif + +# if defined(AV_WN64) && !defined(AV_WL64) +# define AV_WL64(p, v) AV_WN64(p, v) +# elif !defined(AV_WN64) && defined(AV_WL64) +# define AV_WN64(p, v) AV_WL64(p, v) +# endif + +#endif /* !AV_HAVE_BIGENDIAN */ + +/* + * Define AV_[RW]N helper macros to simplify definitions not provided + * by per-arch headers. + */ + +#if defined(__GNUC__) && !defined(__TI_COMPILER_VERSION__) + +union unaligned_64 { uint64_t l; } __attribute__((packed)) av_alias; +union unaligned_32 { uint32_t l; } __attribute__((packed)) av_alias; +union unaligned_16 { uint16_t l; } __attribute__((packed)) av_alias; + +# define AV_RN(s, p) (((const union unaligned_##s *) (p))->l) +# define AV_WN(s, p, v) ((((union unaligned_##s *) (p))->l) = (v)) + +#elif defined(__DECC) + +# define AV_RN(s, p) (*((const __unaligned uint##s##_t*)(p))) +# define AV_WN(s, p, v) (*((__unaligned uint##s##_t*)(p)) = (v)) + +#elif AV_HAVE_FAST_UNALIGNED + +# define AV_RN(s, p) (((const av_alias##s*)(p))->u##s) +# define AV_WN(s, p, v) (((av_alias##s*)(p))->u##s = (v)) + +#else + +#ifndef AV_RB16 +# define AV_RB16(x) \ + ((((const uint8_t*)(x))[0] << 8) | \ + ((const uint8_t*)(x))[1]) +#endif +#ifndef AV_WB16 +# define AV_WB16(p, darg) do { \ + unsigned d = (darg); \ + ((uint8_t*)(p))[1] = (d); \ + ((uint8_t*)(p))[0] = (d)>>8; \ + } while(0) +#endif + +#ifndef AV_RL16 +# define AV_RL16(x) \ + ((((const uint8_t*)(x))[1] << 8) | \ + ((const uint8_t*)(x))[0]) +#endif +#ifndef AV_WL16 +# define AV_WL16(p, darg) do { \ + unsigned d = (darg); \ + ((uint8_t*)(p))[0] = (d); \ + ((uint8_t*)(p))[1] = (d)>>8; \ + } while(0) +#endif + +#ifndef AV_RB32 +# define AV_RB32(x) \ + (((uint32_t)((const uint8_t*)(x))[0] << 24) | \ + (((const uint8_t*)(x))[1] << 16) | \ + (((const uint8_t*)(x))[2] << 8) | \ + ((const uint8_t*)(x))[3]) +#endif +#ifndef AV_WB32 +# define AV_WB32(p, darg) do { \ + unsigned d = (darg); \ + ((uint8_t*)(p))[3] = (d); \ + ((uint8_t*)(p))[2] = (d)>>8; \ + ((uint8_t*)(p))[1] = (d)>>16; \ + ((uint8_t*)(p))[0] = (d)>>24; \ + } while(0) +#endif + +#ifndef AV_RL32 +# define AV_RL32(x) \ + (((uint32_t)((const uint8_t*)(x))[3] << 24) | \ + (((const uint8_t*)(x))[2] << 16) | \ + (((const uint8_t*)(x))[1] << 8) | \ + ((const uint8_t*)(x))[0]) +#endif +#ifndef AV_WL32 +# define AV_WL32(p, darg) do { \ + unsigned d = (darg); \ + ((uint8_t*)(p))[0] = (d); \ + ((uint8_t*)(p))[1] = (d)>>8; \ + ((uint8_t*)(p))[2] = (d)>>16; \ + ((uint8_t*)(p))[3] = (d)>>24; \ + } while(0) +#endif + +#ifndef AV_RB64 +# define AV_RB64(x) \ + (((uint64_t)((const uint8_t*)(x))[0] << 56) | \ + ((uint64_t)((const uint8_t*)(x))[1] << 48) | \ + ((uint64_t)((const uint8_t*)(x))[2] << 40) | \ + ((uint64_t)((const uint8_t*)(x))[3] << 32) | \ + ((uint64_t)((const uint8_t*)(x))[4] << 24) | \ + ((uint64_t)((const uint8_t*)(x))[5] << 16) | \ + ((uint64_t)((const uint8_t*)(x))[6] << 8) | \ + (uint64_t)((const uint8_t*)(x))[7]) +#endif +#ifndef AV_WB64 +# define AV_WB64(p, darg) do { \ + uint64_t d = (darg); \ + ((uint8_t*)(p))[7] = (d); \ + ((uint8_t*)(p))[6] = (d)>>8; \ + ((uint8_t*)(p))[5] = (d)>>16; \ + ((uint8_t*)(p))[4] = (d)>>24; \ + ((uint8_t*)(p))[3] = (d)>>32; \ + ((uint8_t*)(p))[2] = (d)>>40; \ + ((uint8_t*)(p))[1] = (d)>>48; \ + ((uint8_t*)(p))[0] = (d)>>56; \ + } while(0) +#endif + +#ifndef AV_RL64 +# define AV_RL64(x) \ + (((uint64_t)((const uint8_t*)(x))[7] << 56) | \ + ((uint64_t)((const uint8_t*)(x))[6] << 48) | \ + ((uint64_t)((const uint8_t*)(x))[5] << 40) | \ + ((uint64_t)((const uint8_t*)(x))[4] << 32) | \ + ((uint64_t)((const uint8_t*)(x))[3] << 24) | \ + ((uint64_t)((const uint8_t*)(x))[2] << 16) | \ + ((uint64_t)((const uint8_t*)(x))[1] << 8) | \ + (uint64_t)((const uint8_t*)(x))[0]) +#endif +#ifndef AV_WL64 +# define AV_WL64(p, darg) do { \ + uint64_t d = (darg); \ + ((uint8_t*)(p))[0] = (d); \ + ((uint8_t*)(p))[1] = (d)>>8; \ + ((uint8_t*)(p))[2] = (d)>>16; \ + ((uint8_t*)(p))[3] = (d)>>24; \ + ((uint8_t*)(p))[4] = (d)>>32; \ + ((uint8_t*)(p))[5] = (d)>>40; \ + ((uint8_t*)(p))[6] = (d)>>48; \ + ((uint8_t*)(p))[7] = (d)>>56; \ + } while(0) +#endif + +#if AV_HAVE_BIGENDIAN +# define AV_RN(s, p) AV_RB##s(p) +# define AV_WN(s, p, v) AV_WB##s(p, v) +#else +# define AV_RN(s, p) AV_RL##s(p) +# define AV_WN(s, p, v) AV_WL##s(p, v) +#endif + +#endif /* HAVE_FAST_UNALIGNED */ + +#ifndef AV_RN16 +# define AV_RN16(p) AV_RN(16, p) +#endif + +#ifndef AV_RN32 +# define AV_RN32(p) AV_RN(32, p) +#endif + +#ifndef AV_RN64 +# define AV_RN64(p) AV_RN(64, p) +#endif + +#ifndef AV_WN16 +# define AV_WN16(p, v) AV_WN(16, p, v) +#endif + +#ifndef AV_WN32 +# define AV_WN32(p, v) AV_WN(32, p, v) +#endif + +#ifndef AV_WN64 +# define AV_WN64(p, v) AV_WN(64, p, v) +#endif + +#if AV_HAVE_BIGENDIAN +# define AV_RB(s, p) AV_RN##s(p) +# define AV_WB(s, p, v) AV_WN##s(p, v) +# define AV_RL(s, p) av_bswap##s(AV_RN##s(p)) +# define AV_WL(s, p, v) AV_WN##s(p, av_bswap##s(v)) +#else +# define AV_RB(s, p) av_bswap##s(AV_RN##s(p)) +# define AV_WB(s, p, v) AV_WN##s(p, av_bswap##s(v)) +# define AV_RL(s, p) AV_RN##s(p) +# define AV_WL(s, p, v) AV_WN##s(p, v) +#endif + +#define AV_RB8(x) (((const uint8_t*)(x))[0]) +#define AV_WB8(p, d) do { ((uint8_t*)(p))[0] = (d); } while(0) + +#define AV_RL8(x) AV_RB8(x) +#define AV_WL8(p, d) AV_WB8(p, d) + +#ifndef AV_RB16 +# define AV_RB16(p) AV_RB(16, p) +#endif +#ifndef AV_WB16 +# define AV_WB16(p, v) AV_WB(16, p, v) +#endif + +#ifndef AV_RL16 +# define AV_RL16(p) AV_RL(16, p) +#endif +#ifndef AV_WL16 +# define AV_WL16(p, v) AV_WL(16, p, v) +#endif + +#ifndef AV_RB32 +# define AV_RB32(p) AV_RB(32, p) +#endif +#ifndef AV_WB32 +# define AV_WB32(p, v) AV_WB(32, p, v) +#endif + +#ifndef AV_RL32 +# define AV_RL32(p) AV_RL(32, p) +#endif +#ifndef AV_WL32 +# define AV_WL32(p, v) AV_WL(32, p, v) +#endif + +#ifndef AV_RB64 +# define AV_RB64(p) AV_RB(64, p) +#endif +#ifndef AV_WB64 +# define AV_WB64(p, v) AV_WB(64, p, v) +#endif + +#ifndef AV_RL64 +# define AV_RL64(p) AV_RL(64, p) +#endif +#ifndef AV_WL64 +# define AV_WL64(p, v) AV_WL(64, p, v) +#endif + +#ifndef AV_RB24 +# define AV_RB24(x) \ + ((((const uint8_t*)(x))[0] << 16) | \ + (((const uint8_t*)(x))[1] << 8) | \ + ((const uint8_t*)(x))[2]) +#endif +#ifndef AV_WB24 +# define AV_WB24(p, d) do { \ + ((uint8_t*)(p))[2] = (d); \ + ((uint8_t*)(p))[1] = (d)>>8; \ + ((uint8_t*)(p))[0] = (d)>>16; \ + } while(0) +#endif + +#ifndef AV_RL24 +# define AV_RL24(x) \ + ((((const uint8_t*)(x))[2] << 16) | \ + (((const uint8_t*)(x))[1] << 8) | \ + ((const uint8_t*)(x))[0]) +#endif +#ifndef AV_WL24 +# define AV_WL24(p, d) do { \ + ((uint8_t*)(p))[0] = (d); \ + ((uint8_t*)(p))[1] = (d)>>8; \ + ((uint8_t*)(p))[2] = (d)>>16; \ + } while(0) +#endif + +#ifndef AV_RB48 +# define AV_RB48(x) \ + (((uint64_t)((const uint8_t*)(x))[0] << 40) | \ + ((uint64_t)((const uint8_t*)(x))[1] << 32) | \ + ((uint64_t)((const uint8_t*)(x))[2] << 24) | \ + ((uint64_t)((const uint8_t*)(x))[3] << 16) | \ + ((uint64_t)((const uint8_t*)(x))[4] << 8) | \ + (uint64_t)((const uint8_t*)(x))[5]) +#endif +#ifndef AV_WB48 +# define AV_WB48(p, darg) do { \ + uint64_t d = (darg); \ + ((uint8_t*)(p))[5] = (d); \ + ((uint8_t*)(p))[4] = (d)>>8; \ + ((uint8_t*)(p))[3] = (d)>>16; \ + ((uint8_t*)(p))[2] = (d)>>24; \ + ((uint8_t*)(p))[1] = (d)>>32; \ + ((uint8_t*)(p))[0] = (d)>>40; \ + } while(0) +#endif + +#ifndef AV_RL48 +# define AV_RL48(x) \ + (((uint64_t)((const uint8_t*)(x))[5] << 40) | \ + ((uint64_t)((const uint8_t*)(x))[4] << 32) | \ + ((uint64_t)((const uint8_t*)(x))[3] << 24) | \ + ((uint64_t)((const uint8_t*)(x))[2] << 16) | \ + ((uint64_t)((const uint8_t*)(x))[1] << 8) | \ + (uint64_t)((const uint8_t*)(x))[0]) +#endif +#ifndef AV_WL48 +# define AV_WL48(p, darg) do { \ + uint64_t d = (darg); \ + ((uint8_t*)(p))[0] = (d); \ + ((uint8_t*)(p))[1] = (d)>>8; \ + ((uint8_t*)(p))[2] = (d)>>16; \ + ((uint8_t*)(p))[3] = (d)>>24; \ + ((uint8_t*)(p))[4] = (d)>>32; \ + ((uint8_t*)(p))[5] = (d)>>40; \ + } while(0) +#endif + +/* + * The AV_[RW]NA macros access naturally aligned data + * in a type-safe way. + */ + +#define AV_RNA(s, p) (((const av_alias##s*)(p))->u##s) +#define AV_WNA(s, p, v) (((av_alias##s*)(p))->u##s = (v)) + +#ifndef AV_RN16A +# define AV_RN16A(p) AV_RNA(16, p) +#endif + +#ifndef AV_RN32A +# define AV_RN32A(p) AV_RNA(32, p) +#endif + +#ifndef AV_RN64A +# define AV_RN64A(p) AV_RNA(64, p) +#endif + +#ifndef AV_WN16A +# define AV_WN16A(p, v) AV_WNA(16, p, v) +#endif + +#ifndef AV_WN32A +# define AV_WN32A(p, v) AV_WNA(32, p, v) +#endif + +#ifndef AV_WN64A +# define AV_WN64A(p, v) AV_WNA(64, p, v) +#endif + +/* + * The AV_COPYxxU macros are suitable for copying data to/from unaligned + * memory locations. + */ + +#define AV_COPYU(n, d, s) AV_WN##n(d, AV_RN##n(s)); + +#ifndef AV_COPY16U +# define AV_COPY16U(d, s) AV_COPYU(16, d, s) +#endif + +#ifndef AV_COPY32U +# define AV_COPY32U(d, s) AV_COPYU(32, d, s) +#endif + +#ifndef AV_COPY64U +# define AV_COPY64U(d, s) AV_COPYU(64, d, s) +#endif + +#ifndef AV_COPY128U +# define AV_COPY128U(d, s) \ + do { \ + AV_COPY64U(d, s); \ + AV_COPY64U((char *)(d) + 8, (const char *)(s) + 8); \ + } while(0) +#endif + +/* Parameters for AV_COPY*, AV_SWAP*, AV_ZERO* must be + * naturally aligned. They may be implemented using MMX, + * so emms_c() must be called before using any float code + * afterwards. + */ + +#define AV_COPY(n, d, s) \ + (((av_alias##n*)(d))->u##n = ((const av_alias##n*)(s))->u##n) + +#ifndef AV_COPY16 +# define AV_COPY16(d, s) AV_COPY(16, d, s) +#endif + +#ifndef AV_COPY32 +# define AV_COPY32(d, s) AV_COPY(32, d, s) +#endif + +#ifndef AV_COPY64 +# define AV_COPY64(d, s) AV_COPY(64, d, s) +#endif + +#ifndef AV_COPY128 +# define AV_COPY128(d, s) \ + do { \ + AV_COPY64(d, s); \ + AV_COPY64((char*)(d)+8, (char*)(s)+8); \ + } while(0) +#endif + +#define AV_SWAP(n, a, b) FFSWAP(av_alias##n, *(av_alias##n*)(a), *(av_alias##n*)(b)) + +#ifndef AV_SWAP64 +# define AV_SWAP64(a, b) AV_SWAP(64, a, b) +#endif + +#define AV_ZERO(n, d) (((av_alias##n*)(d))->u##n = 0) + +#ifndef AV_ZERO16 +# define AV_ZERO16(d) AV_ZERO(16, d) +#endif + +#ifndef AV_ZERO32 +# define AV_ZERO32(d) AV_ZERO(32, d) +#endif + +#ifndef AV_ZERO64 +# define AV_ZERO64(d) AV_ZERO(64, d) +#endif + +#ifndef AV_ZERO128 +# define AV_ZERO128(d) \ + do { \ + AV_ZERO64(d); \ + AV_ZERO64((char*)(d)+8); \ + } while(0) +#endif + +#endif /* AVUTIL_INTREADWRITE_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/lfg.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/lfg.h new file mode 100644 index 0000000000..ec90562cf2 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/lfg.h @@ -0,0 +1,62 @@ +/* + * Lagged Fibonacci PRNG + * Copyright (c) 2008 Michael Niedermayer + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_LFG_H +#define AVUTIL_LFG_H + +typedef struct AVLFG { + unsigned int state[64]; + int index; +} AVLFG; + +void av_lfg_init(AVLFG *c, unsigned int seed); + +/** + * Get the next random unsigned 32-bit number using an ALFG. + * + * Please also consider a simple LCG like state= state*1664525+1013904223, + * it may be good enough and faster for your specific use case. + */ +static inline unsigned int av_lfg_get(AVLFG *c){ + c->state[c->index & 63] = c->state[(c->index-24) & 63] + c->state[(c->index-55) & 63]; + return c->state[c->index++ & 63]; +} + +/** + * Get the next random unsigned 32-bit number using a MLFG. + * + * Please also consider av_lfg_get() above, it is faster. + */ +static inline unsigned int av_mlfg_get(AVLFG *c){ + unsigned int a= c->state[(c->index-55) & 63]; + unsigned int b= c->state[(c->index-24) & 63]; + return c->state[c->index++ & 63] = 2*a*b+a+b; +} + +/** + * Get the next two numbers generated by a Box-Muller Gaussian + * generator using the random numbers issued by lfg. + * + * @param out array where the two generated numbers are placed + */ +void av_bmg_get(AVLFG *lfg, double out[2]); + +#endif /* AVUTIL_LFG_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/log.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/log.h new file mode 100644 index 0000000000..321748cd80 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/log.h @@ -0,0 +1,359 @@ +/* + * copyright (c) 2006 Michael Niedermayer + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_LOG_H +#define AVUTIL_LOG_H + +#include +#include "avutil.h" +#include "attributes.h" +#include "version.h" + +typedef enum { + AV_CLASS_CATEGORY_NA = 0, + AV_CLASS_CATEGORY_INPUT, + AV_CLASS_CATEGORY_OUTPUT, + AV_CLASS_CATEGORY_MUXER, + AV_CLASS_CATEGORY_DEMUXER, + AV_CLASS_CATEGORY_ENCODER, + AV_CLASS_CATEGORY_DECODER, + AV_CLASS_CATEGORY_FILTER, + AV_CLASS_CATEGORY_BITSTREAM_FILTER, + AV_CLASS_CATEGORY_SWSCALER, + AV_CLASS_CATEGORY_SWRESAMPLER, + AV_CLASS_CATEGORY_DEVICE_VIDEO_OUTPUT = 40, + AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT, + AV_CLASS_CATEGORY_DEVICE_AUDIO_OUTPUT, + AV_CLASS_CATEGORY_DEVICE_AUDIO_INPUT, + AV_CLASS_CATEGORY_DEVICE_OUTPUT, + AV_CLASS_CATEGORY_DEVICE_INPUT, + AV_CLASS_CATEGORY_NB, ///< not part of ABI/API +}AVClassCategory; + +#define AV_IS_INPUT_DEVICE(category) \ + (((category) == AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT) || \ + ((category) == AV_CLASS_CATEGORY_DEVICE_AUDIO_INPUT) || \ + ((category) == AV_CLASS_CATEGORY_DEVICE_INPUT)) + +#define AV_IS_OUTPUT_DEVICE(category) \ + (((category) == AV_CLASS_CATEGORY_DEVICE_VIDEO_OUTPUT) || \ + ((category) == AV_CLASS_CATEGORY_DEVICE_AUDIO_OUTPUT) || \ + ((category) == AV_CLASS_CATEGORY_DEVICE_OUTPUT)) + +struct AVOptionRanges; + +/** + * Describe the class of an AVClass context structure. That is an + * arbitrary struct of which the first field is a pointer to an + * AVClass struct (e.g. AVCodecContext, AVFormatContext etc.). + */ +typedef struct AVClass { + /** + * The name of the class; usually it is the same name as the + * context structure type to which the AVClass is associated. + */ + const char* class_name; + + /** + * A pointer to a function which returns the name of a context + * instance ctx associated with the class. + */ + const char* (*item_name)(void* ctx); + + /** + * a pointer to the first option specified in the class if any or NULL + * + * @see av_set_default_options() + */ + const struct AVOption *option; + + /** + * LIBAVUTIL_VERSION with which this structure was created. + * This is used to allow fields to be added without requiring major + * version bumps everywhere. + */ + + int version; + + /** + * Offset in the structure where log_level_offset is stored. + * 0 means there is no such variable + */ + int log_level_offset_offset; + + /** + * Offset in the structure where a pointer to the parent context for + * logging is stored. For example a decoder could pass its AVCodecContext + * to eval as such a parent context, which an av_log() implementation + * could then leverage to display the parent context. + * The offset can be NULL. + */ + int parent_log_context_offset; + + /** + * Return next AVOptions-enabled child or NULL + */ + void* (*child_next)(void *obj, void *prev); + + /** + * Return an AVClass corresponding to the next potential + * AVOptions-enabled child. + * + * The difference between child_next and this is that + * child_next iterates over _already existing_ objects, while + * child_class_next iterates over _all possible_ children. + */ + const struct AVClass* (*child_class_next)(const struct AVClass *prev); + + /** + * Category used for visualization (like color) + * This is only set if the category is equal for all objects using this class. + * available since version (51 << 16 | 56 << 8 | 100) + */ + AVClassCategory category; + + /** + * Callback to return the category. + * available since version (51 << 16 | 59 << 8 | 100) + */ + AVClassCategory (*get_category)(void* ctx); + + /** + * Callback to return the supported/allowed ranges. + * available since version (52.12) + */ + int (*query_ranges)(struct AVOptionRanges **, void *obj, const char *key, int flags); +} AVClass; + +/** + * @addtogroup lavu_log + * + * @{ + * + * @defgroup lavu_log_constants Logging Constants + * + * @{ + */ + +/** + * Print no output. + */ +#define AV_LOG_QUIET -8 + +/** + * Something went really wrong and we will crash now. + */ +#define AV_LOG_PANIC 0 + +/** + * Something went wrong and recovery is not possible. + * For example, no header was found for a format which depends + * on headers or an illegal combination of parameters is used. + */ +#define AV_LOG_FATAL 8 + +/** + * Something went wrong and cannot losslessly be recovered. + * However, not all future data is affected. + */ +#define AV_LOG_ERROR 16 + +/** + * Something somehow does not look correct. This may or may not + * lead to problems. An example would be the use of '-vstrict -2'. + */ +#define AV_LOG_WARNING 24 + +/** + * Standard information. + */ +#define AV_LOG_INFO 32 + +/** + * Detailed information. + */ +#define AV_LOG_VERBOSE 40 + +/** + * Stuff which is only useful for libav* developers. + */ +#define AV_LOG_DEBUG 48 + +/** + * Extremely verbose debugging, useful for libav* development. + */ +#define AV_LOG_TRACE 56 + +#define AV_LOG_MAX_OFFSET (AV_LOG_TRACE - AV_LOG_QUIET) + +/** + * @} + */ + +/** + * Sets additional colors for extended debugging sessions. + * @code + av_log(ctx, AV_LOG_DEBUG|AV_LOG_C(134), "Message in purple\n"); + @endcode + * Requires 256color terminal support. Uses outside debugging is not + * recommended. + */ +#define AV_LOG_C(x) ((x) << 8) + +/** + * Send the specified message to the log if the level is less than or equal + * to the current av_log_level. By default, all logging messages are sent to + * stderr. This behavior can be altered by setting a different logging callback + * function. + * @see av_log_set_callback + * + * @param avcl A pointer to an arbitrary struct of which the first field is a + * pointer to an AVClass struct or NULL if general log. + * @param level The importance level of the message expressed using a @ref + * lavu_log_constants "Logging Constant". + * @param fmt The format string (printf-compatible) that specifies how + * subsequent arguments are converted to output. + */ +void av_log(void *avcl, int level, const char *fmt, ...) av_printf_format(3, 4); + + +/** + * Send the specified message to the log if the level is less than or equal + * to the current av_log_level. By default, all logging messages are sent to + * stderr. This behavior can be altered by setting a different logging callback + * function. + * @see av_log_set_callback + * + * @param avcl A pointer to an arbitrary struct of which the first field is a + * pointer to an AVClass struct. + * @param level The importance level of the message expressed using a @ref + * lavu_log_constants "Logging Constant". + * @param fmt The format string (printf-compatible) that specifies how + * subsequent arguments are converted to output. + * @param vl The arguments referenced by the format string. + */ +void av_vlog(void *avcl, int level, const char *fmt, va_list vl); + +/** + * Get the current log level + * + * @see lavu_log_constants + * + * @return Current log level + */ +int av_log_get_level(void); + +/** + * Set the log level + * + * @see lavu_log_constants + * + * @param level Logging level + */ +void av_log_set_level(int level); + +/** + * Set the logging callback + * + * @note The callback must be thread safe, even if the application does not use + * threads itself as some codecs are multithreaded. + * + * @see av_log_default_callback + * + * @param callback A logging function with a compatible signature. + */ +void av_log_set_callback(void (*callback)(void*, int, const char*, va_list)); + +/** + * Default logging callback + * + * It prints the message to stderr, optionally colorizing it. + * + * @param avcl A pointer to an arbitrary struct of which the first field is a + * pointer to an AVClass struct. + * @param level The importance level of the message expressed using a @ref + * lavu_log_constants "Logging Constant". + * @param fmt The format string (printf-compatible) that specifies how + * subsequent arguments are converted to output. + * @param vl The arguments referenced by the format string. + */ +void av_log_default_callback(void *avcl, int level, const char *fmt, + va_list vl); + +/** + * Return the context name + * + * @param ctx The AVClass context + * + * @return The AVClass class_name + */ +const char* av_default_item_name(void* ctx); +AVClassCategory av_default_get_category(void *ptr); + +/** + * Format a line of log the same way as the default callback. + * @param line buffer to receive the formatted line + * @param line_size size of the buffer + * @param print_prefix used to store whether the prefix must be printed; + * must point to a persistent integer initially set to 1 + */ +void av_log_format_line(void *ptr, int level, const char *fmt, va_list vl, + char *line, int line_size, int *print_prefix); + +#if FF_API_DLOG +/** + * av_dlog macros + * @deprecated unused + * Useful to print debug messages that shouldn't get compiled in normally. + */ + +#ifdef DEBUG +# define av_dlog(pctx, ...) av_log(pctx, AV_LOG_DEBUG, __VA_ARGS__) +#else +# define av_dlog(pctx, ...) do { if (0) av_log(pctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0) +#endif +#endif /* FF_API_DLOG */ + +/** + * Skip repeated messages, this requires the user app to use av_log() instead of + * (f)printf as the 2 would otherwise interfere and lead to + * "Last message repeated x times" messages below (f)printf messages with some + * bad luck. + * Also to receive the last, "last repeated" line if any, the user app must + * call av_log(NULL, AV_LOG_QUIET, "%s", ""); at the end + */ +#define AV_LOG_SKIP_REPEATED 1 + +/** + * Include the log severity in messages originating from codecs. + * + * Results in messages such as: + * [rawvideo @ 0xDEADBEEF] [error] encode did not produce valid pts + */ +#define AV_LOG_PRINT_LEVEL 2 + +void av_log_set_flags(int arg); +int av_log_get_flags(void); + +/** + * @} + */ + +#endif /* AVUTIL_LOG_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/macros.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/macros.h new file mode 100644 index 0000000000..2007ee5619 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/macros.h @@ -0,0 +1,50 @@ +/* + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +/** + * @file + * @ingroup lavu + * Utility Preprocessor macros + */ + +#ifndef AVUTIL_MACROS_H +#define AVUTIL_MACROS_H + +/** + * @addtogroup preproc_misc Preprocessor String Macros + * + * String manipulation macros + * + * @{ + */ + +#define AV_STRINGIFY(s) AV_TOSTRING(s) +#define AV_TOSTRING(s) #s + +#define AV_GLUE(a, b) a ## b +#define AV_JOIN(a, b) AV_GLUE(a, b) + +/** + * @} + */ + +#define AV_PRAGMA(s) _Pragma(#s) + +#define FFALIGN(x, a) (((x)+(a)-1)&~((a)-1)) + +#endif /* AVUTIL_MACROS_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/mastering_display_metadata.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/mastering_display_metadata.h new file mode 100644 index 0000000000..936533fec4 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/mastering_display_metadata.h @@ -0,0 +1,89 @@ +/** + * Copyright (c) 2016 Neil Birkbeck + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_MASTERING_DISPLAY_METADATA_H +#define AVUTIL_MASTERING_DISPLAY_METADATA_H + +#include "frame.h" +#include "rational.h" + + +/** + * Mastering display metadata capable of representing the color volume of + * the display used to master the content (SMPTE 2086:2014). + * + * To be used as payload of a AVFrameSideData or AVPacketSideData with the + * appropriate type. + * + * @note The struct should be allocated with av_mastering_display_metadata_alloc() + * and its size is not a part of the public ABI. + */ +typedef struct AVMasteringDisplayMetadata { + /** + * CIE 1931 xy chromaticity coords of color primaries (r, g, b order). + */ + AVRational display_primaries[3][2]; + + /** + * CIE 1931 xy chromaticity coords of white point. + */ + AVRational white_point[2]; + + /** + * Min luminance of mastering display (cd/m^2). + */ + AVRational min_luminance; + + /** + * Max luminance of mastering display (cd/m^2). + */ + AVRational max_luminance; + + /** + * Flag indicating whether the display primaries (and white point) are set. + */ + int has_primaries; + + /** + * Flag indicating whether the luminance (min_ and max_) have been set. + */ + int has_luminance; + +} AVMasteringDisplayMetadata; + +/** + * Allocate an AVMasteringDisplayMetadata structure and set its fields to + * default values. The resulting struct can be freed using av_freep(). + * + * @return An AVMasteringDisplayMetadata filled with default values or NULL + * on failure. + */ +AVMasteringDisplayMetadata *av_mastering_display_metadata_alloc(void); + +/** + * Allocate a complete AVMasteringDisplayMetadata and add it to the frame. + * + * @param frame The frame which side data is added to. + * + * @return The AVMasteringDisplayMetadata structure to be filled by caller. + */ +AVMasteringDisplayMetadata *av_mastering_display_metadata_create_side_data(AVFrame *frame); + +#endif /* AVUTIL_MASTERING_DISPLAY_METADATA_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/mathematics.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/mathematics.h new file mode 100644 index 0000000000..57c44f845d --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/mathematics.h @@ -0,0 +1,165 @@ +/* + * copyright (c) 2005-2012 Michael Niedermayer + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_MATHEMATICS_H +#define AVUTIL_MATHEMATICS_H + +#include +#include +#include "attributes.h" +#include "rational.h" +#include "intfloat.h" + +#ifndef M_E +#define M_E 2.7182818284590452354 /* e */ +#endif +#ifndef M_LN2 +#define M_LN2 0.69314718055994530942 /* log_e 2 */ +#endif +#ifndef M_LN10 +#define M_LN10 2.30258509299404568402 /* log_e 10 */ +#endif +#ifndef M_LOG2_10 +#define M_LOG2_10 3.32192809488736234787 /* log_2 10 */ +#endif +#ifndef M_PHI +#define M_PHI 1.61803398874989484820 /* phi / golden ratio */ +#endif +#ifndef M_PI +#define M_PI 3.14159265358979323846 /* pi */ +#endif +#ifndef M_PI_2 +#define M_PI_2 1.57079632679489661923 /* pi/2 */ +#endif +#ifndef M_SQRT1_2 +#define M_SQRT1_2 0.70710678118654752440 /* 1/sqrt(2) */ +#endif +#ifndef M_SQRT2 +#define M_SQRT2 1.41421356237309504880 /* sqrt(2) */ +#endif +#ifndef NAN +#define NAN av_int2float(0x7fc00000) +#endif +#ifndef INFINITY +#define INFINITY av_int2float(0x7f800000) +#endif + +/** + * @addtogroup lavu_math + * @{ + */ + + +enum AVRounding { + AV_ROUND_ZERO = 0, ///< Round toward zero. + AV_ROUND_INF = 1, ///< Round away from zero. + AV_ROUND_DOWN = 2, ///< Round toward -infinity. + AV_ROUND_UP = 3, ///< Round toward +infinity. + AV_ROUND_NEAR_INF = 5, ///< Round to nearest and halfway cases away from zero. + AV_ROUND_PASS_MINMAX = 8192, ///< Flag to pass INT64_MIN/MAX through instead of rescaling, this avoids special cases for AV_NOPTS_VALUE +}; + +/** + * Compute the greatest common divisor of a and b. + * + * @return gcd of a and b up to sign; if a >= 0 and b >= 0, return value is >= 0; + * if a == 0 and b == 0, returns 0. + */ +int64_t av_const av_gcd(int64_t a, int64_t b); + +/** + * Rescale a 64-bit integer with rounding to nearest. + * A simple a*b/c isn't possible as it can overflow. + */ +int64_t av_rescale(int64_t a, int64_t b, int64_t c) av_const; + +/** + * Rescale a 64-bit integer with specified rounding. + * A simple a*b/c isn't possible as it can overflow. + * + * @return rescaled value a, or if AV_ROUND_PASS_MINMAX is set and a is + * INT64_MIN or INT64_MAX then a is passed through unchanged. + */ +int64_t av_rescale_rnd(int64_t a, int64_t b, int64_t c, enum AVRounding) av_const; + +/** + * Rescale a 64-bit integer by 2 rational numbers. + */ +int64_t av_rescale_q(int64_t a, AVRational bq, AVRational cq) av_const; + +/** + * Rescale a 64-bit integer by 2 rational numbers with specified rounding. + * + * @return rescaled value a, or if AV_ROUND_PASS_MINMAX is set and a is + * INT64_MIN or INT64_MAX then a is passed through unchanged. + */ +int64_t av_rescale_q_rnd(int64_t a, AVRational bq, AVRational cq, + enum AVRounding) av_const; + +/** + * Compare 2 timestamps each in its own timebases. + * The result of the function is undefined if one of the timestamps + * is outside the int64_t range when represented in the others timebase. + * @return -1 if ts_a is before ts_b, 1 if ts_a is after ts_b or 0 if they represent the same position + */ +int av_compare_ts(int64_t ts_a, AVRational tb_a, int64_t ts_b, AVRational tb_b); + +/** + * Compare 2 integers modulo mod. + * That is we compare integers a and b for which only the least + * significant log2(mod) bits are known. + * + * @param mod must be a power of 2 + * @return a negative value if a is smaller than b + * a positive value if a is greater than b + * 0 if a equals b + */ +int64_t av_compare_mod(uint64_t a, uint64_t b, uint64_t mod); + +/** + * Rescale a timestamp while preserving known durations. + * + * @param in_ts Input timestamp + * @param in_tb Input timebase + * @param fs_tb Duration and *last timebase + * @param duration duration till the next call + * @param out_tb Output timebase + */ +int64_t av_rescale_delta(AVRational in_tb, int64_t in_ts, AVRational fs_tb, int duration, int64_t *last, AVRational out_tb); + +/** + * Add a value to a timestamp. + * + * This function guarantees that when the same value is repeatly added that + * no accumulation of rounding errors occurs. + * + * @param ts Input timestamp + * @param ts_tb Input timestamp timebase + * @param inc value to add to ts + * @param inc_tb inc timebase + */ +int64_t av_add_stable(AVRational ts_tb, int64_t ts, AVRational inc_tb, int64_t inc); + + + /** + * @} + */ + +#endif /* AVUTIL_MATHEMATICS_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/md5.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/md5.h new file mode 100644 index 0000000000..79702c88c2 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/md5.h @@ -0,0 +1,81 @@ +/* + * copyright (c) 2006 Michael Niedermayer + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_MD5_H +#define AVUTIL_MD5_H + +#include + +#include "attributes.h" +#include "version.h" + +/** + * @defgroup lavu_md5 MD5 + * @ingroup lavu_crypto + * @{ + */ + +extern const int av_md5_size; + +struct AVMD5; + +/** + * Allocate an AVMD5 context. + */ +struct AVMD5 *av_md5_alloc(void); + +/** + * Initialize MD5 hashing. + * + * @param ctx pointer to the function context (of size av_md5_size) + */ +void av_md5_init(struct AVMD5 *ctx); + +/** + * Update hash value. + * + * @param ctx hash function context + * @param src input data to update hash with + * @param len input data length + */ +void av_md5_update(struct AVMD5 *ctx, const uint8_t *src, int len); + +/** + * Finish hashing and output digest value. + * + * @param ctx hash function context + * @param dst buffer where output digest value is stored + */ +void av_md5_final(struct AVMD5 *ctx, uint8_t *dst); + +/** + * Hash an array of data. + * + * @param dst The output buffer to write the digest into + * @param src The data to hash + * @param len The length of the data, in bytes + */ +void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len); + +/** + * @} + */ + +#endif /* AVUTIL_MD5_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/mem.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/mem.h new file mode 100644 index 0000000000..376fd2e07c --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/mem.h @@ -0,0 +1,406 @@ +/* + * copyright (c) 2006 Michael Niedermayer + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +/** + * @file + * memory handling functions + */ + +#ifndef AVUTIL_MEM_H +#define AVUTIL_MEM_H + +#include +#include + +#include "attributes.h" +#include "error.h" +#include "avutil.h" + +/** + * @addtogroup lavu_mem + * @{ + */ + + +#if defined(__INTEL_COMPILER) && __INTEL_COMPILER < 1110 || defined(__SUNPRO_C) + #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v + #define DECLARE_ASM_CONST(n,t,v) const t __attribute__ ((aligned (n))) v +#elif defined(__TI_COMPILER_VERSION__) + #define DECLARE_ALIGNED(n,t,v) \ + AV_PRAGMA(DATA_ALIGN(v,n)) \ + t __attribute__((aligned(n))) v + #define DECLARE_ASM_CONST(n,t,v) \ + AV_PRAGMA(DATA_ALIGN(v,n)) \ + static const t __attribute__((aligned(n))) v +#elif defined(__GNUC__) + #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v + #define DECLARE_ASM_CONST(n,t,v) static const t av_used __attribute__ ((aligned (n))) v +#elif defined(_MSC_VER) + #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v + #define DECLARE_ASM_CONST(n,t,v) __declspec(align(n)) static const t v +#else + #define DECLARE_ALIGNED(n,t,v) t v + #define DECLARE_ASM_CONST(n,t,v) static const t v +#endif + +#if AV_GCC_VERSION_AT_LEAST(3,1) + #define av_malloc_attrib __attribute__((__malloc__)) +#else + #define av_malloc_attrib +#endif + +#if AV_GCC_VERSION_AT_LEAST(4,3) + #define av_alloc_size(...) __attribute__((alloc_size(__VA_ARGS__))) +#else + #define av_alloc_size(...) +#endif + +/** + * Allocate a block of size bytes with alignment suitable for all + * memory accesses (including vectors if available on the CPU). + * @param size Size in bytes for the memory block to be allocated. + * @return Pointer to the allocated block, NULL if the block cannot + * be allocated. + * @see av_mallocz() + */ +void *av_malloc(size_t size) av_malloc_attrib av_alloc_size(1); + +/** + * Allocate a block of size * nmemb bytes with av_malloc(). + * @param nmemb Number of elements + * @param size Size of the single element + * @return Pointer to the allocated block, NULL if the block cannot + * be allocated. + * @see av_malloc() + */ +av_alloc_size(1, 2) static inline void *av_malloc_array(size_t nmemb, size_t size) +{ + if (!size || nmemb >= INT_MAX / size) + return NULL; + return av_malloc(nmemb * size); +} + +/** + * Allocate or reallocate a block of memory. + * If ptr is NULL and size > 0, allocate a new block. If + * size is zero, free the memory block pointed to by ptr. + * @param ptr Pointer to a memory block already allocated with + * av_realloc() or NULL. + * @param size Size in bytes of the memory block to be allocated or + * reallocated. + * @return Pointer to a newly-reallocated block or NULL if the block + * cannot be reallocated or the function is used to free the memory block. + * @warning Pointers originating from the av_malloc() family of functions must + * not be passed to av_realloc(). The former can be implemented using + * memalign() (or other functions), and there is no guarantee that + * pointers from such functions can be passed to realloc() at all. + * The situation is undefined according to POSIX and may crash with + * some libc implementations. + * @see av_fast_realloc() + */ +void *av_realloc(void *ptr, size_t size) av_alloc_size(2); + +/** + * Allocate or reallocate a block of memory. + * This function does the same thing as av_realloc, except: + * - It takes two arguments and checks the result of the multiplication for + * integer overflow. + * - It frees the input block in case of failure, thus avoiding the memory + * leak with the classic "buf = realloc(buf); if (!buf) return -1;". + */ +void *av_realloc_f(void *ptr, size_t nelem, size_t elsize); + +/** + * Allocate or reallocate a block of memory. + * If *ptr is NULL and size > 0, allocate a new block. If + * size is zero, free the memory block pointed to by ptr. + * @param ptr Pointer to a pointer to a memory block already allocated + * with av_realloc(), or pointer to a pointer to NULL. + * The pointer is updated on success, or freed on failure. + * @param size Size in bytes for the memory block to be allocated or + * reallocated + * @return Zero on success, an AVERROR error code on failure. + * @warning Pointers originating from the av_malloc() family of functions must + * not be passed to av_reallocp(). The former can be implemented using + * memalign() (or other functions), and there is no guarantee that + * pointers from such functions can be passed to realloc() at all. + * The situation is undefined according to POSIX and may crash with + * some libc implementations. + */ +av_warn_unused_result +int av_reallocp(void *ptr, size_t size); + +/** + * Allocate or reallocate an array. + * If ptr is NULL and nmemb > 0, allocate a new block. If + * nmemb is zero, free the memory block pointed to by ptr. + * @param ptr Pointer to a memory block already allocated with + * av_realloc() or NULL. + * @param nmemb Number of elements + * @param size Size of the single element + * @return Pointer to a newly-reallocated block or NULL if the block + * cannot be reallocated or the function is used to free the memory block. + * @warning Pointers originating from the av_malloc() family of functions must + * not be passed to av_realloc(). The former can be implemented using + * memalign() (or other functions), and there is no guarantee that + * pointers from such functions can be passed to realloc() at all. + * The situation is undefined according to POSIX and may crash with + * some libc implementations. + */ +av_alloc_size(2, 3) void *av_realloc_array(void *ptr, size_t nmemb, size_t size); + +/** + * Allocate or reallocate an array through a pointer to a pointer. + * If *ptr is NULL and nmemb > 0, allocate a new block. If + * nmemb is zero, free the memory block pointed to by ptr. + * @param ptr Pointer to a pointer to a memory block already allocated + * with av_realloc(), or pointer to a pointer to NULL. + * The pointer is updated on success, or freed on failure. + * @param nmemb Number of elements + * @param size Size of the single element + * @return Zero on success, an AVERROR error code on failure. + * @warning Pointers originating from the av_malloc() family of functions must + * not be passed to av_realloc(). The former can be implemented using + * memalign() (or other functions), and there is no guarantee that + * pointers from such functions can be passed to realloc() at all. + * The situation is undefined according to POSIX and may crash with + * some libc implementations. + */ +int av_reallocp_array(void *ptr, size_t nmemb, size_t size); + +/** + * Free a memory block which has been allocated with av_malloc(z)() or + * av_realloc(). + * @param ptr Pointer to the memory block which should be freed. + * @note ptr = NULL is explicitly allowed. + * @note It is recommended that you use av_freep() instead. + * @see av_freep() + */ +void av_free(void *ptr); + +/** + * Allocate a block of size bytes with alignment suitable for all + * memory accesses (including vectors if available on the CPU) and + * zero all the bytes of the block. + * @param size Size in bytes for the memory block to be allocated. + * @return Pointer to the allocated block, NULL if it cannot be allocated. + * @see av_malloc() + */ +void *av_mallocz(size_t size) av_malloc_attrib av_alloc_size(1); + +/** + * Allocate a block of nmemb * size bytes with alignment suitable for all + * memory accesses (including vectors if available on the CPU) and + * zero all the bytes of the block. + * The allocation will fail if nmemb * size is greater than or equal + * to INT_MAX. + * @param nmemb + * @param size + * @return Pointer to the allocated block, NULL if it cannot be allocated. + */ +void *av_calloc(size_t nmemb, size_t size) av_malloc_attrib; + +/** + * Allocate a block of size * nmemb bytes with av_mallocz(). + * @param nmemb Number of elements + * @param size Size of the single element + * @return Pointer to the allocated block, NULL if the block cannot + * be allocated. + * @see av_mallocz() + * @see av_malloc_array() + */ +av_alloc_size(1, 2) static inline void *av_mallocz_array(size_t nmemb, size_t size) +{ + if (!size || nmemb >= INT_MAX / size) + return NULL; + return av_mallocz(nmemb * size); +} + +/** + * Duplicate the string s. + * @param s string to be duplicated + * @return Pointer to a newly-allocated string containing a + * copy of s or NULL if the string cannot be allocated. + */ +char *av_strdup(const char *s) av_malloc_attrib; + +/** + * Duplicate a substring of the string s. + * @param s string to be duplicated + * @param len the maximum length of the resulting string (not counting the + * terminating byte). + * @return Pointer to a newly-allocated string containing a + * copy of s or NULL if the string cannot be allocated. + */ +char *av_strndup(const char *s, size_t len) av_malloc_attrib; + +/** + * Duplicate the buffer p. + * @param p buffer to be duplicated + * @return Pointer to a newly allocated buffer containing a + * copy of p or NULL if the buffer cannot be allocated. + */ +void *av_memdup(const void *p, size_t size); + +/** + * Free a memory block which has been allocated with av_malloc(z)() or + * av_realloc() and set the pointer pointing to it to NULL. + * @param ptr Pointer to the pointer to the memory block which should + * be freed. + * @note passing a pointer to a NULL pointer is safe and leads to no action. + * @see av_free() + */ +void av_freep(void *ptr); + +/** + * Add an element to a dynamic array. + * + * The array to grow is supposed to be an array of pointers to + * structures, and the element to add must be a pointer to an already + * allocated structure. + * + * The array is reallocated when its size reaches powers of 2. + * Therefore, the amortized cost of adding an element is constant. + * + * In case of success, the pointer to the array is updated in order to + * point to the new grown array, and the number pointed to by nb_ptr + * is incremented. + * In case of failure, the array is freed, *tab_ptr is set to NULL and + * *nb_ptr is set to 0. + * + * @param tab_ptr pointer to the array to grow + * @param nb_ptr pointer to the number of elements in the array + * @param elem element to add + * @see av_dynarray_add_nofree(), av_dynarray2_add() + */ +void av_dynarray_add(void *tab_ptr, int *nb_ptr, void *elem); + +/** + * Add an element to a dynamic array. + * + * Function has the same functionality as av_dynarray_add(), + * but it doesn't free memory on fails. It returns error code + * instead and leave current buffer untouched. + * + * @param tab_ptr pointer to the array to grow + * @param nb_ptr pointer to the number of elements in the array + * @param elem element to add + * @return >=0 on success, negative otherwise. + * @see av_dynarray_add(), av_dynarray2_add() + */ +av_warn_unused_result +int av_dynarray_add_nofree(void *tab_ptr, int *nb_ptr, void *elem); + +/** + * Add an element of size elem_size to a dynamic array. + * + * The array is reallocated when its number of elements reaches powers of 2. + * Therefore, the amortized cost of adding an element is constant. + * + * In case of success, the pointer to the array is updated in order to + * point to the new grown array, and the number pointed to by nb_ptr + * is incremented. + * In case of failure, the array is freed, *tab_ptr is set to NULL and + * *nb_ptr is set to 0. + * + * @param tab_ptr pointer to the array to grow + * @param nb_ptr pointer to the number of elements in the array + * @param elem_size size in bytes of the elements in the array + * @param elem_data pointer to the data of the element to add. If NULL, the space of + * the new added element is not filled. + * @return pointer to the data of the element to copy in the new allocated space. + * If NULL, the new allocated space is left uninitialized." + * @see av_dynarray_add(), av_dynarray_add_nofree() + */ +void *av_dynarray2_add(void **tab_ptr, int *nb_ptr, size_t elem_size, + const uint8_t *elem_data); + +/** + * Multiply two size_t values checking for overflow. + * @return 0 if success, AVERROR(EINVAL) if overflow. + */ +static inline int av_size_mult(size_t a, size_t b, size_t *r) +{ + size_t t = a * b; + /* Hack inspired from glibc: only try the division if nelem and elsize + * are both greater than sqrt(SIZE_MAX). */ + if ((a | b) >= ((size_t)1 << (sizeof(size_t) * 4)) && a && t / a != b) + return AVERROR(EINVAL); + *r = t; + return 0; +} + +/** + * Set the maximum size that may me allocated in one block. + */ +void av_max_alloc(size_t max); + +/** + * deliberately overlapping memcpy implementation + * @param dst destination buffer + * @param back how many bytes back we start (the initial size of the overlapping window), must be > 0 + * @param cnt number of bytes to copy, must be >= 0 + * + * cnt > back is valid, this will copy the bytes we just copied, + * thus creating a repeating pattern with a period length of back. + */ +void av_memcpy_backptr(uint8_t *dst, int back, int cnt); + +/** + * Reallocate the given block if it is not large enough, otherwise do nothing. + * + * @see av_realloc + */ +void *av_fast_realloc(void *ptr, unsigned int *size, size_t min_size); + +/** + * Allocate a buffer, reusing the given one if large enough. + * + * Contrary to av_fast_realloc the current buffer contents might not be + * preserved and on error the old buffer is freed, thus no special + * handling to avoid memleaks is necessary. + * + * @param ptr pointer to pointer to already allocated buffer, overwritten with pointer to new buffer + * @param size size of the buffer *ptr points to + * @param min_size minimum size of *ptr buffer after returning, *ptr will be NULL and + * *size 0 if an error occurred. + */ +void av_fast_malloc(void *ptr, unsigned int *size, size_t min_size); + +/** + * Allocate a buffer, reusing the given one if large enough. + * + * All newly allocated space is initially cleared + * Contrary to av_fast_realloc the current buffer contents might not be + * preserved and on error the old buffer is freed, thus no special + * handling to avoid memleaks is necessary. + * + * @param ptr pointer to pointer to already allocated buffer, overwritten with pointer to new buffer + * @param size size of the buffer *ptr points to + * @param min_size minimum size of *ptr buffer after returning, *ptr will be NULL and + * *size 0 if an error occurred. + */ +void av_fast_mallocz(void *ptr, unsigned int *size, size_t min_size); + +/** + * @} + */ + +#endif /* AVUTIL_MEM_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/motion_vector.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/motion_vector.h new file mode 100644 index 0000000000..ec29556388 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/motion_vector.h @@ -0,0 +1,57 @@ +/* + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_MOTION_VECTOR_H +#define AVUTIL_MOTION_VECTOR_H + +#include + +typedef struct AVMotionVector { + /** + * Where the current macroblock comes from; negative value when it comes + * from the past, positive value when it comes from the future. + * XXX: set exact relative ref frame reference instead of a +/- 1 "direction". + */ + int32_t source; + /** + * Width and height of the block. + */ + uint8_t w, h; + /** + * Absolute source position. Can be outside the frame area. + */ + int16_t src_x, src_y; + /** + * Absolute destination position. Can be outside the frame area. + */ + int16_t dst_x, dst_y; + /** + * Extra flag information. + * Currently unused. + */ + uint64_t flags; + /** + * Motion vector + * src_x = dst_x + motion_x / motion_scale + * src_y = dst_y + motion_y / motion_scale + */ + int32_t motion_x, motion_y; + uint16_t motion_scale; +} AVMotionVector; + +#endif /* AVUTIL_MOTION_VECTOR_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/murmur3.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/murmur3.h new file mode 100644 index 0000000000..f29ed973e9 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/murmur3.h @@ -0,0 +1,32 @@ +/* + * Copyright (C) 2013 Reimar Döffinger + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_MURMUR3_H +#define AVUTIL_MURMUR3_H + +#include + +struct AVMurMur3 *av_murmur3_alloc(void); +void av_murmur3_init_seeded(struct AVMurMur3 *c, uint64_t seed); +void av_murmur3_init(struct AVMurMur3 *c); +void av_murmur3_update(struct AVMurMur3 *c, const uint8_t *src, int len); +void av_murmur3_final(struct AVMurMur3 *c, uint8_t dst[16]); + +#endif /* AVUTIL_MURMUR3_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/opt.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/opt.h new file mode 100644 index 0000000000..753434d628 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/opt.h @@ -0,0 +1,865 @@ +/* + * AVOptions + * copyright (c) 2005 Michael Niedermayer + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_OPT_H +#define AVUTIL_OPT_H + +/** + * @file + * AVOptions + */ + +#include "rational.h" +#include "avutil.h" +#include "dict.h" +#include "log.h" +#include "pixfmt.h" +#include "samplefmt.h" +#include "version.h" + +/** + * @defgroup avoptions AVOptions + * @ingroup lavu_data + * @{ + * AVOptions provide a generic system to declare options on arbitrary structs + * ("objects"). An option can have a help text, a type and a range of possible + * values. Options may then be enumerated, read and written to. + * + * @section avoptions_implement Implementing AVOptions + * This section describes how to add AVOptions capabilities to a struct. + * + * All AVOptions-related information is stored in an AVClass. Therefore + * the first member of the struct should be a pointer to an AVClass describing it. + * The option field of the AVClass must be set to a NULL-terminated static array + * of AVOptions. Each AVOption must have a non-empty name, a type, a default + * value and for number-type AVOptions also a range of allowed values. It must + * also declare an offset in bytes from the start of the struct, where the field + * associated with this AVOption is located. Other fields in the AVOption struct + * should also be set when applicable, but are not required. + * + * The following example illustrates an AVOptions-enabled struct: + * @code + * typedef struct test_struct { + * AVClass *class; + * int int_opt; + * char *str_opt; + * uint8_t *bin_opt; + * int bin_len; + * } test_struct; + * + * static const AVOption test_options[] = { + * { "test_int", "This is a test option of int type.", offsetof(test_struct, int_opt), + * AV_OPT_TYPE_INT, { .i64 = -1 }, INT_MIN, INT_MAX }, + * { "test_str", "This is a test option of string type.", offsetof(test_struct, str_opt), + * AV_OPT_TYPE_STRING }, + * { "test_bin", "This is a test option of binary type.", offsetof(test_struct, bin_opt), + * AV_OPT_TYPE_BINARY }, + * { NULL }, + * }; + * + * static const AVClass test_class = { + * .class_name = "test class", + * .item_name = av_default_item_name, + * .option = test_options, + * .version = LIBAVUTIL_VERSION_INT, + * }; + * @endcode + * + * Next, when allocating your struct, you must ensure that the AVClass pointer + * is set to the correct value. Then, av_opt_set_defaults() can be called to + * initialize defaults. After that the struct is ready to be used with the + * AVOptions API. + * + * When cleaning up, you may use the av_opt_free() function to automatically + * free all the allocated string and binary options. + * + * Continuing with the above example: + * + * @code + * test_struct *alloc_test_struct(void) + * { + * test_struct *ret = av_malloc(sizeof(*ret)); + * ret->class = &test_class; + * av_opt_set_defaults(ret); + * return ret; + * } + * void free_test_struct(test_struct **foo) + * { + * av_opt_free(*foo); + * av_freep(foo); + * } + * @endcode + * + * @subsection avoptions_implement_nesting Nesting + * It may happen that an AVOptions-enabled struct contains another + * AVOptions-enabled struct as a member (e.g. AVCodecContext in + * libavcodec exports generic options, while its priv_data field exports + * codec-specific options). In such a case, it is possible to set up the + * parent struct to export a child's options. To do that, simply + * implement AVClass.child_next() and AVClass.child_class_next() in the + * parent struct's AVClass. + * Assuming that the test_struct from above now also contains a + * child_struct field: + * + * @code + * typedef struct child_struct { + * AVClass *class; + * int flags_opt; + * } child_struct; + * static const AVOption child_opts[] = { + * { "test_flags", "This is a test option of flags type.", + * offsetof(child_struct, flags_opt), AV_OPT_TYPE_FLAGS, { .i64 = 0 }, INT_MIN, INT_MAX }, + * { NULL }, + * }; + * static const AVClass child_class = { + * .class_name = "child class", + * .item_name = av_default_item_name, + * .option = child_opts, + * .version = LIBAVUTIL_VERSION_INT, + * }; + * + * void *child_next(void *obj, void *prev) + * { + * test_struct *t = obj; + * if (!prev && t->child_struct) + * return t->child_struct; + * return NULL + * } + * const AVClass child_class_next(const AVClass *prev) + * { + * return prev ? NULL : &child_class; + * } + * @endcode + * Putting child_next() and child_class_next() as defined above into + * test_class will now make child_struct's options accessible through + * test_struct (again, proper setup as described above needs to be done on + * child_struct right after it is created). + * + * From the above example it might not be clear why both child_next() + * and child_class_next() are needed. The distinction is that child_next() + * iterates over actually existing objects, while child_class_next() + * iterates over all possible child classes. E.g. if an AVCodecContext + * was initialized to use a codec which has private options, then its + * child_next() will return AVCodecContext.priv_data and finish + * iterating. OTOH child_class_next() on AVCodecContext.av_class will + * iterate over all available codecs with private options. + * + * @subsection avoptions_implement_named_constants Named constants + * It is possible to create named constants for options. Simply set the unit + * field of the option the constants should apply to a string and + * create the constants themselves as options of type AV_OPT_TYPE_CONST + * with their unit field set to the same string. + * Their default_val field should contain the value of the named + * constant. + * For example, to add some named constants for the test_flags option + * above, put the following into the child_opts array: + * @code + * { "test_flags", "This is a test option of flags type.", + * offsetof(child_struct, flags_opt), AV_OPT_TYPE_FLAGS, { .i64 = 0 }, INT_MIN, INT_MAX, "test_unit" }, + * { "flag1", "This is a flag with value 16", 0, AV_OPT_TYPE_CONST, { .i64 = 16 }, 0, 0, "test_unit" }, + * @endcode + * + * @section avoptions_use Using AVOptions + * This section deals with accessing options in an AVOptions-enabled struct. + * Such structs in FFmpeg are e.g. AVCodecContext in libavcodec or + * AVFormatContext in libavformat. + * + * @subsection avoptions_use_examine Examining AVOptions + * The basic functions for examining options are av_opt_next(), which iterates + * over all options defined for one object, and av_opt_find(), which searches + * for an option with the given name. + * + * The situation is more complicated with nesting. An AVOptions-enabled struct + * may have AVOptions-enabled children. Passing the AV_OPT_SEARCH_CHILDREN flag + * to av_opt_find() will make the function search children recursively. + * + * For enumerating there are basically two cases. The first is when you want to + * get all options that may potentially exist on the struct and its children + * (e.g. when constructing documentation). In that case you should call + * av_opt_child_class_next() recursively on the parent struct's AVClass. The + * second case is when you have an already initialized struct with all its + * children and you want to get all options that can be actually written or read + * from it. In that case you should call av_opt_child_next() recursively (and + * av_opt_next() on each result). + * + * @subsection avoptions_use_get_set Reading and writing AVOptions + * When setting options, you often have a string read directly from the + * user. In such a case, simply passing it to av_opt_set() is enough. For + * non-string type options, av_opt_set() will parse the string according to the + * option type. + * + * Similarly av_opt_get() will read any option type and convert it to a string + * which will be returned. Do not forget that the string is allocated, so you + * have to free it with av_free(). + * + * In some cases it may be more convenient to put all options into an + * AVDictionary and call av_opt_set_dict() on it. A specific case of this + * are the format/codec open functions in lavf/lavc which take a dictionary + * filled with option as a parameter. This makes it possible to set some options + * that cannot be set otherwise, since e.g. the input file format is not known + * before the file is actually opened. + */ + +enum AVOptionType{ + AV_OPT_TYPE_FLAGS, + AV_OPT_TYPE_INT, + AV_OPT_TYPE_INT64, + AV_OPT_TYPE_DOUBLE, + AV_OPT_TYPE_FLOAT, + AV_OPT_TYPE_STRING, + AV_OPT_TYPE_RATIONAL, + AV_OPT_TYPE_BINARY, ///< offset must point to a pointer immediately followed by an int for the length + AV_OPT_TYPE_DICT, + AV_OPT_TYPE_CONST = 128, + AV_OPT_TYPE_IMAGE_SIZE = MKBETAG('S','I','Z','E'), ///< offset must point to two consecutive integers + AV_OPT_TYPE_PIXEL_FMT = MKBETAG('P','F','M','T'), + AV_OPT_TYPE_SAMPLE_FMT = MKBETAG('S','F','M','T'), + AV_OPT_TYPE_VIDEO_RATE = MKBETAG('V','R','A','T'), ///< offset must point to AVRational + AV_OPT_TYPE_DURATION = MKBETAG('D','U','R',' '), + AV_OPT_TYPE_COLOR = MKBETAG('C','O','L','R'), + AV_OPT_TYPE_CHANNEL_LAYOUT = MKBETAG('C','H','L','A'), + AV_OPT_TYPE_BOOL = MKBETAG('B','O','O','L'), +}; + +/** + * AVOption + */ +typedef struct AVOption { + const char *name; + + /** + * short English help text + * @todo What about other languages? + */ + const char *help; + + /** + * The offset relative to the context structure where the option + * value is stored. It should be 0 for named constants. + */ + int offset; + enum AVOptionType type; + + /** + * the default value for scalar options + */ + union { + int64_t i64; + double dbl; + const char *str; + /* TODO those are unused now */ + AVRational q; + } default_val; + double min; ///< minimum valid value for the option + double max; ///< maximum valid value for the option + + int flags; +#define AV_OPT_FLAG_ENCODING_PARAM 1 ///< a generic parameter which can be set by the user for muxing or encoding +#define AV_OPT_FLAG_DECODING_PARAM 2 ///< a generic parameter which can be set by the user for demuxing or decoding +#if FF_API_OPT_TYPE_METADATA +#define AV_OPT_FLAG_METADATA 4 ///< some data extracted or inserted into the file like title, comment, ... +#endif +#define AV_OPT_FLAG_AUDIO_PARAM 8 +#define AV_OPT_FLAG_VIDEO_PARAM 16 +#define AV_OPT_FLAG_SUBTITLE_PARAM 32 +/** + * The option is inteded for exporting values to the caller. + */ +#define AV_OPT_FLAG_EXPORT 64 +/** + * The option may not be set through the AVOptions API, only read. + * This flag only makes sense when AV_OPT_FLAG_EXPORT is also set. + */ +#define AV_OPT_FLAG_READONLY 128 +#define AV_OPT_FLAG_FILTERING_PARAM (1<<16) ///< a generic parameter which can be set by the user for filtering +//FIXME think about enc-audio, ... style flags + + /** + * The logical unit to which the option belongs. Non-constant + * options and corresponding named constants share the same + * unit. May be NULL. + */ + const char *unit; +} AVOption; + +/** + * A single allowed range of values, or a single allowed value. + */ +typedef struct AVOptionRange { + const char *str; + /** + * Value range. + * For string ranges this represents the min/max length. + * For dimensions this represents the min/max pixel count or width/height in multi-component case. + */ + double value_min, value_max; + /** + * Value's component range. + * For string this represents the unicode range for chars, 0-127 limits to ASCII. + */ + double component_min, component_max; + /** + * Range flag. + * If set to 1 the struct encodes a range, if set to 0 a single value. + */ + int is_range; +} AVOptionRange; + +/** + * List of AVOptionRange structs. + */ +typedef struct AVOptionRanges { + /** + * Array of option ranges. + * + * Most of option types use just one component. + * Following describes multi-component option types: + * + * AV_OPT_TYPE_IMAGE_SIZE: + * component index 0: range of pixel count (width * height). + * component index 1: range of width. + * component index 2: range of height. + * + * @note To obtain multi-component version of this structure, user must + * provide AV_OPT_MULTI_COMPONENT_RANGE to av_opt_query_ranges or + * av_opt_query_ranges_default function. + * + * Multi-component range can be read as in following example: + * + * @code + * int range_index, component_index; + * AVOptionRanges *ranges; + * AVOptionRange *range[3]; //may require more than 3 in the future. + * av_opt_query_ranges(&ranges, obj, key, AV_OPT_MULTI_COMPONENT_RANGE); + * for (range_index = 0; range_index < ranges->nb_ranges; range_index++) { + * for (component_index = 0; component_index < ranges->nb_components; component_index++) + * range[component_index] = ranges->range[ranges->nb_ranges * component_index + range_index]; + * //do something with range here. + * } + * av_opt_freep_ranges(&ranges); + * @endcode + */ + AVOptionRange **range; + /** + * Number of ranges per component. + */ + int nb_ranges; + /** + * Number of componentes. + */ + int nb_components; +} AVOptionRanges; + +/** + * Show the obj options. + * + * @param req_flags requested flags for the options to show. Show only the + * options for which it is opt->flags & req_flags. + * @param rej_flags rejected flags for the options to show. Show only the + * options for which it is !(opt->flags & req_flags). + * @param av_log_obj log context to use for showing the options + */ +int av_opt_show2(void *obj, void *av_log_obj, int req_flags, int rej_flags); + +/** + * Set the values of all AVOption fields to their default values. + * + * @param s an AVOption-enabled struct (its first member must be a pointer to AVClass) + */ +void av_opt_set_defaults(void *s); + +/** + * Set the values of all AVOption fields to their default values. Only these + * AVOption fields for which (opt->flags & mask) == flags will have their + * default applied to s. + * + * @param s an AVOption-enabled struct (its first member must be a pointer to AVClass) + * @param mask combination of AV_OPT_FLAG_* + * @param flags combination of AV_OPT_FLAG_* + */ +void av_opt_set_defaults2(void *s, int mask, int flags); + +/** + * Parse the key/value pairs list in opts. For each key/value pair + * found, stores the value in the field in ctx that is named like the + * key. ctx must be an AVClass context, storing is done using + * AVOptions. + * + * @param opts options string to parse, may be NULL + * @param key_val_sep a 0-terminated list of characters used to + * separate key from value + * @param pairs_sep a 0-terminated list of characters used to separate + * two pairs from each other + * @return the number of successfully set key/value pairs, or a negative + * value corresponding to an AVERROR code in case of error: + * AVERROR(EINVAL) if opts cannot be parsed, + * the error code issued by av_opt_set() if a key/value pair + * cannot be set + */ +int av_set_options_string(void *ctx, const char *opts, + const char *key_val_sep, const char *pairs_sep); + +/** + * Parse the key-value pairs list in opts. For each key=value pair found, + * set the value of the corresponding option in ctx. + * + * @param ctx the AVClass object to set options on + * @param opts the options string, key-value pairs separated by a + * delimiter + * @param shorthand a NULL-terminated array of options names for shorthand + * notation: if the first field in opts has no key part, + * the key is taken from the first element of shorthand; + * then again for the second, etc., until either opts is + * finished, shorthand is finished or a named option is + * found; after that, all options must be named + * @param key_val_sep a 0-terminated list of characters used to separate + * key from value, for example '=' + * @param pairs_sep a 0-terminated list of characters used to separate + * two pairs from each other, for example ':' or ',' + * @return the number of successfully set key=value pairs, or a negative + * value corresponding to an AVERROR code in case of error: + * AVERROR(EINVAL) if opts cannot be parsed, + * the error code issued by av_set_string3() if a key/value pair + * cannot be set + * + * Options names must use only the following characters: a-z A-Z 0-9 - . / _ + * Separators must use characters distinct from option names and from each + * other. + */ +int av_opt_set_from_string(void *ctx, const char *opts, + const char *const *shorthand, + const char *key_val_sep, const char *pairs_sep); +/** + * Free all allocated objects in obj. + */ +void av_opt_free(void *obj); + +/** + * Check whether a particular flag is set in a flags field. + * + * @param field_name the name of the flag field option + * @param flag_name the name of the flag to check + * @return non-zero if the flag is set, zero if the flag isn't set, + * isn't of the right type, or the flags field doesn't exist. + */ +int av_opt_flag_is_set(void *obj, const char *field_name, const char *flag_name); + +/** + * Set all the options from a given dictionary on an object. + * + * @param obj a struct whose first element is a pointer to AVClass + * @param options options to process. This dictionary will be freed and replaced + * by a new one containing all options not found in obj. + * Of course this new dictionary needs to be freed by caller + * with av_dict_free(). + * + * @return 0 on success, a negative AVERROR if some option was found in obj, + * but could not be set. + * + * @see av_dict_copy() + */ +int av_opt_set_dict(void *obj, struct AVDictionary **options); + + +/** + * Set all the options from a given dictionary on an object. + * + * @param obj a struct whose first element is a pointer to AVClass + * @param options options to process. This dictionary will be freed and replaced + * by a new one containing all options not found in obj. + * Of course this new dictionary needs to be freed by caller + * with av_dict_free(). + * @param search_flags A combination of AV_OPT_SEARCH_*. + * + * @return 0 on success, a negative AVERROR if some option was found in obj, + * but could not be set. + * + * @see av_dict_copy() + */ +int av_opt_set_dict2(void *obj, struct AVDictionary **options, int search_flags); + +/** + * Extract a key-value pair from the beginning of a string. + * + * @param ropts pointer to the options string, will be updated to + * point to the rest of the string (one of the pairs_sep + * or the final NUL) + * @param key_val_sep a 0-terminated list of characters used to separate + * key from value, for example '=' + * @param pairs_sep a 0-terminated list of characters used to separate + * two pairs from each other, for example ':' or ',' + * @param flags flags; see the AV_OPT_FLAG_* values below + * @param rkey parsed key; must be freed using av_free() + * @param rval parsed value; must be freed using av_free() + * + * @return >=0 for success, or a negative value corresponding to an + * AVERROR code in case of error; in particular: + * AVERROR(EINVAL) if no key is present + * + */ +int av_opt_get_key_value(const char **ropts, + const char *key_val_sep, const char *pairs_sep, + unsigned flags, + char **rkey, char **rval); + +enum { + + /** + * Accept to parse a value without a key; the key will then be returned + * as NULL. + */ + AV_OPT_FLAG_IMPLICIT_KEY = 1, +}; + +/** + * @defgroup opt_eval_funcs Evaluating option strings + * @{ + * This group of functions can be used to evaluate option strings + * and get numbers out of them. They do the same thing as av_opt_set(), + * except the result is written into the caller-supplied pointer. + * + * @param obj a struct whose first element is a pointer to AVClass. + * @param o an option for which the string is to be evaluated. + * @param val string to be evaluated. + * @param *_out value of the string will be written here. + * + * @return 0 on success, a negative number on failure. + */ +int av_opt_eval_flags (void *obj, const AVOption *o, const char *val, int *flags_out); +int av_opt_eval_int (void *obj, const AVOption *o, const char *val, int *int_out); +int av_opt_eval_int64 (void *obj, const AVOption *o, const char *val, int64_t *int64_out); +int av_opt_eval_float (void *obj, const AVOption *o, const char *val, float *float_out); +int av_opt_eval_double(void *obj, const AVOption *o, const char *val, double *double_out); +int av_opt_eval_q (void *obj, const AVOption *o, const char *val, AVRational *q_out); +/** + * @} + */ + +#define AV_OPT_SEARCH_CHILDREN (1 << 0) /**< Search in possible children of the + given object first. */ +/** + * The obj passed to av_opt_find() is fake -- only a double pointer to AVClass + * instead of a required pointer to a struct containing AVClass. This is + * useful for searching for options without needing to allocate the corresponding + * object. + */ +#define AV_OPT_SEARCH_FAKE_OBJ (1 << 1) + +/** + * In av_opt_get, return NULL if the option has a pointer type and is set to NULL, + * rather than returning an empty string. + */ +#define AV_OPT_ALLOW_NULL (1 << 2) + +/** + * Allows av_opt_query_ranges and av_opt_query_ranges_default to return more than + * one component for certain option types. + * @see AVOptionRanges for details. + */ +#define AV_OPT_MULTI_COMPONENT_RANGE (1 << 12) + +/** + * Look for an option in an object. Consider only options which + * have all the specified flags set. + * + * @param[in] obj A pointer to a struct whose first element is a + * pointer to an AVClass. + * Alternatively a double pointer to an AVClass, if + * AV_OPT_SEARCH_FAKE_OBJ search flag is set. + * @param[in] name The name of the option to look for. + * @param[in] unit When searching for named constants, name of the unit + * it belongs to. + * @param opt_flags Find only options with all the specified flags set (AV_OPT_FLAG). + * @param search_flags A combination of AV_OPT_SEARCH_*. + * + * @return A pointer to the option found, or NULL if no option + * was found. + * + * @note Options found with AV_OPT_SEARCH_CHILDREN flag may not be settable + * directly with av_opt_set(). Use special calls which take an options + * AVDictionary (e.g. avformat_open_input()) to set options found with this + * flag. + */ +const AVOption *av_opt_find(void *obj, const char *name, const char *unit, + int opt_flags, int search_flags); + +/** + * Look for an option in an object. Consider only options which + * have all the specified flags set. + * + * @param[in] obj A pointer to a struct whose first element is a + * pointer to an AVClass. + * Alternatively a double pointer to an AVClass, if + * AV_OPT_SEARCH_FAKE_OBJ search flag is set. + * @param[in] name The name of the option to look for. + * @param[in] unit When searching for named constants, name of the unit + * it belongs to. + * @param opt_flags Find only options with all the specified flags set (AV_OPT_FLAG). + * @param search_flags A combination of AV_OPT_SEARCH_*. + * @param[out] target_obj if non-NULL, an object to which the option belongs will be + * written here. It may be different from obj if AV_OPT_SEARCH_CHILDREN is present + * in search_flags. This parameter is ignored if search_flags contain + * AV_OPT_SEARCH_FAKE_OBJ. + * + * @return A pointer to the option found, or NULL if no option + * was found. + */ +const AVOption *av_opt_find2(void *obj, const char *name, const char *unit, + int opt_flags, int search_flags, void **target_obj); + +/** + * Iterate over all AVOptions belonging to obj. + * + * @param obj an AVOptions-enabled struct or a double pointer to an + * AVClass describing it. + * @param prev result of the previous call to av_opt_next() on this object + * or NULL + * @return next AVOption or NULL + */ +const AVOption *av_opt_next(const void *obj, const AVOption *prev); + +/** + * Iterate over AVOptions-enabled children of obj. + * + * @param prev result of a previous call to this function or NULL + * @return next AVOptions-enabled child or NULL + */ +void *av_opt_child_next(void *obj, void *prev); + +/** + * Iterate over potential AVOptions-enabled children of parent. + * + * @param prev result of a previous call to this function or NULL + * @return AVClass corresponding to next potential child or NULL + */ +const AVClass *av_opt_child_class_next(const AVClass *parent, const AVClass *prev); + +/** + * @defgroup opt_set_funcs Option setting functions + * @{ + * Those functions set the field of obj with the given name to value. + * + * @param[in] obj A struct whose first element is a pointer to an AVClass. + * @param[in] name the name of the field to set + * @param[in] val The value to set. In case of av_opt_set() if the field is not + * of a string type, then the given string is parsed. + * SI postfixes and some named scalars are supported. + * If the field is of a numeric type, it has to be a numeric or named + * scalar. Behavior with more than one scalar and +- infix operators + * is undefined. + * If the field is of a flags type, it has to be a sequence of numeric + * scalars or named flags separated by '+' or '-'. Prefixing a flag + * with '+' causes it to be set without affecting the other flags; + * similarly, '-' unsets a flag. + * @param search_flags flags passed to av_opt_find2. I.e. if AV_OPT_SEARCH_CHILDREN + * is passed here, then the option may be set on a child of obj. + * + * @return 0 if the value has been set, or an AVERROR code in case of + * error: + * AVERROR_OPTION_NOT_FOUND if no matching option exists + * AVERROR(ERANGE) if the value is out of range + * AVERROR(EINVAL) if the value is not valid + */ +int av_opt_set (void *obj, const char *name, const char *val, int search_flags); +int av_opt_set_int (void *obj, const char *name, int64_t val, int search_flags); +int av_opt_set_double (void *obj, const char *name, double val, int search_flags); +int av_opt_set_q (void *obj, const char *name, AVRational val, int search_flags); +int av_opt_set_bin (void *obj, const char *name, const uint8_t *val, int size, int search_flags); +int av_opt_set_image_size(void *obj, const char *name, int w, int h, int search_flags); +int av_opt_set_pixel_fmt (void *obj, const char *name, enum AVPixelFormat fmt, int search_flags); +int av_opt_set_sample_fmt(void *obj, const char *name, enum AVSampleFormat fmt, int search_flags); +int av_opt_set_video_rate(void *obj, const char *name, AVRational val, int search_flags); +int av_opt_set_channel_layout(void *obj, const char *name, int64_t ch_layout, int search_flags); +/** + * @note Any old dictionary present is discarded and replaced with a copy of the new one. The + * caller still owns val is and responsible for freeing it. + */ +int av_opt_set_dict_val(void *obj, const char *name, const AVDictionary *val, int search_flags); + +/** + * Set a binary option to an integer list. + * + * @param obj AVClass object to set options on + * @param name name of the binary option + * @param val pointer to an integer list (must have the correct type with + * regard to the contents of the list) + * @param term list terminator (usually 0 or -1) + * @param flags search flags + */ +#define av_opt_set_int_list(obj, name, val, term, flags) \ + (av_int_list_length(val, term) > INT_MAX / sizeof(*(val)) ? \ + AVERROR(EINVAL) : \ + av_opt_set_bin(obj, name, (const uint8_t *)(val), \ + av_int_list_length(val, term) * sizeof(*(val)), flags)) + +/** + * @} + */ + +/** + * @defgroup opt_get_funcs Option getting functions + * @{ + * Those functions get a value of the option with the given name from an object. + * + * @param[in] obj a struct whose first element is a pointer to an AVClass. + * @param[in] name name of the option to get. + * @param[in] search_flags flags passed to av_opt_find2. I.e. if AV_OPT_SEARCH_CHILDREN + * is passed here, then the option may be found in a child of obj. + * @param[out] out_val value of the option will be written here + * @return >=0 on success, a negative error code otherwise + */ +/** + * @note the returned string will be av_malloc()ed and must be av_free()ed by the caller + * + * @note if AV_OPT_ALLOW_NULL is set in search_flags in av_opt_get, and the option has + * AV_OPT_TYPE_STRING or AV_OPT_TYPE_BINARY and is set to NULL, *out_val will be set + * to NULL instead of an allocated empty string. + */ +int av_opt_get (void *obj, const char *name, int search_flags, uint8_t **out_val); +int av_opt_get_int (void *obj, const char *name, int search_flags, int64_t *out_val); +int av_opt_get_double (void *obj, const char *name, int search_flags, double *out_val); +int av_opt_get_q (void *obj, const char *name, int search_flags, AVRational *out_val); +int av_opt_get_image_size(void *obj, const char *name, int search_flags, int *w_out, int *h_out); +int av_opt_get_pixel_fmt (void *obj, const char *name, int search_flags, enum AVPixelFormat *out_fmt); +int av_opt_get_sample_fmt(void *obj, const char *name, int search_flags, enum AVSampleFormat *out_fmt); +int av_opt_get_video_rate(void *obj, const char *name, int search_flags, AVRational *out_val); +int av_opt_get_channel_layout(void *obj, const char *name, int search_flags, int64_t *ch_layout); +/** + * @param[out] out_val The returned dictionary is a copy of the actual value and must + * be freed with av_dict_free() by the caller + */ +int av_opt_get_dict_val(void *obj, const char *name, int search_flags, AVDictionary **out_val); +/** + * @} + */ +/** + * Gets a pointer to the requested field in a struct. + * This function allows accessing a struct even when its fields are moved or + * renamed since the application making the access has been compiled, + * + * @returns a pointer to the field, it can be cast to the correct type and read + * or written to. + */ +void *av_opt_ptr(const AVClass *avclass, void *obj, const char *name); + +/** + * Free an AVOptionRanges struct and set it to NULL. + */ +void av_opt_freep_ranges(AVOptionRanges **ranges); + +/** + * Get a list of allowed ranges for the given option. + * + * The returned list may depend on other fields in obj like for example profile. + * + * @param flags is a bitmask of flags, undefined flags should not be set and should be ignored + * AV_OPT_SEARCH_FAKE_OBJ indicates that the obj is a double pointer to a AVClass instead of a full instance + * AV_OPT_MULTI_COMPONENT_RANGE indicates that function may return more than one component, @see AVOptionRanges + * + * The result must be freed with av_opt_freep_ranges. + * + * @return number of compontents returned on success, a negative errro code otherwise + */ +int av_opt_query_ranges(AVOptionRanges **, void *obj, const char *key, int flags); + +/** + * Copy options from src object into dest object. + * + * Options that require memory allocation (e.g. string or binary) are malloc'ed in dest object. + * Original memory allocated for such options is freed unless both src and dest options points to the same memory. + * + * @param dest Object to copy from + * @param src Object to copy into + * @return 0 on success, negative on error + */ +int av_opt_copy(void *dest, const void *src); + +/** + * Get a default list of allowed ranges for the given option. + * + * This list is constructed without using the AVClass.query_ranges() callback + * and can be used as fallback from within the callback. + * + * @param flags is a bitmask of flags, undefined flags should not be set and should be ignored + * AV_OPT_SEARCH_FAKE_OBJ indicates that the obj is a double pointer to a AVClass instead of a full instance + * AV_OPT_MULTI_COMPONENT_RANGE indicates that function may return more than one component, @see AVOptionRanges + * + * The result must be freed with av_opt_free_ranges. + * + * @return number of compontents returned on success, a negative errro code otherwise + */ +int av_opt_query_ranges_default(AVOptionRanges **, void *obj, const char *key, int flags); + +/** + * Check if given option is set to its default value. + * + * Options o must belong to the obj. This function must not be called to check child's options state. + * @see av_opt_is_set_to_default_by_name(). + * + * @param obj AVClass object to check option on + * @param o option to be checked + * @return >0 when option is set to its default, + * 0 when option is not set its default, + * <0 on error + */ +int av_opt_is_set_to_default(void *obj, const AVOption *o); + +/** + * Check if given option is set to its default value. + * + * @param obj AVClass object to check option on + * @param name option name + * @param search_flags combination of AV_OPT_SEARCH_* + * @return >0 when option is set to its default, + * 0 when option is not set its default, + * <0 on error + */ +int av_opt_is_set_to_default_by_name(void *obj, const char *name, int search_flags); + + +#define AV_OPT_SERIALIZE_SKIP_DEFAULTS 0x00000001 ///< Serialize options that are not set to default values only. +#define AV_OPT_SERIALIZE_OPT_FLAGS_EXACT 0x00000002 ///< Serialize options that exactly match opt_flags only. + +/** + * Serialize object's options. + * + * Create a string containing object's serialized options. + * Such string may be passed back to av_opt_set_from_string() in order to restore option values. + * A key/value or pairs separator occurring in the serialized value or + * name string are escaped through the av_escape() function. + * + * @param[in] obj AVClass object to serialize + * @param[in] opt_flags serialize options with all the specified flags set (AV_OPT_FLAG) + * @param[in] flags combination of AV_OPT_SERIALIZE_* flags + * @param[out] buffer Pointer to buffer that will be allocated with string containg serialized options. + * Buffer must be freed by the caller when is no longer needed. + * @param[in] key_val_sep character used to separate key from value + * @param[in] pairs_sep character used to separate two pairs from each other + * @return >= 0 on success, negative on error + * @warning Separators cannot be neither '\\' nor '\0'. They also cannot be the same. + */ +int av_opt_serialize(void *obj, int opt_flags, int flags, char **buffer, + const char key_val_sep, const char pairs_sep); +/** + * @} + */ + +#endif /* AVUTIL_OPT_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/parseutils.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/parseutils.h new file mode 100644 index 0000000000..e66d24b76e --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/parseutils.h @@ -0,0 +1,193 @@ +/* + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_PARSEUTILS_H +#define AVUTIL_PARSEUTILS_H + +#include + +#include "rational.h" + +/** + * @file + * misc parsing utilities + */ + +/** + * Parse str and store the parsed ratio in q. + * + * Note that a ratio with infinite (1/0) or negative value is + * considered valid, so you should check on the returned value if you + * want to exclude those values. + * + * The undefined value can be expressed using the "0:0" string. + * + * @param[in,out] q pointer to the AVRational which will contain the ratio + * @param[in] str the string to parse: it has to be a string in the format + * num:den, a float number or an expression + * @param[in] max the maximum allowed numerator and denominator + * @param[in] log_offset log level offset which is applied to the log + * level of log_ctx + * @param[in] log_ctx parent logging context + * @return >= 0 on success, a negative error code otherwise + */ +int av_parse_ratio(AVRational *q, const char *str, int max, + int log_offset, void *log_ctx); + +#define av_parse_ratio_quiet(rate, str, max) \ + av_parse_ratio(rate, str, max, AV_LOG_MAX_OFFSET, NULL) + +/** + * Parse str and put in width_ptr and height_ptr the detected values. + * + * @param[in,out] width_ptr pointer to the variable which will contain the detected + * width value + * @param[in,out] height_ptr pointer to the variable which will contain the detected + * height value + * @param[in] str the string to parse: it has to be a string in the format + * width x height or a valid video size abbreviation. + * @return >= 0 on success, a negative error code otherwise + */ +int av_parse_video_size(int *width_ptr, int *height_ptr, const char *str); + +/** + * Parse str and store the detected values in *rate. + * + * @param[in,out] rate pointer to the AVRational which will contain the detected + * frame rate + * @param[in] str the string to parse: it has to be a string in the format + * rate_num / rate_den, a float number or a valid video rate abbreviation + * @return >= 0 on success, a negative error code otherwise + */ +int av_parse_video_rate(AVRational *rate, const char *str); + +/** + * Put the RGBA values that correspond to color_string in rgba_color. + * + * @param color_string a string specifying a color. It can be the name of + * a color (case insensitive match) or a [0x|#]RRGGBB[AA] sequence, + * possibly followed by "@" and a string representing the alpha + * component. + * The alpha component may be a string composed by "0x" followed by an + * hexadecimal number or a decimal number between 0.0 and 1.0, which + * represents the opacity value (0x00/0.0 means completely transparent, + * 0xff/1.0 completely opaque). + * If the alpha component is not specified then 0xff is assumed. + * The string "random" will result in a random color. + * @param slen length of the initial part of color_string containing the + * color. It can be set to -1 if color_string is a null terminated string + * containing nothing else than the color. + * @return >= 0 in case of success, a negative value in case of + * failure (for example if color_string cannot be parsed). + */ +int av_parse_color(uint8_t *rgba_color, const char *color_string, int slen, + void *log_ctx); + +/** + * Get the name of a color from the internal table of hard-coded named + * colors. + * + * This function is meant to enumerate the color names recognized by + * av_parse_color(). + * + * @param color_idx index of the requested color, starting from 0 + * @param rgbp if not NULL, will point to a 3-elements array with the color value in RGB + * @return the color name string or NULL if color_idx is not in the array + */ +const char *av_get_known_color_name(int color_idx, const uint8_t **rgb); + +/** + * Parse timestr and return in *time a corresponding number of + * microseconds. + * + * @param timeval puts here the number of microseconds corresponding + * to the string in timestr. If the string represents a duration, it + * is the number of microseconds contained in the time interval. If + * the string is a date, is the number of microseconds since 1st of + * January, 1970 up to the time of the parsed date. If timestr cannot + * be successfully parsed, set *time to INT64_MIN. + + * @param timestr a string representing a date or a duration. + * - If a date the syntax is: + * @code + * [{YYYY-MM-DD|YYYYMMDD}[T|t| ]]{{HH:MM:SS[.m...]]]}|{HHMMSS[.m...]]]}}[Z] + * now + * @endcode + * If the value is "now" it takes the current time. + * Time is local time unless Z is appended, in which case it is + * interpreted as UTC. + * If the year-month-day part is not specified it takes the current + * year-month-day. + * - If a duration the syntax is: + * @code + * [-][HH:]MM:SS[.m...] + * [-]S+[.m...] + * @endcode + * @param duration flag which tells how to interpret timestr, if not + * zero timestr is interpreted as a duration, otherwise as a date + * @return >= 0 in case of success, a negative value corresponding to an + * AVERROR code otherwise + */ +int av_parse_time(int64_t *timeval, const char *timestr, int duration); + +/** + * Attempt to find a specific tag in a URL. + * + * syntax: '?tag1=val1&tag2=val2...'. Little URL decoding is done. + * Return 1 if found. + */ +int av_find_info_tag(char *arg, int arg_size, const char *tag1, const char *info); + +/** + * Simplified version of strptime + * + * Parse the input string p according to the format string fmt and + * store its results in the structure dt. + * This implementation supports only a subset of the formats supported + * by the standard strptime(). + * + * The supported input field descriptors are listed below. + * - %H: the hour as a decimal number, using a 24-hour clock, in the + * range '00' through '23' + * - %J: hours as a decimal number, in the range '0' through INT_MAX + * - %M: the minute as a decimal number, using a 24-hour clock, in the + * range '00' through '59' + * - %S: the second as a decimal number, using a 24-hour clock, in the + * range '00' through '59' + * - %Y: the year as a decimal number, using the Gregorian calendar + * - %m: the month as a decimal number, in the range '1' through '12' + * - %d: the day of the month as a decimal number, in the range '1' + * through '31' + * - %T: alias for '%H:%M:%S' + * - %%: a literal '%' + * + * @return a pointer to the first character not processed in this function + * call. In case the input string contains more characters than + * required by the format string the return value points right after + * the last consumed input character. In case the whole input string + * is consumed the return value points to the null byte at the end of + * the string. On failure NULL is returned. + */ +char *av_small_strptime(const char *p, const char *fmt, struct tm *dt); + +/** + * Convert the decomposed UTC time in tm to a time_t value. + */ +time_t av_timegm(struct tm *tm); + +#endif /* AVUTIL_PARSEUTILS_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/pixdesc.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/pixdesc.h new file mode 100644 index 0000000000..b1d218db48 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/pixdesc.h @@ -0,0 +1,394 @@ +/* + * pixel format descriptor + * Copyright (c) 2009 Michael Niedermayer + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_PIXDESC_H +#define AVUTIL_PIXDESC_H + +#include + +#include "attributes.h" +#include "pixfmt.h" +#include "version.h" + +typedef struct AVComponentDescriptor { + /** + * Which of the 4 planes contains the component. + */ + int plane; + + /** + * Number of elements between 2 horizontally consecutive pixels. + * Elements are bits for bitstream formats, bytes otherwise. + */ + int step; + + /** + * Number of elements before the component of the first pixel. + * Elements are bits for bitstream formats, bytes otherwise. + */ + int offset; + + /** + * Number of least significant bits that must be shifted away + * to get the value. + */ + int shift; + + /** + * Number of bits in the component. + */ + int depth; + +#if FF_API_PLUS1_MINUS1 + /** deprecated, use step instead */ + attribute_deprecated int step_minus1; + + /** deprecated, use depth instead */ + attribute_deprecated int depth_minus1; + + /** deprecated, use offset instead */ + attribute_deprecated int offset_plus1; +#endif +} AVComponentDescriptor; + +/** + * Descriptor that unambiguously describes how the bits of a pixel are + * stored in the up to 4 data planes of an image. It also stores the + * subsampling factors and number of components. + * + * @note This is separate of the colorspace (RGB, YCbCr, YPbPr, JPEG-style YUV + * and all the YUV variants) AVPixFmtDescriptor just stores how values + * are stored not what these values represent. + */ +typedef struct AVPixFmtDescriptor { + const char *name; + uint8_t nb_components; ///< The number of components each pixel has, (1-4) + + /** + * Amount to shift the luma width right to find the chroma width. + * For YV12 this is 1 for example. + * chroma_width = -((-luma_width) >> log2_chroma_w) + * The note above is needed to ensure rounding up. + * This value only refers to the chroma components. + */ + uint8_t log2_chroma_w; ///< chroma_width = -((-luma_width )>>log2_chroma_w) + + /** + * Amount to shift the luma height right to find the chroma height. + * For YV12 this is 1 for example. + * chroma_height= -((-luma_height) >> log2_chroma_h) + * The note above is needed to ensure rounding up. + * This value only refers to the chroma components. + */ + uint8_t log2_chroma_h; + + /** + * Combination of AV_PIX_FMT_FLAG_... flags. + */ + uint64_t flags; + + /** + * Parameters that describe how pixels are packed. + * If the format has 1 or 2 components, then luma is 0. + * If the format has 3 or 4 components: + * if the RGB flag is set then 0 is red, 1 is green and 2 is blue; + * otherwise 0 is luma, 1 is chroma-U and 2 is chroma-V. + * + * If present, the Alpha channel is always the last component. + */ + AVComponentDescriptor comp[4]; + + /** + * Alternative comma-separated names. + */ + const char *alias; +} AVPixFmtDescriptor; + +/** + * Pixel format is big-endian. + */ +#define AV_PIX_FMT_FLAG_BE (1 << 0) +/** + * Pixel format has a palette in data[1], values are indexes in this palette. + */ +#define AV_PIX_FMT_FLAG_PAL (1 << 1) +/** + * All values of a component are bit-wise packed end to end. + */ +#define AV_PIX_FMT_FLAG_BITSTREAM (1 << 2) +/** + * Pixel format is an HW accelerated format. + */ +#define AV_PIX_FMT_FLAG_HWACCEL (1 << 3) +/** + * At least one pixel component is not in the first data plane. + */ +#define AV_PIX_FMT_FLAG_PLANAR (1 << 4) +/** + * The pixel format contains RGB-like data (as opposed to YUV/grayscale). + */ +#define AV_PIX_FMT_FLAG_RGB (1 << 5) + +/** + * The pixel format is "pseudo-paletted". This means that it contains a + * fixed palette in the 2nd plane but the palette is fixed/constant for each + * PIX_FMT. This allows interpreting the data as if it was PAL8, which can + * in some cases be simpler. Or the data can be interpreted purely based on + * the pixel format without using the palette. + * An example of a pseudo-paletted format is AV_PIX_FMT_GRAY8 + */ +#define AV_PIX_FMT_FLAG_PSEUDOPAL (1 << 6) + +/** + * The pixel format has an alpha channel. This is set on all formats that + * support alpha in some way. The exception is AV_PIX_FMT_PAL8, which can + * carry alpha as part of the palette. Details are explained in the + * AVPixelFormat enum, and are also encoded in the corresponding + * AVPixFmtDescriptor. + * + * The alpha is always straight, never pre-multiplied. + * + * If a codec or a filter does not support alpha, it should set all alpha to + * opaque, or use the equivalent pixel formats without alpha component, e.g. + * AV_PIX_FMT_RGB0 (or AV_PIX_FMT_RGB24 etc.) instead of AV_PIX_FMT_RGBA. + */ +#define AV_PIX_FMT_FLAG_ALPHA (1 << 7) + +/** + * Read a line from an image, and write the values of the + * pixel format component c to dst. + * + * @param data the array containing the pointers to the planes of the image + * @param linesize the array containing the linesizes of the image + * @param desc the pixel format descriptor for the image + * @param x the horizontal coordinate of the first pixel to read + * @param y the vertical coordinate of the first pixel to read + * @param w the width of the line to read, that is the number of + * values to write to dst + * @param read_pal_component if not zero and the format is a paletted + * format writes the values corresponding to the palette + * component c in data[1] to dst, rather than the palette indexes in + * data[0]. The behavior is undefined if the format is not paletted. + */ +void av_read_image_line(uint16_t *dst, const uint8_t *data[4], + const int linesize[4], const AVPixFmtDescriptor *desc, + int x, int y, int c, int w, int read_pal_component); + +/** + * Write the values from src to the pixel format component c of an + * image line. + * + * @param src array containing the values to write + * @param data the array containing the pointers to the planes of the + * image to write into. It is supposed to be zeroed. + * @param linesize the array containing the linesizes of the image + * @param desc the pixel format descriptor for the image + * @param x the horizontal coordinate of the first pixel to write + * @param y the vertical coordinate of the first pixel to write + * @param w the width of the line to write, that is the number of + * values to write to the image line + */ +void av_write_image_line(const uint16_t *src, uint8_t *data[4], + const int linesize[4], const AVPixFmtDescriptor *desc, + int x, int y, int c, int w); + +/** + * Return the pixel format corresponding to name. + * + * If there is no pixel format with name name, then looks for a + * pixel format with the name corresponding to the native endian + * format of name. + * For example in a little-endian system, first looks for "gray16", + * then for "gray16le". + * + * Finally if no pixel format has been found, returns AV_PIX_FMT_NONE. + */ +enum AVPixelFormat av_get_pix_fmt(const char *name); + +/** + * Return the short name for a pixel format, NULL in case pix_fmt is + * unknown. + * + * @see av_get_pix_fmt(), av_get_pix_fmt_string() + */ +const char *av_get_pix_fmt_name(enum AVPixelFormat pix_fmt); + +/** + * Print in buf the string corresponding to the pixel format with + * number pix_fmt, or a header if pix_fmt is negative. + * + * @param buf the buffer where to write the string + * @param buf_size the size of buf + * @param pix_fmt the number of the pixel format to print the + * corresponding info string, or a negative value to print the + * corresponding header. + */ +char *av_get_pix_fmt_string(char *buf, int buf_size, + enum AVPixelFormat pix_fmt); + +/** + * Return the number of bits per pixel used by the pixel format + * described by pixdesc. Note that this is not the same as the number + * of bits per sample. + * + * The returned number of bits refers to the number of bits actually + * used for storing the pixel information, that is padding bits are + * not counted. + */ +int av_get_bits_per_pixel(const AVPixFmtDescriptor *pixdesc); + +/** + * Return the number of bits per pixel for the pixel format + * described by pixdesc, including any padding or unused bits. + */ +int av_get_padded_bits_per_pixel(const AVPixFmtDescriptor *pixdesc); + +/** + * @return a pixel format descriptor for provided pixel format or NULL if + * this pixel format is unknown. + */ +const AVPixFmtDescriptor *av_pix_fmt_desc_get(enum AVPixelFormat pix_fmt); + +/** + * Iterate over all pixel format descriptors known to libavutil. + * + * @param prev previous descriptor. NULL to get the first descriptor. + * + * @return next descriptor or NULL after the last descriptor + */ +const AVPixFmtDescriptor *av_pix_fmt_desc_next(const AVPixFmtDescriptor *prev); + +/** + * @return an AVPixelFormat id described by desc, or AV_PIX_FMT_NONE if desc + * is not a valid pointer to a pixel format descriptor. + */ +enum AVPixelFormat av_pix_fmt_desc_get_id(const AVPixFmtDescriptor *desc); + +/** + * Utility function to access log2_chroma_w log2_chroma_h from + * the pixel format AVPixFmtDescriptor. + * + * See av_get_chroma_sub_sample() for a function that asserts a + * valid pixel format instead of returning an error code. + * Its recommended that you use avcodec_get_chroma_sub_sample unless + * you do check the return code! + * + * @param[in] pix_fmt the pixel format + * @param[out] h_shift store log2_chroma_w (horizontal/width shift) + * @param[out] v_shift store log2_chroma_h (vertical/height shift) + * + * @return 0 on success, AVERROR(ENOSYS) on invalid or unknown pixel format + */ +int av_pix_fmt_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, + int *h_shift, int *v_shift); + +/** + * @return number of planes in pix_fmt, a negative AVERROR if pix_fmt is not a + * valid pixel format. + */ +int av_pix_fmt_count_planes(enum AVPixelFormat pix_fmt); + +/** + * Utility function to swap the endianness of a pixel format. + * + * @param[in] pix_fmt the pixel format + * + * @return pixel format with swapped endianness if it exists, + * otherwise AV_PIX_FMT_NONE + */ +enum AVPixelFormat av_pix_fmt_swap_endianness(enum AVPixelFormat pix_fmt); + +#define FF_LOSS_RESOLUTION 0x0001 /**< loss due to resolution change */ +#define FF_LOSS_DEPTH 0x0002 /**< loss due to color depth change */ +#define FF_LOSS_COLORSPACE 0x0004 /**< loss due to color space conversion */ +#define FF_LOSS_ALPHA 0x0008 /**< loss of alpha bits */ +#define FF_LOSS_COLORQUANT 0x0010 /**< loss due to color quantization */ +#define FF_LOSS_CHROMA 0x0020 /**< loss of chroma (e.g. RGB to gray conversion) */ + +/** + * Compute what kind of losses will occur when converting from one specific + * pixel format to another. + * When converting from one pixel format to another, information loss may occur. + * For example, when converting from RGB24 to GRAY, the color information will + * be lost. Similarly, other losses occur when converting from some formats to + * other formats. These losses can involve loss of chroma, but also loss of + * resolution, loss of color depth, loss due to the color space conversion, loss + * of the alpha bits or loss due to color quantization. + * av_get_fix_fmt_loss() informs you about the various types of losses + * which will occur when converting from one pixel format to another. + * + * @param[in] dst_pix_fmt destination pixel format + * @param[in] src_pix_fmt source pixel format + * @param[in] has_alpha Whether the source pixel format alpha channel is used. + * @return Combination of flags informing you what kind of losses will occur + * (maximum loss for an invalid dst_pix_fmt). + */ +int av_get_pix_fmt_loss(enum AVPixelFormat dst_pix_fmt, + enum AVPixelFormat src_pix_fmt, + int has_alpha); + +/** + * Compute what kind of losses will occur when converting from one specific + * pixel format to another. + * When converting from one pixel format to another, information loss may occur. + * For example, when converting from RGB24 to GRAY, the color information will + * be lost. Similarly, other losses occur when converting from some formats to + * other formats. These losses can involve loss of chroma, but also loss of + * resolution, loss of color depth, loss due to the color space conversion, loss + * of the alpha bits or loss due to color quantization. + * av_get_fix_fmt_loss() informs you about the various types of losses + * which will occur when converting from one pixel format to another. + * + * @param[in] dst_pix_fmt destination pixel format + * @param[in] src_pix_fmt source pixel format + * @param[in] has_alpha Whether the source pixel format alpha channel is used. + * @return Combination of flags informing you what kind of losses will occur + * (maximum loss for an invalid dst_pix_fmt). + */ +enum AVPixelFormat av_find_best_pix_fmt_of_2(enum AVPixelFormat dst_pix_fmt1, enum AVPixelFormat dst_pix_fmt2, + enum AVPixelFormat src_pix_fmt, int has_alpha, int *loss_ptr); + +/** + * @return the name for provided color range or NULL if unknown. + */ +const char *av_color_range_name(enum AVColorRange range); + +/** + * @return the name for provided color primaries or NULL if unknown. + */ +const char *av_color_primaries_name(enum AVColorPrimaries primaries); + +/** + * @return the name for provided color transfer or NULL if unknown. + */ +const char *av_color_transfer_name(enum AVColorTransferCharacteristic transfer); + +/** + * @return the name for provided color space or NULL if unknown. + */ +const char *av_color_space_name(enum AVColorSpace space); + +/** + * @return the name for provided chroma location or NULL if unknown. + */ +const char *av_chroma_location_name(enum AVChromaLocation location); + +#endif /* AVUTIL_PIXDESC_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/pixelutils.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/pixelutils.h new file mode 100644 index 0000000000..a8dbc157e1 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/pixelutils.h @@ -0,0 +1,52 @@ +/* + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_PIXELUTILS_H +#define AVUTIL_PIXELUTILS_H + +#include +#include +#include "common.h" + +/** + * Sum of abs(src1[x] - src2[x]) + */ +typedef int (*av_pixelutils_sad_fn)(const uint8_t *src1, ptrdiff_t stride1, + const uint8_t *src2, ptrdiff_t stride2); + +/** + * Get a potentially optimized pointer to a Sum-of-absolute-differences + * function (see the av_pixelutils_sad_fn prototype). + * + * @param w_bits 1< + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_PIXFMT_H +#define AVUTIL_PIXFMT_H + +/** + * @file + * pixel format definitions + * + */ + +#include "libavutil/avconfig.h" +#include "version.h" + +#define AVPALETTE_SIZE 1024 +#define AVPALETTE_COUNT 256 + +/** + * Pixel format. + * + * @note + * AV_PIX_FMT_RGB32 is handled in an endian-specific manner. An RGBA + * color is put together as: + * (A << 24) | (R << 16) | (G << 8) | B + * This is stored as BGRA on little-endian CPU architectures and ARGB on + * big-endian CPUs. + * + * @par + * When the pixel format is palettized RGB32 (AV_PIX_FMT_PAL8), the palettized + * image data is stored in AVFrame.data[0]. The palette is transported in + * AVFrame.data[1], is 1024 bytes long (256 4-byte entries) and is + * formatted the same as in AV_PIX_FMT_RGB32 described above (i.e., it is + * also endian-specific). Note also that the individual RGB32 palette + * components stored in AVFrame.data[1] should be in the range 0..255. + * This is important as many custom PAL8 video codecs that were designed + * to run on the IBM VGA graphics adapter use 6-bit palette components. + * + * @par + * For all the 8bit per pixel formats, an RGB32 palette is in data[1] like + * for pal8. This palette is filled in automatically by the function + * allocating the picture. + */ +enum AVPixelFormat { + AV_PIX_FMT_NONE = -1, + AV_PIX_FMT_YUV420P, ///< planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples) + AV_PIX_FMT_YUYV422, ///< packed YUV 4:2:2, 16bpp, Y0 Cb Y1 Cr + AV_PIX_FMT_RGB24, ///< packed RGB 8:8:8, 24bpp, RGBRGB... + AV_PIX_FMT_BGR24, ///< packed RGB 8:8:8, 24bpp, BGRBGR... + AV_PIX_FMT_YUV422P, ///< planar YUV 4:2:2, 16bpp, (1 Cr & Cb sample per 2x1 Y samples) + AV_PIX_FMT_YUV444P, ///< planar YUV 4:4:4, 24bpp, (1 Cr & Cb sample per 1x1 Y samples) + AV_PIX_FMT_YUV410P, ///< planar YUV 4:1:0, 9bpp, (1 Cr & Cb sample per 4x4 Y samples) + AV_PIX_FMT_YUV411P, ///< planar YUV 4:1:1, 12bpp, (1 Cr & Cb sample per 4x1 Y samples) + AV_PIX_FMT_GRAY8, ///< Y , 8bpp + AV_PIX_FMT_MONOWHITE, ///< Y , 1bpp, 0 is white, 1 is black, in each byte pixels are ordered from the msb to the lsb + AV_PIX_FMT_MONOBLACK, ///< Y , 1bpp, 0 is black, 1 is white, in each byte pixels are ordered from the msb to the lsb + AV_PIX_FMT_PAL8, ///< 8 bit with AV_PIX_FMT_RGB32 palette + AV_PIX_FMT_YUVJ420P, ///< planar YUV 4:2:0, 12bpp, full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV420P and setting color_range + AV_PIX_FMT_YUVJ422P, ///< planar YUV 4:2:2, 16bpp, full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV422P and setting color_range + AV_PIX_FMT_YUVJ444P, ///< planar YUV 4:4:4, 24bpp, full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV444P and setting color_range +#if FF_API_XVMC + AV_PIX_FMT_XVMC_MPEG2_MC,///< XVideo Motion Acceleration via common packet passing + AV_PIX_FMT_XVMC_MPEG2_IDCT, +#define AV_PIX_FMT_XVMC AV_PIX_FMT_XVMC_MPEG2_IDCT +#endif /* FF_API_XVMC */ + AV_PIX_FMT_UYVY422, ///< packed YUV 4:2:2, 16bpp, Cb Y0 Cr Y1 + AV_PIX_FMT_UYYVYY411, ///< packed YUV 4:1:1, 12bpp, Cb Y0 Y1 Cr Y2 Y3 + AV_PIX_FMT_BGR8, ///< packed RGB 3:3:2, 8bpp, (msb)2B 3G 3R(lsb) + AV_PIX_FMT_BGR4, ///< packed RGB 1:2:1 bitstream, 4bpp, (msb)1B 2G 1R(lsb), a byte contains two pixels, the first pixel in the byte is the one composed by the 4 msb bits + AV_PIX_FMT_BGR4_BYTE, ///< packed RGB 1:2:1, 8bpp, (msb)1B 2G 1R(lsb) + AV_PIX_FMT_RGB8, ///< packed RGB 3:3:2, 8bpp, (msb)2R 3G 3B(lsb) + AV_PIX_FMT_RGB4, ///< packed RGB 1:2:1 bitstream, 4bpp, (msb)1R 2G 1B(lsb), a byte contains two pixels, the first pixel in the byte is the one composed by the 4 msb bits + AV_PIX_FMT_RGB4_BYTE, ///< packed RGB 1:2:1, 8bpp, (msb)1R 2G 1B(lsb) + AV_PIX_FMT_NV12, ///< planar YUV 4:2:0, 12bpp, 1 plane for Y and 1 plane for the UV components, which are interleaved (first byte U and the following byte V) + AV_PIX_FMT_NV21, ///< as above, but U and V bytes are swapped + + AV_PIX_FMT_ARGB, ///< packed ARGB 8:8:8:8, 32bpp, ARGBARGB... + AV_PIX_FMT_RGBA, ///< packed RGBA 8:8:8:8, 32bpp, RGBARGBA... + AV_PIX_FMT_ABGR, ///< packed ABGR 8:8:8:8, 32bpp, ABGRABGR... + AV_PIX_FMT_BGRA, ///< packed BGRA 8:8:8:8, 32bpp, BGRABGRA... + + AV_PIX_FMT_GRAY16BE, ///< Y , 16bpp, big-endian + AV_PIX_FMT_GRAY16LE, ///< Y , 16bpp, little-endian + AV_PIX_FMT_YUV440P, ///< planar YUV 4:4:0 (1 Cr & Cb sample per 1x2 Y samples) + AV_PIX_FMT_YUVJ440P, ///< planar YUV 4:4:0 full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV440P and setting color_range + AV_PIX_FMT_YUVA420P, ///< planar YUV 4:2:0, 20bpp, (1 Cr & Cb sample per 2x2 Y & A samples) +#if FF_API_VDPAU + AV_PIX_FMT_VDPAU_H264,///< H.264 HW decoding with VDPAU, data[0] contains a vdpau_render_state struct which contains the bitstream of the slices as well as various fields extracted from headers + AV_PIX_FMT_VDPAU_MPEG1,///< MPEG-1 HW decoding with VDPAU, data[0] contains a vdpau_render_state struct which contains the bitstream of the slices as well as various fields extracted from headers + AV_PIX_FMT_VDPAU_MPEG2,///< MPEG-2 HW decoding with VDPAU, data[0] contains a vdpau_render_state struct which contains the bitstream of the slices as well as various fields extracted from headers + AV_PIX_FMT_VDPAU_WMV3,///< WMV3 HW decoding with VDPAU, data[0] contains a vdpau_render_state struct which contains the bitstream of the slices as well as various fields extracted from headers + AV_PIX_FMT_VDPAU_VC1, ///< VC-1 HW decoding with VDPAU, data[0] contains a vdpau_render_state struct which contains the bitstream of the slices as well as various fields extracted from headers +#endif + AV_PIX_FMT_RGB48BE, ///< packed RGB 16:16:16, 48bpp, 16R, 16G, 16B, the 2-byte value for each R/G/B component is stored as big-endian + AV_PIX_FMT_RGB48LE, ///< packed RGB 16:16:16, 48bpp, 16R, 16G, 16B, the 2-byte value for each R/G/B component is stored as little-endian + + AV_PIX_FMT_RGB565BE, ///< packed RGB 5:6:5, 16bpp, (msb) 5R 6G 5B(lsb), big-endian + AV_PIX_FMT_RGB565LE, ///< packed RGB 5:6:5, 16bpp, (msb) 5R 6G 5B(lsb), little-endian + AV_PIX_FMT_RGB555BE, ///< packed RGB 5:5:5, 16bpp, (msb)1X 5R 5G 5B(lsb), big-endian , X=unused/undefined + AV_PIX_FMT_RGB555LE, ///< packed RGB 5:5:5, 16bpp, (msb)1X 5R 5G 5B(lsb), little-endian, X=unused/undefined + + AV_PIX_FMT_BGR565BE, ///< packed BGR 5:6:5, 16bpp, (msb) 5B 6G 5R(lsb), big-endian + AV_PIX_FMT_BGR565LE, ///< packed BGR 5:6:5, 16bpp, (msb) 5B 6G 5R(lsb), little-endian + AV_PIX_FMT_BGR555BE, ///< packed BGR 5:5:5, 16bpp, (msb)1X 5B 5G 5R(lsb), big-endian , X=unused/undefined + AV_PIX_FMT_BGR555LE, ///< packed BGR 5:5:5, 16bpp, (msb)1X 5B 5G 5R(lsb), little-endian, X=unused/undefined + +#if FF_API_VAAPI + /** @name Deprecated pixel formats */ + /**@{*/ + AV_PIX_FMT_VAAPI_MOCO, ///< HW acceleration through VA API at motion compensation entry-point, Picture.data[3] contains a vaapi_render_state struct which contains macroblocks as well as various fields extracted from headers + AV_PIX_FMT_VAAPI_IDCT, ///< HW acceleration through VA API at IDCT entry-point, Picture.data[3] contains a vaapi_render_state struct which contains fields extracted from headers + AV_PIX_FMT_VAAPI_VLD, ///< HW decoding through VA API, Picture.data[3] contains a vaapi_render_state struct which contains the bitstream of the slices as well as various fields extracted from headers + /**@}*/ + AV_PIX_FMT_VAAPI = AV_PIX_FMT_VAAPI_VLD, +#else + /** + * Hardware acceleration through VA-API, data[3] contains a + * VASurfaceID. + */ + AV_PIX_FMT_VAAPI, +#endif + + AV_PIX_FMT_YUV420P16LE, ///< planar YUV 4:2:0, 24bpp, (1 Cr & Cb sample per 2x2 Y samples), little-endian + AV_PIX_FMT_YUV420P16BE, ///< planar YUV 4:2:0, 24bpp, (1 Cr & Cb sample per 2x2 Y samples), big-endian + AV_PIX_FMT_YUV422P16LE, ///< planar YUV 4:2:2, 32bpp, (1 Cr & Cb sample per 2x1 Y samples), little-endian + AV_PIX_FMT_YUV422P16BE, ///< planar YUV 4:2:2, 32bpp, (1 Cr & Cb sample per 2x1 Y samples), big-endian + AV_PIX_FMT_YUV444P16LE, ///< planar YUV 4:4:4, 48bpp, (1 Cr & Cb sample per 1x1 Y samples), little-endian + AV_PIX_FMT_YUV444P16BE, ///< planar YUV 4:4:4, 48bpp, (1 Cr & Cb sample per 1x1 Y samples), big-endian +#if FF_API_VDPAU + AV_PIX_FMT_VDPAU_MPEG4, ///< MPEG4 HW decoding with VDPAU, data[0] contains a vdpau_render_state struct which contains the bitstream of the slices as well as various fields extracted from headers +#endif + AV_PIX_FMT_DXVA2_VLD, ///< HW decoding through DXVA2, Picture.data[3] contains a LPDIRECT3DSURFACE9 pointer + + AV_PIX_FMT_RGB444LE, ///< packed RGB 4:4:4, 16bpp, (msb)4X 4R 4G 4B(lsb), little-endian, X=unused/undefined + AV_PIX_FMT_RGB444BE, ///< packed RGB 4:4:4, 16bpp, (msb)4X 4R 4G 4B(lsb), big-endian, X=unused/undefined + AV_PIX_FMT_BGR444LE, ///< packed BGR 4:4:4, 16bpp, (msb)4X 4B 4G 4R(lsb), little-endian, X=unused/undefined + AV_PIX_FMT_BGR444BE, ///< packed BGR 4:4:4, 16bpp, (msb)4X 4B 4G 4R(lsb), big-endian, X=unused/undefined + AV_PIX_FMT_YA8, ///< 8bit gray, 8bit alpha + + AV_PIX_FMT_Y400A = AV_PIX_FMT_YA8, ///< alias for AV_PIX_FMT_YA8 + AV_PIX_FMT_GRAY8A= AV_PIX_FMT_YA8, ///< alias for AV_PIX_FMT_YA8 + + AV_PIX_FMT_BGR48BE, ///< packed RGB 16:16:16, 48bpp, 16B, 16G, 16R, the 2-byte value for each R/G/B component is stored as big-endian + AV_PIX_FMT_BGR48LE, ///< packed RGB 16:16:16, 48bpp, 16B, 16G, 16R, the 2-byte value for each R/G/B component is stored as little-endian + + /** + * The following 12 formats have the disadvantage of needing 1 format for each bit depth. + * Notice that each 9/10 bits sample is stored in 16 bits with extra padding. + * If you want to support multiple bit depths, then using AV_PIX_FMT_YUV420P16* with the bpp stored separately is better. + */ + AV_PIX_FMT_YUV420P9BE, ///< planar YUV 4:2:0, 13.5bpp, (1 Cr & Cb sample per 2x2 Y samples), big-endian + AV_PIX_FMT_YUV420P9LE, ///< planar YUV 4:2:0, 13.5bpp, (1 Cr & Cb sample per 2x2 Y samples), little-endian + AV_PIX_FMT_YUV420P10BE,///< planar YUV 4:2:0, 15bpp, (1 Cr & Cb sample per 2x2 Y samples), big-endian + AV_PIX_FMT_YUV420P10LE,///< planar YUV 4:2:0, 15bpp, (1 Cr & Cb sample per 2x2 Y samples), little-endian + AV_PIX_FMT_YUV422P10BE,///< planar YUV 4:2:2, 20bpp, (1 Cr & Cb sample per 2x1 Y samples), big-endian + AV_PIX_FMT_YUV422P10LE,///< planar YUV 4:2:2, 20bpp, (1 Cr & Cb sample per 2x1 Y samples), little-endian + AV_PIX_FMT_YUV444P9BE, ///< planar YUV 4:4:4, 27bpp, (1 Cr & Cb sample per 1x1 Y samples), big-endian + AV_PIX_FMT_YUV444P9LE, ///< planar YUV 4:4:4, 27bpp, (1 Cr & Cb sample per 1x1 Y samples), little-endian + AV_PIX_FMT_YUV444P10BE,///< planar YUV 4:4:4, 30bpp, (1 Cr & Cb sample per 1x1 Y samples), big-endian + AV_PIX_FMT_YUV444P10LE,///< planar YUV 4:4:4, 30bpp, (1 Cr & Cb sample per 1x1 Y samples), little-endian + AV_PIX_FMT_YUV422P9BE, ///< planar YUV 4:2:2, 18bpp, (1 Cr & Cb sample per 2x1 Y samples), big-endian + AV_PIX_FMT_YUV422P9LE, ///< planar YUV 4:2:2, 18bpp, (1 Cr & Cb sample per 2x1 Y samples), little-endian + AV_PIX_FMT_VDA_VLD, ///< hardware decoding through VDA + AV_PIX_FMT_GBRP, ///< planar GBR 4:4:4 24bpp + AV_PIX_FMT_GBRP9BE, ///< planar GBR 4:4:4 27bpp, big-endian + AV_PIX_FMT_GBRP9LE, ///< planar GBR 4:4:4 27bpp, little-endian + AV_PIX_FMT_GBRP10BE, ///< planar GBR 4:4:4 30bpp, big-endian + AV_PIX_FMT_GBRP10LE, ///< planar GBR 4:4:4 30bpp, little-endian + AV_PIX_FMT_GBRP16BE, ///< planar GBR 4:4:4 48bpp, big-endian + AV_PIX_FMT_GBRP16LE, ///< planar GBR 4:4:4 48bpp, little-endian + AV_PIX_FMT_YUVA422P, ///< planar YUV 4:2:2 24bpp, (1 Cr & Cb sample per 2x1 Y & A samples) + AV_PIX_FMT_YUVA444P, ///< planar YUV 4:4:4 32bpp, (1 Cr & Cb sample per 1x1 Y & A samples) + AV_PIX_FMT_YUVA420P9BE, ///< planar YUV 4:2:0 22.5bpp, (1 Cr & Cb sample per 2x2 Y & A samples), big-endian + AV_PIX_FMT_YUVA420P9LE, ///< planar YUV 4:2:0 22.5bpp, (1 Cr & Cb sample per 2x2 Y & A samples), little-endian + AV_PIX_FMT_YUVA422P9BE, ///< planar YUV 4:2:2 27bpp, (1 Cr & Cb sample per 2x1 Y & A samples), big-endian + AV_PIX_FMT_YUVA422P9LE, ///< planar YUV 4:2:2 27bpp, (1 Cr & Cb sample per 2x1 Y & A samples), little-endian + AV_PIX_FMT_YUVA444P9BE, ///< planar YUV 4:4:4 36bpp, (1 Cr & Cb sample per 1x1 Y & A samples), big-endian + AV_PIX_FMT_YUVA444P9LE, ///< planar YUV 4:4:4 36bpp, (1 Cr & Cb sample per 1x1 Y & A samples), little-endian + AV_PIX_FMT_YUVA420P10BE, ///< planar YUV 4:2:0 25bpp, (1 Cr & Cb sample per 2x2 Y & A samples, big-endian) + AV_PIX_FMT_YUVA420P10LE, ///< planar YUV 4:2:0 25bpp, (1 Cr & Cb sample per 2x2 Y & A samples, little-endian) + AV_PIX_FMT_YUVA422P10BE, ///< planar YUV 4:2:2 30bpp, (1 Cr & Cb sample per 2x1 Y & A samples, big-endian) + AV_PIX_FMT_YUVA422P10LE, ///< planar YUV 4:2:2 30bpp, (1 Cr & Cb sample per 2x1 Y & A samples, little-endian) + AV_PIX_FMT_YUVA444P10BE, ///< planar YUV 4:4:4 40bpp, (1 Cr & Cb sample per 1x1 Y & A samples, big-endian) + AV_PIX_FMT_YUVA444P10LE, ///< planar YUV 4:4:4 40bpp, (1 Cr & Cb sample per 1x1 Y & A samples, little-endian) + AV_PIX_FMT_YUVA420P16BE, ///< planar YUV 4:2:0 40bpp, (1 Cr & Cb sample per 2x2 Y & A samples, big-endian) + AV_PIX_FMT_YUVA420P16LE, ///< planar YUV 4:2:0 40bpp, (1 Cr & Cb sample per 2x2 Y & A samples, little-endian) + AV_PIX_FMT_YUVA422P16BE, ///< planar YUV 4:2:2 48bpp, (1 Cr & Cb sample per 2x1 Y & A samples, big-endian) + AV_PIX_FMT_YUVA422P16LE, ///< planar YUV 4:2:2 48bpp, (1 Cr & Cb sample per 2x1 Y & A samples, little-endian) + AV_PIX_FMT_YUVA444P16BE, ///< planar YUV 4:4:4 64bpp, (1 Cr & Cb sample per 1x1 Y & A samples, big-endian) + AV_PIX_FMT_YUVA444P16LE, ///< planar YUV 4:4:4 64bpp, (1 Cr & Cb sample per 1x1 Y & A samples, little-endian) + + AV_PIX_FMT_VDPAU, ///< HW acceleration through VDPAU, Picture.data[3] contains a VdpVideoSurface + + AV_PIX_FMT_XYZ12LE, ///< packed XYZ 4:4:4, 36 bpp, (msb) 12X, 12Y, 12Z (lsb), the 2-byte value for each X/Y/Z is stored as little-endian, the 4 lower bits are set to 0 + AV_PIX_FMT_XYZ12BE, ///< packed XYZ 4:4:4, 36 bpp, (msb) 12X, 12Y, 12Z (lsb), the 2-byte value for each X/Y/Z is stored as big-endian, the 4 lower bits are set to 0 + AV_PIX_FMT_NV16, ///< interleaved chroma YUV 4:2:2, 16bpp, (1 Cr & Cb sample per 2x1 Y samples) + AV_PIX_FMT_NV20LE, ///< interleaved chroma YUV 4:2:2, 20bpp, (1 Cr & Cb sample per 2x1 Y samples), little-endian + AV_PIX_FMT_NV20BE, ///< interleaved chroma YUV 4:2:2, 20bpp, (1 Cr & Cb sample per 2x1 Y samples), big-endian + + AV_PIX_FMT_RGBA64BE, ///< packed RGBA 16:16:16:16, 64bpp, 16R, 16G, 16B, 16A, the 2-byte value for each R/G/B/A component is stored as big-endian + AV_PIX_FMT_RGBA64LE, ///< packed RGBA 16:16:16:16, 64bpp, 16R, 16G, 16B, 16A, the 2-byte value for each R/G/B/A component is stored as little-endian + AV_PIX_FMT_BGRA64BE, ///< packed RGBA 16:16:16:16, 64bpp, 16B, 16G, 16R, 16A, the 2-byte value for each R/G/B/A component is stored as big-endian + AV_PIX_FMT_BGRA64LE, ///< packed RGBA 16:16:16:16, 64bpp, 16B, 16G, 16R, 16A, the 2-byte value for each R/G/B/A component is stored as little-endian + + AV_PIX_FMT_YVYU422, ///< packed YUV 4:2:2, 16bpp, Y0 Cr Y1 Cb + + AV_PIX_FMT_VDA, ///< HW acceleration through VDA, data[3] contains a CVPixelBufferRef + + AV_PIX_FMT_YA16BE, ///< 16bit gray, 16bit alpha (big-endian) + AV_PIX_FMT_YA16LE, ///< 16bit gray, 16bit alpha (little-endian) + + AV_PIX_FMT_GBRAP, ///< planar GBRA 4:4:4:4 32bpp + AV_PIX_FMT_GBRAP16BE, ///< planar GBRA 4:4:4:4 64bpp, big-endian + AV_PIX_FMT_GBRAP16LE, ///< planar GBRA 4:4:4:4 64bpp, little-endian + /** + * HW acceleration through QSV, data[3] contains a pointer to the + * mfxFrameSurface1 structure. + */ + AV_PIX_FMT_QSV, + /** + * HW acceleration though MMAL, data[3] contains a pointer to the + * MMAL_BUFFER_HEADER_T structure. + */ + AV_PIX_FMT_MMAL, + + AV_PIX_FMT_D3D11VA_VLD, ///< HW decoding through Direct3D11, Picture.data[3] contains a ID3D11VideoDecoderOutputView pointer + + AV_PIX_FMT_0RGB=0x123+4,///< packed RGB 8:8:8, 32bpp, XRGBXRGB... X=unused/undefined + AV_PIX_FMT_RGB0, ///< packed RGB 8:8:8, 32bpp, RGBXRGBX... X=unused/undefined + AV_PIX_FMT_0BGR, ///< packed BGR 8:8:8, 32bpp, XBGRXBGR... X=unused/undefined + AV_PIX_FMT_BGR0, ///< packed BGR 8:8:8, 32bpp, BGRXBGRX... X=unused/undefined + + AV_PIX_FMT_YUV420P12BE, ///< planar YUV 4:2:0,18bpp, (1 Cr & Cb sample per 2x2 Y samples), big-endian + AV_PIX_FMT_YUV420P12LE, ///< planar YUV 4:2:0,18bpp, (1 Cr & Cb sample per 2x2 Y samples), little-endian + AV_PIX_FMT_YUV420P14BE, ///< planar YUV 4:2:0,21bpp, (1 Cr & Cb sample per 2x2 Y samples), big-endian + AV_PIX_FMT_YUV420P14LE, ///< planar YUV 4:2:0,21bpp, (1 Cr & Cb sample per 2x2 Y samples), little-endian + AV_PIX_FMT_YUV422P12BE, ///< planar YUV 4:2:2,24bpp, (1 Cr & Cb sample per 2x1 Y samples), big-endian + AV_PIX_FMT_YUV422P12LE, ///< planar YUV 4:2:2,24bpp, (1 Cr & Cb sample per 2x1 Y samples), little-endian + AV_PIX_FMT_YUV422P14BE, ///< planar YUV 4:2:2,28bpp, (1 Cr & Cb sample per 2x1 Y samples), big-endian + AV_PIX_FMT_YUV422P14LE, ///< planar YUV 4:2:2,28bpp, (1 Cr & Cb sample per 2x1 Y samples), little-endian + AV_PIX_FMT_YUV444P12BE, ///< planar YUV 4:4:4,36bpp, (1 Cr & Cb sample per 1x1 Y samples), big-endian + AV_PIX_FMT_YUV444P12LE, ///< planar YUV 4:4:4,36bpp, (1 Cr & Cb sample per 1x1 Y samples), little-endian + AV_PIX_FMT_YUV444P14BE, ///< planar YUV 4:4:4,42bpp, (1 Cr & Cb sample per 1x1 Y samples), big-endian + AV_PIX_FMT_YUV444P14LE, ///< planar YUV 4:4:4,42bpp, (1 Cr & Cb sample per 1x1 Y samples), little-endian + AV_PIX_FMT_GBRP12BE, ///< planar GBR 4:4:4 36bpp, big-endian + AV_PIX_FMT_GBRP12LE, ///< planar GBR 4:4:4 36bpp, little-endian + AV_PIX_FMT_GBRP14BE, ///< planar GBR 4:4:4 42bpp, big-endian + AV_PIX_FMT_GBRP14LE, ///< planar GBR 4:4:4 42bpp, little-endian + AV_PIX_FMT_YUVJ411P, ///< planar YUV 4:1:1, 12bpp, (1 Cr & Cb sample per 4x1 Y samples) full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV411P and setting color_range + + AV_PIX_FMT_BAYER_BGGR8, ///< bayer, BGBG..(odd line), GRGR..(even line), 8-bit samples */ + AV_PIX_FMT_BAYER_RGGB8, ///< bayer, RGRG..(odd line), GBGB..(even line), 8-bit samples */ + AV_PIX_FMT_BAYER_GBRG8, ///< bayer, GBGB..(odd line), RGRG..(even line), 8-bit samples */ + AV_PIX_FMT_BAYER_GRBG8, ///< bayer, GRGR..(odd line), BGBG..(even line), 8-bit samples */ + AV_PIX_FMT_BAYER_BGGR16LE, ///< bayer, BGBG..(odd line), GRGR..(even line), 16-bit samples, little-endian */ + AV_PIX_FMT_BAYER_BGGR16BE, ///< bayer, BGBG..(odd line), GRGR..(even line), 16-bit samples, big-endian */ + AV_PIX_FMT_BAYER_RGGB16LE, ///< bayer, RGRG..(odd line), GBGB..(even line), 16-bit samples, little-endian */ + AV_PIX_FMT_BAYER_RGGB16BE, ///< bayer, RGRG..(odd line), GBGB..(even line), 16-bit samples, big-endian */ + AV_PIX_FMT_BAYER_GBRG16LE, ///< bayer, GBGB..(odd line), RGRG..(even line), 16-bit samples, little-endian */ + AV_PIX_FMT_BAYER_GBRG16BE, ///< bayer, GBGB..(odd line), RGRG..(even line), 16-bit samples, big-endian */ + AV_PIX_FMT_BAYER_GRBG16LE, ///< bayer, GRGR..(odd line), BGBG..(even line), 16-bit samples, little-endian */ + AV_PIX_FMT_BAYER_GRBG16BE, ///< bayer, GRGR..(odd line), BGBG..(even line), 16-bit samples, big-endian */ +#if !FF_API_XVMC + AV_PIX_FMT_XVMC,///< XVideo Motion Acceleration via common packet passing +#endif /* !FF_API_XVMC */ + AV_PIX_FMT_YUV440P10LE, ///< planar YUV 4:4:0,20bpp, (1 Cr & Cb sample per 1x2 Y samples), little-endian + AV_PIX_FMT_YUV440P10BE, ///< planar YUV 4:4:0,20bpp, (1 Cr & Cb sample per 1x2 Y samples), big-endian + AV_PIX_FMT_YUV440P12LE, ///< planar YUV 4:4:0,24bpp, (1 Cr & Cb sample per 1x2 Y samples), little-endian + AV_PIX_FMT_YUV440P12BE, ///< planar YUV 4:4:0,24bpp, (1 Cr & Cb sample per 1x2 Y samples), big-endian + AV_PIX_FMT_AYUV64LE, ///< packed AYUV 4:4:4,64bpp (1 Cr & Cb sample per 1x1 Y & A samples), little-endian + AV_PIX_FMT_AYUV64BE, ///< packed AYUV 4:4:4,64bpp (1 Cr & Cb sample per 1x1 Y & A samples), big-endian + + AV_PIX_FMT_VIDEOTOOLBOX, ///< hardware decoding through Videotoolbox + + AV_PIX_FMT_P010LE, ///< like NV12, with 10bpp per component, data in the high bits, zeros in the low bits, little-endian + AV_PIX_FMT_P010BE, ///< like NV12, with 10bpp per component, data in the high bits, zeros in the low bits, big-endian + + AV_PIX_FMT_NB, ///< number of pixel formats, DO NOT USE THIS if you want to link with shared libav* because the number of formats might differ between versions +}; + +#define AV_PIX_FMT_Y400A AV_PIX_FMT_GRAY8A +#define AV_PIX_FMT_GBR24P AV_PIX_FMT_GBRP + +#if AV_HAVE_BIGENDIAN +# define AV_PIX_FMT_NE(be, le) AV_PIX_FMT_##be +#else +# define AV_PIX_FMT_NE(be, le) AV_PIX_FMT_##le +#endif + +#define AV_PIX_FMT_RGB32 AV_PIX_FMT_NE(ARGB, BGRA) +#define AV_PIX_FMT_RGB32_1 AV_PIX_FMT_NE(RGBA, ABGR) +#define AV_PIX_FMT_BGR32 AV_PIX_FMT_NE(ABGR, RGBA) +#define AV_PIX_FMT_BGR32_1 AV_PIX_FMT_NE(BGRA, ARGB) +#define AV_PIX_FMT_0RGB32 AV_PIX_FMT_NE(0RGB, BGR0) +#define AV_PIX_FMT_0BGR32 AV_PIX_FMT_NE(0BGR, RGB0) + +#define AV_PIX_FMT_GRAY16 AV_PIX_FMT_NE(GRAY16BE, GRAY16LE) +#define AV_PIX_FMT_YA16 AV_PIX_FMT_NE(YA16BE, YA16LE) +#define AV_PIX_FMT_RGB48 AV_PIX_FMT_NE(RGB48BE, RGB48LE) +#define AV_PIX_FMT_RGB565 AV_PIX_FMT_NE(RGB565BE, RGB565LE) +#define AV_PIX_FMT_RGB555 AV_PIX_FMT_NE(RGB555BE, RGB555LE) +#define AV_PIX_FMT_RGB444 AV_PIX_FMT_NE(RGB444BE, RGB444LE) +#define AV_PIX_FMT_RGBA64 AV_PIX_FMT_NE(RGBA64BE, RGBA64LE) +#define AV_PIX_FMT_BGR48 AV_PIX_FMT_NE(BGR48BE, BGR48LE) +#define AV_PIX_FMT_BGR565 AV_PIX_FMT_NE(BGR565BE, BGR565LE) +#define AV_PIX_FMT_BGR555 AV_PIX_FMT_NE(BGR555BE, BGR555LE) +#define AV_PIX_FMT_BGR444 AV_PIX_FMT_NE(BGR444BE, BGR444LE) +#define AV_PIX_FMT_BGRA64 AV_PIX_FMT_NE(BGRA64BE, BGRA64LE) + +#define AV_PIX_FMT_YUV420P9 AV_PIX_FMT_NE(YUV420P9BE , YUV420P9LE) +#define AV_PIX_FMT_YUV422P9 AV_PIX_FMT_NE(YUV422P9BE , YUV422P9LE) +#define AV_PIX_FMT_YUV444P9 AV_PIX_FMT_NE(YUV444P9BE , YUV444P9LE) +#define AV_PIX_FMT_YUV420P10 AV_PIX_FMT_NE(YUV420P10BE, YUV420P10LE) +#define AV_PIX_FMT_YUV422P10 AV_PIX_FMT_NE(YUV422P10BE, YUV422P10LE) +#define AV_PIX_FMT_YUV440P10 AV_PIX_FMT_NE(YUV440P10BE, YUV440P10LE) +#define AV_PIX_FMT_YUV444P10 AV_PIX_FMT_NE(YUV444P10BE, YUV444P10LE) +#define AV_PIX_FMT_YUV420P12 AV_PIX_FMT_NE(YUV420P12BE, YUV420P12LE) +#define AV_PIX_FMT_YUV422P12 AV_PIX_FMT_NE(YUV422P12BE, YUV422P12LE) +#define AV_PIX_FMT_YUV440P12 AV_PIX_FMT_NE(YUV440P12BE, YUV440P12LE) +#define AV_PIX_FMT_YUV444P12 AV_PIX_FMT_NE(YUV444P12BE, YUV444P12LE) +#define AV_PIX_FMT_YUV420P14 AV_PIX_FMT_NE(YUV420P14BE, YUV420P14LE) +#define AV_PIX_FMT_YUV422P14 AV_PIX_FMT_NE(YUV422P14BE, YUV422P14LE) +#define AV_PIX_FMT_YUV444P14 AV_PIX_FMT_NE(YUV444P14BE, YUV444P14LE) +#define AV_PIX_FMT_YUV420P16 AV_PIX_FMT_NE(YUV420P16BE, YUV420P16LE) +#define AV_PIX_FMT_YUV422P16 AV_PIX_FMT_NE(YUV422P16BE, YUV422P16LE) +#define AV_PIX_FMT_YUV444P16 AV_PIX_FMT_NE(YUV444P16BE, YUV444P16LE) + +#define AV_PIX_FMT_GBRP9 AV_PIX_FMT_NE(GBRP9BE , GBRP9LE) +#define AV_PIX_FMT_GBRP10 AV_PIX_FMT_NE(GBRP10BE, GBRP10LE) +#define AV_PIX_FMT_GBRP12 AV_PIX_FMT_NE(GBRP12BE, GBRP12LE) +#define AV_PIX_FMT_GBRP14 AV_PIX_FMT_NE(GBRP14BE, GBRP14LE) +#define AV_PIX_FMT_GBRP16 AV_PIX_FMT_NE(GBRP16BE, GBRP16LE) +#define AV_PIX_FMT_GBRAP16 AV_PIX_FMT_NE(GBRAP16BE, GBRAP16LE) + +#define AV_PIX_FMT_BAYER_BGGR16 AV_PIX_FMT_NE(BAYER_BGGR16BE, BAYER_BGGR16LE) +#define AV_PIX_FMT_BAYER_RGGB16 AV_PIX_FMT_NE(BAYER_RGGB16BE, BAYER_RGGB16LE) +#define AV_PIX_FMT_BAYER_GBRG16 AV_PIX_FMT_NE(BAYER_GBRG16BE, BAYER_GBRG16LE) +#define AV_PIX_FMT_BAYER_GRBG16 AV_PIX_FMT_NE(BAYER_GRBG16BE, BAYER_GRBG16LE) + + +#define AV_PIX_FMT_YUVA420P9 AV_PIX_FMT_NE(YUVA420P9BE , YUVA420P9LE) +#define AV_PIX_FMT_YUVA422P9 AV_PIX_FMT_NE(YUVA422P9BE , YUVA422P9LE) +#define AV_PIX_FMT_YUVA444P9 AV_PIX_FMT_NE(YUVA444P9BE , YUVA444P9LE) +#define AV_PIX_FMT_YUVA420P10 AV_PIX_FMT_NE(YUVA420P10BE, YUVA420P10LE) +#define AV_PIX_FMT_YUVA422P10 AV_PIX_FMT_NE(YUVA422P10BE, YUVA422P10LE) +#define AV_PIX_FMT_YUVA444P10 AV_PIX_FMT_NE(YUVA444P10BE, YUVA444P10LE) +#define AV_PIX_FMT_YUVA420P16 AV_PIX_FMT_NE(YUVA420P16BE, YUVA420P16LE) +#define AV_PIX_FMT_YUVA422P16 AV_PIX_FMT_NE(YUVA422P16BE, YUVA422P16LE) +#define AV_PIX_FMT_YUVA444P16 AV_PIX_FMT_NE(YUVA444P16BE, YUVA444P16LE) + +#define AV_PIX_FMT_XYZ12 AV_PIX_FMT_NE(XYZ12BE, XYZ12LE) +#define AV_PIX_FMT_NV20 AV_PIX_FMT_NE(NV20BE, NV20LE) +#define AV_PIX_FMT_AYUV64 AV_PIX_FMT_NE(AYUV64BE, AYUV64LE) +#define AV_PIX_FMT_P010 AV_PIX_FMT_NE(P010BE, P010LE) + +/** + * Chromaticity coordinates of the source primaries. + */ +enum AVColorPrimaries { + AVCOL_PRI_RESERVED0 = 0, + AVCOL_PRI_BT709 = 1, ///< also ITU-R BT1361 / IEC 61966-2-4 / SMPTE RP177 Annex B + AVCOL_PRI_UNSPECIFIED = 2, + AVCOL_PRI_RESERVED = 3, + AVCOL_PRI_BT470M = 4, ///< also FCC Title 47 Code of Federal Regulations 73.682 (a)(20) + + AVCOL_PRI_BT470BG = 5, ///< also ITU-R BT601-6 625 / ITU-R BT1358 625 / ITU-R BT1700 625 PAL & SECAM + AVCOL_PRI_SMPTE170M = 6, ///< also ITU-R BT601-6 525 / ITU-R BT1358 525 / ITU-R BT1700 NTSC + AVCOL_PRI_SMPTE240M = 7, ///< functionally identical to above + AVCOL_PRI_FILM = 8, ///< colour filters using Illuminant C + AVCOL_PRI_BT2020 = 9, ///< ITU-R BT2020 + AVCOL_PRI_SMPTEST428_1= 10, ///< SMPTE ST 428-1 (CIE 1931 XYZ) + AVCOL_PRI_NB, ///< Not part of ABI +}; + +/** + * Color Transfer Characteristic. + */ +enum AVColorTransferCharacteristic { + AVCOL_TRC_RESERVED0 = 0, + AVCOL_TRC_BT709 = 1, ///< also ITU-R BT1361 + AVCOL_TRC_UNSPECIFIED = 2, + AVCOL_TRC_RESERVED = 3, + AVCOL_TRC_GAMMA22 = 4, ///< also ITU-R BT470M / ITU-R BT1700 625 PAL & SECAM + AVCOL_TRC_GAMMA28 = 5, ///< also ITU-R BT470BG + AVCOL_TRC_SMPTE170M = 6, ///< also ITU-R BT601-6 525 or 625 / ITU-R BT1358 525 or 625 / ITU-R BT1700 NTSC + AVCOL_TRC_SMPTE240M = 7, + AVCOL_TRC_LINEAR = 8, ///< "Linear transfer characteristics" + AVCOL_TRC_LOG = 9, ///< "Logarithmic transfer characteristic (100:1 range)" + AVCOL_TRC_LOG_SQRT = 10, ///< "Logarithmic transfer characteristic (100 * Sqrt(10) : 1 range)" + AVCOL_TRC_IEC61966_2_4 = 11, ///< IEC 61966-2-4 + AVCOL_TRC_BT1361_ECG = 12, ///< ITU-R BT1361 Extended Colour Gamut + AVCOL_TRC_IEC61966_2_1 = 13, ///< IEC 61966-2-1 (sRGB or sYCC) + AVCOL_TRC_BT2020_10 = 14, ///< ITU-R BT2020 for 10 bit system + AVCOL_TRC_BT2020_12 = 15, ///< ITU-R BT2020 for 12 bit system + AVCOL_TRC_SMPTEST2084 = 16, ///< SMPTE ST 2084 for 10, 12, 14 and 16 bit systems + AVCOL_TRC_SMPTEST428_1 = 17, ///< SMPTE ST 428-1 + AVCOL_TRC_NB, ///< Not part of ABI +}; + +/** + * YUV colorspace type. + */ +enum AVColorSpace { + AVCOL_SPC_RGB = 0, ///< order of coefficients is actually GBR, also IEC 61966-2-1 (sRGB) + AVCOL_SPC_BT709 = 1, ///< also ITU-R BT1361 / IEC 61966-2-4 xvYCC709 / SMPTE RP177 Annex B + AVCOL_SPC_UNSPECIFIED = 2, + AVCOL_SPC_RESERVED = 3, + AVCOL_SPC_FCC = 4, ///< FCC Title 47 Code of Federal Regulations 73.682 (a)(20) + AVCOL_SPC_BT470BG = 5, ///< also ITU-R BT601-6 625 / ITU-R BT1358 625 / ITU-R BT1700 625 PAL & SECAM / IEC 61966-2-4 xvYCC601 + AVCOL_SPC_SMPTE170M = 6, ///< also ITU-R BT601-6 525 / ITU-R BT1358 525 / ITU-R BT1700 NTSC / functionally identical to above + AVCOL_SPC_SMPTE240M = 7, + AVCOL_SPC_YCOCG = 8, ///< Used by Dirac / VC-2 and H.264 FRext, see ITU-T SG16 + AVCOL_SPC_BT2020_NCL = 9, ///< ITU-R BT2020 non-constant luminance system + AVCOL_SPC_BT2020_CL = 10, ///< ITU-R BT2020 constant luminance system + AVCOL_SPC_NB, ///< Not part of ABI +}; +#define AVCOL_SPC_YCGCO AVCOL_SPC_YCOCG + + +/** + * MPEG vs JPEG YUV range. + */ +enum AVColorRange { + AVCOL_RANGE_UNSPECIFIED = 0, + AVCOL_RANGE_MPEG = 1, ///< the normal 219*2^(n-8) "MPEG" YUV ranges + AVCOL_RANGE_JPEG = 2, ///< the normal 2^n-1 "JPEG" YUV ranges + AVCOL_RANGE_NB, ///< Not part of ABI +}; + +/** + * Location of chroma samples. + * + * Illustration showing the location of the first (top left) chroma sample of the + * image, the left shows only luma, the right + * shows the location of the chroma sample, the 2 could be imagined to overlay + * each other but are drawn separately due to limitations of ASCII + * + * 1st 2nd 1st 2nd horizontal luma sample positions + * v v v v + * ______ ______ + *1st luma line > |X X ... |3 4 X ... X are luma samples, + * | |1 2 1-6 are possible chroma positions + *2nd luma line > |X X ... |5 6 X ... 0 is undefined/unknown position + */ +enum AVChromaLocation { + AVCHROMA_LOC_UNSPECIFIED = 0, + AVCHROMA_LOC_LEFT = 1, ///< mpeg2/4 4:2:0, h264 default for 4:2:0 + AVCHROMA_LOC_CENTER = 2, ///< mpeg1 4:2:0, jpeg 4:2:0, h263 4:2:0 + AVCHROMA_LOC_TOPLEFT = 3, ///< ITU-R 601, SMPTE 274M 296M S314M(DV 4:1:1), mpeg2 4:2:2 + AVCHROMA_LOC_TOP = 4, + AVCHROMA_LOC_BOTTOMLEFT = 5, + AVCHROMA_LOC_BOTTOM = 6, + AVCHROMA_LOC_NB, ///< Not part of ABI +}; + +#endif /* AVUTIL_PIXFMT_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/random_seed.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/random_seed.h new file mode 100644 index 0000000000..0462a048e0 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/random_seed.h @@ -0,0 +1,43 @@ +/* + * Copyright (c) 2009 Baptiste Coudurier + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_RANDOM_SEED_H +#define AVUTIL_RANDOM_SEED_H + +#include +/** + * @addtogroup lavu_crypto + * @{ + */ + +/** + * Get a seed to use in conjunction with random functions. + * This function tries to provide a good seed at a best effort bases. + * Its possible to call this function multiple times if more bits are needed. + * It can be quite slow, which is why it should only be used as seed for a faster + * PRNG. The quality of the seed depends on the platform. + */ +uint32_t av_get_random_seed(void); + +/** + * @} + */ + +#endif /* AVUTIL_RANDOM_SEED_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/rational.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/rational.h new file mode 100644 index 0000000000..2897469680 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/rational.h @@ -0,0 +1,173 @@ +/* + * rational numbers + * Copyright (c) 2003 Michael Niedermayer + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +/** + * @file + * rational numbers + * @author Michael Niedermayer + */ + +#ifndef AVUTIL_RATIONAL_H +#define AVUTIL_RATIONAL_H + +#include +#include +#include "attributes.h" + +/** + * @addtogroup lavu_math + * @{ + */ + +/** + * rational number numerator/denominator + */ +typedef struct AVRational{ + int num; ///< numerator + int den; ///< denominator +} AVRational; + +/** + * Create a rational. + * Useful for compilers that do not support compound literals. + * @note The return value is not reduced. + */ +static inline AVRational av_make_q(int num, int den) +{ + AVRational r = { num, den }; + return r; +} + +/** + * Compare two rationals. + * @param a first rational + * @param b second rational + * @return 0 if a==b, 1 if a>b, -1 if a>63)|1; + else if(b.den && a.den) return 0; + else if(a.num && b.num) return (a.num>>31) - (b.num>>31); + else return INT_MIN; +} + +/** + * Convert rational to double. + * @param a rational to convert + * @return (double) a + */ +static inline double av_q2d(AVRational a){ + return a.num / (double) a.den; +} + +/** + * Reduce a fraction. + * This is useful for framerate calculations. + * @param dst_num destination numerator + * @param dst_den destination denominator + * @param num source numerator + * @param den source denominator + * @param max the maximum allowed for dst_num & dst_den + * @return 1 if exact, 0 otherwise + */ +int av_reduce(int *dst_num, int *dst_den, int64_t num, int64_t den, int64_t max); + +/** + * Multiply two rationals. + * @param b first rational + * @param c second rational + * @return b*c + */ +AVRational av_mul_q(AVRational b, AVRational c) av_const; + +/** + * Divide one rational by another. + * @param b first rational + * @param c second rational + * @return b/c + */ +AVRational av_div_q(AVRational b, AVRational c) av_const; + +/** + * Add two rationals. + * @param b first rational + * @param c second rational + * @return b+c + */ +AVRational av_add_q(AVRational b, AVRational c) av_const; + +/** + * Subtract one rational from another. + * @param b first rational + * @param c second rational + * @return b-c + */ +AVRational av_sub_q(AVRational b, AVRational c) av_const; + +/** + * Invert a rational. + * @param q value + * @return 1 / q + */ +static av_always_inline AVRational av_inv_q(AVRational q) +{ + AVRational r = { q.den, q.num }; + return r; +} + +/** + * Convert a double precision floating point number to a rational. + * inf is expressed as {1,0} or {-1,0} depending on the sign. + * + * @param d double to convert + * @param max the maximum allowed numerator and denominator + * @return (AVRational) d + */ +AVRational av_d2q(double d, int max) av_const; + +/** + * @return 1 if q1 is nearer to q than q2, -1 if q2 is nearer + * than q1, 0 if they have the same distance. + */ +int av_nearer_q(AVRational q, AVRational q1, AVRational q2); + +/** + * Find the nearest value in q_list to q. + * @param q_list an array of rationals terminated by {0, 0} + * @return the index of the nearest value found in the array + */ +int av_find_nearest_q_idx(AVRational q, const AVRational* q_list); + +/** + * Converts a AVRational to a IEEE 32bit float. + * + * The float is returned in a uint32_t and its value is platform indepenant. + */ +uint32_t av_q2intfloat(AVRational q); + +/** + * @} + */ + +#endif /* AVUTIL_RATIONAL_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/rc4.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/rc4.h new file mode 100644 index 0000000000..029cd2ad58 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/rc4.h @@ -0,0 +1,66 @@ +/* + * RC4 encryption/decryption/pseudo-random number generator + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_RC4_H +#define AVUTIL_RC4_H + +#include + +/** + * @defgroup lavu_rc4 RC4 + * @ingroup lavu_crypto + * @{ + */ + +typedef struct AVRC4 { + uint8_t state[256]; + int x, y; +} AVRC4; + +/** + * Allocate an AVRC4 context. + */ +AVRC4 *av_rc4_alloc(void); + +/** + * @brief Initializes an AVRC4 context. + * + * @param key_bits must be a multiple of 8 + * @param decrypt 0 for encryption, 1 for decryption, currently has no effect + * @return zero on success, negative value otherwise + */ +int av_rc4_init(struct AVRC4 *d, const uint8_t *key, int key_bits, int decrypt); + +/** + * @brief Encrypts / decrypts using the RC4 algorithm. + * + * @param count number of bytes + * @param dst destination array, can be equal to src + * @param src source array, can be equal to dst, may be NULL + * @param iv not (yet) used for RC4, should be NULL + * @param decrypt 0 for encryption, 1 for decryption, not (yet) used + */ +void av_rc4_crypt(struct AVRC4 *d, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt); + +/** + * @} + */ + +#endif /* AVUTIL_RC4_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/replaygain.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/replaygain.h new file mode 100644 index 0000000000..5c03e1993d --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/replaygain.h @@ -0,0 +1,51 @@ +/* + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_REPLAYGAIN_H +#define AVUTIL_REPLAYGAIN_H + +#include + +/** + * ReplayGain information (see + * http://wiki.hydrogenaudio.org/index.php?title=ReplayGain_1.0_specification). + * The size of this struct is a part of the public ABI. + */ +typedef struct AVReplayGain { + /** + * Track replay gain in microbels (divide by 100000 to get the value in dB). + * Should be set to INT32_MIN when unknown. + */ + int32_t track_gain; + /** + * Peak track amplitude, with 100000 representing full scale (but values + * may overflow). 0 when unknown. + */ + uint32_t track_peak; + /** + * Same as track_gain, but for the whole album. + */ + int32_t album_gain; + /** + * Same as track_peak, but for the whole album, + */ + uint32_t album_peak; +} AVReplayGain; + +#endif /* AVUTIL_REPLAYGAIN_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/ripemd.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/ripemd.h new file mode 100644 index 0000000000..7b0c8bc89c --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/ripemd.h @@ -0,0 +1,75 @@ +/* + * Copyright (C) 2007 Michael Niedermayer + * Copyright (C) 2013 James Almer + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_RIPEMD_H +#define AVUTIL_RIPEMD_H + +#include + +#include "attributes.h" +#include "version.h" + +/** + * @defgroup lavu_ripemd RIPEMD + * @ingroup lavu_crypto + * @{ + */ + +extern const int av_ripemd_size; + +struct AVRIPEMD; + +/** + * Allocate an AVRIPEMD context. + */ +struct AVRIPEMD *av_ripemd_alloc(void); + +/** + * Initialize RIPEMD hashing. + * + * @param context pointer to the function context (of size av_ripemd_size) + * @param bits number of bits in digest (128, 160, 256 or 320 bits) + * @return zero if initialization succeeded, -1 otherwise + */ +int av_ripemd_init(struct AVRIPEMD* context, int bits); + +/** + * Update hash value. + * + * @param context hash function context + * @param data input data to update hash with + * @param len input data length + */ +void av_ripemd_update(struct AVRIPEMD* context, const uint8_t* data, unsigned int len); + +/** + * Finish hashing and output digest value. + * + * @param context hash function context + * @param digest buffer where output digest value is stored + */ +void av_ripemd_final(struct AVRIPEMD* context, uint8_t *digest); + +/** + * @} + */ + +#endif /* AVUTIL_RIPEMD_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/samplefmt.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/samplefmt.h new file mode 100644 index 0000000000..6a8a031c02 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/samplefmt.h @@ -0,0 +1,271 @@ +/* + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_SAMPLEFMT_H +#define AVUTIL_SAMPLEFMT_H + +#include + +#include "avutil.h" +#include "attributes.h" + +/** + * @addtogroup lavu_audio + * @{ + * + * @defgroup lavu_sampfmts Audio sample formats + * + * Audio sample format enumeration and related convenience functions. + * @{ + * + */ + +/** + * Audio sample formats + * + * - The data described by the sample format is always in native-endian order. + * Sample values can be expressed by native C types, hence the lack of a signed + * 24-bit sample format even though it is a common raw audio data format. + * + * - The floating-point formats are based on full volume being in the range + * [-1.0, 1.0]. Any values outside this range are beyond full volume level. + * + * - The data layout as used in av_samples_fill_arrays() and elsewhere in FFmpeg + * (such as AVFrame in libavcodec) is as follows: + * + * @par + * For planar sample formats, each audio channel is in a separate data plane, + * and linesize is the buffer size, in bytes, for a single plane. All data + * planes must be the same size. For packed sample formats, only the first data + * plane is used, and samples for each channel are interleaved. In this case, + * linesize is the buffer size, in bytes, for the 1 plane. + * + */ +enum AVSampleFormat { + AV_SAMPLE_FMT_NONE = -1, + AV_SAMPLE_FMT_U8, ///< unsigned 8 bits + AV_SAMPLE_FMT_S16, ///< signed 16 bits + AV_SAMPLE_FMT_S32, ///< signed 32 bits + AV_SAMPLE_FMT_FLT, ///< float + AV_SAMPLE_FMT_DBL, ///< double + + AV_SAMPLE_FMT_U8P, ///< unsigned 8 bits, planar + AV_SAMPLE_FMT_S16P, ///< signed 16 bits, planar + AV_SAMPLE_FMT_S32P, ///< signed 32 bits, planar + AV_SAMPLE_FMT_FLTP, ///< float, planar + AV_SAMPLE_FMT_DBLP, ///< double, planar + + AV_SAMPLE_FMT_NB ///< Number of sample formats. DO NOT USE if linking dynamically +}; + +/** + * Return the name of sample_fmt, or NULL if sample_fmt is not + * recognized. + */ +const char *av_get_sample_fmt_name(enum AVSampleFormat sample_fmt); + +/** + * Return a sample format corresponding to name, or AV_SAMPLE_FMT_NONE + * on error. + */ +enum AVSampleFormat av_get_sample_fmt(const char *name); + +/** + * Return the planar<->packed alternative form of the given sample format, or + * AV_SAMPLE_FMT_NONE on error. If the passed sample_fmt is already in the + * requested planar/packed format, the format returned is the same as the + * input. + */ +enum AVSampleFormat av_get_alt_sample_fmt(enum AVSampleFormat sample_fmt, int planar); + +/** + * Get the packed alternative form of the given sample format. + * + * If the passed sample_fmt is already in packed format, the format returned is + * the same as the input. + * + * @return the packed alternative form of the given sample format or + AV_SAMPLE_FMT_NONE on error. + */ +enum AVSampleFormat av_get_packed_sample_fmt(enum AVSampleFormat sample_fmt); + +/** + * Get the planar alternative form of the given sample format. + * + * If the passed sample_fmt is already in planar format, the format returned is + * the same as the input. + * + * @return the planar alternative form of the given sample format or + AV_SAMPLE_FMT_NONE on error. + */ +enum AVSampleFormat av_get_planar_sample_fmt(enum AVSampleFormat sample_fmt); + +/** + * Generate a string corresponding to the sample format with + * sample_fmt, or a header if sample_fmt is negative. + * + * @param buf the buffer where to write the string + * @param buf_size the size of buf + * @param sample_fmt the number of the sample format to print the + * corresponding info string, or a negative value to print the + * corresponding header. + * @return the pointer to the filled buffer or NULL if sample_fmt is + * unknown or in case of other errors + */ +char *av_get_sample_fmt_string(char *buf, int buf_size, enum AVSampleFormat sample_fmt); + +/** + * Return number of bytes per sample. + * + * @param sample_fmt the sample format + * @return number of bytes per sample or zero if unknown for the given + * sample format + */ +int av_get_bytes_per_sample(enum AVSampleFormat sample_fmt); + +/** + * Check if the sample format is planar. + * + * @param sample_fmt the sample format to inspect + * @return 1 if the sample format is planar, 0 if it is interleaved + */ +int av_sample_fmt_is_planar(enum AVSampleFormat sample_fmt); + +/** + * Get the required buffer size for the given audio parameters. + * + * @param[out] linesize calculated linesize, may be NULL + * @param nb_channels the number of channels + * @param nb_samples the number of samples in a single channel + * @param sample_fmt the sample format + * @param align buffer size alignment (0 = default, 1 = no alignment) + * @return required buffer size, or negative error code on failure + */ +int av_samples_get_buffer_size(int *linesize, int nb_channels, int nb_samples, + enum AVSampleFormat sample_fmt, int align); + +/** + * @} + * + * @defgroup lavu_sampmanip Samples manipulation + * + * Functions that manipulate audio samples + * @{ + */ + +/** + * Fill plane data pointers and linesize for samples with sample + * format sample_fmt. + * + * The audio_data array is filled with the pointers to the samples data planes: + * for planar, set the start point of each channel's data within the buffer, + * for packed, set the start point of the entire buffer only. + * + * The value pointed to by linesize is set to the aligned size of each + * channel's data buffer for planar layout, or to the aligned size of the + * buffer for all channels for packed layout. + * + * The buffer in buf must be big enough to contain all the samples + * (use av_samples_get_buffer_size() to compute its minimum size), + * otherwise the audio_data pointers will point to invalid data. + * + * @see enum AVSampleFormat + * The documentation for AVSampleFormat describes the data layout. + * + * @param[out] audio_data array to be filled with the pointer for each channel + * @param[out] linesize calculated linesize, may be NULL + * @param buf the pointer to a buffer containing the samples + * @param nb_channels the number of channels + * @param nb_samples the number of samples in a single channel + * @param sample_fmt the sample format + * @param align buffer size alignment (0 = default, 1 = no alignment) + * @return >=0 on success or a negative error code on failure + * @todo return minimum size in bytes required for the buffer in case + * of success at the next bump + */ +int av_samples_fill_arrays(uint8_t **audio_data, int *linesize, + const uint8_t *buf, + int nb_channels, int nb_samples, + enum AVSampleFormat sample_fmt, int align); + +/** + * Allocate a samples buffer for nb_samples samples, and fill data pointers and + * linesize accordingly. + * The allocated samples buffer can be freed by using av_freep(&audio_data[0]) + * Allocated data will be initialized to silence. + * + * @see enum AVSampleFormat + * The documentation for AVSampleFormat describes the data layout. + * + * @param[out] audio_data array to be filled with the pointer for each channel + * @param[out] linesize aligned size for audio buffer(s), may be NULL + * @param nb_channels number of audio channels + * @param nb_samples number of samples per channel + * @param align buffer size alignment (0 = default, 1 = no alignment) + * @return >=0 on success or a negative error code on failure + * @todo return the size of the allocated buffer in case of success at the next bump + * @see av_samples_fill_arrays() + * @see av_samples_alloc_array_and_samples() + */ +int av_samples_alloc(uint8_t **audio_data, int *linesize, int nb_channels, + int nb_samples, enum AVSampleFormat sample_fmt, int align); + +/** + * Allocate a data pointers array, samples buffer for nb_samples + * samples, and fill data pointers and linesize accordingly. + * + * This is the same as av_samples_alloc(), but also allocates the data + * pointers array. + * + * @see av_samples_alloc() + */ +int av_samples_alloc_array_and_samples(uint8_t ***audio_data, int *linesize, int nb_channels, + int nb_samples, enum AVSampleFormat sample_fmt, int align); + +/** + * Copy samples from src to dst. + * + * @param dst destination array of pointers to data planes + * @param src source array of pointers to data planes + * @param dst_offset offset in samples at which the data will be written to dst + * @param src_offset offset in samples at which the data will be read from src + * @param nb_samples number of samples to be copied + * @param nb_channels number of audio channels + * @param sample_fmt audio sample format + */ +int av_samples_copy(uint8_t **dst, uint8_t * const *src, int dst_offset, + int src_offset, int nb_samples, int nb_channels, + enum AVSampleFormat sample_fmt); + +/** + * Fill an audio buffer with silence. + * + * @param audio_data array of pointers to data planes + * @param offset offset in samples at which to start filling + * @param nb_samples number of samples to fill + * @param nb_channels number of audio channels + * @param sample_fmt audio sample format + */ +int av_samples_set_silence(uint8_t **audio_data, int offset, int nb_samples, + int nb_channels, enum AVSampleFormat sample_fmt); + +/** + * @} + * @} + */ +#endif /* AVUTIL_SAMPLEFMT_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/sha.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/sha.h new file mode 100644 index 0000000000..bf4377e51b --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/sha.h @@ -0,0 +1,74 @@ +/* + * Copyright (C) 2007 Michael Niedermayer + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_SHA_H +#define AVUTIL_SHA_H + +#include + +#include "attributes.h" +#include "version.h" + +/** + * @defgroup lavu_sha SHA + * @ingroup lavu_crypto + * @{ + */ + +extern const int av_sha_size; + +struct AVSHA; + +/** + * Allocate an AVSHA context. + */ +struct AVSHA *av_sha_alloc(void); + +/** + * Initialize SHA-1 or SHA-2 hashing. + * + * @param context pointer to the function context (of size av_sha_size) + * @param bits number of bits in digest (SHA-1 - 160 bits, SHA-2 224 or 256 bits) + * @return zero if initialization succeeded, -1 otherwise + */ +int av_sha_init(struct AVSHA* context, int bits); + +/** + * Update hash value. + * + * @param context hash function context + * @param data input data to update hash with + * @param len input data length + */ +void av_sha_update(struct AVSHA* context, const uint8_t* data, unsigned int len); + +/** + * Finish hashing and output digest value. + * + * @param context hash function context + * @param digest buffer where output digest value is stored + */ +void av_sha_final(struct AVSHA* context, uint8_t *digest); + +/** + * @} + */ + +#endif /* AVUTIL_SHA_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/sha512.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/sha512.h new file mode 100644 index 0000000000..7b08701477 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/sha512.h @@ -0,0 +1,75 @@ +/* + * Copyright (C) 2007 Michael Niedermayer + * Copyright (C) 2013 James Almer + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_SHA512_H +#define AVUTIL_SHA512_H + +#include + +#include "attributes.h" +#include "version.h" + +/** + * @defgroup lavu_sha512 SHA512 + * @ingroup lavu_crypto + * @{ + */ + +extern const int av_sha512_size; + +struct AVSHA512; + +/** + * Allocate an AVSHA512 context. + */ +struct AVSHA512 *av_sha512_alloc(void); + +/** + * Initialize SHA-2 512 hashing. + * + * @param context pointer to the function context (of size av_sha512_size) + * @param bits number of bits in digest (224, 256, 384 or 512 bits) + * @return zero if initialization succeeded, -1 otherwise + */ +int av_sha512_init(struct AVSHA512* context, int bits); + +/** + * Update hash value. + * + * @param context hash function context + * @param data input data to update hash with + * @param len input data length + */ +void av_sha512_update(struct AVSHA512* context, const uint8_t* data, unsigned int len); + +/** + * Finish hashing and output digest value. + * + * @param context hash function context + * @param digest buffer where output digest value is stored + */ +void av_sha512_final(struct AVSHA512* context, uint8_t *digest); + +/** + * @} + */ + +#endif /* AVUTIL_SHA512_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/stereo3d.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/stereo3d.h new file mode 100644 index 0000000000..1135dc9ddc --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/stereo3d.h @@ -0,0 +1,152 @@ +/* + * Copyright (c) 2013 Vittorio Giovara + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_STEREO3D_H +#define AVUTIL_STEREO3D_H + +#include + +#include "frame.h" + +/** + * List of possible 3D Types + */ +enum AVStereo3DType { + /** + * Video is not stereoscopic (and metadata has to be there). + */ + AV_STEREO3D_2D, + + /** + * Views are next to each other. + * + * LLLLRRRR + * LLLLRRRR + * LLLLRRRR + * ... + */ + AV_STEREO3D_SIDEBYSIDE, + + /** + * Views are on top of each other. + * + * LLLLLLLL + * LLLLLLLL + * RRRRRRRR + * RRRRRRRR + */ + AV_STEREO3D_TOPBOTTOM, + + /** + * Views are alternated temporally. + * + * frame0 frame1 frame2 ... + * LLLLLLLL RRRRRRRR LLLLLLLL + * LLLLLLLL RRRRRRRR LLLLLLLL + * LLLLLLLL RRRRRRRR LLLLLLLL + * ... ... ... + */ + AV_STEREO3D_FRAMESEQUENCE, + + /** + * Views are packed in a checkerboard-like structure per pixel. + * + * LRLRLRLR + * RLRLRLRL + * LRLRLRLR + * ... + */ + AV_STEREO3D_CHECKERBOARD, + + /** + * Views are next to each other, but when upscaling + * apply a checkerboard pattern. + * + * LLLLRRRR L L L L R R R R + * LLLLRRRR => L L L L R R R R + * LLLLRRRR L L L L R R R R + * LLLLRRRR L L L L R R R R + */ + AV_STEREO3D_SIDEBYSIDE_QUINCUNX, + + /** + * Views are packed per line, as if interlaced. + * + * LLLLLLLL + * RRRRRRRR + * LLLLLLLL + * ... + */ + AV_STEREO3D_LINES, + + /** + * Views are packed per column. + * + * LRLRLRLR + * LRLRLRLR + * LRLRLRLR + * ... + */ + AV_STEREO3D_COLUMNS, +}; + + +/** + * Inverted views, Right/Bottom represents the left view. + */ +#define AV_STEREO3D_FLAG_INVERT (1 << 0) + +/** + * Stereo 3D type: this structure describes how two videos are packed + * within a single video surface, with additional information as needed. + * + * @note The struct must be allocated with av_stereo3d_alloc() and + * its size is not a part of the public ABI. + */ +typedef struct AVStereo3D { + /** + * How views are packed within the video. + */ + enum AVStereo3DType type; + + /** + * Additional information about the frame packing. + */ + int flags; +} AVStereo3D; + +/** + * Allocate an AVStereo3D structure and set its fields to default values. + * The resulting struct can be freed using av_freep(). + * + * @return An AVStereo3D filled with default values or NULL on failure. + */ +AVStereo3D *av_stereo3d_alloc(void); + +/** + * Allocate a complete AVFrameSideData and add it to the frame. + * + * @param frame The frame which side data is added to. + * + * @return The AVStereo3D structure to be filled by caller. + */ +AVStereo3D *av_stereo3d_create_side_data(AVFrame *frame); + +#endif /* AVUTIL_STEREO3D_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/tea.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/tea.h new file mode 100644 index 0000000000..dd929bdafd --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/tea.h @@ -0,0 +1,71 @@ +/* + * A 32-bit implementation of the TEA algorithm + * Copyright (c) 2015 Vesselin Bontchev + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_TEA_H +#define AVUTIL_TEA_H + +#include + +/** + * @file + * @brief Public header for libavutil TEA algorithm + * @defgroup lavu_tea TEA + * @ingroup lavu_crypto + * @{ + */ + +extern const int av_tea_size; + +struct AVTEA; + +/** + * Allocate an AVTEA context + * To free the struct: av_free(ptr) + */ +struct AVTEA *av_tea_alloc(void); + +/** + * Initialize an AVTEA context. + * + * @param ctx an AVTEA context + * @param key a key of 16 bytes used for encryption/decryption + * @param rounds the number of rounds in TEA (64 is the "standard") + */ +void av_tea_init(struct AVTEA *ctx, const uint8_t key[16], int rounds); + +/** + * Encrypt or decrypt a buffer using a previously initialized context. + * + * @param ctx an AVTEA context + * @param dst destination array, can be equal to src + * @param src source array, can be equal to dst + * @param count number of 8 byte blocks + * @param iv initialization vector for CBC mode, if NULL then ECB will be used + * @param decrypt 0 for encryption, 1 for decryption + */ +void av_tea_crypt(struct AVTEA *ctx, uint8_t *dst, const uint8_t *src, + int count, uint8_t *iv, int decrypt); + +/** + * @} + */ + +#endif /* AVUTIL_TEA_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/threadmessage.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/threadmessage.h new file mode 100644 index 0000000000..e256cae9db --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/threadmessage.h @@ -0,0 +1,107 @@ +/* + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public License + * as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with FFmpeg; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_THREADMESSAGE_H +#define AVUTIL_THREADMESSAGE_H + +typedef struct AVThreadMessageQueue AVThreadMessageQueue; + +typedef enum AVThreadMessageFlags { + + /** + * Perform non-blocking operation. + * If this flag is set, send and recv operations are non-blocking and + * return AVERROR(EAGAIN) immediately if they can not proceed. + */ + AV_THREAD_MESSAGE_NONBLOCK = 1, + +} AVThreadMessageFlags; + +/** + * Allocate a new message queue. + * + * @param mq pointer to the message queue + * @param nelem maximum number of elements in the queue + * @param elsize size of each element in the queue + * @return >=0 for success; <0 for error, in particular AVERROR(ENOSYS) if + * lavu was built without thread support + */ +int av_thread_message_queue_alloc(AVThreadMessageQueue **mq, + unsigned nelem, + unsigned elsize); + +/** + * Free a message queue. + * + * The message queue must no longer be in use by another thread. + */ +void av_thread_message_queue_free(AVThreadMessageQueue **mq); + +/** + * Send a message on the queue. + */ +int av_thread_message_queue_send(AVThreadMessageQueue *mq, + void *msg, + unsigned flags); + +/** + * Receive a message from the queue. + */ +int av_thread_message_queue_recv(AVThreadMessageQueue *mq, + void *msg, + unsigned flags); + +/** + * Set the sending error code. + * + * If the error code is set to non-zero, av_thread_message_queue_recv() will + * return it immediately when there are no longer available messages. + * Conventional values, such as AVERROR_EOF or AVERROR(EAGAIN), can be used + * to cause the receiving thread to stop or suspend its operation. + */ +void av_thread_message_queue_set_err_send(AVThreadMessageQueue *mq, + int err); + +/** + * Set the receiving error code. + * + * If the error code is set to non-zero, av_thread_message_queue_send() will + * return it immediately. Conventional values, such as AVERROR_EOF or + * AVERROR(EAGAIN), can be used to cause the sending thread to stop or + * suspend its operation. + */ +void av_thread_message_queue_set_err_recv(AVThreadMessageQueue *mq, + int err); + +/** + * Set the optional free message callback function which will be called if an + * operation is removing messages from the queue. + */ +void av_thread_message_queue_set_free_func(AVThreadMessageQueue *mq, + void (*free_func)(void *msg)); + +/** + * Flush the message queue + * + * This function is mostly equivalent to reading and free-ing every message + * except that it will be done in a single operation (no lock/unlock between + * reads). + */ +void av_thread_message_flush(AVThreadMessageQueue *mq); + +#endif /* AVUTIL_THREADMESSAGE_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/time.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/time.h new file mode 100644 index 0000000000..dc169b064a --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/time.h @@ -0,0 +1,56 @@ +/* + * Copyright (c) 2000-2003 Fabrice Bellard + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_TIME_H +#define AVUTIL_TIME_H + +#include + +/** + * Get the current time in microseconds. + */ +int64_t av_gettime(void); + +/** + * Get the current time in microseconds since some unspecified starting point. + * On platforms that support it, the time comes from a monotonic clock + * This property makes this time source ideal for measuring relative time. + * The returned values may not be monotonic on platforms where a monotonic + * clock is not available. + */ +int64_t av_gettime_relative(void); + +/** + * Indicates with a boolean result if the av_gettime_relative() time source + * is monotonic. + */ +int av_gettime_relative_is_monotonic(void); + +/** + * Sleep for a period of time. Although the duration is expressed in + * microseconds, the actual delay may be rounded to the precision of the + * system timer. + * + * @param usec Number of microseconds to sleep. + * @return zero on success or (negative) error code. + */ +int av_usleep(unsigned usec); + +#endif /* AVUTIL_TIME_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/timecode.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/timecode.h new file mode 100644 index 0000000000..56e3975fd8 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/timecode.h @@ -0,0 +1,140 @@ +/* + * Copyright (c) 2006 Smartjog S.A.S, Baptiste Coudurier + * Copyright (c) 2011-2012 Smartjog S.A.S, Clément Bœsch + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +/** + * @file + * Timecode helpers header + */ + +#ifndef AVUTIL_TIMECODE_H +#define AVUTIL_TIMECODE_H + +#include +#include "rational.h" + +#define AV_TIMECODE_STR_SIZE 16 + +enum AVTimecodeFlag { + AV_TIMECODE_FLAG_DROPFRAME = 1<<0, ///< timecode is drop frame + AV_TIMECODE_FLAG_24HOURSMAX = 1<<1, ///< timecode wraps after 24 hours + AV_TIMECODE_FLAG_ALLOWNEGATIVE = 1<<2, ///< negative time values are allowed +}; + +typedef struct { + int start; ///< timecode frame start (first base frame number) + uint32_t flags; ///< flags such as drop frame, +24 hours support, ... + AVRational rate; ///< frame rate in rational form + unsigned fps; ///< frame per second; must be consistent with the rate field +} AVTimecode; + +/** + * Adjust frame number for NTSC drop frame time code. + * + * @param framenum frame number to adjust + * @param fps frame per second, 30 or 60 + * @return adjusted frame number + * @warning adjustment is only valid in NTSC 29.97 and 59.94 + */ +int av_timecode_adjust_ntsc_framenum2(int framenum, int fps); + +/** + * Convert frame number to SMPTE 12M binary representation. + * + * @param tc timecode data correctly initialized + * @param framenum frame number + * @return the SMPTE binary representation + * + * @note Frame number adjustment is automatically done in case of drop timecode, + * you do NOT have to call av_timecode_adjust_ntsc_framenum2(). + * @note The frame number is relative to tc->start. + * @note Color frame (CF), binary group flags (BGF) and biphase mark polarity + * correction (PC) bits are set to zero. + */ +uint32_t av_timecode_get_smpte_from_framenum(const AVTimecode *tc, int framenum); + +/** + * Load timecode string in buf. + * + * @param buf destination buffer, must be at least AV_TIMECODE_STR_SIZE long + * @param tc timecode data correctly initialized + * @param framenum frame number + * @return the buf parameter + * + * @note Timecode representation can be a negative timecode and have more than + * 24 hours, but will only be honored if the flags are correctly set. + * @note The frame number is relative to tc->start. + */ +char *av_timecode_make_string(const AVTimecode *tc, char *buf, int framenum); + +/** + * Get the timecode string from the SMPTE timecode format. + * + * @param buf destination buffer, must be at least AV_TIMECODE_STR_SIZE long + * @param tcsmpte the 32-bit SMPTE timecode + * @param prevent_df prevent the use of a drop flag when it is known the DF bit + * is arbitrary + * @return the buf parameter + */ +char *av_timecode_make_smpte_tc_string(char *buf, uint32_t tcsmpte, int prevent_df); + +/** + * Get the timecode string from the 25-bit timecode format (MPEG GOP format). + * + * @param buf destination buffer, must be at least AV_TIMECODE_STR_SIZE long + * @param tc25bit the 25-bits timecode + * @return the buf parameter + */ +char *av_timecode_make_mpeg_tc_string(char *buf, uint32_t tc25bit); + +/** + * Init a timecode struct with the passed parameters. + * + * @param log_ctx a pointer to an arbitrary struct of which the first field + * is a pointer to an AVClass struct (used for av_log) + * @param tc pointer to an allocated AVTimecode + * @param rate frame rate in rational form + * @param flags miscellaneous flags such as drop frame, +24 hours, ... + * (see AVTimecodeFlag) + * @param frame_start the first frame number + * @return 0 on success, AVERROR otherwise + */ +int av_timecode_init(AVTimecode *tc, AVRational rate, int flags, int frame_start, void *log_ctx); + +/** + * Parse timecode representation (hh:mm:ss[:;.]ff). + * + * @param log_ctx a pointer to an arbitrary struct of which the first field is a + * pointer to an AVClass struct (used for av_log). + * @param tc pointer to an allocated AVTimecode + * @param rate frame rate in rational form + * @param str timecode string which will determine the frame start + * @return 0 on success, AVERROR otherwise + */ +int av_timecode_init_from_string(AVTimecode *tc, AVRational rate, const char *str, void *log_ctx); + +/** + * Check if the timecode feature is available for the given frame rate + * + * @return 0 if supported, <0 otherwise + */ +int av_timecode_check_frame_rate(AVRational rate); + +#endif /* AVUTIL_TIMECODE_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/timestamp.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/timestamp.h new file mode 100644 index 0000000000..f010a7ee38 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/timestamp.h @@ -0,0 +1,78 @@ +/* + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +/** + * @file + * timestamp utils, mostly useful for debugging/logging purposes + */ + +#ifndef AVUTIL_TIMESTAMP_H +#define AVUTIL_TIMESTAMP_H + +#include "common.h" + +#if defined(__cplusplus) && !defined(__STDC_FORMAT_MACROS) && !defined(PRId64) +#error missing -D__STDC_FORMAT_MACROS / #define __STDC_FORMAT_MACROS +#endif + +#define AV_TS_MAX_STRING_SIZE 32 + +/** + * Fill the provided buffer with a string containing a timestamp + * representation. + * + * @param buf a buffer with size in bytes of at least AV_TS_MAX_STRING_SIZE + * @param ts the timestamp to represent + * @return the buffer in input + */ +static inline char *av_ts_make_string(char *buf, int64_t ts) +{ + if (ts == AV_NOPTS_VALUE) snprintf(buf, AV_TS_MAX_STRING_SIZE, "NOPTS"); + else snprintf(buf, AV_TS_MAX_STRING_SIZE, "%"PRId64, ts); + return buf; +} + +/** + * Convenience macro, the return value should be used only directly in + * function arguments but never stand-alone. + */ +#define av_ts2str(ts) av_ts_make_string((char[AV_TS_MAX_STRING_SIZE]){0}, ts) + +/** + * Fill the provided buffer with a string containing a timestamp time + * representation. + * + * @param buf a buffer with size in bytes of at least AV_TS_MAX_STRING_SIZE + * @param ts the timestamp to represent + * @param tb the timebase of the timestamp + * @return the buffer in input + */ +static inline char *av_ts_make_time_string(char *buf, int64_t ts, AVRational *tb) +{ + if (ts == AV_NOPTS_VALUE) snprintf(buf, AV_TS_MAX_STRING_SIZE, "NOPTS"); + else snprintf(buf, AV_TS_MAX_STRING_SIZE, "%.6g", av_q2d(*tb) * ts); + return buf; +} + +/** + * Convenience macro, the return value should be used only directly in + * function arguments but never stand-alone. + */ +#define av_ts2timestr(ts, tb) av_ts_make_time_string((char[AV_TS_MAX_STRING_SIZE]){0}, ts, tb) + +#endif /* AVUTIL_TIMESTAMP_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/tree.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/tree.h new file mode 100644 index 0000000000..e1aefaa9f6 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/tree.h @@ -0,0 +1,138 @@ +/* + * copyright (c) 2006 Michael Niedermayer + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +/** + * @file + * A tree container. + * @author Michael Niedermayer + */ + +#ifndef AVUTIL_TREE_H +#define AVUTIL_TREE_H + +#include "attributes.h" +#include "version.h" + +/** + * @addtogroup lavu_tree AVTree + * @ingroup lavu_data + * + * Low-complexity tree container + * + * Insertion, removal, finding equal, largest which is smaller than and + * smallest which is larger than, all have O(log n) worst-case complexity. + * @{ + */ + + +struct AVTreeNode; +extern const int av_tree_node_size; + +/** + * Allocate an AVTreeNode. + */ +struct AVTreeNode *av_tree_node_alloc(void); + +/** + * Find an element. + * @param root a pointer to the root node of the tree + * @param next If next is not NULL, then next[0] will contain the previous + * element and next[1] the next element. If either does not exist, + * then the corresponding entry in next is unchanged. + * @param cmp compare function used to compare elements in the tree, + * API identical to that of Standard C's qsort + * It is guranteed that the first and only the first argument to cmp() + * will be the key parameter to av_tree_find(), thus it could if the + * user wants, be a different type (like an opaque context). + * @return An element with cmp(key, elem) == 0 or NULL if no such element + * exists in the tree. + */ +void *av_tree_find(const struct AVTreeNode *root, void *key, + int (*cmp)(const void *key, const void *b), void *next[2]); + +/** + * Insert or remove an element. + * + * If *next is NULL, then the supplied element will be removed if it exists. + * If *next is non-NULL, then the supplied element will be inserted, unless + * it already exists in the tree. + * + * @param rootp A pointer to a pointer to the root node of the tree; note that + * the root node can change during insertions, this is required + * to keep the tree balanced. + * @param key pointer to the element key to insert in the tree + * @param next Used to allocate and free AVTreeNodes. For insertion the user + * must set it to an allocated and zeroed object of at least + * av_tree_node_size bytes size. av_tree_insert() will set it to + * NULL if it has been consumed. + * For deleting elements *next is set to NULL by the user and + * av_tree_insert() will set it to the AVTreeNode which was + * used for the removed element. + * This allows the use of flat arrays, which have + * lower overhead compared to many malloced elements. + * You might want to define a function like: + * @code + * void *tree_insert(struct AVTreeNode **rootp, void *key, + * int (*cmp)(void *key, const void *b), + * AVTreeNode **next) + * { + * if (!*next) + * *next = av_mallocz(av_tree_node_size); + * return av_tree_insert(rootp, key, cmp, next); + * } + * void *tree_remove(struct AVTreeNode **rootp, void *key, + * int (*cmp)(void *key, const void *b, AVTreeNode **next)) + * { + * av_freep(next); + * return av_tree_insert(rootp, key, cmp, next); + * } + * @endcode + * @param cmp compare function used to compare elements in the tree, API identical + * to that of Standard C's qsort + * @return If no insertion happened, the found element; if an insertion or + * removal happened, then either key or NULL will be returned. + * Which one it is depends on the tree state and the implementation. You + * should make no assumptions that it's one or the other in the code. + */ +void *av_tree_insert(struct AVTreeNode **rootp, void *key, + int (*cmp)(const void *key, const void *b), + struct AVTreeNode **next); + +void av_tree_destroy(struct AVTreeNode *t); + +/** + * Apply enu(opaque, &elem) to all the elements in the tree in a given range. + * + * @param cmp a comparison function that returns < 0 for a element below the + * range, > 0 for a element above the range and == 0 for a + * element inside the range + * + * @note The cmp function should use the same ordering used to construct the + * tree. + */ +void av_tree_enumerate(struct AVTreeNode *t, void *opaque, + int (*cmp)(void *opaque, void *elem), + int (*enu)(void *opaque, void *elem)); + +/** + * @} + */ + +#endif /* AVUTIL_TREE_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/twofish.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/twofish.h new file mode 100644 index 0000000000..813cfecdf8 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/twofish.h @@ -0,0 +1,70 @@ +/* + * An implementation of the TwoFish algorithm + * Copyright (c) 2015 Supraja Meedinti + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_TWOFISH_H +#define AVUTIL_TWOFISH_H + +#include + + +/** + * @file + * @brief Public header for libavutil TWOFISH algorithm + * @defgroup lavu_twofish TWOFISH + * @ingroup lavu_crypto + * @{ + */ + +extern const int av_twofish_size; + +struct AVTWOFISH; + +/** + * Allocate an AVTWOFISH context + * To free the struct: av_free(ptr) + */ +struct AVTWOFISH *av_twofish_alloc(void); + +/** + * Initialize an AVTWOFISH context. + * + * @param ctx an AVTWOFISH context + * @param key a key of size ranging from 1 to 32 bytes used for encryption/decryption + * @param key_bits number of keybits: 128, 192, 256 If less than the required, padded with zeroes to nearest valid value; return value is 0 if key_bits is 128/192/256, -1 if less than 0, 1 otherwise + */ +int av_twofish_init(struct AVTWOFISH *ctx, const uint8_t *key, int key_bits); + +/** + * Encrypt or decrypt a buffer using a previously initialized context + * + * @param ctx an AVTWOFISH context + * @param dst destination array, can be equal to src + * @param src source array, can be equal to dst + * @param count number of 16 byte blocks + * @paran iv initialization vector for CBC mode, NULL for ECB mode + * @param decrypt 0 for encryption, 1 for decryption + */ +void av_twofish_crypt(struct AVTWOFISH *ctx, uint8_t *dst, const uint8_t *src, int count, uint8_t* iv, int decrypt); + +/** + * @} + */ +#endif /* AVUTIL_TWOFISH_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/version.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/version.h new file mode 100644 index 0000000000..0ea8c79467 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/version.h @@ -0,0 +1,128 @@ +/* + * copyright (c) 2003 Fabrice Bellard + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_VERSION_H +#define AVUTIL_VERSION_H + +#include "macros.h" + +/** + * @addtogroup version_utils + * + * Useful to check and match library version in order to maintain + * backward compatibility. + * + * @{ + */ + +#define AV_VERSION_INT(a, b, c) ((a)<<16 | (b)<<8 | (c)) +#define AV_VERSION_DOT(a, b, c) a ##.## b ##.## c +#define AV_VERSION(a, b, c) AV_VERSION_DOT(a, b, c) + +/** + * Extract version components from the full ::AV_VERSION_INT int as returned + * by functions like ::avformat_version() and ::avcodec_version() + */ +#define AV_VERSION_MAJOR(a) ((a) >> 16) +#define AV_VERSION_MINOR(a) (((a) & 0x00FF00) >> 8) +#define AV_VERSION_MICRO(a) ((a) & 0xFF) + +/** + * @} + */ + +/** + * @file + * @ingroup lavu + * Libavutil version macros + */ + +/** + * @defgroup lavu_ver Version and Build diagnostics + * + * Macros and function useful to check at compiletime and at runtime + * which version of libavutil is in use. + * + * @{ + */ + +#define LIBAVUTIL_VERSION_MAJOR 55 +#define LIBAVUTIL_VERSION_MINOR 17 +#define LIBAVUTIL_VERSION_MICRO 103 + +#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ + LIBAVUTIL_VERSION_MINOR, \ + LIBAVUTIL_VERSION_MICRO) +#define LIBAVUTIL_VERSION AV_VERSION(LIBAVUTIL_VERSION_MAJOR, \ + LIBAVUTIL_VERSION_MINOR, \ + LIBAVUTIL_VERSION_MICRO) +#define LIBAVUTIL_BUILD LIBAVUTIL_VERSION_INT + +#define LIBAVUTIL_IDENT "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION) + +/** + * @} + * + * @defgroup depr_guards Deprecation guards + * FF_API_* defines may be placed below to indicate public API that will be + * dropped at a future version bump. The defines themselves are not part of + * the public API and may change, break or disappear at any time. + * + * @note, when bumping the major version it is recommended to manually + * disable each FF_API_* in its own commit instead of disabling them all + * at once through the bump. This improves the git bisect-ability of the change. + * + * @{ + */ + +#ifndef FF_API_VDPAU +#define FF_API_VDPAU (LIBAVUTIL_VERSION_MAJOR < 56) +#endif +#ifndef FF_API_XVMC +#define FF_API_XVMC (LIBAVUTIL_VERSION_MAJOR < 56) +#endif +#ifndef FF_API_OPT_TYPE_METADATA +#define FF_API_OPT_TYPE_METADATA (LIBAVUTIL_VERSION_MAJOR < 56) +#endif +#ifndef FF_API_DLOG +#define FF_API_DLOG (LIBAVUTIL_VERSION_MAJOR < 56) +#endif +#ifndef FF_API_VAAPI +#define FF_API_VAAPI (LIBAVUTIL_VERSION_MAJOR < 56) +#endif +#ifndef FF_API_FRAME_QP +#define FF_API_FRAME_QP (LIBAVUTIL_VERSION_MAJOR < 56) +#endif +#ifndef FF_API_PLUS1_MINUS1 +#define FF_API_PLUS1_MINUS1 (LIBAVUTIL_VERSION_MAJOR < 56) +#endif +#ifndef FF_API_ERROR_FRAME +#define FF_API_ERROR_FRAME (LIBAVUTIL_VERSION_MAJOR < 56) +#endif +#ifndef FF_API_CRC_BIG_TABLE +#define FF_API_CRC_BIG_TABLE (LIBAVUTIL_VERSION_MAJOR < 56) +#endif + + +/** + * @} + */ + +#endif /* AVUTIL_VERSION_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/xtea.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/xtea.h new file mode 100644 index 0000000000..735427c109 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libavutil/xtea.h @@ -0,0 +1,94 @@ +/* + * A 32-bit implementation of the XTEA algorithm + * Copyright (c) 2012 Samuel Pitoiset + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVUTIL_XTEA_H +#define AVUTIL_XTEA_H + +#include + +/** + * @file + * @brief Public header for libavutil XTEA algorithm + * @defgroup lavu_xtea XTEA + * @ingroup lavu_crypto + * @{ + */ + +typedef struct AVXTEA { + uint32_t key[16]; +} AVXTEA; + +/** + * Allocate an AVXTEA context. + */ +AVXTEA *av_xtea_alloc(void); + +/** + * Initialize an AVXTEA context. + * + * @param ctx an AVXTEA context + * @param key a key of 16 bytes used for encryption/decryption, + * interpreted as big endian 32 bit numbers + */ +void av_xtea_init(struct AVXTEA *ctx, const uint8_t key[16]); + +/** + * Initialize an AVXTEA context. + * + * @param ctx an AVXTEA context + * @param key a key of 16 bytes used for encryption/decryption, + * interpreted as little endian 32 bit numbers + */ +void av_xtea_le_init(struct AVXTEA *ctx, const uint8_t key[16]); + +/** + * Encrypt or decrypt a buffer using a previously initialized context, + * in big endian format. + * + * @param ctx an AVXTEA context + * @param dst destination array, can be equal to src + * @param src source array, can be equal to dst + * @param count number of 8 byte blocks + * @param iv initialization vector for CBC mode, if NULL then ECB will be used + * @param decrypt 0 for encryption, 1 for decryption + */ +void av_xtea_crypt(struct AVXTEA *ctx, uint8_t *dst, const uint8_t *src, + int count, uint8_t *iv, int decrypt); + +/** + * Encrypt or decrypt a buffer using a previously initialized context, + * in little endian format. + * + * @param ctx an AVXTEA context + * @param dst destination array, can be equal to src + * @param src source array, can be equal to dst + * @param count number of 8 byte blocks + * @param iv initialization vector for CBC mode, if NULL then ECB will be used + * @param decrypt 0 for encryption, 1 for decryption + */ +void av_xtea_le_crypt(struct AVXTEA *ctx, uint8_t *dst, const uint8_t *src, + int count, uint8_t *iv, int decrypt); + +/** + * @} + */ + +#endif /* AVUTIL_XTEA_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libswresample/swresample.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libswresample/swresample.h new file mode 100644 index 0000000000..10eaebc439 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libswresample/swresample.h @@ -0,0 +1,553 @@ +/* + * Copyright (C) 2011-2013 Michael Niedermayer (michaelni@gmx.at) + * + * This file is part of libswresample + * + * libswresample is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * libswresample is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with libswresample; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef SWRESAMPLE_SWRESAMPLE_H +#define SWRESAMPLE_SWRESAMPLE_H + +/** + * @file + * @ingroup lswr + * libswresample public header + */ + +/** + * @defgroup lswr Libswresample + * @{ + * + * Libswresample (lswr) is a library that handles audio resampling, sample + * format conversion and mixing. + * + * Interaction with lswr is done through SwrContext, which is + * allocated with swr_alloc() or swr_alloc_set_opts(). It is opaque, so all parameters + * must be set with the @ref avoptions API. + * + * The first thing you will need to do in order to use lswr is to allocate + * SwrContext. This can be done with swr_alloc() or swr_alloc_set_opts(). If you + * are using the former, you must set options through the @ref avoptions API. + * The latter function provides the same feature, but it allows you to set some + * common options in the same statement. + * + * For example the following code will setup conversion from planar float sample + * format to interleaved signed 16-bit integer, downsampling from 48kHz to + * 44.1kHz and downmixing from 5.1 channels to stereo (using the default mixing + * matrix). This is using the swr_alloc() function. + * @code + * SwrContext *swr = swr_alloc(); + * av_opt_set_channel_layout(swr, "in_channel_layout", AV_CH_LAYOUT_5POINT1, 0); + * av_opt_set_channel_layout(swr, "out_channel_layout", AV_CH_LAYOUT_STEREO, 0); + * av_opt_set_int(swr, "in_sample_rate", 48000, 0); + * av_opt_set_int(swr, "out_sample_rate", 44100, 0); + * av_opt_set_sample_fmt(swr, "in_sample_fmt", AV_SAMPLE_FMT_FLTP, 0); + * av_opt_set_sample_fmt(swr, "out_sample_fmt", AV_SAMPLE_FMT_S16, 0); + * @endcode + * + * The same job can be done using swr_alloc_set_opts() as well: + * @code + * SwrContext *swr = swr_alloc_set_opts(NULL, // we're allocating a new context + * AV_CH_LAYOUT_STEREO, // out_ch_layout + * AV_SAMPLE_FMT_S16, // out_sample_fmt + * 44100, // out_sample_rate + * AV_CH_LAYOUT_5POINT1, // in_ch_layout + * AV_SAMPLE_FMT_FLTP, // in_sample_fmt + * 48000, // in_sample_rate + * 0, // log_offset + * NULL); // log_ctx + * @endcode + * + * Once all values have been set, it must be initialized with swr_init(). If + * you need to change the conversion parameters, you can change the parameters + * using @ref AVOptions, as described above in the first example; or by using + * swr_alloc_set_opts(), but with the first argument the allocated context. + * You must then call swr_init() again. + * + * The conversion itself is done by repeatedly calling swr_convert(). + * Note that the samples may get buffered in swr if you provide insufficient + * output space or if sample rate conversion is done, which requires "future" + * samples. Samples that do not require future input can be retrieved at any + * time by using swr_convert() (in_count can be set to 0). + * At the end of conversion the resampling buffer can be flushed by calling + * swr_convert() with NULL in and 0 in_count. + * + * The samples used in the conversion process can be managed with the libavutil + * @ref lavu_sampmanip "samples manipulation" API, including av_samples_alloc() + * function used in the following example. + * + * The delay between input and output, can at any time be found by using + * swr_get_delay(). + * + * The following code demonstrates the conversion loop assuming the parameters + * from above and caller-defined functions get_input() and handle_output(): + * @code + * uint8_t **input; + * int in_samples; + * + * while (get_input(&input, &in_samples)) { + * uint8_t *output; + * int out_samples = av_rescale_rnd(swr_get_delay(swr, 48000) + + * in_samples, 44100, 48000, AV_ROUND_UP); + * av_samples_alloc(&output, NULL, 2, out_samples, + * AV_SAMPLE_FMT_S16, 0); + * out_samples = swr_convert(swr, &output, out_samples, + * input, in_samples); + * handle_output(output, out_samples); + * av_freep(&output); + * } + * @endcode + * + * When the conversion is finished, the conversion + * context and everything associated with it must be freed with swr_free(). + * A swr_close() function is also available, but it exists mainly for + * compatibility with libavresample, and is not required to be called. + * + * There will be no memory leak if the data is not completely flushed before + * swr_free(). + */ + +#include +#include "libavutil/frame.h" +#include "libavutil/samplefmt.h" + +#include "libswresample/version.h" + +#if LIBSWRESAMPLE_VERSION_MAJOR < 1 +#define SWR_CH_MAX 32 ///< Maximum number of channels +#endif + +/** + * @name Option constants + * These constants are used for the @ref avoptions interface for lswr. + * @{ + * + */ + +#define SWR_FLAG_RESAMPLE 1 ///< Force resampling even if equal sample rate +//TODO use int resample ? +//long term TODO can we enable this dynamically? + +/** Dithering algorithms */ +enum SwrDitherType { + SWR_DITHER_NONE = 0, + SWR_DITHER_RECTANGULAR, + SWR_DITHER_TRIANGULAR, + SWR_DITHER_TRIANGULAR_HIGHPASS, + + SWR_DITHER_NS = 64, ///< not part of API/ABI + SWR_DITHER_NS_LIPSHITZ, + SWR_DITHER_NS_F_WEIGHTED, + SWR_DITHER_NS_MODIFIED_E_WEIGHTED, + SWR_DITHER_NS_IMPROVED_E_WEIGHTED, + SWR_DITHER_NS_SHIBATA, + SWR_DITHER_NS_LOW_SHIBATA, + SWR_DITHER_NS_HIGH_SHIBATA, + SWR_DITHER_NB, ///< not part of API/ABI +}; + +/** Resampling Engines */ +enum SwrEngine { + SWR_ENGINE_SWR, /**< SW Resampler */ + SWR_ENGINE_SOXR, /**< SoX Resampler */ + SWR_ENGINE_NB, ///< not part of API/ABI +}; + +/** Resampling Filter Types */ +enum SwrFilterType { + SWR_FILTER_TYPE_CUBIC, /**< Cubic */ + SWR_FILTER_TYPE_BLACKMAN_NUTTALL, /**< Blackman Nuttall windowed sinc */ + SWR_FILTER_TYPE_KAISER, /**< Kaiser windowed sinc */ +}; + +/** + * @} + */ + +/** + * The libswresample context. Unlike libavcodec and libavformat, this structure + * is opaque. This means that if you would like to set options, you must use + * the @ref avoptions API and cannot directly set values to members of the + * structure. + */ +typedef struct SwrContext SwrContext; + +/** + * Get the AVClass for SwrContext. It can be used in combination with + * AV_OPT_SEARCH_FAKE_OBJ for examining options. + * + * @see av_opt_find(). + * @return the AVClass of SwrContext + */ +const AVClass *swr_get_class(void); + +/** + * @name SwrContext constructor functions + * @{ + */ + +/** + * Allocate SwrContext. + * + * If you use this function you will need to set the parameters (manually or + * with swr_alloc_set_opts()) before calling swr_init(). + * + * @see swr_alloc_set_opts(), swr_init(), swr_free() + * @return NULL on error, allocated context otherwise + */ +struct SwrContext *swr_alloc(void); + +/** + * Initialize context after user parameters have been set. + * @note The context must be configured using the AVOption API. + * + * @see av_opt_set_int() + * @see av_opt_set_dict() + * + * @param[in,out] s Swr context to initialize + * @return AVERROR error code in case of failure. + */ +int swr_init(struct SwrContext *s); + +/** + * Check whether an swr context has been initialized or not. + * + * @param[in] s Swr context to check + * @see swr_init() + * @return positive if it has been initialized, 0 if not initialized + */ +int swr_is_initialized(struct SwrContext *s); + +/** + * Allocate SwrContext if needed and set/reset common parameters. + * + * This function does not require s to be allocated with swr_alloc(). On the + * other hand, swr_alloc() can use swr_alloc_set_opts() to set the parameters + * on the allocated context. + * + * @param s existing Swr context if available, or NULL if not + * @param out_ch_layout output channel layout (AV_CH_LAYOUT_*) + * @param out_sample_fmt output sample format (AV_SAMPLE_FMT_*). + * @param out_sample_rate output sample rate (frequency in Hz) + * @param in_ch_layout input channel layout (AV_CH_LAYOUT_*) + * @param in_sample_fmt input sample format (AV_SAMPLE_FMT_*). + * @param in_sample_rate input sample rate (frequency in Hz) + * @param log_offset logging level offset + * @param log_ctx parent logging context, can be NULL + * + * @see swr_init(), swr_free() + * @return NULL on error, allocated context otherwise + */ +struct SwrContext *swr_alloc_set_opts(struct SwrContext *s, + int64_t out_ch_layout, enum AVSampleFormat out_sample_fmt, int out_sample_rate, + int64_t in_ch_layout, enum AVSampleFormat in_sample_fmt, int in_sample_rate, + int log_offset, void *log_ctx); + +/** + * @} + * + * @name SwrContext destructor functions + * @{ + */ + +/** + * Free the given SwrContext and set the pointer to NULL. + * + * @param[in] s a pointer to a pointer to Swr context + */ +void swr_free(struct SwrContext **s); + +/** + * Closes the context so that swr_is_initialized() returns 0. + * + * The context can be brought back to life by running swr_init(), + * swr_init() can also be used without swr_close(). + * This function is mainly provided for simplifying the usecase + * where one tries to support libavresample and libswresample. + * + * @param[in,out] s Swr context to be closed + */ +void swr_close(struct SwrContext *s); + +/** + * @} + * + * @name Core conversion functions + * @{ + */ + +/** Convert audio. + * + * in and in_count can be set to 0 to flush the last few samples out at the + * end. + * + * If more input is provided than output space, then the input will be buffered. + * You can avoid this buffering by using swr_get_out_samples() to retrieve an + * upper bound on the required number of output samples for the given number of + * input samples. Conversion will run directly without copying whenever possible. + * + * @param s allocated Swr context, with parameters set + * @param out output buffers, only the first one need be set in case of packed audio + * @param out_count amount of space available for output in samples per channel + * @param in input buffers, only the first one need to be set in case of packed audio + * @param in_count number of input samples available in one channel + * + * @return number of samples output per channel, negative value on error + */ +int swr_convert(struct SwrContext *s, uint8_t **out, int out_count, + const uint8_t **in , int in_count); + +/** + * Convert the next timestamp from input to output + * timestamps are in 1/(in_sample_rate * out_sample_rate) units. + * + * @note There are 2 slightly differently behaving modes. + * @li When automatic timestamp compensation is not used, (min_compensation >= FLT_MAX) + * in this case timestamps will be passed through with delays compensated + * @li When automatic timestamp compensation is used, (min_compensation < FLT_MAX) + * in this case the output timestamps will match output sample numbers. + * See ffmpeg-resampler(1) for the two modes of compensation. + * + * @param s[in] initialized Swr context + * @param pts[in] timestamp for the next input sample, INT64_MIN if unknown + * @see swr_set_compensation(), swr_drop_output(), and swr_inject_silence() are + * function used internally for timestamp compensation. + * @return the output timestamp for the next output sample + */ +int64_t swr_next_pts(struct SwrContext *s, int64_t pts); + +/** + * @} + * + * @name Low-level option setting functions + * These functons provide a means to set low-level options that is not possible + * with the AVOption API. + * @{ + */ + +/** + * Activate resampling compensation ("soft" compensation). This function is + * internally called when needed in swr_next_pts(). + * + * @param[in,out] s allocated Swr context. If it is not initialized, + * or SWR_FLAG_RESAMPLE is not set, swr_init() is + * called with the flag set. + * @param[in] sample_delta delta in PTS per sample + * @param[in] compensation_distance number of samples to compensate for + * @return >= 0 on success, AVERROR error codes if: + * @li @c s is NULL, + * @li @c compensation_distance is less than 0, + * @li @c compensation_distance is 0 but sample_delta is not, + * @li compensation unsupported by resampler, or + * @li swr_init() fails when called. + */ +int swr_set_compensation(struct SwrContext *s, int sample_delta, int compensation_distance); + +/** + * Set a customized input channel mapping. + * + * @param[in,out] s allocated Swr context, not yet initialized + * @param[in] channel_map customized input channel mapping (array of channel + * indexes, -1 for a muted channel) + * @return >= 0 on success, or AVERROR error code in case of failure. + */ +int swr_set_channel_mapping(struct SwrContext *s, const int *channel_map); + +/** + * Set a customized remix matrix. + * + * @param s allocated Swr context, not yet initialized + * @param matrix remix coefficients; matrix[i + stride * o] is + * the weight of input channel i in output channel o + * @param stride offset between lines of the matrix + * @return >= 0 on success, or AVERROR error code in case of failure. + */ +int swr_set_matrix(struct SwrContext *s, const double *matrix, int stride); + +/** + * @} + * + * @name Sample handling functions + * @{ + */ + +/** + * Drops the specified number of output samples. + * + * This function, along with swr_inject_silence(), is called by swr_next_pts() + * if needed for "hard" compensation. + * + * @param s allocated Swr context + * @param count number of samples to be dropped + * + * @return >= 0 on success, or a negative AVERROR code on failure + */ +int swr_drop_output(struct SwrContext *s, int count); + +/** + * Injects the specified number of silence samples. + * + * This function, along with swr_drop_output(), is called by swr_next_pts() + * if needed for "hard" compensation. + * + * @param s allocated Swr context + * @param count number of samples to be dropped + * + * @return >= 0 on success, or a negative AVERROR code on failure + */ +int swr_inject_silence(struct SwrContext *s, int count); + +/** + * Gets the delay the next input sample will experience relative to the next output sample. + * + * Swresample can buffer data if more input has been provided than available + * output space, also converting between sample rates needs a delay. + * This function returns the sum of all such delays. + * The exact delay is not necessarily an integer value in either input or + * output sample rate. Especially when downsampling by a large value, the + * output sample rate may be a poor choice to represent the delay, similarly + * for upsampling and the input sample rate. + * + * @param s swr context + * @param base timebase in which the returned delay will be: + * @li if it's set to 1 the returned delay is in seconds + * @li if it's set to 1000 the returned delay is in milliseconds + * @li if it's set to the input sample rate then the returned + * delay is in input samples + * @li if it's set to the output sample rate then the returned + * delay is in output samples + * @li if it's the least common multiple of in_sample_rate and + * out_sample_rate then an exact rounding-free delay will be + * returned + * @returns the delay in 1 / @c base units. + */ +int64_t swr_get_delay(struct SwrContext *s, int64_t base); + +/** + * Find an upper bound on the number of samples that the next swr_convert + * call will output, if called with in_samples of input samples. This + * depends on the internal state, and anything changing the internal state + * (like further swr_convert() calls) will may change the number of samples + * swr_get_out_samples() returns for the same number of input samples. + * + * @param in_samples number of input samples. + * @note any call to swr_inject_silence(), swr_convert(), swr_next_pts() + * or swr_set_compensation() invalidates this limit + * @note it is recommended to pass the correct available buffer size + * to all functions like swr_convert() even if swr_get_out_samples() + * indicates that less would be used. + * @returns an upper bound on the number of samples that the next swr_convert + * will output or a negative value to indicate an error + */ +int swr_get_out_samples(struct SwrContext *s, int in_samples); + +/** + * @} + * + * @name Configuration accessors + * @{ + */ + +/** + * Return the @ref LIBSWRESAMPLE_VERSION_INT constant. + * + * This is useful to check if the build-time libswresample has the same version + * as the run-time one. + * + * @returns the unsigned int-typed version + */ +unsigned swresample_version(void); + +/** + * Return the swr build-time configuration. + * + * @returns the build-time @c ./configure flags + */ +const char *swresample_configuration(void); + +/** + * Return the swr license. + * + * @returns the license of libswresample, determined at build-time + */ +const char *swresample_license(void); + +/** + * @} + * + * @name AVFrame based API + * @{ + */ + +/** + * Convert the samples in the input AVFrame and write them to the output AVFrame. + * + * Input and output AVFrames must have channel_layout, sample_rate and format set. + * + * If the output AVFrame does not have the data pointers allocated the nb_samples + * field will be set using av_frame_get_buffer() + * is called to allocate the frame. + * + * The output AVFrame can be NULL or have fewer allocated samples than required. + * In this case, any remaining samples not written to the output will be added + * to an internal FIFO buffer, to be returned at the next call to this function + * or to swr_convert(). + * + * If converting sample rate, there may be data remaining in the internal + * resampling delay buffer. swr_get_delay() tells the number of + * remaining samples. To get this data as output, call this function or + * swr_convert() with NULL input. + * + * If the SwrContext configuration does not match the output and + * input AVFrame settings the conversion does not take place and depending on + * which AVFrame is not matching AVERROR_OUTPUT_CHANGED, AVERROR_INPUT_CHANGED + * or the result of a bitwise-OR of them is returned. + * + * @see swr_delay() + * @see swr_convert() + * @see swr_get_delay() + * + * @param swr audio resample context + * @param output output AVFrame + * @param input input AVFrame + * @return 0 on success, AVERROR on failure or nonmatching + * configuration. + */ +int swr_convert_frame(SwrContext *swr, + AVFrame *output, const AVFrame *input); + +/** + * Configure or reconfigure the SwrContext using the information + * provided by the AVFrames. + * + * The original resampling context is reset even on failure. + * The function calls swr_close() internally if the context is open. + * + * @see swr_close(); + * + * @param swr audio resample context + * @param output output AVFrame + * @param input input AVFrame + * @return 0 on success, AVERROR on failure. + */ +int swr_config_frame(SwrContext *swr, const AVFrame *out, const AVFrame *in); + +/** + * @} + * @} + */ + +#endif /* SWRESAMPLE_SWRESAMPLE_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libswresample/version.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libswresample/version.h new file mode 100644 index 0000000000..830f00e430 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libswresample/version.h @@ -0,0 +1,45 @@ +/* + * Version macros. + * + * This file is part of libswresample + * + * libswresample is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * libswresample is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with libswresample; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef SWRESAMPLE_VERSION_H +#define SWRESAMPLE_VERSION_H + +/** + * @file + * Libswresample version macros + */ + +#include "libavutil/avutil.h" + +#define LIBSWRESAMPLE_VERSION_MAJOR 2 +#define LIBSWRESAMPLE_VERSION_MINOR 0 +#define LIBSWRESAMPLE_VERSION_MICRO 101 + +#define LIBSWRESAMPLE_VERSION_INT AV_VERSION_INT(LIBSWRESAMPLE_VERSION_MAJOR, \ + LIBSWRESAMPLE_VERSION_MINOR, \ + LIBSWRESAMPLE_VERSION_MICRO) +#define LIBSWRESAMPLE_VERSION AV_VERSION(LIBSWRESAMPLE_VERSION_MAJOR, \ + LIBSWRESAMPLE_VERSION_MINOR, \ + LIBSWRESAMPLE_VERSION_MICRO) +#define LIBSWRESAMPLE_BUILD LIBSWRESAMPLE_VERSION_INT + +#define LIBSWRESAMPLE_IDENT "SwR" AV_STRINGIFY(LIBSWRESAMPLE_VERSION) + +#endif /* SWRESAMPLE_VERSION_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libswscale/swscale.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libswscale/swscale.h new file mode 100644 index 0000000000..da9dd2ea8f --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libswscale/swscale.h @@ -0,0 +1,350 @@ +/* + * Copyright (C) 2001-2011 Michael Niedermayer + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef SWSCALE_SWSCALE_H +#define SWSCALE_SWSCALE_H + +/** + * @file + * @ingroup libsws + * external API header + */ + +#include + +#include "libavutil/avutil.h" +#include "libavutil/log.h" +#include "libavutil/pixfmt.h" +#include "version.h" + +/** + * @defgroup libsws Color conversion and scaling + * @{ + * + * Return the LIBSWSCALE_VERSION_INT constant. + */ +unsigned swscale_version(void); + +/** + * Return the libswscale build-time configuration. + */ +const char *swscale_configuration(void); + +/** + * Return the libswscale license. + */ +const char *swscale_license(void); + +/* values for the flags, the stuff on the command line is different */ +#define SWS_FAST_BILINEAR 1 +#define SWS_BILINEAR 2 +#define SWS_BICUBIC 4 +#define SWS_X 8 +#define SWS_POINT 0x10 +#define SWS_AREA 0x20 +#define SWS_BICUBLIN 0x40 +#define SWS_GAUSS 0x80 +#define SWS_SINC 0x100 +#define SWS_LANCZOS 0x200 +#define SWS_SPLINE 0x400 + +#define SWS_SRC_V_CHR_DROP_MASK 0x30000 +#define SWS_SRC_V_CHR_DROP_SHIFT 16 + +#define SWS_PARAM_DEFAULT 123456 + +#define SWS_PRINT_INFO 0x1000 + +//the following 3 flags are not completely implemented +//internal chrominace subsampling info +#define SWS_FULL_CHR_H_INT 0x2000 +//input subsampling info +#define SWS_FULL_CHR_H_INP 0x4000 +#define SWS_DIRECT_BGR 0x8000 +#define SWS_ACCURATE_RND 0x40000 +#define SWS_BITEXACT 0x80000 +#define SWS_ERROR_DIFFUSION 0x800000 + +#define SWS_MAX_REDUCE_CUTOFF 0.002 + +#define SWS_CS_ITU709 1 +#define SWS_CS_FCC 4 +#define SWS_CS_ITU601 5 +#define SWS_CS_ITU624 5 +#define SWS_CS_SMPTE170M 5 +#define SWS_CS_SMPTE240M 7 +#define SWS_CS_DEFAULT 5 + +/** + * Return a pointer to yuv<->rgb coefficients for the given colorspace + * suitable for sws_setColorspaceDetails(). + * + * @param colorspace One of the SWS_CS_* macros. If invalid, + * SWS_CS_DEFAULT is used. + */ +const int *sws_getCoefficients(int colorspace); + +// when used for filters they must have an odd number of elements +// coeffs cannot be shared between vectors +typedef struct SwsVector { + double *coeff; ///< pointer to the list of coefficients + int length; ///< number of coefficients in the vector +} SwsVector; + +// vectors can be shared +typedef struct SwsFilter { + SwsVector *lumH; + SwsVector *lumV; + SwsVector *chrH; + SwsVector *chrV; +} SwsFilter; + +struct SwsContext; + +/** + * Return a positive value if pix_fmt is a supported input format, 0 + * otherwise. + */ +int sws_isSupportedInput(enum AVPixelFormat pix_fmt); + +/** + * Return a positive value if pix_fmt is a supported output format, 0 + * otherwise. + */ +int sws_isSupportedOutput(enum AVPixelFormat pix_fmt); + +/** + * @param[in] pix_fmt the pixel format + * @return a positive value if an endianness conversion for pix_fmt is + * supported, 0 otherwise. + */ +int sws_isSupportedEndiannessConversion(enum AVPixelFormat pix_fmt); + +/** + * Allocate an empty SwsContext. This must be filled and passed to + * sws_init_context(). For filling see AVOptions, options.c and + * sws_setColorspaceDetails(). + */ +struct SwsContext *sws_alloc_context(void); + +/** + * Initialize the swscaler context sws_context. + * + * @return zero or positive value on success, a negative value on + * error + */ +av_warn_unused_result +int sws_init_context(struct SwsContext *sws_context, SwsFilter *srcFilter, SwsFilter *dstFilter); + +/** + * Free the swscaler context swsContext. + * If swsContext is NULL, then does nothing. + */ +void sws_freeContext(struct SwsContext *swsContext); + +/** + * Allocate and return an SwsContext. You need it to perform + * scaling/conversion operations using sws_scale(). + * + * @param srcW the width of the source image + * @param srcH the height of the source image + * @param srcFormat the source image format + * @param dstW the width of the destination image + * @param dstH the height of the destination image + * @param dstFormat the destination image format + * @param flags specify which algorithm and options to use for rescaling + * @param param extra parameters to tune the used scaler + * For SWS_BICUBIC param[0] and [1] tune the shape of the basis + * function, param[0] tunes f(1) and param[1] f´(1) + * For SWS_GAUSS param[0] tunes the exponent and thus cutoff + * frequency + * For SWS_LANCZOS param[0] tunes the width of the window function + * @return a pointer to an allocated context, or NULL in case of error + * @note this function is to be removed after a saner alternative is + * written + */ +struct SwsContext *sws_getContext(int srcW, int srcH, enum AVPixelFormat srcFormat, + int dstW, int dstH, enum AVPixelFormat dstFormat, + int flags, SwsFilter *srcFilter, + SwsFilter *dstFilter, const double *param); + +/** + * Scale the image slice in srcSlice and put the resulting scaled + * slice in the image in dst. A slice is a sequence of consecutive + * rows in an image. + * + * Slices have to be provided in sequential order, either in + * top-bottom or bottom-top order. If slices are provided in + * non-sequential order the behavior of the function is undefined. + * + * @param c the scaling context previously created with + * sws_getContext() + * @param srcSlice the array containing the pointers to the planes of + * the source slice + * @param srcStride the array containing the strides for each plane of + * the source image + * @param srcSliceY the position in the source image of the slice to + * process, that is the number (counted starting from + * zero) in the image of the first row of the slice + * @param srcSliceH the height of the source slice, that is the number + * of rows in the slice + * @param dst the array containing the pointers to the planes of + * the destination image + * @param dstStride the array containing the strides for each plane of + * the destination image + * @return the height of the output slice + */ +int sws_scale(struct SwsContext *c, const uint8_t *const srcSlice[], + const int srcStride[], int srcSliceY, int srcSliceH, + uint8_t *const dst[], const int dstStride[]); + +/** + * @param dstRange flag indicating the while-black range of the output (1=jpeg / 0=mpeg) + * @param srcRange flag indicating the while-black range of the input (1=jpeg / 0=mpeg) + * @param table the yuv2rgb coefficients describing the output yuv space, normally ff_yuv2rgb_coeffs[x] + * @param inv_table the yuv2rgb coefficients describing the input yuv space, normally ff_yuv2rgb_coeffs[x] + * @param brightness 16.16 fixed point brightness correction + * @param contrast 16.16 fixed point contrast correction + * @param saturation 16.16 fixed point saturation correction + * @return -1 if not supported + */ +int sws_setColorspaceDetails(struct SwsContext *c, const int inv_table[4], + int srcRange, const int table[4], int dstRange, + int brightness, int contrast, int saturation); + +/** + * @return -1 if not supported + */ +int sws_getColorspaceDetails(struct SwsContext *c, int **inv_table, + int *srcRange, int **table, int *dstRange, + int *brightness, int *contrast, int *saturation); + +/** + * Allocate and return an uninitialized vector with length coefficients. + */ +SwsVector *sws_allocVec(int length); + +/** + * Return a normalized Gaussian curve used to filter stuff + * quality = 3 is high quality, lower is lower quality. + */ +SwsVector *sws_getGaussianVec(double variance, double quality); + +/** + * Allocate and return a vector with length coefficients, all + * with the same value c. + */ +SwsVector *sws_getConstVec(double c, int length); + +/** + * Allocate and return a vector with just one coefficient, with + * value 1.0. + */ +SwsVector *sws_getIdentityVec(void); + +/** + * Scale all the coefficients of a by the scalar value. + */ +void sws_scaleVec(SwsVector *a, double scalar); + +/** + * Scale all the coefficients of a so that their sum equals height. + */ +void sws_normalizeVec(SwsVector *a, double height); +void sws_convVec(SwsVector *a, SwsVector *b); +void sws_addVec(SwsVector *a, SwsVector *b); +void sws_subVec(SwsVector *a, SwsVector *b); +void sws_shiftVec(SwsVector *a, int shift); + +/** + * Allocate and return a clone of the vector a, that is a vector + * with the same coefficients as a. + */ +SwsVector *sws_cloneVec(SwsVector *a); + +/** + * Print with av_log() a textual representation of the vector a + * if log_level <= av_log_level. + */ +void sws_printVec2(SwsVector *a, AVClass *log_ctx, int log_level); + +void sws_freeVec(SwsVector *a); + +SwsFilter *sws_getDefaultFilter(float lumaGBlur, float chromaGBlur, + float lumaSharpen, float chromaSharpen, + float chromaHShift, float chromaVShift, + int verbose); +void sws_freeFilter(SwsFilter *filter); + +/** + * Check if context can be reused, otherwise reallocate a new one. + * + * If context is NULL, just calls sws_getContext() to get a new + * context. Otherwise, checks if the parameters are the ones already + * saved in context. If that is the case, returns the current + * context. Otherwise, frees context and gets a new context with + * the new parameters. + * + * Be warned that srcFilter and dstFilter are not checked, they + * are assumed to remain the same. + */ +struct SwsContext *sws_getCachedContext(struct SwsContext *context, + int srcW, int srcH, enum AVPixelFormat srcFormat, + int dstW, int dstH, enum AVPixelFormat dstFormat, + int flags, SwsFilter *srcFilter, + SwsFilter *dstFilter, const double *param); + +/** + * Convert an 8-bit paletted frame into a frame with a color depth of 32 bits. + * + * The output frame will have the same packed format as the palette. + * + * @param src source frame buffer + * @param dst destination frame buffer + * @param num_pixels number of pixels to convert + * @param palette array with [256] entries, which must match color arrangement (RGB or BGR) of src + */ +void sws_convertPalette8ToPacked32(const uint8_t *src, uint8_t *dst, int num_pixels, const uint8_t *palette); + +/** + * Convert an 8-bit paletted frame into a frame with a color depth of 24 bits. + * + * With the palette format "ABCD", the destination frame ends up with the format "ABC". + * + * @param src source frame buffer + * @param dst destination frame buffer + * @param num_pixels number of pixels to convert + * @param palette array with [256] entries, which must match color arrangement (RGB or BGR) of src + */ +void sws_convertPalette8ToPacked24(const uint8_t *src, uint8_t *dst, int num_pixels, const uint8_t *palette); + +/** + * Get the AVClass for swsContext. It can be used in combination with + * AV_OPT_SEARCH_FAKE_OBJ for examining options. + * + * @see av_opt_find(). + */ +const AVClass *sws_get_class(void); + +/** + * @} + */ + +#endif /* SWSCALE_SWSCALE_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libswscale/version.h b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libswscale/version.h new file mode 100644 index 0000000000..24908b8931 --- /dev/null +++ b/Cores/PPSSPP/cmake/ffmpeg/appletvos/include/libswscale/version.h @@ -0,0 +1,49 @@ +/* + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef SWSCALE_VERSION_H +#define SWSCALE_VERSION_H + +/** + * @file + * swscale version macros + */ + +#include "libavutil/version.h" + +#define LIBSWSCALE_VERSION_MAJOR 4 +#define LIBSWSCALE_VERSION_MINOR 0 +#define LIBSWSCALE_VERSION_MICRO 100 + +#define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \ + LIBSWSCALE_VERSION_MINOR, \ + LIBSWSCALE_VERSION_MICRO) +#define LIBSWSCALE_VERSION AV_VERSION(LIBSWSCALE_VERSION_MAJOR, \ + LIBSWSCALE_VERSION_MINOR, \ + LIBSWSCALE_VERSION_MICRO) +#define LIBSWSCALE_BUILD LIBSWSCALE_VERSION_INT + +#define LIBSWSCALE_IDENT "SwS" AV_STRINGIFY(LIBSWSCALE_VERSION) + +/** + * FF_API_* defines may be placed below to indicate public API that will be + * dropped at a future version bump. The defines themselves are not part of + * the public API and may change, break or disappear at any time. + */ + +#endif /* SWSCALE_VERSION_H */ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/lib/libavcodecPPSSPPTV.a b/Cores/PPSSPP/cmake/ffmpeg/appletvos/lib/libavcodecPPSSPPTV.a new file mode 100644 index 0000000000..ceefbc936b Binary files /dev/null and b/Cores/PPSSPP/cmake/ffmpeg/appletvos/lib/libavcodecPPSSPPTV.a differ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/lib/libavdevicePPSSPPTV.a b/Cores/PPSSPP/cmake/ffmpeg/appletvos/lib/libavdevicePPSSPPTV.a new file mode 100644 index 0000000000..db964c9a73 Binary files /dev/null and b/Cores/PPSSPP/cmake/ffmpeg/appletvos/lib/libavdevicePPSSPPTV.a differ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/lib/libavformatPPSSPPTV.a b/Cores/PPSSPP/cmake/ffmpeg/appletvos/lib/libavformatPPSSPPTV.a new file mode 100644 index 0000000000..535fe749a4 Binary files /dev/null and b/Cores/PPSSPP/cmake/ffmpeg/appletvos/lib/libavformatPPSSPPTV.a differ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/lib/libavutilPPSSPPTV.a b/Cores/PPSSPP/cmake/ffmpeg/appletvos/lib/libavutilPPSSPPTV.a new file mode 100644 index 0000000000..4f2a19310a Binary files /dev/null and b/Cores/PPSSPP/cmake/ffmpeg/appletvos/lib/libavutilPPSSPPTV.a differ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/lib/libswresamplePPSSPPTV.a b/Cores/PPSSPP/cmake/ffmpeg/appletvos/lib/libswresamplePPSSPPTV.a new file mode 100644 index 0000000000..fb535ae688 Binary files /dev/null and b/Cores/PPSSPP/cmake/ffmpeg/appletvos/lib/libswresamplePPSSPPTV.a differ diff --git a/Cores/PPSSPP/cmake/ffmpeg/appletvos/lib/libswscalePPSSPPTV.a b/Cores/PPSSPP/cmake/ffmpeg/appletvos/lib/libswscalePPSSPPTV.a new file mode 100644 index 0000000000..84a49648ff Binary files /dev/null and b/Cores/PPSSPP/cmake/ffmpeg/appletvos/lib/libswscalePPSSPPTV.a differ diff --git a/Cores/PPSSPP/update.tar b/Cores/PPSSPP/update.tar new file mode 100644 index 0000000000..28d5a0d641 Binary files /dev/null and b/Cores/PPSSPP/update.tar differ diff --git a/Cores/PicoDrive/PVPicoDrive.xcodeproj/project.pbxproj b/Cores/PicoDrive/PVPicoDrive.xcodeproj/project.pbxproj index 1386a73bd0..9a9e447064 100644 --- a/Cores/PicoDrive/PVPicoDrive.xcodeproj/project.pbxproj +++ b/Cores/PicoDrive/PVPicoDrive.xcodeproj/project.pbxproj @@ -1785,11 +1785,11 @@ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_SUSPICIOUS_MOVES = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 1; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -1998,12 +1998,12 @@ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_SUSPICIOUS_MOVES = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -2066,11 +2066,11 @@ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_SUSPICIOUS_MOVES = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 1; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; diff --git a/Cores/Play/BuildFlags.xcconfig b/Cores/Play/BuildFlags.xcconfig index 9932c9aa13..060c37a081 100644 --- a/Cores/Play/BuildFlags.xcconfig +++ b/Cores/Play/BuildFlags.xcconfig @@ -24,7 +24,7 @@ OTHER_CFLAGS[arch=x86_64] = $(inherited) -DHAVE_SSE // MARK: ARM -OTHER_CFLAGS[arch=arm64] = $(inherited) -D__ARM_NEON__ -DHAVE_NEON -march=armv8-a+crc -mno-thumb -mfpu=neon +OTHER_CFLAGS[arch=arm64] = $(inherited) -march=armv8-a+crc // -D__ARM_NEON__ -DHAVE_NEON -mno-thumb -mfpu=neon // MARK: - Excluded Sources diff --git a/Cores/Play/cmake/Play.xcodeproj/project.pbxproj b/Cores/Play/cmake/Play.xcodeproj/project.pbxproj index 403b1035c8..0bf8ba49b8 100644 --- a/Cores/Play/cmake/Play.xcodeproj/project.pbxproj +++ b/Cores/Play/cmake/Play.xcodeproj/project.pbxproj @@ -1190,7 +1190,7 @@ 0C6E9A68D4E94DC0BFC33A19 /* SocketStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SocketStream.cpp; path = deps/Framework/src/SocketStream.cpp; sourceTree = SOURCE_ROOT; }; 0CABE3C9C91845F5A2D725D1 /* Buffer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Buffer.cpp; path = deps/Framework/src/vulkan/Buffer.cpp; sourceTree = SOURCE_ROOT; }; 0CB72577D5064379B1152D0E /* FrameDump.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FrameDump.cpp; path = Source/FrameDump.cpp; sourceTree = SOURCE_ROOT; }; - 0CF433406AC24D2DB71A5F98 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/McServTest/CMakeFiles/McServTest.dir/Info.plist; sourceTree = ""; }; + 0CF433406AC24D2DB71A5F98 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = ../cmake/tools/McServTest/CMakeFiles/McServTest.dir/Info.plist; sourceTree = ""; }; 0D0AFFF265B043AFAB2ED566 /* MA_VU.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_VU.cpp; path = Source/ee/MA_VU.cpp; sourceTree = SOURCE_ROOT; }; 0D4D859A3F9741E48771BF9C /* ThreadUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ThreadUtils.cpp; path = deps/Framework/src/ThreadUtils.cpp; sourceTree = SOURCE_ROOT; }; 0DEF5F97ABB740CFA3C611A6 /* AppConfig.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AppConfig.h; path = Source/AppConfig.h; sourceTree = SOURCE_ROOT; }; @@ -1318,7 +1318,7 @@ 25D5FBA549EB47C08A422AF8 /* static_loop.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = static_loop.h; path = Source/static_loop.h; sourceTree = SOURCE_ROOT; }; 269134F8372149F7BC4CCA6D /* HorizontalLayout.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HorizontalLayout.h; path = deps/Framework/include/layout/HorizontalLayout.h; sourceTree = SOURCE_ROOT; }; 26B84321F5374F4CAE263769 /* S3ObjectStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = S3ObjectStream.cpp; path = Source/s3stream/S3ObjectStream.cpp; sourceTree = SOURCE_ROOT; }; - 27463FDED3764B5F91D4BBB5 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/AutoTest/CMakeFiles/autotest.dir/Info.plist; sourceTree = ""; }; + 27463FDED3764B5F91D4BBB5 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = ../cmake/tools/AutoTest/CMakeFiles/autotest.dir/Info.plist; sourceTree = ""; }; 2751F2A430B943AA81701D7E /* GSH_VulkanDrawMobile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanDrawMobile.h; path = Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.h; sourceTree = SOURCE_ROOT; }; 2769A7615A3F406496340B7A /* MdAddTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdAddTest.h; path = deps/CodeGen/tests/MdAddTest.h; sourceTree = SOURCE_ROOT; }; 27D3E8842AAF464B83FBEBCD /* pool.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pool.c; path = deps/Dependencies/zstd/lib/common/pool.c; sourceTree = SOURCE_ROOT; }; @@ -1351,7 +1351,7 @@ 2CE793E399E542CCB01C170F /* LzFind.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzFind.h; path = "deps/libchdr/deps/lzma-22.01/include/LzFind.h"; sourceTree = SOURCE_ROOT; }; 2D1A8F24AB5B472AA705545D /* VolumeDescriptor.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VolumeDescriptor.h; path = Source/ISO9660/VolumeDescriptor.h; sourceTree = SOURCE_ROOT; }; 2D3B5CAF9E2742EF9B8194FA /* Iop_Timrman.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Timrman.h; path = Source/iop/Iop_Timrman.h; sourceTree = SOURCE_ROOT; }; - 2DA6137B3F314A9ABDA2BC51 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/CMakeFiles/CAltKit.dir/Info.plist; sourceTree = ""; }; + 2DA6137B3F314A9ABDA2BC51 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = ../cmake/Source/ui_ios/AltKit/CMakeFiles/CAltKit.dir/Info.plist; sourceTree = ""; }; 2DBC61CA113B4D17A36C2901 /* Iop_Thfpool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Thfpool.h; path = Source/iop/Iop_Thfpool.h; sourceTree = SOURCE_ROOT; }; 2DD570BEA9A54C70947AE4F8 /* Vif.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Vif.h; path = Source/ee/Vif.h; sourceTree = SOURCE_ROOT; }; 2E91CE21149A4983B55F8AEF /* Jitter_CodeGen_AArch64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch64.cpp; path = deps/CodeGen/src/Jitter_CodeGen_AArch64.cpp; sourceTree = SOURCE_ROOT; }; @@ -1369,7 +1369,7 @@ 301A72A5796946898D63065A /* libFramework_OpenAl.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libFramework_OpenAl.a; sourceTree = BUILT_PRODUCTS_DIR; }; 30286FE2CC8C49CDBE277945 /* Pch.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Pch.cpp; path = Source/Pch.cpp; sourceTree = SOURCE_ROOT; }; 304F3E5AA3164844AD569331 /* SIF.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SIF.cpp; path = Source/ee/SIF.cpp; sourceTree = SOURCE_ROOT; }; - 3064F30C77044D3FB7E53E70 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/VuTest/CMakeFiles/VuTest.dir/Info.plist; sourceTree = ""; }; + 3064F30C77044D3FB7E53E70 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = ../cmake/tools/VuTest/CMakeFiles/VuTest.dir/Info.plist; sourceTree = ""; }; 30C82C6D674641E2901BEF24 /* HddDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HddDefs.h; path = Source/hdd/HddDefs.h; sourceTree = SOURCE_ROOT; }; 30D46DD6714D4E6393847135 /* Iop_SifMan.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_SifMan.h; path = Source/iop/Iop_SifMan.h; sourceTree = SOURCE_ROOT; }; 3105A2FBB1154EA69679CCBC /* Jitter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter.cpp; path = deps/CodeGen/src/Jitter.cpp; sourceTree = SOURCE_ROOT; }; @@ -1383,7 +1383,7 @@ 322F0926B2B84A02ABDBEF04 /* gzclose.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzclose.c; path = deps/Dependencies/zstd/zlibWrapper/gzclose.c; sourceTree = SOURCE_ROOT; }; 3235001AFEEA4281944FF14E /* Iop_SifCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_SifCmd.cpp; path = Source/iop/Iop_SifCmd.cpp; sourceTree = SOURCE_ROOT; }; 3256A5C61A8646C6B538CEA9 /* hist.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = hist.c; path = deps/Dependencies/zstd/lib/compress/hist.c; sourceTree = SOURCE_ROOT; }; - 32678C86812D4E999FF3831F /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/NamcoSys147NANDTools/CMakeFiles/NamcoSys147NANDTools.dir/Info.plist; sourceTree = ""; }; + 32678C86812D4E999FF3831F /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = ../cmake/tools/NamcoSys147NANDTools/CMakeFiles/NamcoSys147NANDTools.dir/Info.plist; sourceTree = ""; }; 32EE35B4497240A3B0676766 /* OpticalMediaDirectoryIterator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = OpticalMediaDirectoryIterator.cpp; path = Source/iop/ioman/OpticalMediaDirectoryIterator.cpp; sourceTree = SOURCE_ROOT; }; 32F7607981B349BB905358D2 /* NamcoSys147Driver.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = NamcoSys147Driver.cpp; path = Source/ui_shared/arcadedrivers/NamcoSys147Driver.cpp; sourceTree = SOURCE_ROOT; }; 3304620C1D4146ACAE9C842B /* DMAC.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = DMAC.h; path = Source/ee/DMAC.h; sourceTree = SOURCE_ROOT; }; @@ -1484,7 +1484,7 @@ 49493296555B4ABB8AF0973E /* Iop_NamcoNANDDevice.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_NamcoNANDDevice.cpp; path = Source/iop/namco_sys147/Iop_NamcoNANDDevice.cpp; sourceTree = SOURCE_ROOT; }; 498EFC5FFB2C485A8DB177EE /* COP_SCU_Reflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = COP_SCU_Reflection.cpp; path = Source/COP_SCU_Reflection.cpp; sourceTree = SOURCE_ROOT; }; 49B609807ABD48A592DE9E59 /* ObjectFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ObjectFile.cpp; path = deps/CodeGen/src/ObjectFile.cpp; sourceTree = SOURCE_ROOT; }; - 49FB4C3F9DB8403BA289D7A0 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage/CMakeFiles/SDWebImage_Static.dir/Info.plist; sourceTree = ""; }; + 49FB4C3F9DB8403BA289D7A0 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = ../cmake/Source/ui_ios/SDWebImage/CMakeFiles/SDWebImage_Static.dir/Info.plist; sourceTree = ""; }; 4A3D7111F7ED4F8FB599D2DE /* Jitter_CodeGen_x86.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86.cpp; path = deps/CodeGen/src/Jitter_CodeGen_x86.cpp; sourceTree = SOURCE_ROOT; }; 4A49F96BD59242CD8D2FF937 /* Vif1.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Vif1.h; path = Source/ee/Vif1.h; sourceTree = SOURCE_ROOT; }; 4B1F893D337649FD9FDABD3C /* zstd_lazy.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_lazy.c; path = deps/Dependencies/zstd/lib/compress/zstd_lazy.c; sourceTree = SOURCE_ROOT; }; @@ -1537,10 +1537,10 @@ 57B52154701B42D5839491E4 /* Iop_RootCounters.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_RootCounters.cpp; path = Source/iop/Iop_RootCounters.cpp; sourceTree = SOURCE_ROOT; }; 57D9198F0CEB4705BC45B458 /* LiteralPool.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LiteralPool.cpp; path = deps/CodeGen/src/LiteralPool.cpp; sourceTree = SOURCE_ROOT; }; 5832259ADE4F42DDA677E59C /* Iop_PadMan.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_PadMan.cpp; path = Source/iop/Iop_PadMan.cpp; sourceTree = SOURCE_ROOT; }; - 5881F45C16F44506BC6FB3B1 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist; sourceTree = ""; }; + 5881F45C16F44506BC6FB3B1 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = ../cmake/Source/ui_ios/Source/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist; sourceTree = ""; }; 58BD3EE0FD89420398D70FD0 /* libchdr_chd.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_chd.c; path = deps/libchdr/src/libchdr_chd.c; sourceTree = SOURCE_ROOT; }; 58CB663A37F6480EB5208A77 /* FpuTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FpuTest.cpp; path = deps/CodeGen/tests/FpuTest.cpp; sourceTree = SOURCE_ROOT; }; - 58EC788BC52D41DE8ECA0169 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeFiles/Framework_Vulkan.dir/Info.plist; sourceTree = ""; }; + 58EC788BC52D41DE8ECA0169 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = ../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeFiles/Framework_Vulkan.dir/Info.plist; sourceTree = ""; }; 594297410D82484FA62AA032 /* inffast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inffast.c; path = "deps/libchdr/deps/zlib-1.2.12/inffast.c"; sourceTree = SOURCE_ROOT; }; 59651937867A4DE48F5E5F69 /* Pch.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Pch.h; path = Source/Pch.h; sourceTree = SOURCE_ROOT; }; 5979C899DF344787A323A50A /* AmazonS3Client.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AmazonS3Client.cpp; path = deps/Framework/src/amazon/AmazonS3Client.cpp; sourceTree = SOURCE_ROOT; }; @@ -1577,7 +1577,7 @@ 60FA68CCEC754F72822615BE /* GSH_VulkanDeviceInfo.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanDeviceInfo.cpp; path = Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.cpp; sourceTree = SOURCE_ROOT; }; 610496DA7A004566AB271D7D /* Main.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Main.cpp; path = tools/SpuTest/Main.cpp; sourceTree = SOURCE_ROOT; }; 6129477DF671400DB084AF66 /* cover.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = cover.c; path = deps/Dependencies/zstd/lib/dictBuilder/cover.c; sourceTree = SOURCE_ROOT; }; - 612E70BA96D642DD8DCEC1AF /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/CMakeFiles/gsh_vulkan.dir/Info.plist; sourceTree = ""; }; + 612E70BA96D642DD8DCEC1AF /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = ../cmake/Source/ui_ios/gs/GSH_Vulkan/CMakeFiles/gsh_vulkan.dir/Info.plist; sourceTree = ""; }; 6163F376B6264F5EA30F07A6 /* FpuTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FpuTest.h; path = deps/CodeGen/tests/FpuTest.h; sourceTree = SOURCE_ROOT; }; 619840AB6C8A49F2B2AFC55C /* filesystem_def.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = filesystem_def.h; path = deps/Framework/include/filesystem_def.h; sourceTree = SOURCE_ROOT; }; 61E263CA12A044429A991369 /* zstd_compress_superblock.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_superblock.c; path = deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c; sourceTree = SOURCE_ROOT; }; @@ -1625,7 +1625,7 @@ 6A71A4ED7A7E4C37AA04EBCB /* zstd_v02.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v02.c; path = deps/Dependencies/zstd/lib/legacy/zstd_v02.c; sourceTree = SOURCE_ROOT; }; 6A75F8CBE30A489CB33A8327 /* Bitmap.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Bitmap.cpp; path = deps/Framework/src/bitmap/Bitmap.cpp; sourceTree = SOURCE_ROOT; }; 6AB84372BA914724A128AFF0 /* ArrayUintValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ArrayUintValue.h; path = deps/Nuanceur/include/nuanceur/builder/ArrayUintValue.h; sourceTree = SOURCE_ROOT; }; - 6B1CCCD5B8A342049CEC8C75 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist"; sourceTree = ""; }; + 6B1CCCD5B8A342049CEC8C75 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = "../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist"; sourceTree = ""; }; 6B28FFC4E8714153AF740CF0 /* SimpleMdTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SimpleMdTest.cpp; path = deps/CodeGen/tests/SimpleMdTest.cpp; sourceTree = SOURCE_ROOT; }; 6B3489ED00954626A8EEEDEA /* Iop_Stdio.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Stdio.h; path = Source/iop/Iop_Stdio.h; sourceTree = SOURCE_ROOT; }; 6BD600F8931B460DBF3D220B /* libui_shared.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libui_shared.a; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -1670,7 +1670,7 @@ 757CC6B7B9234AE39BC2D536 /* GSH_OpenGLiOS.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_OpenGLiOS.h; path = Source/ui_ios/GSH_OpenGLiOS.h; sourceTree = SOURCE_ROOT; }; 757E401B214E4D7B89893D27 /* gzguts.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = gzguts.h; path = "deps/libchdr/deps/zlib-1.2.12/gzguts.h"; sourceTree = SOURCE_ROOT; }; 75BBD830F4354F3BBCBC7B40 /* PathDirectoryDevice.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PathDirectoryDevice.h; path = Source/iop/ioman/PathDirectoryDevice.h; sourceTree = SOURCE_ROOT; }; - 75BF2EA104964247BDE76438 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/SpuTest/CMakeFiles/SpuTest.dir/Info.plist; sourceTree = ""; }; + 75BF2EA104964247BDE76438 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = ../cmake/tools/SpuTest/CMakeFiles/SpuTest.dir/Info.plist; sourceTree = ""; }; 770A4B70B65843EC9E155581 /* MA_MIPSIV_Templates.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_MIPSIV_Templates.cpp; path = Source/MA_MIPSIV_Templates.cpp; sourceTree = SOURCE_ROOT; }; 77220D68980B4FDD9E0ED751 /* string_cast_sjis.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = string_cast_sjis.cpp; path = deps/Framework/src/string_cast_sjis.cpp; sourceTree = SOURCE_ROOT; }; 7733C98F372847BBA1428FF3 /* FlagsTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FlagsTest.cpp; path = tools/VuTest/FlagsTest.cpp; sourceTree = SOURCE_ROOT; }; @@ -1689,12 +1689,12 @@ 78D26F2D5D7B4CAFA9A043C3 /* MemoryCard.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemoryCard.cpp; path = Source/saves/MemoryCard.cpp; sourceTree = SOURCE_ROOT; }; 7903BBB624954FDFBE488504 /* InputBindingManager.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = InputBindingManager.h; path = Source/input/InputBindingManager.h; sourceTree = SOURCE_ROOT; }; 7932EF482DC54803A0ACF232 /* IntValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IntValue.h; path = deps/Nuanceur/include/nuanceur/builder/IntValue.h; sourceTree = SOURCE_ROOT; }; - 7969DAC136244B6EA0756178 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist; sourceTree = ""; }; + 7969DAC136244B6EA0756178 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist; sourceTree = ""; }; 7997CBF921E24B33BE471D73 /* Jitter_CodeGen_Wasm_LoadStore.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_Wasm_LoadStore.h; path = deps/CodeGen/src/Jitter_CodeGen_Wasm_LoadStore.h; sourceTree = SOURCE_ROOT; }; 799A3DC948D44290A268B707 /* DynamicStallTest2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DynamicStallTest2.cpp; path = tools/VuTest/DynamicStallTest2.cpp; sourceTree = SOURCE_ROOT; }; 7A1C778CDC544975821DBB9E /* patches.xml */ = {isa = PBXFileReference; explicitFileType = sourcecode; fileEncoding = 4; path = patches.xml; sourceTree = SOURCE_ROOT; }; 7A3DBF26E97045939A112D08 /* MdLogicTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdLogicTest.h; path = deps/CodeGen/tests/MdLogicTest.h; sourceTree = SOURCE_ROOT; }; - 7A4EAD2522204B489289016B /* zconf.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zconf.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h"; sourceTree = ""; }; + 7A4EAD2522204B489289016B /* zconf.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zconf.h; path = "../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h"; sourceTree = ""; }; 7A64687F4AA545E89F860D02 /* ServerManager.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = ServerManager.swift; path = deps/AltKit/Sources/AltKit/Server/ServerManager.swift; sourceTree = SOURCE_ROOT; }; 7A8330DF9BD0450E8E237F0A /* adler32.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = adler32.c; path = "deps/libchdr/deps/zlib-1.2.12/adler32.c"; sourceTree = SOURCE_ROOT; }; 7B121CBEB86441698CC59A9E /* zstd_double_fast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_double_fast.c; path = deps/Dependencies/zstd/lib/compress/zstd_double_fast.c; sourceTree = SOURCE_ROOT; }; @@ -1715,7 +1715,7 @@ 7D93715696E74311BD666303 /* GsTransferRange.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GsTransferRange.h; path = Source/gs/GsTransferRange.h; sourceTree = SOURCE_ROOT; }; 7DD5E58E98FB4AA280B1C83E /* Iop_Sio2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Sio2.cpp; path = Source/iop/Iop_Sio2.cpp; sourceTree = SOURCE_ROOT; }; 7E55D289F143463592AEF93D /* IszImageStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IszImageStream.h; path = Source/discimages/IszImageStream.h; sourceTree = SOURCE_ROOT; }; - 7E6F8046C63E434DBA218735 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/CMakeFiles/gsh_opengl.dir/Info.plist; sourceTree = ""; }; + 7E6F8046C63E434DBA218735 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = ../cmake/Source/ui_ios/gs/GSH_OpenGL/CMakeFiles/gsh_opengl.dir/Info.plist; sourceTree = ""; }; 7E9D4A4CFB734FE0A8AD6F53 /* Iop_Spu.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Spu.h; path = Source/iop/Iop_Spu.h; sourceTree = SOURCE_ROOT; }; 7EC31E5259B04D6AA9E55D09 /* MIPSInstructionFactory.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MIPSInstructionFactory.h; path = Source/MIPSInstructionFactory.h; sourceTree = SOURCE_ROOT; }; 7F08AB2E4AA446B4B27CA844 /* VLCTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VLCTable.cpp; path = deps/Framework/src/mpeg2/VLCTable.cpp; sourceTree = SOURCE_ROOT; }; @@ -1729,10 +1729,10 @@ 8045F9367DB148CE8790CC83 /* BlockProvider.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BlockProvider.h; path = Source/ISO9660/BlockProvider.h; sourceTree = SOURCE_ROOT; }; 804DEFF0786648B2BFFF189D /* CommandBufferPool.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CommandBufferPool.cpp; path = deps/Framework/src/vulkan/CommandBufferPool.cpp; sourceTree = SOURCE_ROOT; }; 805B968E588A40F7A1BBA8C8 /* Iop_Speed.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Speed.h; path = Source/iop/Iop_Speed.h; sourceTree = SOURCE_ROOT; }; - 806828637ECA49759F68E236 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist; sourceTree = ""; }; - 806D381E8F59464EA7B58DA5 /* libMoltenVK.dylib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = "compiled.mach-o.dylib"; name = libMoltenVK.dylib; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MoltenVK/dylib/iOS/libMoltenVK.dylib"; sourceTree = ""; }; + 806828637ECA49759F68E236 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist; sourceTree = ""; }; + 806D381E8F59464EA7B58DA5 /* libMoltenVK.dylib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = "compiled.mach-o.dylib"; name = libMoltenVK.dylib; path = "../Play-/Source/MoltenVK/dylib/iOS/libMoltenVK.dylib"; sourceTree = ""; }; 808E9488B2B343709F143B79 /* IPU_MotionCodeTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IPU_MotionCodeTable.cpp; path = Source/ee/IPU_MotionCodeTable.cpp; sourceTree = SOURCE_ROOT; }; - 810D58170F9D4AF6BF19C163 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/CMakeFiles/sh_openal.dir/Info.plist; sourceTree = ""; }; + 810D58170F9D4AF6BF19C163 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = ../cmake/Source/ui_ios/SH_OpenAL/CMakeFiles/sh_openal.dir/Info.plist; sourceTree = ""; }; 8166DD1CF56E4AF9874431B2 /* MA_VU_Lower.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_VU_Lower.cpp; path = Source/ee/MA_VU_Lower.cpp; sourceTree = SOURCE_ROOT; }; 8173732A56654EAAA3B4E41B /* CueSheet.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CueSheet.h; path = Source/discimages/CueSheet.h; sourceTree = SOURCE_ROOT; }; 818DD0FD33DF403A85D167EF /* ShaderModule.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ShaderModule.cpp; path = deps/Framework/src/vulkan/ShaderModule.cpp; sourceTree = SOURCE_ROOT; }; @@ -1766,7 +1766,7 @@ 865771BB910B4B00BFACC75C /* BackgroundLayer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BackgroundLayer.h; path = Source/ui_ios/BackgroundLayer.h; sourceTree = SOURCE_ROOT; }; 869B57307334446C95B0F6F6 /* Config.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Config.cpp; path = deps/Framework/src/Config.cpp; sourceTree = SOURCE_ROOT; }; 869EF8DB51E1410795532191 /* PadInterface.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PadInterface.cpp; path = Source/PadInterface.cpp; sourceTree = SOURCE_ROOT; }; - 86D698B15623496FB20A5DDE /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; sourceTree = ""; }; + 86D698B15623496FB20A5DDE /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = "../cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; sourceTree = ""; }; 86F8B8943FAD473EA3EB89D5 /* VuExecutor.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VuExecutor.h; path = Source/ee/VuExecutor.h; sourceTree = SOURCE_ROOT; }; 873B5B29AAFD424DA2091FCA /* Float3Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Float3Value.h; path = deps/Nuanceur/include/nuanceur/builder/Float3Value.h; sourceTree = SOURCE_ROOT; }; 8778EB84C48041128C6CF826 /* Jitter_CodeGen_x86_64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_64.cpp; path = deps/CodeGen/src/Jitter_CodeGen_x86_64.cpp; sourceTree = SOURCE_ROOT; }; @@ -1817,13 +1817,13 @@ 912BD847E27043C5BDAC1AD2 /* MdMemAccessTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdMemAccessTest.cpp; path = deps/CodeGen/tests/MdMemAccessTest.cpp; sourceTree = SOURCE_ROOT; }; 91378C58E92D43B880E2175B /* MdFpFlagTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdFpFlagTest.h; path = deps/CodeGen/tests/MdFpFlagTest.h; sourceTree = SOURCE_ROOT; }; 9165850E9290465781044F18 /* Call64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Call64Test.cpp; path = deps/CodeGen/tests/Call64Test.cpp; sourceTree = SOURCE_ROOT; }; - 91E66395BA5245FC8C97B6C4 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/GsAreaTest/CMakeFiles/GsAreaTest.dir/Info.plist; sourceTree = ""; }; + 91E66395BA5245FC8C97B6C4 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = ../cmake/tools/GsAreaTest/CMakeFiles/GsAreaTest.dir/Info.plist; sourceTree = ""; }; 91EE5BE7913C49D09455C24F /* libzstd.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libzstd.a; sourceTree = BUILT_PRODUCTS_DIR; }; 9201ADC26EDA4E2296C607A5 /* InputConfig.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = InputConfig.cpp; path = Source/InputConfig.cpp; sourceTree = SOURCE_ROOT; }; 92CFD6959B2F412F96ADA4BE /* Iop_Loadcore.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Loadcore.h; path = Source/iop/Iop_Loadcore.h; sourceTree = SOURCE_ROOT; }; - 92D5AD4630A647639F42D305 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/CMakeFiles/Play.dir/Info.plist; sourceTree = ""; }; + 92D5AD4630A647639F42D305 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = ../cmake/Source/ui_ios/CMakeFiles/Play.dir/Info.plist; sourceTree = ""; }; 92F6618EF8934E088D01FC6D /* MaxSaveImporter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MaxSaveImporter.h; path = Source/saves/MaxSaveImporter.h; sourceTree = SOURCE_ROOT; }; - 931725894FA247508394B125 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeFiles/Framework_Amazon.dir/Info.plist; sourceTree = ""; }; + 931725894FA247508394B125 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = ../cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeFiles/Framework_Amazon.dir/Info.plist; sourceTree = ""; }; 93573D943C1D4805BB709664 /* IPU_MacroblockAddressIncrementTable.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IPU_MacroblockAddressIncrementTable.h; path = Source/ee/IPU_MacroblockAddressIncrementTable.h; sourceTree = SOURCE_ROOT; }; 938B0516F9DA43CDB3614676 /* StallTest5.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StallTest5.h; path = tools/VuTest/StallTest5.h; sourceTree = SOURCE_ROOT; }; 9397841B16994ED1A1E543ED /* RegAllocTempTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RegAllocTempTest.h; path = deps/CodeGen/tests/RegAllocTempTest.h; sourceTree = SOURCE_ROOT; }; @@ -1843,7 +1843,7 @@ 952D336255B44ABE9A30156E /* Jitter_Optimize.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_Optimize.cpp; path = deps/CodeGen/src/Jitter_Optimize.cpp; sourceTree = SOURCE_ROOT; }; 953231FB8A004B20A65B23BA /* UintValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = UintValue.h; path = deps/Nuanceur/include/nuanceur/builder/UintValue.h; sourceTree = SOURCE_ROOT; }; 953CFA6566A941FEB21E259D /* Iop_FileIoHandler2100.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_FileIoHandler2100.cpp; path = Source/iop/Iop_FileIoHandler2100.cpp; sourceTree = SOURCE_ROOT; }; - 954489BBE6F647EBAE11EFD0 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/CMakeFiles/xxhash.dir/Info.plist; sourceTree = ""; }; + 954489BBE6F647EBAE11EFD0 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = ../cmake/Source/ui_ios/Source/xxHash/CMakeFiles/xxhash.dir/Info.plist; sourceTree = ""; }; 956288EBF58C49A09D19F406 /* IPU_MacroblockTypePTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IPU_MacroblockTypePTable.cpp; path = Source/ee/IPU_MacroblockTypePTable.cpp; sourceTree = SOURCE_ROOT; }; 96188C55D2EE42B68F5C2032 /* PadInterface.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PadInterface.h; path = Source/PadInterface.h; sourceTree = SOURCE_ROOT; }; 964C4C8E69684D5991A435F0 /* IPU.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IPU.h; path = Source/ee/IPU.h; sourceTree = SOURCE_ROOT; }; @@ -1866,7 +1866,7 @@ 99FB6B10756141B284AA3A0C /* Jitter_CodeGen_AArch32_Fpu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch32_Fpu.cpp; path = deps/CodeGen/src/Jitter_CodeGen_AArch32_Fpu.cpp; sourceTree = SOURCE_ROOT; }; 9A2B5618D89246DDB3AFEB40 /* zstd_decompress_block.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_decompress_block.c; path = deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c; sourceTree = SOURCE_ROOT; }; 9A5B57640C7749649649B455 /* GSH_VulkanDrawUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanDrawUtils.h; path = Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.h; sourceTree = SOURCE_ROOT; }; - 9A67FF3A398949DD97005881 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/deps/Framework/build_cmake/Tests/CMakeFiles/FrameworkTests.dir/Info.plist; sourceTree = ""; }; + 9A67FF3A398949DD97005881 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = ../cmake/deps/Framework/build_cmake/Tests/CMakeFiles/FrameworkTests.dir/Info.plist; sourceTree = ""; }; 9AA976D5CBCE44E98FDF57C9 /* XpsSaveImporter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = XpsSaveImporter.h; path = Source/saves/XpsSaveImporter.h; sourceTree = SOURCE_ROOT; }; 9B10F10AD56E4F0DB544A355 /* Jitter_CodeGen_x86_Fpu_Sse.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_Fpu_Sse.cpp; path = deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Sse.cpp; sourceTree = SOURCE_ROOT; }; 9BD28A89109A46F6A7F5B9C8 /* Iop_SifManPs2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_SifManPs2.h; path = Source/iop/Iop_SifManPs2.h; sourceTree = SOURCE_ROOT; }; @@ -1882,7 +1882,7 @@ 9D309E3002B44D31934A874C /* zstd_v02.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v02.h; path = deps/Dependencies/zstd/lib/legacy/zstd_v02.h; sourceTree = SOURCE_ROOT; }; 9D5DF6EE2F624469BFF1671D /* MipsExecutor.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MipsExecutor.h; path = Source/MipsExecutor.h; sourceTree = SOURCE_ROOT; }; 9DD34F2F8DEA45C88C1EC54F /* VirtualPadItem.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; name = VirtualPadItem.mm; path = Source/ui_ios/VirtualPadItem.mm; sourceTree = SOURCE_ROOT; }; - 9DD93649821E459EB7E0621C /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/CMakeFiles/Framework.dir/Info.plist; sourceTree = ""; }; + 9DD93649821E459EB7E0621C /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = ../cmake/Source/ui_ios/Source/Framework/CMakeFiles/Framework.dir/Info.plist; sourceTree = ""; }; 9DEB13B95A5D44EC85B1A6B5 /* X86CpuFeatures.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = X86CpuFeatures.cpp; path = deps/CodeGen/src/X86CpuFeatures.cpp; sourceTree = SOURCE_ROOT; }; 9E69BDD7D3B549B3A05E504E /* CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; lastKnownFileType = text; name = CMakeLists.txt; path = Source/ui_shared/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; 9EB510804F5E462699D3E570 /* Iop_Cdvdfsv.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Cdvdfsv.h; path = Source/iop/Iop_Cdvdfsv.h; sourceTree = SOURCE_ROOT; }; @@ -1891,7 +1891,7 @@ 9F1D6D21289E45D2BE78B2E3 /* CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; lastKnownFileType = text; name = CMakeLists.txt; path = deps/Framework/build_cmake/FrameworkAmazon/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; 9F1F09D4B4364B908E410B90 /* Iop_McServ.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_McServ.h; path = Source/iop/Iop_McServ.h; sourceTree = SOURCE_ROOT; }; 9FACE5CC43FB4BF4B9BF97DF /* PNG.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PNG.cpp; path = deps/Framework/src/bitmap/PNG.cpp; sourceTree = SOURCE_ROOT; }; - 9FEAD9D5D727404A9899211D /* Play-CMakeForceLinker.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = "Play-CMakeForceLinker.swift"; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/CMakeFiles/Play-CMakeForceLinker.swift"; sourceTree = ""; }; + 9FEAD9D5D727404A9899211D /* Play-CMakeForceLinker.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = "Play-CMakeForceLinker.swift"; path = "../cmake/Source/ui_ios/CMakeFiles/Play-CMakeForceLinker.swift"; sourceTree = ""; }; 9FEBBCAEE6EB48518F67E55C /* CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; lastKnownFileType = text; name = CMakeLists.txt; path = deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; A0194C1264EC4F72BAF929E5 /* Iop_Ilink.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Ilink.cpp; path = Source/iop/Iop_Ilink.cpp; sourceTree = SOURCE_ROOT; }; A01E54CB1E35492FB5B9D55E /* OpticalMediaDevice.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = OpticalMediaDevice.h; path = Source/iop/ioman/OpticalMediaDevice.h; sourceTree = SOURCE_ROOT; }; @@ -1939,7 +1939,7 @@ A89CB156F8164CED9240A8C1 /* zstd_v06.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v06.h; path = deps/Dependencies/zstd/lib/legacy/zstd_v06.h; sourceTree = SOURCE_ROOT; }; A8CC5E42FC484F1CB799D726 /* Operations.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Operations.cpp; path = deps/Nuanceur/src/builder/Operations.cpp; sourceTree = SOURCE_ROOT; }; A96502F44804410AA7493659 /* IopBios.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IopBios.h; path = Source/iop/IopBios.h; sourceTree = SOURCE_ROOT; }; - A966A8C8DB9E4D90BD49E690 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGen.dir/Info.plist; sourceTree = ""; }; + A966A8C8DB9E4D90BD49E690 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGen.dir/Info.plist; sourceTree = ""; }; A98168821D3542F1AC77BC4E /* Iop_NamcoSys147.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_NamcoSys147.h; path = Source/iop/namco_sys147/Iop_NamcoSys147.h; sourceTree = SOURCE_ROOT; }; A9B9C5FD73A1438CBE35C7C1 /* Jitter_CodeGen_x86_Shift.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86_Shift.h; path = deps/CodeGen/src/Jitter_CodeGen_x86_Shift.h; sourceTree = SOURCE_ROOT; }; A9BD38E0667C478A84A8E37D /* ShiftTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ShiftTest.h; path = deps/CodeGen/tests/ShiftTest.h; sourceTree = SOURCE_ROOT; }; @@ -2026,7 +2026,7 @@ B894C749BD454BF9B1DE24D6 /* Csv.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Csv.h; path = deps/Framework/include/Csv.h; sourceTree = SOURCE_ROOT; }; B8ABDDE233004A68A326D2CC /* FilesystemUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FilesystemUtils.h; path = deps/Framework/include/FilesystemUtils.h; sourceTree = SOURCE_ROOT; }; B8BE626108734E508421422A /* CpuArch.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = CpuArch.c; path = "deps/libchdr/deps/lzma-22.01/src/CpuArch.c"; sourceTree = SOURCE_ROOT; }; - B8E54F9AF25942CB8EC272F8 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/CMakeFiles/AltKit.dir/Info.plist; sourceTree = ""; }; + B8E54F9AF25942CB8EC272F8 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = ../cmake/Source/ui_ios/AltKit/CMakeFiles/AltKit.dir/Info.plist; sourceTree = ""; }; B92A1E936C4E411195D5A7C4 /* GSH_VulkanDrawUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanDrawUtils.cpp; path = Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.cpp; sourceTree = SOURCE_ROOT; }; B94DEB63398D4F65846392C0 /* ZipFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ZipFile.cpp; path = deps/Framework/src/zip/ZipFile.cpp; sourceTree = SOURCE_ROOT; }; B9781DEC1580428F9D992631 /* EeExecutor.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = EeExecutor.cpp; path = Source/ee/EeExecutor.cpp; sourceTree = SOURCE_ROOT; }; @@ -2057,13 +2057,13 @@ BF3BAD8E5420404A813E0581 /* ExternJumpTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ExternJumpTest.cpp; path = deps/CodeGen/tests/ExternJumpTest.cpp; sourceTree = SOURCE_ROOT; }; BF4146C042714BDB94FEDF67 /* ArgumentIterator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ArgumentIterator.h; path = Source/iop/ArgumentIterator.h; sourceTree = SOURCE_ROOT; }; BF51FBC99323461CA181BF53 /* PsxBios.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PsxBios.h; path = Source/psx/PsxBios.h; sourceTree = SOURCE_ROOT; }; - BF53BD3CC7784A8AB9371856 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS/CMakeFiles/iCade_Static.dir/Info.plist"; sourceTree = ""; }; + BF53BD3CC7784A8AB9371856 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = "../cmake/Source/ui_ios/iCade-iOS/CMakeFiles/iCade_Static.dir/Info.plist"; sourceTree = ""; }; BF5A69070F64427E94A0B0F6 /* FpClampTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FpClampTest.cpp; path = deps/CodeGen/tests/FpClampTest.cpp; sourceTree = SOURCE_ROOT; }; BF6EA315F1E24D3F81198310 /* LzFind.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = LzFind.c; path = "deps/libchdr/deps/lzma-22.01/src/LzFind.c"; sourceTree = SOURCE_ROOT; }; BF93E5AEFEED46669047AA5D /* libFramework.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libFramework.a; sourceTree = BUILT_PRODUCTS_DIR; }; BF95A260625548E2BAE86E4C /* Singleton.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Singleton.h; path = deps/Framework/include/Singleton.h; sourceTree = SOURCE_ROOT; }; BFD625C45E954C30BCEC7502 /* zstd_decompress_block.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_decompress_block.h; path = deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h; sourceTree = SOURCE_ROOT; }; - C0CDA8600435417487CA0285 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CMakeFiles/PlayCore.dir/Info.plist; sourceTree = ""; }; + C0CDA8600435417487CA0285 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = ../cmake/Source/ui_ios/Source/CMakeFiles/PlayCore.dir/Info.plist; sourceTree = ""; }; C172836BCF594B05A934DE25 /* GsTransferInvalidationTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GsTransferInvalidationTest.cpp; path = tools/GsAreaTest/GsTransferInvalidationTest.cpp; sourceTree = SOURCE_ROOT; }; C1A0584DCE2543169BF662A4 /* maybe_unused.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = maybe_unused.h; path = deps/Framework/include/maybe_unused.h; sourceTree = SOURCE_ROOT; }; C1AF94E8962742BD8366FD9E /* CoffDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CoffDefs.h; path = deps/CodeGen/include/CoffDefs.h; sourceTree = SOURCE_ROOT; }; @@ -2075,7 +2075,7 @@ C2A2616F61B34760973B39EB /* VirtualPadView.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; name = VirtualPadView.mm; path = Source/ui_ios/VirtualPadView.mm; sourceTree = SOURCE_ROOT; }; C2ABA7AC9B1342DDA63D4BFB /* Vpu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Vpu.cpp; path = Source/ee/Vpu.cpp; sourceTree = SOURCE_ROOT; }; C2E46C04452F47868DBE9A95 /* GsSpriteRegion.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GsSpriteRegion.h; path = Source/gs/GsSpriteRegion.h; sourceTree = SOURCE_ROOT; }; - C375E602ADF04F21904FD196 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/CMakeFiles/ui_shared.dir/Info.plist; sourceTree = ""; }; + C375E602ADF04F21904FD196 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = ../cmake/Source/ui_ios/ui_shared/CMakeFiles/ui_shared.dir/Info.plist; sourceTree = ""; }; C3A17595131249C48D9EFFBA /* inffixed.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inffixed.h; path = "deps/libchdr/deps/zlib-1.2.12/inffixed.h"; sourceTree = SOURCE_ROOT; }; C3D19D3DCF5D4A27ADC595CD /* Iop_FileIo.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_FileIo.cpp; path = Source/iop/Iop_FileIo.cpp; sourceTree = SOURCE_ROOT; }; C4056E49B5174D9DB21646E3 /* TrivialC.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = TrivialC.cpp; path = deps/Framework/src/idct/TrivialC.cpp; sourceTree = SOURCE_ROOT; }; @@ -2088,7 +2088,7 @@ C5E1B0CEE1D349C380A70324 /* ELF.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ELF.h; path = Source/ELF.h; sourceTree = SOURCE_ROOT; }; C5E1C9B75F284089AC8D1F34 /* StallTest4.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StallTest4.cpp; path = tools/VuTest/StallTest4.cpp; sourceTree = SOURCE_ROOT; }; C656E1C86E224A8DA119D469 /* down.png */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = image; name = down.png; path = Source/ui_ios/Resources/down.png; sourceTree = SOURCE_ROOT; }; - C683FB85FC2B4E219B07D6BE /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeFiles/Nuanceur.dir/Info.plist; sourceTree = ""; }; + C683FB85FC2B4E219B07D6BE /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = ../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeFiles/Nuanceur.dir/Info.plist; sourceTree = ""; }; C6A0E02287E84E039121607F /* COP_VU.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = COP_VU.cpp; path = Source/ee/COP_VU.cpp; sourceTree = SOURCE_ROOT; }; C6D3537E29584A22B0A7CF74 /* RegAllocTempTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RegAllocTempTest.cpp; path = deps/CodeGen/tests/RegAllocTempTest.cpp; sourceTree = SOURCE_ROOT; }; C6EF5968C0614557BAB1B295 /* SaveStateViewController.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SaveStateViewController.h; path = Source/ui_ios/SaveStateViewController.h; sourceTree = SOURCE_ROOT; }; @@ -2121,9 +2121,9 @@ CB95EF7E0D604337987639F9 /* AddTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AddTest.h; path = tools/VuTest/AddTest.h; sourceTree = SOURCE_ROOT; }; CC0BC19A8DDF4CE3B97629D1 /* Base64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Base64.cpp; path = deps/Framework/src/Base64.cpp; sourceTree = SOURCE_ROOT; }; CC476DD57FFE4A8B9506AE26 /* FpAddTruncate.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FpAddTruncate.cpp; path = Source/ee/FpAddTruncate.cpp; sourceTree = SOURCE_ROOT; }; - CCA2BD2BB0604D02A4E43530 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeFiles/Framework_OpenAl.dir/Info.plist; sourceTree = ""; }; + CCA2BD2BB0604D02A4E43530 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = ../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeFiles/Framework_OpenAl.dir/Info.plist; sourceTree = ""; }; CCCB9343620D4BB8B87165B3 /* xxhash.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = xxhash.c; path = deps/Dependencies/zstd/lib/common/xxhash.c; sourceTree = SOURCE_ROOT; }; - CCF979A572B5474F8DA79EDD /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeFiles/Framework_OpenGl.dir/Info.plist; sourceTree = ""; }; + CCF979A572B5474F8DA79EDD /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = ../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeFiles/Framework_OpenGl.dir/Info.plist; sourceTree = ""; }; CD56138948C44DACA8816C5B /* WasmModuleBuilder.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = WasmModuleBuilder.h; path = deps/CodeGen/include/WasmModuleBuilder.h; sourceTree = SOURCE_ROOT; }; CD5A0F8D63F143EEAFEAEE7D /* EndianUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = EndianUtils.h; path = deps/Framework/include/EndianUtils.h; sourceTree = SOURCE_ROOT; }; CD7FC60C87374223BB68623F /* MA_MIPSIV_Reflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_MIPSIV_Reflection.cpp; path = Source/MA_MIPSIV_Reflection.cpp; sourceTree = SOURCE_ROOT; }; @@ -2238,7 +2238,7 @@ E790B331343E4A909898231B /* ApaDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ApaDefs.h; path = Source/hdd/ApaDefs.h; sourceTree = SOURCE_ROOT; }; E84D08083A294033A68089BF /* CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; lastKnownFileType = text; name = CMakeLists.txt; path = deps/Framework/build_cmake/Tests/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; E8E8150C14764D69A7452BA1 /* HugeJumpTestLiteral.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HugeJumpTestLiteral.cpp; path = deps/CodeGen/tests/HugeJumpTestLiteral.cpp; sourceTree = SOURCE_ROOT; }; - E91D8E384853403D81860177 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/CMakeFiles/chdr-static.dir/Info.plist"; sourceTree = ""; }; + E91D8E384853403D81860177 /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = "../cmake/Source/ui_ios/Source/libchdr/CMakeFiles/chdr-static.dir/Info.plist"; sourceTree = ""; }; E9415ACEDE99407E9A0C1CBF /* zstd_fast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_fast.c; path = deps/Dependencies/zstd/lib/compress/zstd_fast.c; sourceTree = SOURCE_ROOT; }; E945991C8BD04E8EB440F8E3 /* gzwrite.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzwrite.c; path = deps/Dependencies/zstd/zlibWrapper/gzwrite.c; sourceTree = SOURCE_ROOT; }; E950D3E05E024A28AF238D5F /* HugeJumpTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HugeJumpTest.h; path = deps/CodeGen/tests/HugeJumpTest.h; sourceTree = SOURCE_ROOT; }; @@ -2300,7 +2300,7 @@ F42398FFDD6A487FADAE7827 /* QuartzCore.framework */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = ""; }; F445C653551046BF87397328 /* Matrix44Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Matrix44Value.h; path = deps/Nuanceur/include/nuanceur/builder/Matrix44Value.h; sourceTree = SOURCE_ROOT; }; F46586865EE54CA7A6338C22 /* IntBranchDelayTest2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IntBranchDelayTest2.cpp; path = tools/VuTest/IntBranchDelayTest2.cpp; sourceTree = SOURCE_ROOT; }; - F46D1439CE9B4426BBAB633C /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist"; sourceTree = ""; }; + F46D1439CE9B4426BBAB633C /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = "../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist"; sourceTree = ""; }; F4A4790622874F34A790119C /* DivTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DivTest.cpp; path = deps/CodeGen/tests/DivTest.cpp; sourceTree = SOURCE_ROOT; }; F4A62A83D7454676933887A3 /* MinMaxTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MinMaxTest.cpp; path = tools/VuTest/MinMaxTest.cpp; sourceTree = SOURCE_ROOT; }; F53D2C3026C24418B6A6868D /* VuBasicBlock.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VuBasicBlock.cpp; path = Source/ee/VuBasicBlock.cpp; sourceTree = SOURCE_ROOT; }; @@ -2320,7 +2320,7 @@ F86A04F7431D45E3946A6AF3 /* ArcadeDriver.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ArcadeDriver.h; path = Source/ui_shared/arcadedrivers/ArcadeDriver.h; sourceTree = SOURCE_ROOT; }; F9617FE4918D43C6983F5DA4 /* Ee_LibMc2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Ee_LibMc2.h; path = Source/ee/Ee_LibMc2.h; sourceTree = SOURCE_ROOT; }; F9A076C152674DBCA2CC1FF0 /* MdCallTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdCallTest.cpp; path = deps/CodeGen/tests/MdCallTest.cpp; sourceTree = SOURCE_ROOT; }; - F9F2314DCD6644AD87EC3D3D /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist; sourceTree = ""; }; + F9F2314DCD6644AD87EC3D3D /* Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist; sourceTree = ""; }; FA5063115D994C9099FDA829 /* ChdCdImageStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ChdCdImageStream.h; path = Source/discimages/ChdCdImageStream.h; sourceTree = SOURCE_ROOT; }; FAA5708F397E4237937B5610 /* IntBranchDelayTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IntBranchDelayTest.h; path = tools/VuTest/IntBranchDelayTest.h; sourceTree = SOURCE_ROOT; }; FAC3390889324B19B59B095D /* RegisterStateFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RegisterStateFile.h; path = Source/states/RegisterStateFile.h; sourceTree = SOURCE_ROOT; }; @@ -5281,7 +5281,7 @@ Base, ); mainGroup = D9C78FF150234E13BCCC20D2; - projectDirPath = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-"; + projectDirPath = "../Play-"; projectRoot = ""; targets = ( AE45024B0CBE4704BEF55B8E /* Play */, @@ -5351,7 +5351,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "set -e\nif test \"$CONFIGURATION\" = \"Debug\"; then :\n cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit\n cp $DERIVED_SOURCES_DIR/AltKit-Swift.h /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit\nfi\nif test \"$CONFIGURATION\" = \"Release\"; then :\n cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit\n cp $DERIVED_SOURCES_DIR/AltKit-Swift.h /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit\nfi\nif test \"$CONFIGURATION\" = \"MinSizeRel\"; then :\n cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit\n cp $DERIVED_SOURCES_DIR/AltKit-Swift.h /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit\nfi\nif test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then :\n cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit\n cp $DERIVED_SOURCES_DIR/AltKit-Swift.h /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit\nfi\n"; + shellScript = "#set -e\n#cd $SRCROOT/../cmake/Source/ui_ios/AltKit\n#cp $DERIVED_SOURCES_DIR/AltKit-Swift.h $SRCROOT/../cmake/Source/ui_ios/AltKit\n"; showEnvVarsInLog = 0; }; /* End PBXShellScriptBuildPhase section */ @@ -6452,7 +6452,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/MinSizeRel${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -6466,7 +6465,7 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include", + "../Play-/deps/libchdr/deps/lzma-22.01/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -6481,7 +6480,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = lzma; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/lzma.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -6492,7 +6490,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/Release${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -6511,9 +6508,8 @@ PRODUCT_NAME = AltKit; SECTORDER_FLAGS = ""; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "PLAY_VERSION $(inherited)"; - SWIFT_INCLUDE_PATHS = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/CAltKit"; + SWIFT_INCLUDE_PATHS = "../Play-/deps/AltKit/Sources/CAltKit"; SWIFT_VERSION = 5.0; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/AltKit.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -6525,7 +6521,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -6540,11 +6535,11 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include", + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -6560,7 +6555,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = Framework_OpenGl; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/Framework_OpenGl.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -6572,7 +6566,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -6586,11 +6579,11 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/CodeGen/build_cmake/../include", + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -6604,7 +6597,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = CodeGen; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/CodeGen.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -6615,7 +6607,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Release${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -6628,8 +6619,8 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-", + "../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12", + "../Play-", "$(inherited)", ); INSTALL_PATH = ""; @@ -6644,7 +6635,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = z; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/zlib.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -6656,7 +6646,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/Release${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -6669,8 +6658,8 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include", + "../Play-/deps/Nuanceur/build_cmake/../include", + "../Play-/deps/Nuanceur/build_cmake/../../Framework/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -6686,7 +6675,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = Nuanceur; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/Nuanceur.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -6697,7 +6685,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS/Debug${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -6710,7 +6697,7 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS", + "../Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS", "$(inherited)", ); INSTALL_PATH = ""; @@ -6725,7 +6712,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = iCade_Static; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/iCade_Static.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -6736,7 +6722,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/Release${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -6749,12 +6734,12 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/lzma", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12", - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/include, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include", + "../Play-/deps/libchdr/lzma", + "../Play-/deps/libchdr/deps/zlib-1.2.12", + "../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12", + ../cmake/Source/ui_ios/Source/libchdr/include, + "../Play-/deps/libchdr/include", + "../Play-/deps/libchdr/deps/lzma-22.01/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -6768,7 +6753,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = "chdr-static"; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/chdr-static.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -6780,7 +6764,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Release${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = ""; EXECUTABLE_SUFFIX = ""; FRAMEWORK_SEARCH_PATHS = ( @@ -6803,32 +6786,32 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include", - /Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include", + ../cmake/Source/ui_ios/AltKit, + "../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan", + "../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include", + ../../../MoltenVK/MoltenVK/include, + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Nuanceur/build_cmake/../include", + "../Play-/deps/Nuanceur/build_cmake/../../Framework/include", + "../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL", + "../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include", + "../Play-/Source", + "../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", + "../Play-/deps/CodeGen/build_cmake/../include", + "../Play-/deps/Dependencies/xxHash/cmake_unofficial/..", + "../Play-/deps/libchdr/include", + "../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include", /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/nlohmann_json/single_include", + "../Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS", + "../Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage", + "../Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include", + "../Play-/deps/Dependencies/nlohmann_json/single_include", "$(inherited)", ); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/CMakeFiles/Play.dir/Info.plist; + INFOPLIST_FILE = ../cmake/Source/ui_ios/CMakeFiles/Play.dir/Info.plist; INSTALL_PATH = ""; LIBRARY_SEARCH_PATHS = ( "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)", @@ -6873,48 +6856,48 @@ "-framework", "-Xlinker", ImageIO, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Release${EFFECTIVE_PLATFORM_NAME}/libgsh_vulkan.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/Release${EFFECTIVE_PLATFORM_NAME}/libgsh_opengl.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Release${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/Release${EFFECTIVE_PLATFORM_NAME}/libsh_openal.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS/Release${EFFECTIVE_PLATFORM_NAME}/libiCade_Static.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage/Release${EFFECTIVE_PLATFORM_NAME}/libSDWebImage_Static.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/Release${EFFECTIVE_PLATFORM_NAME}/libui_shared.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/Release${EFFECTIVE_PLATFORM_NAME}/libAltKit.a", + "../cmake/Source/ui_ios/gs/GSH_Vulkan/Release${EFFECTIVE_PLATFORM_NAME}/libgsh_vulkan.a", + "../cmake/Source/ui_ios/gs/GSH_OpenGL/Release${EFFECTIVE_PLATFORM_NAME}/libgsh_opengl.a", + "../cmake/Source/ui_ios/Source/Release${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a", + "../cmake/Source/ui_ios/SH_OpenAL/Release${EFFECTIVE_PLATFORM_NAME}/libsh_openal.a", + "../cmake/Source/ui_ios/iCade-iOS/Release${EFFECTIVE_PLATFORM_NAME}/libiCade_Static.a", + "../cmake/Source/ui_ios/SDWebImage/Release${EFFECTIVE_PLATFORM_NAME}/libSDWebImage_Static.a", + "../cmake/Source/ui_ios/ui_shared/Release${EFFECTIVE_PLATFORM_NAME}/libui_shared.a", + "../cmake/Source/ui_ios/AltKit/Release${EFFECTIVE_PLATFORM_NAME}/libAltKit.a", "-ObjC", "-lsqlite3", "-framework", OpenAL, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Release${EFFECTIVE_PLATFORM_NAME}/libgsh_vulkan.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_Vulkan.a", + "../cmake/Source/ui_ios/gs/GSH_Vulkan/Release${EFFECTIVE_PLATFORM_NAME}/libgsh_vulkan.a", + "../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_Vulkan.a", "-l../../../MoltenVK/MoltenVK/dylib/iOS/libMoltenVK.dylib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/Release${EFFECTIVE_PLATFORM_NAME}/libNuanceur.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/Release${EFFECTIVE_PLATFORM_NAME}/libgsh_opengl.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_OpenGl.a", + "../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/Release${EFFECTIVE_PLATFORM_NAME}/libNuanceur.a", + "../cmake/Source/ui_ios/gs/GSH_OpenGL/Release${EFFECTIVE_PLATFORM_NAME}/libgsh_opengl.a", + "../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_OpenGl.a", "-framework", OpenGLES, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_OpenAl.a", + "../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_OpenAl.a", "-Xlinker", "-framework", "-Xlinker", OpenAL, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Release${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/Release${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a", + "../cmake/Source/ui_ios/Source/Release${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a", + "../cmake/Source/ui_ios/Source/FrameworkAmazon/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a", + "../cmake/Source/ui_ios/Source/CodeGen/Release${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a", /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/Release${EFFECTIVE_PLATFORM_NAME}/libxxhash.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/Release${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Release${EFFECTIVE_PLATFORM_NAME}/liblzma.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Release${EFFECTIVE_PLATFORM_NAME}/libz.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/Release${EFFECTIVE_PLATFORM_NAME}/libFramework.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Release${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Release${EFFECTIVE_PLATFORM_NAME}/libzstd.a", + "../cmake/Source/ui_ios/Source/xxHash/Release${EFFECTIVE_PLATFORM_NAME}/libxxhash.a", + "../cmake/Source/ui_ios/Source/libchdr/Release${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a", + "../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Release${EFFECTIVE_PLATFORM_NAME}/liblzma.a", + "../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Release${EFFECTIVE_PLATFORM_NAME}/libz.a", + "../cmake/Source/ui_ios/Source/FrameworkHttp/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a", + "../cmake/Source/ui_ios/Source/Framework/Release${EFFECTIVE_PLATFORM_NAME}/libFramework.a", + "../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Release${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a", + "../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Release${EFFECTIVE_PLATFORM_NAME}/libzstd.a", /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd, "-framework", Foundation, /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libsqlite3.tbd, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/Release${EFFECTIVE_PLATFORM_NAME}/libCAltKit.a", + "../cmake/Source/ui_ios/AltKit/Release${EFFECTIVE_PLATFORM_NAME}/libCAltKit.a", "-lc++", "$(inherited)", ); @@ -6923,9 +6906,8 @@ PRODUCT_NAME = Play; SECTORDER_FLAGS = ""; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "HAS_GSH_VULKAN PLAY_VERSION ZWRAP_USE_ZSTD GLES_COMPATIBILITY _IOP_EMULATE_MODULES DISABLE_LOGGING HAS_AMAZON_S3 $(inherited)"; - SWIFT_INCLUDE_PATHS = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include /Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/.. /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/nlohmann_json/single_include $(inherited)"; + SWIFT_INCLUDE_PATHS = "../cmake/Source/ui_ios/AltKit ../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan ../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include ../../../MoltenVK/MoltenVK/include ../Play-/deps/Framework/build_cmake/Framework/../../include ../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib ../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper ../Play-/deps/Dependencies/ghc_filesystem/include ../Play-/deps/Nuanceur/build_cmake/../include ../Play-/deps/Nuanceur/build_cmake/../../Framework/include ../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL ../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include ../Play-/Source ../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include ../Play-/deps/CodeGen/build_cmake/../include ../Play-/deps/Dependencies/xxHash/cmake_unofficial/.. ../Play-/deps/libchdr/include ../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers ../Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS ../Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage ../Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include ../Play-/deps/Dependencies/nlohmann_json/single_include $(inherited)"; TARGETED_DEVICE_FAMILY = "1,2"; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/Play.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -6937,7 +6919,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/Release${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -6955,23 +6936,23 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include", - /Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include", + "../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan", + "../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include", + ../../../MoltenVK/MoltenVK/include, + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Nuanceur/build_cmake/../include", + "../Play-/deps/Nuanceur/build_cmake/../../Framework/include", + "../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL", + "../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include", + "../Play-/Source", + "../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", + "../Play-/deps/CodeGen/build_cmake/../include", + "../Play-/deps/Dependencies/xxHash/cmake_unofficial/..", + "../Play-/deps/libchdr/include", + "../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include", /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers, "$(inherited)", ); @@ -6987,7 +6968,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = sh_openal; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/sh_openal.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -6998,7 +6978,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Debug${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -7011,8 +6990,8 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-", + "../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12", + "../Play-", "$(inherited)", ); INSTALL_PATH = ""; @@ -7026,7 +7005,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = z; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/zlib.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -7037,7 +7015,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -7053,11 +7030,11 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/common", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy", + ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib, + "../Play-/deps/Dependencies/zstd/build/cmake/lib", + "../Play-/deps/Dependencies/zstd/build/cmake/../../lib", + "../Play-/deps/Dependencies/zstd/build/cmake/../../lib/common", + "../Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy", "$(inherited)", ); INSTALL_PATH = ""; @@ -7079,7 +7056,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = zstd; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/libzstd_static.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -7091,7 +7067,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -7105,10 +7080,10 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -7124,7 +7099,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = Framework; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/Framework.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -7136,7 +7110,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/Debug${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; FRAMEWORK_SEARCH_PATHS = ( @@ -7153,7 +7126,7 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include", + "../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include", /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers, "$(inherited)", ); @@ -7171,7 +7144,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = Framework_OpenAl; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/Framework_OpenAl.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -7183,7 +7155,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/MinSizeRel${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -7197,11 +7168,11 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -7217,7 +7188,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = Framework_Amazon; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/Framework_Amazon.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -7229,7 +7199,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -7243,12 +7212,12 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include", - /Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include", + ../../../MoltenVK/MoltenVK/include, + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -7264,7 +7233,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = Framework_Vulkan; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/Framework_Vulkan.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -7276,7 +7244,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/Release${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -7291,12 +7258,12 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL", + "../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include", + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -7311,7 +7278,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = gsh_opengl; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/gsh_opengl.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -7323,7 +7289,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/Debug${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -7337,10 +7302,10 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -7357,7 +7322,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = Framework; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/Framework.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -7368,7 +7332,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/MinSizeRel${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -7382,8 +7345,8 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", "$(inherited)", ); INSTALL_PATH = ""; @@ -7397,7 +7360,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = libzstd_zlibwrapper_static; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/libzstd_zlibwrapper_static.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -7409,7 +7371,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/Debug${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -7424,11 +7385,11 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include", + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -7445,7 +7406,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = Framework_OpenGl; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/Framework_OpenGl.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -7456,7 +7416,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Debug${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -7470,8 +7429,8 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", "$(inherited)", ); INSTALL_PATH = ""; @@ -7484,7 +7443,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = libzstd_zlibwrapper_static; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/libzstd_zlibwrapper_static.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -7496,7 +7454,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -7510,11 +7467,11 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -7530,7 +7487,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = Framework_Http; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/Framework_Http.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -7541,7 +7497,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/Release${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -7554,7 +7509,7 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..", + "../Play-/deps/Dependencies/xxHash/cmake_unofficial/..", "$(inherited)", ); INSTALL_PATH = ""; @@ -7568,7 +7523,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = xxhash; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/xxhash.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -7579,7 +7533,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/Debug${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -7601,7 +7554,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = CAltKit; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/CAltKit.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -7612,7 +7564,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage/Debug${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -7625,7 +7576,7 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage", + "../Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage", "$(inherited)", ); INSTALL_PATH = ""; @@ -7641,7 +7592,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = SDWebImage_Static; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/SDWebImage_Static.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -7653,7 +7603,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -7670,18 +7619,18 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/..", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/nlohmann_json/single_include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include", + "../Play-/Source/ui_shared/..", + "../Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include", + "../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Dependencies/nlohmann_json/single_include", + "../Play-/Source", + "../Play-/deps/CodeGen/build_cmake/../include", + "../Play-/deps/Dependencies/xxHash/cmake_unofficial/..", + "../Play-/deps/libchdr/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -7695,7 +7644,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = ui_shared; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/ui_shared.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -7706,7 +7654,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/Release${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -7729,7 +7676,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = CAltKit; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/CAltKit.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -7741,7 +7687,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/Debug${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -7755,11 +7700,11 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -7776,7 +7721,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = Framework_Amazon; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/Framework_Amazon.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -7788,7 +7732,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/Debug${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -7806,23 +7749,23 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include", - /Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include", + "../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan", + "../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include", + ../../../MoltenVK/MoltenVK/include, + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Nuanceur/build_cmake/../include", + "../Play-/deps/Nuanceur/build_cmake/../../Framework/include", + "../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL", + "../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include", + "../Play-/Source", + "../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", + "../Play-/deps/CodeGen/build_cmake/../include", + "../Play-/deps/Dependencies/xxHash/cmake_unofficial/..", + "../Play-/deps/libchdr/include", + "../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include", /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers, "$(inherited)", ); @@ -7837,7 +7780,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = sh_openal; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/sh_openal.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -7848,19 +7790,21 @@ buildSettings = { ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; ARCHS = "$(ARCHS_STANDARD)"; + BUILD_DIR = ../lib; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; CLANG_CXX_LIBRARY = "libc++"; CODE_SIGNING_ALLOWED = NO; CODE_SIGNING_REQUIRED = NO; CODE_SIGN_IDENTITY = ""; DEVELOPMENT_TEAM = XXXXXXXXXX; + GCC_C_LANGUAGE_STANDARD = gnu99; IPHONEOS_DEPLOYMENT_TARGET = 13.0; PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = auto; + SDKROOT = iphoneos; SUPPORTED_PLATFORMS = "xrsimulator xros macosx iphonesimulator iphoneos appletvsimulator appletvos"; SUPPORTS_MACCATALYST = YES; SWIFT_COMPILATION_MODE = wholemodule; SWIFT_VERSION = 5.0; - SYMROOT = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/$(CONFIGURATION)"; TVOS_DEPLOYMENT_TARGET = 13.0; }; name = RelWithDebInfo; @@ -7870,7 +7814,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/MinSizeRel${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -7883,7 +7826,7 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..", + "../Play-/deps/Dependencies/xxHash/cmake_unofficial/..", "$(inherited)", ); INSTALL_PATH = ""; @@ -7897,7 +7840,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = xxhash; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/xxhash.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -7909,7 +7851,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -7926,17 +7867,17 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/../deps/Framework/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/../deps/CodeGen/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include", + "../Play-/Source", + "../Play-/Source/../deps/Framework/include", + "../Play-/Source/../deps/CodeGen/include", + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", + "../Play-/deps/CodeGen/build_cmake/../include", + "../Play-/deps/Dependencies/xxHash/cmake_unofficial/..", + "../Play-/deps/libchdr/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -7951,7 +7892,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = PlayCore; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/PlayCore.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -7963,7 +7903,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/MinSizeRel${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -7980,18 +7919,18 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/..", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/nlohmann_json/single_include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include", + "../Play-/Source/ui_shared/..", + "../Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include", + "../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Dependencies/nlohmann_json/single_include", + "../Play-/Source", + "../Play-/deps/CodeGen/build_cmake/../include", + "../Play-/deps/Dependencies/xxHash/cmake_unofficial/..", + "../Play-/deps/libchdr/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -8005,7 +7944,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = ui_shared; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/ui_shared.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -8016,7 +7954,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -8030,8 +7967,8 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", "$(inherited)", ); INSTALL_PATH = ""; @@ -8045,7 +7982,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = libzstd_zlibwrapper_static; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/libzstd_zlibwrapper_static.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -8056,7 +7992,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/Debug${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -8069,12 +8004,12 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/lzma", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12", - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/include, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include", + "../Play-/deps/libchdr/lzma", + "../Play-/deps/libchdr/deps/zlib-1.2.12", + "../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12", + ../cmake/Source/ui_ios/Source/libchdr/include, + "../Play-/deps/libchdr/include", + "../Play-/deps/libchdr/deps/lzma-22.01/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -8087,7 +8022,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = "chdr-static"; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/chdr-static.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -8099,7 +8033,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/Debug${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -8112,8 +8045,8 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include", + "../Play-/deps/Nuanceur/build_cmake/../include", + "../Play-/deps/Nuanceur/build_cmake/../../Framework/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -8128,7 +8061,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = Nuanceur; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/Nuanceur.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -8140,7 +8072,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -8154,15 +8085,15 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include", - /Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include", + "../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan", + "../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include", + ../../../MoltenVK/MoltenVK/include, + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Nuanceur/build_cmake/../include", + "../Play-/deps/Nuanceur/build_cmake/../../Framework/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -8176,7 +8107,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = gsh_vulkan; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/gsh_vulkan.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -8188,7 +8118,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -8203,12 +8132,12 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL", + "../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include", + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -8222,7 +8151,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = gsh_opengl; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/gsh_opengl.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -8233,7 +8161,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/MinSizeRel${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -8246,8 +8173,8 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-", + "../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12", + "../Play-", "$(inherited)", ); INSTALL_PATH = ""; @@ -8262,7 +8189,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = z; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/zlib.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -8274,7 +8200,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/Release${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -8288,11 +8213,11 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/CodeGen/build_cmake/../include", + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -8308,7 +8233,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = CodeGen; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/CodeGen.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -8319,7 +8243,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -8332,7 +8255,7 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage", + "../Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage", "$(inherited)", ); INSTALL_PATH = ""; @@ -8349,7 +8272,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = SDWebImage_Static; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/SDWebImage_Static.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -8361,7 +8283,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/Release${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -8375,10 +8296,10 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -8396,7 +8317,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = Framework; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/Framework.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -8408,7 +8328,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -8421,8 +8340,8 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include", + "../Play-/deps/Nuanceur/build_cmake/../include", + "../Play-/deps/Nuanceur/build_cmake/../../Framework/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -8436,7 +8355,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = Nuanceur; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/Nuanceur.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -8448,7 +8366,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/MinSizeRel${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -8463,11 +8380,11 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include", + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -8483,7 +8400,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = Framework_OpenGl; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/Framework_OpenGl.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -8494,7 +8410,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage/MinSizeRel${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -8507,7 +8422,7 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage", + "../Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage", "$(inherited)", ); INSTALL_PATH = ""; @@ -8524,7 +8439,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = SDWebImage_Static; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/SDWebImage_Static.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -8536,7 +8450,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/Debug${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -8551,12 +8464,12 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL", + "../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include", + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -8570,7 +8483,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = gsh_opengl; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/gsh_opengl.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -8582,7 +8494,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/MinSizeRel${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; FRAMEWORK_SEARCH_PATHS = ( @@ -8599,7 +8510,7 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include", + "../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include", /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers, "$(inherited)", ); @@ -8616,7 +8527,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = Framework_OpenAl; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/Framework_OpenAl.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -8627,7 +8537,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/MinSizeRel${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -8643,11 +8552,11 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/common", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy", + ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib, + "../Play-/deps/Dependencies/zstd/build/cmake/lib", + "../Play-/deps/Dependencies/zstd/build/cmake/../../lib", + "../Play-/deps/Dependencies/zstd/build/cmake/../../lib/common", + "../Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy", "$(inherited)", ); INSTALL_PATH = ""; @@ -8669,7 +8578,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = zstd; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/libzstd_static.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -8680,7 +8588,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Debug${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -8694,7 +8601,7 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include", + "../Play-/deps/libchdr/deps/lzma-22.01/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -8708,7 +8615,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = lzma; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/lzma.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -8719,7 +8625,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Release${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -8733,7 +8638,7 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include", + "../Play-/deps/libchdr/deps/lzma-22.01/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -8748,7 +8653,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = lzma; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/lzma.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -8759,7 +8663,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -8772,7 +8675,7 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..", + "../Play-/deps/Dependencies/xxHash/cmake_unofficial/..", "$(inherited)", ); INSTALL_PATH = ""; @@ -8786,7 +8689,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = xxhash; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/xxhash.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -8797,7 +8699,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/MinSizeRel${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -8810,12 +8711,12 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/lzma", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12", - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/include, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include", + "../Play-/deps/libchdr/lzma", + "../Play-/deps/libchdr/deps/zlib-1.2.12", + "../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12", + ../cmake/Source/ui_ios/Source/libchdr/include, + "../Play-/deps/libchdr/include", + "../Play-/deps/libchdr/deps/lzma-22.01/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -8829,7 +8730,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = "chdr-static"; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/chdr-static.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -8841,7 +8741,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Debug${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -8855,15 +8754,15 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include", - /Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include", + "../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan", + "../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include", + ../../../MoltenVK/MoltenVK/include, + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Nuanceur/build_cmake/../include", + "../Play-/deps/Nuanceur/build_cmake/../../Framework/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -8877,7 +8776,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = gsh_vulkan; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/gsh_vulkan.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -8888,7 +8786,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -8901,8 +8798,8 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-", + "../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12", + "../Play-", "$(inherited)", ); INSTALL_PATH = ""; @@ -8917,7 +8814,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = z; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/zlib.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -8929,7 +8825,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/MinSizeRel${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -8943,12 +8838,12 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include", - /Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include", + ../../../MoltenVK/MoltenVK/include, + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -8964,7 +8859,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = Framework_Vulkan; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/Framework_Vulkan.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -8975,7 +8869,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -8988,7 +8881,7 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS", + "../Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS", "$(inherited)", ); INSTALL_PATH = ""; @@ -9004,7 +8897,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = iCade_Static; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/iCade_Static.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -9015,7 +8907,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Release${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -9031,11 +8922,11 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/common", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy", + ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib, + "../Play-/deps/Dependencies/zstd/build/cmake/lib", + "../Play-/deps/Dependencies/zstd/build/cmake/../../lib", + "../Play-/deps/Dependencies/zstd/build/cmake/../../lib/common", + "../Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy", "$(inherited)", ); INSTALL_PATH = ""; @@ -9057,7 +8948,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = zstd; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/libzstd_static.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -9069,7 +8959,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/MinSizeRel${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -9087,23 +8976,23 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include", - /Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include", + "../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan", + "../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include", + ../../../MoltenVK/MoltenVK/include, + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Nuanceur/build_cmake/../include", + "../Play-/deps/Nuanceur/build_cmake/../../Framework/include", + "../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL", + "../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include", + "../Play-/Source", + "../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", + "../Play-/deps/CodeGen/build_cmake/../include", + "../Play-/deps/Dependencies/xxHash/cmake_unofficial/..", + "../Play-/deps/libchdr/include", + "../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include", /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers, "$(inherited)", ); @@ -9118,7 +9007,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = sh_openal; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/sh_openal.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -9129,7 +9017,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -9142,12 +9029,12 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/lzma", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12", - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/include, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include", + "../Play-/deps/libchdr/lzma", + "../Play-/deps/libchdr/deps/zlib-1.2.12", + "../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12", + ../cmake/Source/ui_ios/Source/libchdr/include, + "../Play-/deps/libchdr/include", + "../Play-/deps/libchdr/deps/lzma-22.01/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -9161,7 +9048,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = "chdr-static"; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/chdr-static.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -9172,7 +9058,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -9186,7 +9071,7 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include", + "../Play-/deps/libchdr/deps/lzma-22.01/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -9201,7 +9086,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = lzma; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/lzma.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -9212,7 +9096,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Debug${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -9228,11 +9111,11 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/common", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy", + ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib, + "../Play-/deps/Dependencies/zstd/build/cmake/lib", + "../Play-/deps/Dependencies/zstd/build/cmake/../../lib", + "../Play-/deps/Dependencies/zstd/build/cmake/../../lib/common", + "../Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy", "$(inherited)", ); INSTALL_PATH = ""; @@ -9253,7 +9136,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = zstd; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/libzstd_static.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -9265,7 +9147,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/MinSizeRel${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -9279,15 +9160,15 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include", - /Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include", + "../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan", + "../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include", + ../../../MoltenVK/MoltenVK/include, + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Nuanceur/build_cmake/../include", + "../Play-/deps/Nuanceur/build_cmake/../../Framework/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -9301,7 +9182,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = gsh_vulkan; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/gsh_vulkan.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -9313,7 +9193,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/MinSizeRel${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -9327,10 +9206,10 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -9346,7 +9225,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = Framework; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/Framework.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -9358,7 +9236,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Debug${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = ""; EXECUTABLE_SUFFIX = ""; FRAMEWORK_SEARCH_PATHS = ( @@ -9381,32 +9258,32 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include", - /Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include", + ../cmake/Source/ui_ios/AltKit, + "../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan", + "../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include", + ../../../MoltenVK/MoltenVK/include, + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Nuanceur/build_cmake/../include", + "../Play-/deps/Nuanceur/build_cmake/../../Framework/include", + "../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL", + "../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include", + "../Play-/Source", + "../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", + "../Play-/deps/CodeGen/build_cmake/../include", + "../Play-/deps/Dependencies/xxHash/cmake_unofficial/..", + "../Play-/deps/libchdr/include", + "../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include", /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/nlohmann_json/single_include", + "../Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS", + "../Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage", + "../Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include", + "../Play-/deps/Dependencies/nlohmann_json/single_include", "$(inherited)", ); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/CMakeFiles/Play.dir/Info.plist; + INFOPLIST_FILE = ../cmake/Source/ui_ios/CMakeFiles/Play.dir/Info.plist; INSTALL_PATH = ""; LIBRARY_SEARCH_PATHS = ( "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)", @@ -9449,48 +9326,48 @@ "-framework", "-Xlinker", ImageIO, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Debug${EFFECTIVE_PLATFORM_NAME}/libgsh_vulkan.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/Debug${EFFECTIVE_PLATFORM_NAME}/libgsh_opengl.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Debug${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/Debug${EFFECTIVE_PLATFORM_NAME}/libsh_openal.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS/Debug${EFFECTIVE_PLATFORM_NAME}/libiCade_Static.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage/Debug${EFFECTIVE_PLATFORM_NAME}/libSDWebImage_Static.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/Debug${EFFECTIVE_PLATFORM_NAME}/libui_shared.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/Debug${EFFECTIVE_PLATFORM_NAME}/libAltKit.a", + "../cmake/Source/ui_ios/gs/GSH_Vulkan/Debug${EFFECTIVE_PLATFORM_NAME}/libgsh_vulkan.a", + "../cmake/Source/ui_ios/gs/GSH_OpenGL/Debug${EFFECTIVE_PLATFORM_NAME}/libgsh_opengl.a", + "../cmake/Source/ui_ios/Source/Debug${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a", + "../cmake/Source/ui_ios/SH_OpenAL/Debug${EFFECTIVE_PLATFORM_NAME}/libsh_openal.a", + "../cmake/Source/ui_ios/iCade-iOS/Debug${EFFECTIVE_PLATFORM_NAME}/libiCade_Static.a", + "../cmake/Source/ui_ios/SDWebImage/Debug${EFFECTIVE_PLATFORM_NAME}/libSDWebImage_Static.a", + "../cmake/Source/ui_ios/ui_shared/Debug${EFFECTIVE_PLATFORM_NAME}/libui_shared.a", + "../cmake/Source/ui_ios/AltKit/Debug${EFFECTIVE_PLATFORM_NAME}/libAltKit.a", "-ObjC", "-lsqlite3", "-framework", OpenAL, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Debug${EFFECTIVE_PLATFORM_NAME}/libgsh_vulkan.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_Vulkan.a", + "../cmake/Source/ui_ios/gs/GSH_Vulkan/Debug${EFFECTIVE_PLATFORM_NAME}/libgsh_vulkan.a", + "../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_Vulkan.a", "-l../../../MoltenVK/MoltenVK/dylib/iOS/libMoltenVK.dylib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/Debug${EFFECTIVE_PLATFORM_NAME}/libNuanceur.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/Debug${EFFECTIVE_PLATFORM_NAME}/libgsh_opengl.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_OpenGl.a", + "../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/Debug${EFFECTIVE_PLATFORM_NAME}/libNuanceur.a", + "../cmake/Source/ui_ios/gs/GSH_OpenGL/Debug${EFFECTIVE_PLATFORM_NAME}/libgsh_opengl.a", + "../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_OpenGl.a", "-framework", OpenGLES, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_OpenAl.a", + "../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_OpenAl.a", "-Xlinker", "-framework", "-Xlinker", OpenAL, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Debug${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/Debug${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a", + "../cmake/Source/ui_ios/Source/Debug${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a", + "../cmake/Source/ui_ios/Source/FrameworkAmazon/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a", + "../cmake/Source/ui_ios/Source/CodeGen/Debug${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a", /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/Debug${EFFECTIVE_PLATFORM_NAME}/libxxhash.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/Debug${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Debug${EFFECTIVE_PLATFORM_NAME}/liblzma.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Debug${EFFECTIVE_PLATFORM_NAME}/libz.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Debug${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Debug${EFFECTIVE_PLATFORM_NAME}/libzstd.a", + "../cmake/Source/ui_ios/Source/xxHash/Debug${EFFECTIVE_PLATFORM_NAME}/libxxhash.a", + "../cmake/Source/ui_ios/Source/libchdr/Debug${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a", + "../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Debug${EFFECTIVE_PLATFORM_NAME}/liblzma.a", + "../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Debug${EFFECTIVE_PLATFORM_NAME}/libz.a", + "../cmake/Source/ui_ios/Source/FrameworkHttp/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a", + "../cmake/Source/ui_ios/Source/Framework/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework.a", + "../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Debug${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a", + "../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Debug${EFFECTIVE_PLATFORM_NAME}/libzstd.a", /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd, "-framework", Foundation, /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libsqlite3.tbd, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/Debug${EFFECTIVE_PLATFORM_NAME}/libCAltKit.a", + "../cmake/Source/ui_ios/AltKit/Debug${EFFECTIVE_PLATFORM_NAME}/libCAltKit.a", "-lc++", "$(inherited)", ); @@ -9499,9 +9376,8 @@ PRODUCT_NAME = Play; SECTORDER_FLAGS = ""; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "HAS_GSH_VULKAN PLAY_VERSION ZWRAP_USE_ZSTD GLES_COMPATIBILITY _IOP_EMULATE_MODULES DISABLE_LOGGING HAS_AMAZON_S3 $(inherited)"; - SWIFT_INCLUDE_PATHS = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include /Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/.. /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/nlohmann_json/single_include $(inherited)"; + SWIFT_INCLUDE_PATHS = "../cmake/Source/ui_ios/AltKit ../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan ../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include ../../../MoltenVK/MoltenVK/include ../Play-/deps/Framework/build_cmake/Framework/../../include ../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib ../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper ../Play-/deps/Dependencies/ghc_filesystem/include ../Play-/deps/Nuanceur/build_cmake/../include ../Play-/deps/Nuanceur/build_cmake/../../Framework/include ../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL ../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include ../Play-/Source ../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include ../Play-/deps/CodeGen/build_cmake/../include ../Play-/deps/Dependencies/xxHash/cmake_unofficial/.. ../Play-/deps/libchdr/include ../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers ../Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS ../Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage ../Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include ../Play-/deps/Dependencies/nlohmann_json/single_include $(inherited)"; TARGETED_DEVICE_FAMILY = "1,2"; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/Play.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -9512,7 +9388,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS/Release${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -9525,7 +9400,7 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS", + "../Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS", "$(inherited)", ); INSTALL_PATH = ""; @@ -9541,7 +9416,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = iCade_Static; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/iCade_Static.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -9553,7 +9427,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/Debug${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -9567,11 +9440,11 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/CodeGen/build_cmake/../include", + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -9586,7 +9459,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = CodeGen; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/CodeGen.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -9597,20 +9469,22 @@ buildSettings = { ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; ARCHS = "$(ARCHS_STANDARD)"; + BUILD_DIR = ../lib; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; CLANG_CXX_LIBRARY = "libc++"; CODE_SIGNING_ALLOWED = NO; CODE_SIGNING_REQUIRED = NO; CODE_SIGN_IDENTITY = ""; DEVELOPMENT_TEAM = XXXXXXXXXX; + GCC_C_LANGUAGE_STANDARD = gnu99; IPHONEOS_DEPLOYMENT_TARGET = 13.0; PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = auto; + SDKROOT = iphoneos; SUPPORTED_PLATFORMS = "xrsimulator xros macosx iphonesimulator iphoneos appletvsimulator appletvos"; SUPPORTS_MACCATALYST = YES; SWIFT_COMPILATION_MODE = wholemodule; SWIFT_OPTIMIZATION_LEVEL = "-Osize"; SWIFT_VERSION = 5.0; - SYMROOT = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/$(CONFIGURATION)"; TVOS_DEPLOYMENT_TARGET = 13.0; }; name = MinSizeRel; @@ -9620,7 +9494,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/Debug${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -9633,7 +9506,7 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..", + "../Play-/deps/Dependencies/xxHash/cmake_unofficial/..", "$(inherited)", ); INSTALL_PATH = ""; @@ -9646,7 +9519,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = xxhash; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/xxhash.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -9658,7 +9530,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/Release${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -9672,11 +9543,11 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -9694,7 +9565,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = Framework_Http; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/Framework_Http.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -9706,7 +9576,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/MinSizeRel${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -9723,17 +9592,17 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/../deps/Framework/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/../deps/CodeGen/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include", + "../Play-/Source", + "../Play-/Source/../deps/Framework/include", + "../Play-/Source/../deps/CodeGen/include", + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", + "../Play-/deps/CodeGen/build_cmake/../include", + "../Play-/deps/Dependencies/xxHash/cmake_unofficial/..", + "../Play-/deps/libchdr/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -9748,7 +9617,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = PlayCore; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/PlayCore.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -9759,20 +9627,22 @@ buildSettings = { ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; ARCHS = "$(ARCHS_STANDARD)"; + BUILD_DIR = ../lib; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; CLANG_CXX_LIBRARY = "libc++"; CODE_SIGNING_ALLOWED = NO; CODE_SIGNING_REQUIRED = NO; CODE_SIGN_IDENTITY = ""; DEVELOPMENT_TEAM = XXXXXXXXXX; + GCC_C_LANGUAGE_STANDARD = gnu99; GCC_OPTIMIZATION_LEVEL = fast; IPHONEOS_DEPLOYMENT_TARGET = 13.0; PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = auto; + SDKROOT = iphoneos; SUPPORTED_PLATFORMS = "xrsimulator xros macosx iphonesimulator iphoneos appletvsimulator appletvos"; SUPPORTS_MACCATALYST = YES; SWIFT_COMPILATION_MODE = wholemodule; SWIFT_VERSION = 5.0; - SYMROOT = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/$(CONFIGURATION)"; TVOS_DEPLOYMENT_TARGET = 13.0; }; name = Release; @@ -9783,7 +9653,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; FRAMEWORK_SEARCH_PATHS = ( @@ -9800,7 +9669,7 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include", + "../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include", /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers, "$(inherited)", ); @@ -9817,7 +9686,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = Framework_OpenAl; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/Framework_OpenAl.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -9829,7 +9697,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/Release${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -9846,18 +9713,18 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/..", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/nlohmann_json/single_include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include", + "../Play-/Source/ui_shared/..", + "../Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include", + "../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Dependencies/nlohmann_json/single_include", + "../Play-/Source", + "../Play-/deps/CodeGen/build_cmake/../include", + "../Play-/deps/Dependencies/xxHash/cmake_unofficial/..", + "../Play-/deps/libchdr/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -9872,7 +9739,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = ui_shared; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/ui_shared.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -9884,7 +9750,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/Debug${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -9898,12 +9763,12 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include", - /Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include", + ../../../MoltenVK/MoltenVK/include, + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -9920,7 +9785,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = Framework_Vulkan; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/Framework_Vulkan.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -9931,7 +9795,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage/Release${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -9944,7 +9807,7 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage", + "../Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage", "$(inherited)", ); INSTALL_PATH = ""; @@ -9961,7 +9824,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = SDWebImage_Static; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/SDWebImage_Static.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -9972,21 +9834,23 @@ buildSettings = { ALLOW_TARGET_PLATFORM_SPECIALIZATION = NO; ARCHS = "$(ARCHS_STANDARD)"; + BUILD_DIR = ../lib; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; CLANG_CXX_LIBRARY = "libc++"; CODE_SIGNING_ALLOWED = NO; CODE_SIGNING_REQUIRED = NO; CODE_SIGN_IDENTITY = ""; DEVELOPMENT_TEAM = XXXXXXXXXX; + GCC_C_LANGUAGE_STANDARD = gnu99; GCC_OPTIMIZATION_LEVEL = 0; IPHONEOS_DEPLOYMENT_TARGET = 13.0; ONLY_ACTIVE_ARCH = YES; PROVISIONING_PROFILE_SPECIFIER = "iOS Team Provisioning Profile: *"; - SDKROOT = auto; + SDKROOT = iphoneos; STRIP_INSTALLED_PRODUCT = NO; SUPPORTED_PLATFORMS = "xrsimulator xros macosx iphonesimulator iphoneos appletvsimulator appletvos"; SUPPORTS_MACCATALYST = YES; SWIFT_VERSION = 5.0; - SYMROOT = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/$(CONFIGURATION)"; TVOS_DEPLOYMENT_TARGET = 13.0; }; name = Debug; @@ -9996,7 +9860,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Release${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -10010,8 +9873,8 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", "$(inherited)", ); INSTALL_PATH = ""; @@ -10025,7 +9888,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = libzstd_zlibwrapper_static; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/libzstd_zlibwrapper_static.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -10037,7 +9899,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/Release${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -10051,12 +9912,12 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include", - /Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include", + ../../../MoltenVK/MoltenVK/include, + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -10074,7 +9935,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = Framework_Vulkan; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/Framework_Vulkan.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -10085,7 +9945,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/MinSizeRel${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -10108,7 +9967,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = CAltKit; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/CAltKit.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -10119,7 +9977,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/Debug${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -10138,9 +9995,8 @@ PRODUCT_NAME = AltKit; SECTORDER_FLAGS = ""; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "PLAY_VERSION $(inherited)"; - SWIFT_INCLUDE_PATHS = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/CAltKit"; + SWIFT_INCLUDE_PATHS = "../Play-/deps/AltKit/Sources/CAltKit"; SWIFT_VERSION = 5.0; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/AltKit.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -10151,7 +10007,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -10170,9 +10025,8 @@ PRODUCT_NAME = AltKit; SECTORDER_FLAGS = ""; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "PLAY_VERSION $(inherited)"; - SWIFT_INCLUDE_PATHS = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/CAltKit"; + SWIFT_INCLUDE_PATHS = "../Play-/deps/AltKit/Sources/CAltKit"; SWIFT_VERSION = 5.0; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/AltKit.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -10184,7 +10038,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = ""; EXECUTABLE_SUFFIX = ""; FRAMEWORK_SEARCH_PATHS = ( @@ -10207,32 +10060,32 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include", - /Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include", + ../cmake/Source/ui_ios/AltKit, + "../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan", + "../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include", + ../../../MoltenVK/MoltenVK/include, + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Nuanceur/build_cmake/../include", + "../Play-/deps/Nuanceur/build_cmake/../../Framework/include", + "../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL", + "../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include", + "../Play-/Source", + "../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", + "../Play-/deps/CodeGen/build_cmake/../include", + "../Play-/deps/Dependencies/xxHash/cmake_unofficial/..", + "../Play-/deps/libchdr/include", + "../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include", /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/nlohmann_json/single_include", + "../Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS", + "../Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage", + "../Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include", + "../Play-/deps/Dependencies/nlohmann_json/single_include", "$(inherited)", ); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/CMakeFiles/Play.dir/Info.plist; + INFOPLIST_FILE = ../cmake/Source/ui_ios/CMakeFiles/Play.dir/Info.plist; INSTALL_PATH = ""; LIBRARY_SEARCH_PATHS = ( "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)", @@ -10276,48 +10129,48 @@ "-framework", "-Xlinker", ImageIO, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libgsh_vulkan.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libgsh_opengl.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libsh_openal.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libiCade_Static.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libSDWebImage_Static.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libui_shared.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libAltKit.a", + "../cmake/Source/ui_ios/gs/GSH_Vulkan/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libgsh_vulkan.a", + "../cmake/Source/ui_ios/gs/GSH_OpenGL/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libgsh_opengl.a", + "../cmake/Source/ui_ios/Source/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a", + "../cmake/Source/ui_ios/SH_OpenAL/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libsh_openal.a", + "../cmake/Source/ui_ios/iCade-iOS/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libiCade_Static.a", + "../cmake/Source/ui_ios/SDWebImage/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libSDWebImage_Static.a", + "../cmake/Source/ui_ios/ui_shared/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libui_shared.a", + "../cmake/Source/ui_ios/AltKit/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libAltKit.a", "-ObjC", "-lsqlite3", "-framework", OpenAL, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libgsh_vulkan.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_Vulkan.a", + "../cmake/Source/ui_ios/gs/GSH_Vulkan/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libgsh_vulkan.a", + "../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_Vulkan.a", "-l../../../MoltenVK/MoltenVK/dylib/iOS/libMoltenVK.dylib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libNuanceur.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libgsh_opengl.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_OpenGl.a", + "../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libNuanceur.a", + "../cmake/Source/ui_ios/gs/GSH_OpenGL/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libgsh_opengl.a", + "../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_OpenGl.a", "-framework", OpenGLES, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_OpenAl.a", + "../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_OpenAl.a", "-Xlinker", "-framework", "-Xlinker", OpenAL, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a", + "../cmake/Source/ui_ios/Source/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a", + "../cmake/Source/ui_ios/Source/FrameworkAmazon/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a", + "../cmake/Source/ui_ios/Source/CodeGen/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a", /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libxxhash.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblzma.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libz.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libzstd.a", + "../cmake/Source/ui_ios/Source/xxHash/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libxxhash.a", + "../cmake/Source/ui_ios/Source/libchdr/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a", + "../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblzma.a", + "../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libz.a", + "../cmake/Source/ui_ios/Source/FrameworkHttp/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a", + "../cmake/Source/ui_ios/Source/Framework/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework.a", + "../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a", + "../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libzstd.a", /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd, "-framework", Foundation, /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libsqlite3.tbd, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libCAltKit.a", + "../cmake/Source/ui_ios/AltKit/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libCAltKit.a", "-lc++", "$(inherited)", ); @@ -10326,9 +10179,8 @@ PRODUCT_NAME = Play; SECTORDER_FLAGS = ""; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "HAS_GSH_VULKAN PLAY_VERSION ZWRAP_USE_ZSTD GLES_COMPATIBILITY _IOP_EMULATE_MODULES DISABLE_LOGGING HAS_AMAZON_S3 $(inherited)"; - SWIFT_INCLUDE_PATHS = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include /Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/.. /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/nlohmann_json/single_include $(inherited)"; + SWIFT_INCLUDE_PATHS = "../cmake/Source/ui_ios/AltKit ../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan ../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include ../../../MoltenVK/MoltenVK/include ../Play-/deps/Framework/build_cmake/Framework/../../include ../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib ../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper ../Play-/deps/Dependencies/ghc_filesystem/include ../Play-/deps/Nuanceur/build_cmake/../include ../Play-/deps/Nuanceur/build_cmake/../../Framework/include ../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL ../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include ../Play-/Source ../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include ../Play-/deps/CodeGen/build_cmake/../include ../Play-/deps/Dependencies/xxHash/cmake_unofficial/.. ../Play-/deps/libchdr/include ../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers ../Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS ../Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage ../Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include ../Play-/deps/Dependencies/nlohmann_json/single_include $(inherited)"; TARGETED_DEVICE_FAMILY = "1,2"; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/Play.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -10340,7 +10192,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/Release${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; FRAMEWORK_SEARCH_PATHS = ( @@ -10357,7 +10208,7 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include", + "../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include", /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers, "$(inherited)", ); @@ -10376,7 +10227,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = Framework_OpenAl; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/Framework_OpenAl.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -10388,7 +10238,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/Debug${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -10402,11 +10251,11 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -10423,7 +10272,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = Framework_Http; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/Framework_Http.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -10435,7 +10283,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -10453,23 +10300,23 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include", - /Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include", + "../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan", + "../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include", + ../../../MoltenVK/MoltenVK/include, + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Nuanceur/build_cmake/../include", + "../Play-/deps/Nuanceur/build_cmake/../../Framework/include", + "../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL", + "../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include", + "../Play-/Source", + "../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", + "../Play-/deps/CodeGen/build_cmake/../include", + "../Play-/deps/Dependencies/xxHash/cmake_unofficial/..", + "../Play-/deps/libchdr/include", + "../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include", /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers, "$(inherited)", ); @@ -10484,7 +10331,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = sh_openal; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/sh_openal.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -10496,7 +10342,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/Debug${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -10513,18 +10358,18 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/..", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/nlohmann_json/single_include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include", + "../Play-/Source/ui_shared/..", + "../Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include", + "../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Dependencies/nlohmann_json/single_include", + "../Play-/Source", + "../Play-/deps/CodeGen/build_cmake/../include", + "../Play-/deps/Dependencies/xxHash/cmake_unofficial/..", + "../Play-/deps/libchdr/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -10538,7 +10383,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = ui_shared; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/ui_shared.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -10550,7 +10394,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -10564,11 +10407,11 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -10584,7 +10427,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = Framework_Amazon; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/Framework_Amazon.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -10596,7 +10438,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/MinSizeRel${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -10609,8 +10450,8 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include", + "../Play-/deps/Nuanceur/build_cmake/../include", + "../Play-/deps/Nuanceur/build_cmake/../../Framework/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -10624,7 +10465,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = Nuanceur; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/Nuanceur.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -10636,7 +10476,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/MinSizeRel${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -10650,11 +10489,11 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -10670,7 +10509,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = Framework_Http; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/Framework_Http.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -10682,7 +10520,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Release${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -10696,15 +10533,15 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include", - /Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include", + "../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan", + "../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include", + ../../../MoltenVK/MoltenVK/include, + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Nuanceur/build_cmake/../include", + "../Play-/deps/Nuanceur/build_cmake/../../Framework/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -10719,7 +10556,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = gsh_vulkan; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/gsh_vulkan.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -10731,7 +10567,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Debug${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -10748,17 +10583,17 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/../deps/Framework/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/../deps/CodeGen/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include", + "../Play-/Source", + "../Play-/Source/../deps/Framework/include", + "../Play-/Source/../deps/CodeGen/include", + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", + "../Play-/deps/CodeGen/build_cmake/../include", + "../Play-/deps/Dependencies/xxHash/cmake_unofficial/..", + "../Play-/deps/libchdr/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -10773,7 +10608,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = PlayCore; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/PlayCore.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -10785,7 +10619,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/Release${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -10799,11 +10632,11 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -10821,7 +10654,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = Framework_Amazon; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/Framework_Amazon.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -10833,7 +10665,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Release${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -10850,17 +10681,17 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/../deps/Framework/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/../deps/CodeGen/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include", + "../Play-/Source", + "../Play-/Source/../deps/Framework/include", + "../Play-/Source/../deps/CodeGen/include", + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", + "../Play-/deps/CodeGen/build_cmake/../include", + "../Play-/deps/Dependencies/xxHash/cmake_unofficial/..", + "../Play-/deps/libchdr/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -10876,7 +10707,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = PlayCore; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/PlayCore.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -10887,7 +10717,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS/MinSizeRel${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -10900,7 +10729,7 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS", + "../Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS", "$(inherited)", ); INSTALL_PATH = ""; @@ -10916,7 +10745,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = iCade_Static; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/iCade_Static.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -10927,7 +10755,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/MinSizeRel${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -10946,9 +10773,8 @@ PRODUCT_NAME = AltKit; SECTORDER_FLAGS = ""; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "PLAY_VERSION $(inherited)"; - SWIFT_INCLUDE_PATHS = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/CAltKit"; + SWIFT_INCLUDE_PATHS = "../Play-/deps/AltKit/Sources/CAltKit"; SWIFT_VERSION = 5.0; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/AltKit.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -10960,7 +10786,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/MinSizeRel${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -10975,12 +10800,12 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL", + "../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include", + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -10994,7 +10819,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = gsh_opengl; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/gsh_opengl.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -11006,7 +10830,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/MinSizeRel${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -11020,11 +10843,11 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/CodeGen/build_cmake/../include", + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -11038,7 +10861,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = CodeGen; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/CodeGen.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -11050,7 +10872,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/Release${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; @@ -11065,11 +10886,11 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include", + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", "$(inherited)", ); INSTALL_PATH = ""; @@ -11087,7 +10908,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = Framework_OpenGl; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/Framework_OpenGl.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -11099,7 +10919,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/MinSizeRel${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = ""; EXECUTABLE_SUFFIX = ""; FRAMEWORK_SEARCH_PATHS = ( @@ -11122,32 +10941,32 @@ ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; HEADER_SEARCH_PATHS = ( - /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include", - /Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include", + ../cmake/Source/ui_ios/AltKit, + "../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan", + "../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include", + ../../../MoltenVK/MoltenVK/include, + "../Play-/deps/Framework/build_cmake/Framework/../../include", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib", + "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper", + "../Play-/deps/Dependencies/ghc_filesystem/include", + "../Play-/deps/Nuanceur/build_cmake/../include", + "../Play-/deps/Nuanceur/build_cmake/../../Framework/include", + "../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL", + "../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include", + "../Play-/Source", + "../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include", + "../Play-/deps/CodeGen/build_cmake/../include", + "../Play-/deps/Dependencies/xxHash/cmake_unofficial/..", + "../Play-/deps/libchdr/include", + "../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include", /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/nlohmann_json/single_include", + "../Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS", + "../Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage", + "../Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include", + "../Play-/deps/Dependencies/nlohmann_json/single_include", "$(inherited)", ); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/CMakeFiles/Play.dir/Info.plist; + INFOPLIST_FILE = ../cmake/Source/ui_ios/CMakeFiles/Play.dir/Info.plist; INSTALL_PATH = ""; LIBRARY_SEARCH_PATHS = ( "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)", @@ -11191,48 +11010,48 @@ "-framework", "-Xlinker", ImageIO, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libgsh_vulkan.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libgsh_opengl.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libsh_openal.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libiCade_Static.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libSDWebImage_Static.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libui_shared.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libAltKit.a", + "../cmake/Source/ui_ios/gs/GSH_Vulkan/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libgsh_vulkan.a", + "../cmake/Source/ui_ios/gs/GSH_OpenGL/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libgsh_opengl.a", + "../cmake/Source/ui_ios/Source/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a", + "../cmake/Source/ui_ios/SH_OpenAL/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libsh_openal.a", + "../cmake/Source/ui_ios/iCade-iOS/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libiCade_Static.a", + "../cmake/Source/ui_ios/SDWebImage/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libSDWebImage_Static.a", + "../cmake/Source/ui_ios/ui_shared/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libui_shared.a", + "../cmake/Source/ui_ios/AltKit/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libAltKit.a", "-ObjC", "-lsqlite3", "-framework", OpenAL, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libgsh_vulkan.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_Vulkan.a", + "../cmake/Source/ui_ios/gs/GSH_Vulkan/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libgsh_vulkan.a", + "../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_Vulkan.a", "-l../../../MoltenVK/MoltenVK/dylib/iOS/libMoltenVK.dylib", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libNuanceur.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libgsh_opengl.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_OpenGl.a", + "../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libNuanceur.a", + "../cmake/Source/ui_ios/gs/GSH_OpenGL/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libgsh_opengl.a", + "../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_OpenGl.a", "-framework", OpenGLES, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_OpenAl.a", + "../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_OpenAl.a", "-Xlinker", "-framework", "-Xlinker", OpenAL, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a", + "../cmake/Source/ui_ios/Source/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a", + "../cmake/Source/ui_ios/Source/FrameworkAmazon/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a", + "../cmake/Source/ui_ios/Source/CodeGen/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a", /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libxxhash.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblzma.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libz.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a", - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libzstd.a", + "../cmake/Source/ui_ios/Source/xxHash/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libxxhash.a", + "../cmake/Source/ui_ios/Source/libchdr/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a", + "../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblzma.a", + "../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libz.a", + "../cmake/Source/ui_ios/Source/FrameworkHttp/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a", + "../cmake/Source/ui_ios/Source/Framework/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework.a", + "../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a", + "../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libzstd.a", /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd, "-framework", Foundation, /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libsqlite3.tbd, - "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libCAltKit.a", + "../cmake/Source/ui_ios/AltKit/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libCAltKit.a", "-lc++", "$(inherited)", ); @@ -11241,9 +11060,8 @@ PRODUCT_NAME = Play; SECTORDER_FLAGS = ""; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "HAS_GSH_VULKAN PLAY_VERSION ZWRAP_USE_ZSTD GLES_COMPATIBILITY _IOP_EMULATE_MODULES DISABLE_LOGGING HAS_AMAZON_S3 $(inherited)"; - SWIFT_INCLUDE_PATHS = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include /Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/.. /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/nlohmann_json/single_include $(inherited)"; + SWIFT_INCLUDE_PATHS = "../cmake/Source/ui_ios/AltKit ../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan ../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include ../../../MoltenVK/MoltenVK/include ../Play-/deps/Framework/build_cmake/Framework/../../include ../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib ../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper ../Play-/deps/Dependencies/ghc_filesystem/include ../Play-/deps/Nuanceur/build_cmake/../include ../Play-/deps/Nuanceur/build_cmake/../../Framework/include ../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL ../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include ../Play-/Source ../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include ../Play-/deps/CodeGen/build_cmake/../include ../Play-/deps/Dependencies/xxHash/cmake_unofficial/.. ../Play-/deps/libchdr/include ../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers ../Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS ../Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage ../Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include ../Play-/deps/Dependencies/nlohmann_json/single_include $(inherited)"; TARGETED_DEVICE_FAMILY = "1,2"; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/Play.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; @@ -11254,7 +11072,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}"; EXECUTABLE_PREFIX = lib; EXECUTABLE_SUFFIX = .a; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -11277,7 +11094,6 @@ OTHER_REZFLAGS = ""; PRODUCT_NAME = CAltKit; SECTORDER_FLAGS = ""; - TARGET_TEMP_DIR = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/build/CAltKit.build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; USE_HEADERMAP = NO; WARNING_CFLAGS = "$(inherited)"; }; diff --git a/Cores/Play/cmake/Source/ui_ios/AltKit/AltKit.xcodeproj/project.pbxproj b/Cores/Play/cmake/Source/ui_ios/AltKit/AltKit.xcodeproj/project.pbxproj index 9e503eb8b4..a8ff92db8d 100644 --- a/Cores/Play/cmake/Source/ui_ios/AltKit/AltKit.xcodeproj/project.pbxproj +++ b/Cores/Play/cmake/Source/ui_ios/AltKit/AltKit.xcodeproj/project.pbxproj @@ -70,21 +70,21 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 2681B3FC95A5489D853EAA12 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.h */ = {isa = PBXBuildFile; fileRef = 62145C48C8904886ACCA739D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.h */; }; - 34F17DC06CF24F0D9640A79E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Types/CodableServerError.swift */ = {isa = PBXBuildFile; fileRef = 50095761DA2D4429AE7509CA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Types/CodableServerError.swift */; }; - 60F733DB0C614617BEA2A4C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/ServerManager.swift */ = {isa = PBXBuildFile; fileRef = 9E254D4C71A244DEB9C9B877 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/ServerManager.swift */; }; - 6A3168A577694EB19CC545FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/CMakeFiles/CAltKit.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 65795BC138524C6094834E8E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/CMakeFiles/CAltKit.dir/Info.plist */; }; - 7291D3FFE86A4140B1CB246A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/Server.swift */ = {isa = PBXBuildFile; fileRef = 5F424A4BC4DF40EBABE384FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/Server.swift */; }; - 7E0F0D4DE2554B08A4E6A3F9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Extensions/ALTServerError+Conveniences.swift */ = {isa = PBXBuildFile; fileRef = ADC2D959AD504F6AB999C94C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Extensions/ALTServerError+Conveniences.swift */; }; - 7FBDF625E67F4A438354A3BE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/Connection.swift */ = {isa = PBXBuildFile; fileRef = E46E85F3328248B89399EC65 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/Connection.swift */; }; - 9190678E5E6343719060E4D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/CMakeFiles/AltKit.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = A95FBD8946EF4E548BF4EAC5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/CMakeFiles/AltKit.dir/Info.plist */; }; - 9728129B35654D0A89EEEA7E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 537446D9450A43259A9C3A51 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/CMakeLists.txt */; }; - 9E3FA0BFFB1F4B098A030238 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/ServerConnection.swift */ = {isa = PBXBuildFile; fileRef = 45A1F5B6D4724013B2AFE9DE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/ServerConnection.swift */; }; - AD9D2FD5091845E0B8E63ABB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/ServerProtocol.swift */ = {isa = PBXBuildFile; fileRef = 7C2B51E9D0E543D981F3757A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/ServerProtocol.swift */; }; - CE9E782F1FED4FF198B5900C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Extensions/Result+Conveniences.swift */ = {isa = PBXBuildFile; fileRef = 61A5897E4EB746608ED64471 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Extensions/Result+Conveniences.swift */; }; - D83C6AEEEF1742AD96D9C334 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.m */ = {isa = PBXBuildFile; fileRef = 13D9D895C8AA44429C7C938B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.m */; }; - D847C9792CCB42B9B04EB8FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = DDEBCFC988C6483398966CD0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/CMakeLists.txt */; }; - F0C8070CCCC7423FBEACDA2B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/NetworkConnection.swift */ = {isa = PBXBuildFile; fileRef = BD61D45A6E2E40B08D3C0C5B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/NetworkConnection.swift */; }; + 2681B3FC95A5489D853EAA12 /* ../Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.h */ = {isa = PBXBuildFile; fileRef = 62145C48C8904886ACCA739D /* ../Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.h */; }; + 34F17DC06CF24F0D9640A79E /* ../Play-/deps/AltKit/Sources/AltKit/Types/CodableServerError.swift */ = {isa = PBXBuildFile; fileRef = 50095761DA2D4429AE7509CA /* ../Play-/deps/AltKit/Sources/AltKit/Types/CodableServerError.swift */; }; + 60F733DB0C614617BEA2A4C9 /* ../Play-/deps/AltKit/Sources/AltKit/Server/ServerManager.swift */ = {isa = PBXBuildFile; fileRef = 9E254D4C71A244DEB9C9B877 /* ../Play-/deps/AltKit/Sources/AltKit/Server/ServerManager.swift */; }; + 6A3168A577694EB19CC545FA /* ../cmake/Source/ui_ios/AltKit/CMakeFiles/CAltKit.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 65795BC138524C6094834E8E /* ../cmake/Source/ui_ios/AltKit/CMakeFiles/CAltKit.dir/Info.plist */; }; + 7291D3FFE86A4140B1CB246A /* ../Play-/deps/AltKit/Sources/AltKit/Server/Server.swift */ = {isa = PBXBuildFile; fileRef = 5F424A4BC4DF40EBABE384FA /* ../Play-/deps/AltKit/Sources/AltKit/Server/Server.swift */; }; + 7E0F0D4DE2554B08A4E6A3F9 /* ../Play-/deps/AltKit/Sources/AltKit/Extensions/ALTServerError+Conveniences.swift */ = {isa = PBXBuildFile; fileRef = ADC2D959AD504F6AB999C94C /* ../Play-/deps/AltKit/Sources/AltKit/Extensions/ALTServerError+Conveniences.swift */; }; + 7FBDF625E67F4A438354A3BE /* ../Play-/deps/AltKit/Sources/AltKit/Server/Connection.swift */ = {isa = PBXBuildFile; fileRef = E46E85F3328248B89399EC65 /* ../Play-/deps/AltKit/Sources/AltKit/Server/Connection.swift */; }; + 9190678E5E6343719060E4D1 /* ../cmake/Source/ui_ios/AltKit/CMakeFiles/AltKit.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = A95FBD8946EF4E548BF4EAC5 /* ../cmake/Source/ui_ios/AltKit/CMakeFiles/AltKit.dir/Info.plist */; }; + 9728129B35654D0A89EEEA7E /* ../Play-/deps/AltKit/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 537446D9450A43259A9C3A51 /* ../Play-/deps/AltKit/CMakeLists.txt */; }; + 9E3FA0BFFB1F4B098A030238 /* ../Play-/deps/AltKit/Sources/AltKit/Server/ServerConnection.swift */ = {isa = PBXBuildFile; fileRef = 45A1F5B6D4724013B2AFE9DE /* ../Play-/deps/AltKit/Sources/AltKit/Server/ServerConnection.swift */; }; + AD9D2FD5091845E0B8E63ABB /* ../Play-/deps/AltKit/Sources/AltKit/Server/ServerProtocol.swift */ = {isa = PBXBuildFile; fileRef = 7C2B51E9D0E543D981F3757A /* ../Play-/deps/AltKit/Sources/AltKit/Server/ServerProtocol.swift */; }; + CE9E782F1FED4FF198B5900C /* ../Play-/deps/AltKit/Sources/AltKit/Extensions/Result+Conveniences.swift */ = {isa = PBXBuildFile; fileRef = 61A5897E4EB746608ED64471 /* ../Play-/deps/AltKit/Sources/AltKit/Extensions/Result+Conveniences.swift */; }; + D83C6AEEEF1742AD96D9C334 /* ../Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.m */ = {isa = PBXBuildFile; fileRef = 13D9D895C8AA44429C7C938B /* ../Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.m */; }; + D847C9792CCB42B9B04EB8FA /* ../Play-/deps/AltKit/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = DDEBCFC988C6483398966CD0 /* ../Play-/deps/AltKit/CMakeLists.txt */; }; + F0C8070CCCC7423FBEACDA2B /* ../Play-/deps/AltKit/Sources/AltKit/Server/NetworkConnection.swift */ = {isa = PBXBuildFile; fileRef = BD61D45A6E2E40B08D3C0C5B /* ../Play-/deps/AltKit/Sources/AltKit/Server/NetworkConnection.swift */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ @@ -178,24 +178,24 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 13D9D895C8AA44429C7C938B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "NSError+ALTServerError.m"; path = "Sources/CAltKit/NSError+ALTServerError.m"; sourceTree = SOURCE_ROOT; }; + 13D9D895C8AA44429C7C938B /* ../Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "NSError+ALTServerError.m"; path = "Sources/CAltKit/NSError+ALTServerError.m"; sourceTree = SOURCE_ROOT; }; 20F00952600F4DDF91714B10 /* AltKit */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libAltKit.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 45A1F5B6D4724013B2AFE9DE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/ServerConnection.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = ServerConnection.swift; path = Sources/AltKit/Server/ServerConnection.swift; sourceTree = SOURCE_ROOT; }; - 50095761DA2D4429AE7509CA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Types/CodableServerError.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = CodableServerError.swift; path = Sources/AltKit/Types/CodableServerError.swift; sourceTree = SOURCE_ROOT; }; - 537446D9450A43259A9C3A51 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 5F424A4BC4DF40EBABE384FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/Server.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = Server.swift; path = Sources/AltKit/Server/Server.swift; sourceTree = SOURCE_ROOT; }; - 61A5897E4EB746608ED64471 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Extensions/Result+Conveniences.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = "Result+Conveniences.swift"; path = "Sources/AltKit/Extensions/Result+Conveniences.swift"; sourceTree = SOURCE_ROOT; }; - 62145C48C8904886ACCA739D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "NSError+ALTServerError.h"; path = "Sources/CAltKit/NSError+ALTServerError.h"; sourceTree = SOURCE_ROOT; }; - 65795BC138524C6094834E8E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/CMakeFiles/CAltKit.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/CMakeFiles/CAltKit.dir/Info.plist; sourceTree = ""; }; + 45A1F5B6D4724013B2AFE9DE /* ../Play-/deps/AltKit/Sources/AltKit/Server/ServerConnection.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = ServerConnection.swift; path = Sources/AltKit/Server/ServerConnection.swift; sourceTree = SOURCE_ROOT; }; + 50095761DA2D4429AE7509CA /* ../Play-/deps/AltKit/Sources/AltKit/Types/CodableServerError.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = CodableServerError.swift; path = Sources/AltKit/Types/CodableServerError.swift; sourceTree = SOURCE_ROOT; }; + 537446D9450A43259A9C3A51 /* ../Play-/deps/AltKit/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 5F424A4BC4DF40EBABE384FA /* ../Play-/deps/AltKit/Sources/AltKit/Server/Server.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = Server.swift; path = Sources/AltKit/Server/Server.swift; sourceTree = SOURCE_ROOT; }; + 61A5897E4EB746608ED64471 /* ../Play-/deps/AltKit/Sources/AltKit/Extensions/Result+Conveniences.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = "Result+Conveniences.swift"; path = "Sources/AltKit/Extensions/Result+Conveniences.swift"; sourceTree = SOURCE_ROOT; }; + 62145C48C8904886ACCA739D /* ../Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "NSError+ALTServerError.h"; path = "Sources/CAltKit/NSError+ALTServerError.h"; sourceTree = SOURCE_ROOT; }; + 65795BC138524C6094834E8E /* ../cmake/Source/ui_ios/AltKit/CMakeFiles/CAltKit.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/AltKit/CMakeFiles/CAltKit.dir/Info.plist; sourceTree = ""; }; 65B53A4EDBC749FCB403B3ED /* CAltKit */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libCAltKit.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 7C2B51E9D0E543D981F3757A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/ServerProtocol.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = ServerProtocol.swift; path = Sources/AltKit/Server/ServerProtocol.swift; sourceTree = SOURCE_ROOT; }; - 9E254D4C71A244DEB9C9B877 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/ServerManager.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = ServerManager.swift; path = Sources/AltKit/Server/ServerManager.swift; sourceTree = SOURCE_ROOT; }; - A95FBD8946EF4E548BF4EAC5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/CMakeFiles/AltKit.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/CMakeFiles/AltKit.dir/Info.plist; sourceTree = ""; }; - ADC2D959AD504F6AB999C94C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Extensions/ALTServerError+Conveniences.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = "ALTServerError+Conveniences.swift"; path = "Sources/AltKit/Extensions/ALTServerError+Conveniences.swift"; sourceTree = SOURCE_ROOT; }; - BD61D45A6E2E40B08D3C0C5B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/NetworkConnection.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = NetworkConnection.swift; path = Sources/AltKit/Server/NetworkConnection.swift; sourceTree = SOURCE_ROOT; }; - DDEBCFC988C6483398966CD0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - E46E85F3328248B89399EC65 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/Connection.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = Connection.swift; path = Sources/AltKit/Server/Connection.swift; sourceTree = SOURCE_ROOT; }; - FD591B1115444854A62EF1ED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 7C2B51E9D0E543D981F3757A /* ../Play-/deps/AltKit/Sources/AltKit/Server/ServerProtocol.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = ServerProtocol.swift; path = Sources/AltKit/Server/ServerProtocol.swift; sourceTree = SOURCE_ROOT; }; + 9E254D4C71A244DEB9C9B877 /* ../Play-/deps/AltKit/Sources/AltKit/Server/ServerManager.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = ServerManager.swift; path = Sources/AltKit/Server/ServerManager.swift; sourceTree = SOURCE_ROOT; }; + A95FBD8946EF4E548BF4EAC5 /* ../cmake/Source/ui_ios/AltKit/CMakeFiles/AltKit.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/AltKit/CMakeFiles/AltKit.dir/Info.plist; sourceTree = ""; }; + ADC2D959AD504F6AB999C94C /* ../Play-/deps/AltKit/Sources/AltKit/Extensions/ALTServerError+Conveniences.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = "ALTServerError+Conveniences.swift"; path = "Sources/AltKit/Extensions/ALTServerError+Conveniences.swift"; sourceTree = SOURCE_ROOT; }; + BD61D45A6E2E40B08D3C0C5B /* ../Play-/deps/AltKit/Sources/AltKit/Server/NetworkConnection.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = NetworkConnection.swift; path = Sources/AltKit/Server/NetworkConnection.swift; sourceTree = SOURCE_ROOT; }; + DDEBCFC988C6483398966CD0 /* ../Play-/deps/AltKit/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + E46E85F3328248B89399EC65 /* ../Play-/deps/AltKit/Sources/AltKit/Server/Connection.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = Connection.swift; path = Sources/AltKit/Server/Connection.swift; sourceTree = SOURCE_ROOT; }; + FD591B1115444854A62EF1ED /* ../Play-/deps/AltKit/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -219,7 +219,7 @@ 110AD68DFC6A4B4785755689 /* Resources */ = { isa = PBXGroup; children = ( - A95FBD8946EF4E548BF4EAC5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/CMakeFiles/AltKit.dir/Info.plist */, + A95FBD8946EF4E548BF4EAC5 /* ../cmake/Source/ui_ios/AltKit/CMakeFiles/AltKit.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -227,7 +227,7 @@ 140B7EFC07714F6795131652 /* Header Files */ = { isa = PBXGroup; children = ( - 62145C48C8904886ACCA739D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.h */, + 62145C48C8904886ACCA739D /* ../Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.h */, ); name = "Header Files"; sourceTree = ""; @@ -235,7 +235,7 @@ 24D17918383B41A49535EABD /* Source Files */ = { isa = PBXGroup; children = ( - 13D9D895C8AA44429C7C938B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.m */, + 13D9D895C8AA44429C7C938B /* ../Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.m */, ); name = "Source Files"; sourceTree = ""; @@ -246,7 +246,7 @@ 140B7EFC07714F6795131652 /* Header Files */, 24D17918383B41A49535EABD /* Source Files */, E9F106FC97144D43AC7C8E54 /* Resources */, - 537446D9450A43259A9C3A51 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/CMakeLists.txt */, + 537446D9450A43259A9C3A51 /* ../Play-/deps/AltKit/CMakeLists.txt */, ); name = CAltKit; sourceTree = ""; @@ -255,7 +255,7 @@ isa = PBXGroup; children = ( D016E034C1D94B4388565EB7 /* CMake Rules */, - FD591B1115444854A62EF1ED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/CMakeLists.txt */, + FD591B1115444854A62EF1ED /* ../Play-/deps/AltKit/CMakeLists.txt */, ); name = ALL_BUILD; sourceTree = ""; @@ -299,16 +299,16 @@ isa = PBXGroup; children = ( 110AD68DFC6A4B4785755689 /* Resources */, - DDEBCFC988C6483398966CD0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/CMakeLists.txt */, - ADC2D959AD504F6AB999C94C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Extensions/ALTServerError+Conveniences.swift */, - 61A5897E4EB746608ED64471 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Extensions/Result+Conveniences.swift */, - E46E85F3328248B89399EC65 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/Connection.swift */, - BD61D45A6E2E40B08D3C0C5B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/NetworkConnection.swift */, - 5F424A4BC4DF40EBABE384FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/Server.swift */, - 45A1F5B6D4724013B2AFE9DE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/ServerConnection.swift */, - 9E254D4C71A244DEB9C9B877 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/ServerManager.swift */, - 7C2B51E9D0E543D981F3757A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/ServerProtocol.swift */, - 50095761DA2D4429AE7509CA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Types/CodableServerError.swift */, + DDEBCFC988C6483398966CD0 /* ../Play-/deps/AltKit/CMakeLists.txt */, + ADC2D959AD504F6AB999C94C /* ../Play-/deps/AltKit/Sources/AltKit/Extensions/ALTServerError+Conveniences.swift */, + 61A5897E4EB746608ED64471 /* ../Play-/deps/AltKit/Sources/AltKit/Extensions/Result+Conveniences.swift */, + E46E85F3328248B89399EC65 /* ../Play-/deps/AltKit/Sources/AltKit/Server/Connection.swift */, + BD61D45A6E2E40B08D3C0C5B /* ../Play-/deps/AltKit/Sources/AltKit/Server/NetworkConnection.swift */, + 5F424A4BC4DF40EBABE384FA /* ../Play-/deps/AltKit/Sources/AltKit/Server/Server.swift */, + 45A1F5B6D4724013B2AFE9DE /* ../Play-/deps/AltKit/Sources/AltKit/Server/ServerConnection.swift */, + 9E254D4C71A244DEB9C9B877 /* ../Play-/deps/AltKit/Sources/AltKit/Server/ServerManager.swift */, + 7C2B51E9D0E543D981F3757A /* ../Play-/deps/AltKit/Sources/AltKit/Server/ServerProtocol.swift */, + 50095761DA2D4429AE7509CA /* ../Play-/deps/AltKit/Sources/AltKit/Types/CodableServerError.swift */, ); name = AltKit; sourceTree = ""; @@ -323,7 +323,7 @@ E9F106FC97144D43AC7C8E54 /* Resources */ = { isa = PBXGroup; children = ( - 65795BC138524C6094834E8E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/CMakeFiles/CAltKit.dir/Info.plist */, + 65795BC138524C6094834E8E /* ../cmake/Source/ui_ios/AltKit/CMakeFiles/CAltKit.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -416,19 +416,19 @@ shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit + cd ../cmake/Source/ui_ios/AltKit /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit + cd ../cmake/Source/ui_ios/AltKit /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit + cd ../cmake/Source/ui_ios/AltKit /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit + cd ../cmake/Source/ui_ios/AltKit /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi "; @@ -462,19 +462,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi "; @@ -490,24 +490,24 @@ fi ); name = "Generate CMakeFiles/ALL_BUILD"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/CMakeFiles/ALL_BUILD ); +../cmake/Source/ui_ios/AltKit/CMakeFiles/ALL_BUILD ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit + cd ../cmake/Source/ui_ios/AltKit echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit + cd ../cmake/Source/ui_ios/AltKit echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit + cd ../cmake/Source/ui_ios/AltKit echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit + cd ../cmake/Source/ui_ios/AltKit echo Build\\ all\\ projects fi "; @@ -523,25 +523,25 @@ fi ); name = "Generate CMakeFiles/ZERO_CHECK"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/CMakeFiles/ZERO_CHECK ); +../cmake/Source/ui_ios/AltKit/CMakeFiles/ZERO_CHECK ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/AltKit + make -f ../cmake/Source/ui_ios/AltKit/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/AltKit + make -f ../cmake/Source/ui_ios/AltKit/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/AltKit + make -f ../cmake/Source/ui_ios/AltKit/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/AltKit + make -f ../cmake/Source/ui_ios/AltKit/CMakeScripts/ReRunCMake.make fi "; showEnvVarsInLog = 0; @@ -604,19 +604,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit + cd ../cmake/Source/ui_ios/AltKit /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit + cd ../cmake/Source/ui_ios/AltKit /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit + cd ../cmake/Source/ui_ios/AltKit /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit + cd ../cmake/Source/ui_ios/AltKit /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; @@ -650,20 +650,20 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit - cp $DERIVED_SOURCES_DIR/AltKit-Swift.h /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit + cd ../cmake/Source/ui_ios/AltKit + cp $DERIVED_SOURCES_DIR/AltKit-Swift.h ../cmake/Source/ui_ios/AltKit fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit - cp $DERIVED_SOURCES_DIR/AltKit-Swift.h /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit + cd ../cmake/Source/ui_ios/AltKit + cp $DERIVED_SOURCES_DIR/AltKit-Swift.h ../cmake/Source/ui_ios/AltKit fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit - cp $DERIVED_SOURCES_DIR/AltKit-Swift.h /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit + cd ../cmake/Source/ui_ios/AltKit + cp $DERIVED_SOURCES_DIR/AltKit-Swift.h ../cmake/Source/ui_ios/AltKit fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit - cp $DERIVED_SOURCES_DIR/AltKit-Swift.h /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit + cd ../cmake/Source/ui_ios/AltKit + cp $DERIVED_SOURCES_DIR/AltKit-Swift.h ../cmake/Source/ui_ios/AltKit fi "; showEnvVarsInLog = 0; @@ -675,7 +675,7 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - D83C6AEEEF1742AD96D9C334 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.m */, + D83C6AEEEF1742AD96D9C334 /* ../Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.m */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -683,15 +683,15 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 7E0F0D4DE2554B08A4E6A3F9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Extensions/ALTServerError+Conveniences.swift */, - CE9E782F1FED4FF198B5900C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Extensions/Result+Conveniences.swift */, - 7FBDF625E67F4A438354A3BE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/Connection.swift */, - F0C8070CCCC7423FBEACDA2B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/NetworkConnection.swift */, - 7291D3FFE86A4140B1CB246A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/Server.swift */, - 9E3FA0BFFB1F4B098A030238 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/ServerConnection.swift */, - 60F733DB0C614617BEA2A4C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/ServerManager.swift */, - AD9D2FD5091845E0B8E63ABB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/ServerProtocol.swift */, - 34F17DC06CF24F0D9640A79E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Types/CodableServerError.swift */, + 7E0F0D4DE2554B08A4E6A3F9 /* ../Play-/deps/AltKit/Sources/AltKit/Extensions/ALTServerError+Conveniences.swift */, + CE9E782F1FED4FF198B5900C /* ../Play-/deps/AltKit/Sources/AltKit/Extensions/Result+Conveniences.swift */, + 7FBDF625E67F4A438354A3BE /* ../Play-/deps/AltKit/Sources/AltKit/Server/Connection.swift */, + F0C8070CCCC7423FBEACDA2B /* ../Play-/deps/AltKit/Sources/AltKit/Server/NetworkConnection.swift */, + 7291D3FFE86A4140B1CB246A /* ../Play-/deps/AltKit/Sources/AltKit/Server/Server.swift */, + 9E3FA0BFFB1F4B098A030238 /* ../Play-/deps/AltKit/Sources/AltKit/Server/ServerConnection.swift */, + 60F733DB0C614617BEA2A4C9 /* ../Play-/deps/AltKit/Sources/AltKit/Server/ServerManager.swift */, + AD9D2FD5091845E0B8E63ABB /* ../Play-/deps/AltKit/Sources/AltKit/Server/ServerProtocol.swift */, + 34F17DC06CF24F0D9640A79E /* ../Play-/deps/AltKit/Sources/AltKit/Types/CodableServerError.swift */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1048,7 +1048,7 @@ fi PRODUCT_NAME = AltKit; SECTORDER_FLAGS = ""; SWIFT_ACTIVE_COMPILATION_CONDITIONS = (PLAY_VERSION,"$(inherited)"); - SWIFT_INCLUDE_PATHS = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/CAltKit"; + SWIFT_INCLUDE_PATHS = "../Play-/deps/AltKit/Sources/CAltKit"; SWIFT_VERSION = 5.0; USE_HEADERMAP = NO; @@ -1134,7 +1134,7 @@ fi PRODUCT_NAME = AltKit; SECTORDER_FLAGS = ""; SWIFT_ACTIVE_COMPILATION_CONDITIONS = (PLAY_VERSION,"$(inherited)"); - SWIFT_INCLUDE_PATHS = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/CAltKit"; + SWIFT_INCLUDE_PATHS = "../Play-/deps/AltKit/Sources/CAltKit"; SWIFT_VERSION = 5.0; USE_HEADERMAP = NO; @@ -1165,7 +1165,7 @@ fi PRODUCT_NAME = AltKit; SECTORDER_FLAGS = ""; SWIFT_ACTIVE_COMPILATION_CONDITIONS = (PLAY_VERSION,"$(inherited)"); - SWIFT_INCLUDE_PATHS = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/CAltKit"; + SWIFT_INCLUDE_PATHS = "../Play-/deps/AltKit/Sources/CAltKit"; SWIFT_VERSION = 5.0; USE_HEADERMAP = NO; @@ -1216,7 +1216,7 @@ fi PRODUCT_NAME = AltKit; SECTORDER_FLAGS = ""; SWIFT_ACTIVE_COMPILATION_CONDITIONS = (PLAY_VERSION,"$(inherited)"); - SWIFT_INCLUDE_PATHS = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/CAltKit"; + SWIFT_INCLUDE_PATHS = "../Play-/deps/AltKit/Sources/CAltKit"; SWIFT_VERSION = 5.0; USE_HEADERMAP = NO; diff --git a/Cores/Play/cmake/Source/ui_ios/PlayUI.xcodeproj/project.pbxproj b/Cores/Play/cmake/Source/ui_ios/PlayUI.xcodeproj/project.pbxproj index e79f35557f..335a9411dc 100644 --- a/Cores/Play/cmake/Source/ui_ios/PlayUI.xcodeproj/project.pbxproj +++ b/Cores/Play/cmake/Source/ui_ios/PlayUI.xcodeproj/project.pbxproj @@ -107,1088 +107,1088 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 000BD452DE1B45D5A878DEF8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */ = {isa = PBXBuildFile; fileRef = 051667B5C06C414A91CBC227 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */; }; - 0042EE5BB2B54CC0B2F4095E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Dmac_Channel.cpp */ = {isa = PBXBuildFile; fileRef = E566AE0049014D2BBD59E7EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Dmac_Channel.cpp */; }; - 006438595C2A40FFB164FD8E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32.cpp */ = {isa = PBXBuildFile; fileRef = 76D30EBC6D174F139841281D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32.cpp */; }; - 01160B7F2E6A4EA3865BF3CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.c */ = {isa = PBXBuildFile; fileRef = A92EA0B746454B7E8D08BC3D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.c */; }; - 013463583BF94B6E89BF5C71 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast_sjis.cpp */ = {isa = PBXBuildFile; fileRef = 01C7540A601C4C45AD8322D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast_sjis.cpp */; }; - 015D9C29739941499818C7E4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.cpp */ = {isa = PBXBuildFile; fileRef = 642A895D90C047B38B09E42A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.cpp */; }; - 01CF2A7BBA13474D8F39AA84 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdCdImageStream.cpp */ = {isa = PBXBuildFile; fileRef = 41AC29397D9A478180D15531 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdCdImageStream.cpp */; }; - 0200530BB6014C70B7139466 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeBTable.cpp */ = {isa = PBXBuildFile; fileRef = 168A08D1F91E49038142BD37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeBTable.cpp */; }; - 020A3B894ADA478F90D37C39 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_cdrom.c */ = {isa = PBXBuildFile; fileRef = 4F8A3E82281843B0A532562B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_cdrom.c */; }; - 022FFFC66249425EA8D5B991 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_Symbol.h */ = {isa = PBXBuildFile; fileRef = 2C3AFC926B9643719F3E918A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_Symbol.h */; }; - 0236F65539314A9BAB472D93 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c */ = {isa = PBXBuildFile; fileRef = AD4816835B894EB397E356B6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c */; }; - 02DB7CDC60CA4445AE258ECF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */ = {isa = PBXBuildFile; fileRef = B0C0A72115F2478F82B041C7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */; }; - 031409FE51A84B33B351315D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ilink.h */ = {isa = PBXBuildFile; fileRef = 4155483089BB4FC79972548F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ilink.h */; }; - 037C8815F4C34DF3AE9D2071 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/ObjectFile.cpp */ = {isa = PBXBuildFile; fileRef = D8EFCFE4E09F40D2852A58AE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/ObjectFile.cpp */; }; - 03828BB6C94744F6BFCD0663 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thevent.h */ = {isa = PBXBuildFile; fileRef = 29F3C33D499B4EFB9D99D2F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thevent.h */; }; - 03D90236B41547189DA1EB23 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2_Core.cpp */ = {isa = PBXBuildFile; fileRef = CA541CA31A6A4E65B4C85CBF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2_Core.cpp */; }; - 03FDFF355A4E4E7BB9C6BE88 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ElfFile.h */ = {isa = PBXBuildFile; fileRef = AB183ED1BB4D4C3A8101D6AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ElfFile.h */; }; - 043DE0B5B9964A2EAF819614 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/INTC.cpp */ = {isa = PBXBuildFile; fileRef = F441ACA102CB453096E20CAC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/INTC.cpp */; }; - 045EF7CEAB134F60A3B0DE42 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2200.cpp */ = {isa = PBXBuildFile; fileRef = F141AA64B0CD4206BFD80FBE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2200.cpp */; }; - 0464B1544F724AFE89849836 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thsema.cpp */ = {isa = PBXBuildFile; fileRef = 8A7BC44B7AD3485F862D7728 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thsema.cpp */; }; - 0472DC8BD34B40DDBDCAAEC9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest3.h */ = {isa = PBXBuildFile; fileRef = 77337A84994F43DE94C045CB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest3.h */; }; - 0482C0F73BAA400E8B557753 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 3610864003154FAFAAA2DD74 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/CMakeLists.txt */; }; - 048C935A4579454F9DEDB0C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuBasicBlock.h */ = {isa = PBXBuildFile; fileRef = 08F46F1ED762408EA643A8B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuBasicBlock.h */; }; - 050BF097548A40DC83602024 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/PtrStream.cpp */ = {isa = PBXBuildFile; fileRef = 3C5E907DBCAA4E0BBDEFCA99 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/PtrStream.cpp */; }; - 051C32503F1F4FDBA544BC7C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClientFactory.h */ = {isa = PBXBuildFile; fileRef = 5597884FC05A4D7785FB2867 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClientFactory.h */; }; - 0569A197A71F44BC82505757 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdImageStream.h */ = {isa = PBXBuildFile; fileRef = 396AC744B2634EBA979B5F14 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdImageStream.h */; }; - 05A61CEB7D834FCEBF7D67A1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SpuBase.h */ = {isa = PBXBuildFile; fileRef = AF10D33BB3624450A0F271C5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SpuBase.h */; }; - 0607A5CC9D7E448CB10F6F7E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VUShared.cpp */ = {isa = PBXBuildFile; fileRef = E599C59DC9874A8D8DCEC57C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VUShared.cpp */; }; - 0695B459C0F74DC3B98F46E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Avx.cpp */ = {isa = PBXBuildFile; fileRef = 4DEE3DA243F848BFA383A886 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Avx.cpp */; }; - 0707163B4DF24CE88A06F755 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/VirtualPadButton.mm */ = {isa = PBXBuildFile; fileRef = 96F183AE7C2B478AAD03FDBE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/VirtualPadButton.mm */; }; - 070FB52292D44CE6B69607A7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/ThreadUtils.cpp */ = {isa = PBXBuildFile; fileRef = C0C20A7346264AF0A21F7C2D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/ThreadUtils.cpp */; }; - 0716536B0B8D46828FF72AE8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OsStructManager.h */ = {isa = PBXBuildFile; fileRef = 6AF25856D0394DC59A097945 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OsStructManager.h */; }; - 0733532CA8DA4B7880F013EC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmac.cpp */ = {isa = PBXBuildFile; fileRef = 1F070394F9E44424AA7C3CEE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmac.cpp */; }; - 073F10EDB28746BF89BBBBCE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/opengl/Program.cpp */ = {isa = PBXBuildFile; fileRef = 511E4B1F341941A4A7208C00 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/opengl/Program.cpp */; }; - 07465E65ABCA4177B9658BD0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 0071E0422388470AB95184E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */; }; - 07715B033FE64AF5BFDFBB5A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMemAccessTest.cpp */ = {isa = PBXBuildFile; fileRef = E08D978090A8483E81AC1DF6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMemAccessTest.cpp */; }; - 07810EFD852F4E5C8C57C237 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/HashUtils.h */ = {isa = PBXBuildFile; fileRef = 93BE3204AD964A439F570B43 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/HashUtils.h */; }; - 07A979D2E6F74696B8D47B45 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Pch.cpp */ = {isa = PBXBuildFile; fileRef = 670D263870E34F479EE8153B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Pch.cpp */; }; - 07B75E1637B543CF8DDFC6B9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Test.h */ = {isa = PBXBuildFile; fileRef = BE0AA59A7185441EB61B0E2B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Test.h */; }; - 07C4B8E1493A45848884E37F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScreenShotUtils.cpp */ = {isa = PBXBuildFile; fileRef = 5F509D8C91FE44099BAD1CCF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScreenShotUtils.cpp */; }; - 07F065DE2A06499C8FE58A05 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse.h */ = {isa = PBXBuildFile; fileRef = 5913E0EDEE934BD080C7EECC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse.h */; }; - 083D6AE905244430B7431102 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/FlatLayout.cpp */ = {isa = PBXBuildFile; fileRef = 8D02C33EABA344B99FDB97FE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/FlatLayout.cpp */; }; - 086B623CFA474C4EBB5FA58D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdShiftTest.h */ = {isa = PBXBuildFile; fileRef = 2D0BB4E4C8864C30B92104C7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdShiftTest.h */; }; - 088E8C51D1E542C7AF2549BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/BackgroundLayer.h */ = {isa = PBXBuildFile; fileRef = 179F3FC54CE64E93B5452218 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/BackgroundLayer.h */; }; - 089EA74567974AF3AEC9F1DA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSArchitecture.h */ = {isa = PBXBuildFile; fileRef = EFA28DECD5F34FBABFC006EB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSArchitecture.h */; }; - 08B09E1399524D4E9621C8F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BasicBlock.cpp */ = {isa = PBXBuildFile; fileRef = 384440544B684400B101CC52 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BasicBlock.cpp */; }; - 08B4D9A4617D44E89ECA0C75 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateCollectionFile.h */ = {isa = PBXBuildFile; fileRef = 5EDBFF83803045FD8E36E553 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateCollectionFile.h */; }; - 08D09D962405400E9D6486D7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CursorTest.h */ = {isa = PBXBuildFile; fileRef = BEF07039C1F140ABBCC1F095 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CursorTest.h */; }; - 08D1AC8D612D4BDD86C44A70 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_IdleEvaluator.h */ = {isa = PBXBuildFile; fileRef = 63F34BF25D554970874C01AF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_IdleEvaluator.h */; }; - 094FD21F5EDE4829922C1C68 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipArchiveWriter.cpp */ = {isa = PBXBuildFile; fileRef = 80A4AF98761A4C80B963F760 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipArchiveWriter.cpp */; }; - 09818EB40A0747B79ECDA328 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Module.h */ = {isa = PBXBuildFile; fileRef = 31D6DC83E6584883A32AD171 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Module.h */; }; - 0A066FC72BCE4EFF8460CD94 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/SettingsListSelectorViewController.h */ = {isa = PBXBuildFile; fileRef = 6F4259659192473799B92932 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/SettingsListSelectorViewController.h */; }; - 0A8509705C1A4D7991A1AD4D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSTags.cpp */ = {isa = PBXBuildFile; fileRef = 65848924F6194076BDAB45D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSTags.cpp */; }; - 0B34A6EF818A46A0A20BD809 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/VirtualPadView.mm */ = {isa = PBXBuildFile; fileRef = 67FBC62E2BDC493485148C0B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/VirtualPadView.mm */; }; - 0B49C7BF9A994944B1CC1290 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdUnpackTest.cpp */ = {isa = PBXBuildFile; fileRef = DDEDBA184EEB4DFE83D2B54F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdUnpackTest.cpp */; }; - 0B74C1BC88244FCB8B1FFD2E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/std_experimental_map.h */ = {isa = PBXBuildFile; fileRef = 3DE6949E088B4477B8463700 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/std_experimental_map.h */; }; - 0BD71899F75D420A9B34E4F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdUnpackTest.h */ = {isa = PBXBuildFile; fileRef = ECD45AFF33234D0F9131CAFA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdUnpackTest.h */; }; - 0BD94BB98AE34927A23244BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTest.cpp */ = {isa = PBXBuildFile; fileRef = 3544355992BD40A985EC84B8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTest.cpp */; }; - 0C01C21B40E847CC87603B86 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StdStream.h */ = {isa = PBXBuildFile; fileRef = FA16C6ABE0F94BF1805BAA15 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StdStream.h */; }; - 0C0B6229459342C3A63411D0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Call64Test.h */ = {isa = PBXBuildFile; fileRef = 615E4A7BB7C24A32A1089686 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Call64Test.h */; }; - 0C56B946FD3B4188BBF6DAFC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Device.cpp */ = {isa = PBXBuildFile; fileRef = 52182D24D88248EE8ED09A1A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Device.cpp */; }; - 0C5C67C4D0234E55ADF4541B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Precomp.h */ = {isa = PBXBuildFile; fileRef = 4390B224A34140F29998055B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Precomp.h */; }; - 0C8E8D1E28AD4769B2120D92 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmacman.cpp */ = {isa = PBXBuildFile; fileRef = E2742D466FAD40A3A894B0C4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmacman.cpp */; }; - 0C95B94FD88F4A4C8F7F0F28 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_MtapMan.h */ = {isa = PBXBuildFile; fileRef = 6A58E9C8756A42BE9EC8A153 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_MtapMan.h */; }; - 0C9DBE961880481EB8DB30A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDevice.cpp */ = {isa = PBXBuildFile; fileRef = EEDA14A804FE4F5A9D9FEBB0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDevice.cpp */; }; - 0CBA63D2C0C04308B35D90CB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.c */ = {isa = PBXBuildFile; fileRef = 091A42225492434B9BB4FCA3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.c */; }; - 0CC6C7189DC04D23B5B6E67C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/NetworkConnection.swift */ = {isa = PBXBuildFile; fileRef = 76705DF8CB824422AF3C572A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/NetworkConnection.swift */; }; - 0CE0494577AB4E01963E9FA7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Vblank.h */ = {isa = PBXBuildFile; fileRef = 4C3EACC3909B49CA9386021D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Vblank.h */; }; - 0CE05FEB07C04884ACFD54D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PadMan.cpp */ = {isa = PBXBuildFile; fileRef = 148A5DABA9A44452AE81EDDF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PadMan.cpp */; }; - 0D4AD37245A748269AD55EB6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAnalysis.cpp */ = {isa = PBXBuildFile; fileRef = 7D46EAB6B5C94B29B45664AD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAnalysis.cpp */; }; - 0D92B6C79CBB4FF1A50418BB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */ = {isa = PBXBuildFile; fileRef = 4AC6E1C573754B28AAD7F9BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */; }; - 0EDCF6E97BC6413CB3D5603E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/patches.xml */ = {isa = PBXBuildFile; fileRef = DDA8DC64903F415389732D26 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/patches.xml */; }; - 0EE77A87DF474373A4BCE61E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/HorizontalLayout.cpp */ = {isa = PBXBuildFile; fileRef = C3B4E6E25A3442E5B5138C8E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/HorizontalLayout.cpp */; }; - 0F28DEE422504CAAA2C85D06 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_LowerReflection.cpp */ = {isa = PBXBuildFile; fileRef = 0B1794A33CA849B1AB3B81CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_LowerReflection.cpp */; }; - 101A577772B24490B11178F7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/PS2OS.cpp */ = {isa = PBXBuildFile; fileRef = 77F3E8F1092C405181E93AEC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/PS2OS.cpp */; }; - 1038856AF2A1476A8FA0C5E1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Stream.h */ = {isa = PBXBuildFile; fileRef = B816AE79DA22443A8666E539 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Stream.h */; }; - 1047403E742A4118A10FDA9F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_SCU.h */ = {isa = PBXBuildFile; fileRef = 06029593627A4E9BBDBD528B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_SCU.h */; }; - 10713C32E5CD4C909DFF5737 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ReorderAddTest.cpp */ = {isa = PBXBuildFile; fileRef = 66C92D6A9BA841248CD7824A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ReorderAddTest.cpp */; }; - 10D5FE0899984AEF884D2110 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */ = {isa = PBXBuildFile; fileRef = F1CF94F98F2248B6AA0216DC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */; }; - 113A2EF5518E43229AC8B110 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Alu64Test.cpp */ = {isa = PBXBuildFile; fileRef = 1968D3A92E2D4FFDA66EBA61 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Alu64Test.cpp */; }; - 116A8FEC5CA94C56977EF1AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/PsfPlayer/Source/SH_OpenAL.cpp */ = {isa = PBXBuildFile; fileRef = FFC32EC1D94C413D9CBC37AD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/PsfPlayer/Source/SH_OpenAL.cpp */; }; - 1170334D32134362BDF6ED75 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/InputConfig.cpp */ = {isa = PBXBuildFile; fileRef = EFE9B9448DA646A39BDF8886 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/InputConfig.cpp */; }; - 1195D8F9A1CB41B1BE643D3B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thfpool.cpp */ = {isa = PBXBuildFile; fileRef = B771AD3D26364A63B17EC70F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thfpool.cpp */; }; - 119C617571464A068B9B1F23 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 9C59DB7E9E8F444293B687EF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/CMakeLists.txt */; }; - 11C5EE17FD234069A7FD08C7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Lzma86.h */ = {isa = PBXBuildFile; fileRef = 53DB6D9C11134DE0B312C7D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Lzma86.h */; }; - 11E68D9CB9B64B9E9E52C655 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSCoprocessor.h */ = {isa = PBXBuildFile; fileRef = 843B5B89ABC24301AD6E27CD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSCoprocessor.h */; }; - 12F7F01D77DD4F1E92E3D93F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Config.cpp */ = {isa = PBXBuildFile; fileRef = 214211E51FBB4E17997D0D12 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Config.cpp */; }; - 130927D203E549E783B29CB4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdShiftTest.cpp */ = {isa = PBXBuildFile; fileRef = 6951A72315CC48DDBC26B6F2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdShiftTest.cpp */; }; - 13538C1B771144B2A26E4AAD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_64.cpp */ = {isa = PBXBuildFile; fileRef = 05B95F0D3F8C4B848E054677 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_64.cpp */; }; - 135D4CEC70A448E1BEFB5B6B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessIdxTest.h */ = {isa = PBXBuildFile; fileRef = E033324E8F224038A50C5345 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessIdxTest.h */; }; - 137D18CA40E1408FA5E85A26 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/JPEG.cpp */ = {isa = PBXBuildFile; fileRef = 4E8B906DFF1542C48ED3E642 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/JPEG.cpp */; }; - 13DC8E6002884B51AC27CBE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/XmlStateFile.cpp */ = {isa = PBXBuildFile; fileRef = 1F20C249372346E082DFCE3C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/XmlStateFile.cpp */; }; - 143558072DF544779AFA1D64 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/FilteringNodeIterator.cpp */ = {isa = PBXBuildFile; fileRef = EDD24BD9484A4A8A9225961F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/FilteringNodeIterator.cpp */; }; - 145688847F9546A1B1F78E95 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MailBox.h */ = {isa = PBXBuildFile; fileRef = 029F764DB59246FD867DFF7E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MailBox.h */; }; - 14814F7A14474EF59F234104 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/InputConfig.h */ = {isa = PBXBuildFile; fileRef = 51845166E8DC43369EE06E70 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/InputConfig.h */; }; - 14AAB053638144909615DC16 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/ArcadeDriver.h */ = {isa = PBXBuildFile; fileRef = B4A022B3D2724B018D31C588 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/ArcadeDriver.h */; }; + 000BD452DE1B45D5A878DEF8 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */ = {isa = PBXBuildFile; fileRef = 051667B5C06C414A91CBC227 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */; }; + 0042EE5BB2B54CC0B2F4095E /* ../Play-/Source/ee/Dmac_Channel.cpp */ = {isa = PBXBuildFile; fileRef = E566AE0049014D2BBD59E7EE /* ../Play-/Source/ee/Dmac_Channel.cpp */; }; + 006438595C2A40FFB164FD8E /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32.cpp */ = {isa = PBXBuildFile; fileRef = 76D30EBC6D174F139841281D /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32.cpp */; }; + 01160B7F2E6A4EA3865BF3CF /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.c */ = {isa = PBXBuildFile; fileRef = A92EA0B746454B7E8D08BC3D /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.c */; }; + 013463583BF94B6E89BF5C71 /* ../Play-/deps/Framework/src/string_cast_sjis.cpp */ = {isa = PBXBuildFile; fileRef = 01C7540A601C4C45AD8322D4 /* ../Play-/deps/Framework/src/string_cast_sjis.cpp */; }; + 015D9C29739941499818C7E4 /* ../Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.cpp */ = {isa = PBXBuildFile; fileRef = 642A895D90C047B38B09E42A /* ../Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.cpp */; }; + 01CF2A7BBA13474D8F39AA84 /* ../Play-/Source/discimages/ChdCdImageStream.cpp */ = {isa = PBXBuildFile; fileRef = 41AC29397D9A478180D15531 /* ../Play-/Source/discimages/ChdCdImageStream.cpp */; }; + 0200530BB6014C70B7139466 /* ../Play-/Source/ee/IPU_MacroblockTypeBTable.cpp */ = {isa = PBXBuildFile; fileRef = 168A08D1F91E49038142BD37 /* ../Play-/Source/ee/IPU_MacroblockTypeBTable.cpp */; }; + 020A3B894ADA478F90D37C39 /* ../Play-/deps/libchdr/src/libchdr_cdrom.c */ = {isa = PBXBuildFile; fileRef = 4F8A3E82281843B0A532562B /* ../Play-/deps/libchdr/src/libchdr_cdrom.c */; }; + 022FFFC66249425EA8D5B991 /* ../Play-/deps/CodeGen/include/Jitter_Symbol.h */ = {isa = PBXBuildFile; fileRef = 2C3AFC926B9643719F3E918A /* ../Play-/deps/CodeGen/include/Jitter_Symbol.h */; }; + 0236F65539314A9BAB472D93 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c */ = {isa = PBXBuildFile; fileRef = AD4816835B894EB397E356B6 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c */; }; + 02DB7CDC60CA4445AE258ECF /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */ = {isa = PBXBuildFile; fileRef = B0C0A72115F2478F82B041C7 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */; }; + 031409FE51A84B33B351315D /* ../Play-/Source/iop/Iop_Ilink.h */ = {isa = PBXBuildFile; fileRef = 4155483089BB4FC79972548F /* ../Play-/Source/iop/Iop_Ilink.h */; }; + 037C8815F4C34DF3AE9D2071 /* ../Play-/deps/CodeGen/src/ObjectFile.cpp */ = {isa = PBXBuildFile; fileRef = D8EFCFE4E09F40D2852A58AE /* ../Play-/deps/CodeGen/src/ObjectFile.cpp */; }; + 03828BB6C94744F6BFCD0663 /* ../Play-/Source/iop/Iop_Thevent.h */ = {isa = PBXBuildFile; fileRef = 29F3C33D499B4EFB9D99D2F0 /* ../Play-/Source/iop/Iop_Thevent.h */; }; + 03D90236B41547189DA1EB23 /* ../Play-/Source/iop/Iop_Spu2_Core.cpp */ = {isa = PBXBuildFile; fileRef = CA541CA31A6A4E65B4C85CBF /* ../Play-/Source/iop/Iop_Spu2_Core.cpp */; }; + 03FDFF355A4E4E7BB9C6BE88 /* ../Play-/Source/ElfFile.h */ = {isa = PBXBuildFile; fileRef = AB183ED1BB4D4C3A8101D6AC /* ../Play-/Source/ElfFile.h */; }; + 043DE0B5B9964A2EAF819614 /* ../Play-/Source/ee/INTC.cpp */ = {isa = PBXBuildFile; fileRef = F441ACA102CB453096E20CAC /* ../Play-/Source/ee/INTC.cpp */; }; + 045EF7CEAB134F60A3B0DE42 /* ../Play-/Source/iop/Iop_FileIoHandler2200.cpp */ = {isa = PBXBuildFile; fileRef = F141AA64B0CD4206BFD80FBE /* ../Play-/Source/iop/Iop_FileIoHandler2200.cpp */; }; + 0464B1544F724AFE89849836 /* ../Play-/Source/iop/Iop_Thsema.cpp */ = {isa = PBXBuildFile; fileRef = 8A7BC44B7AD3485F862D7728 /* ../Play-/Source/iop/Iop_Thsema.cpp */; }; + 0472DC8BD34B40DDBDCAAEC9 /* ../Play-/deps/CodeGen/tests/RandomAluTest3.h */ = {isa = PBXBuildFile; fileRef = 77337A84994F43DE94C045CB /* ../Play-/deps/CodeGen/tests/RandomAluTest3.h */; }; + 0482C0F73BAA400E8B557753 /* ../Play-/deps/AltKit/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 3610864003154FAFAAA2DD74 /* ../Play-/deps/AltKit/CMakeLists.txt */; }; + 048C935A4579454F9DEDB0C9 /* ../Play-/Source/ee/VuBasicBlock.h */ = {isa = PBXBuildFile; fileRef = 08F46F1ED762408EA643A8B7 /* ../Play-/Source/ee/VuBasicBlock.h */; }; + 050BF097548A40DC83602024 /* ../Play-/deps/Framework/src/PtrStream.cpp */ = {isa = PBXBuildFile; fileRef = 3C5E907DBCAA4E0BBDEFCA99 /* ../Play-/deps/Framework/src/PtrStream.cpp */; }; + 051C32503F1F4FDBA544BC7C /* ../Play-/deps/Framework/include/http/HttpClientFactory.h */ = {isa = PBXBuildFile; fileRef = 5597884FC05A4D7785FB2867 /* ../Play-/deps/Framework/include/http/HttpClientFactory.h */; }; + 0569A197A71F44BC82505757 /* ../Play-/Source/discimages/ChdImageStream.h */ = {isa = PBXBuildFile; fileRef = 396AC744B2634EBA979B5F14 /* ../Play-/Source/discimages/ChdImageStream.h */; }; + 05A61CEB7D834FCEBF7D67A1 /* ../Play-/Source/iop/Iop_SpuBase.h */ = {isa = PBXBuildFile; fileRef = AF10D33BB3624450A0F271C5 /* ../Play-/Source/iop/Iop_SpuBase.h */; }; + 0607A5CC9D7E448CB10F6F7E /* ../Play-/Source/ee/VUShared.cpp */ = {isa = PBXBuildFile; fileRef = E599C59DC9874A8D8DCEC57C /* ../Play-/Source/ee/VUShared.cpp */; }; + 0695B459C0F74DC3B98F46E3 /* ../Play-/deps/CodeGen/src/X86Assembler_Avx.cpp */ = {isa = PBXBuildFile; fileRef = 4DEE3DA243F848BFA383A886 /* ../Play-/deps/CodeGen/src/X86Assembler_Avx.cpp */; }; + 0707163B4DF24CE88A06F755 /* ../Play-/Source/ui_ios/VirtualPadButton.mm */ = {isa = PBXBuildFile; fileRef = 96F183AE7C2B478AAD03FDBE /* ../Play-/Source/ui_ios/VirtualPadButton.mm */; }; + 070FB52292D44CE6B69607A7 /* ../Play-/deps/Framework/src/ThreadUtils.cpp */ = {isa = PBXBuildFile; fileRef = C0C20A7346264AF0A21F7C2D /* ../Play-/deps/Framework/src/ThreadUtils.cpp */; }; + 0716536B0B8D46828FF72AE8 /* ../Play-/Source/OsStructManager.h */ = {isa = PBXBuildFile; fileRef = 6AF25856D0394DC59A097945 /* ../Play-/Source/OsStructManager.h */; }; + 0733532CA8DA4B7880F013EC /* ../Play-/Source/iop/Iop_Dmac.cpp */ = {isa = PBXBuildFile; fileRef = 1F070394F9E44424AA7C3CEE /* ../Play-/Source/iop/Iop_Dmac.cpp */; }; + 073F10EDB28746BF89BBBBCE /* ../Play-/deps/Framework/src/opengl/Program.cpp */ = {isa = PBXBuildFile; fileRef = 511E4B1F341941A4A7208C00 /* ../Play-/deps/Framework/src/opengl/Program.cpp */; }; + 07465E65ABCA4177B9658BD0 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 0071E0422388470AB95184E6 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */; }; + 07715B033FE64AF5BFDFBB5A /* ../Play-/deps/CodeGen/tests/MdMemAccessTest.cpp */ = {isa = PBXBuildFile; fileRef = E08D978090A8483E81AC1DF6 /* ../Play-/deps/CodeGen/tests/MdMemAccessTest.cpp */; }; + 07810EFD852F4E5C8C57C237 /* ../Play-/deps/Framework/include/HashUtils.h */ = {isa = PBXBuildFile; fileRef = 93BE3204AD964A439F570B43 /* ../Play-/deps/Framework/include/HashUtils.h */; }; + 07A979D2E6F74696B8D47B45 /* ../Play-/Source/Pch.cpp */ = {isa = PBXBuildFile; fileRef = 670D263870E34F479EE8153B /* ../Play-/Source/Pch.cpp */; }; + 07B75E1637B543CF8DDFC6B9 /* ../Play-/deps/CodeGen/tests/Test.h */ = {isa = PBXBuildFile; fileRef = BE0AA59A7185441EB61B0E2B /* ../Play-/deps/CodeGen/tests/Test.h */; }; + 07C4B8E1493A45848884E37F /* ../Play-/Source/ScreenShotUtils.cpp */ = {isa = PBXBuildFile; fileRef = 5F509D8C91FE44099BAD1CCF /* ../Play-/Source/ScreenShotUtils.cpp */; }; + 07F065DE2A06499C8FE58A05 /* ../Play-/deps/Dependencies/zstd/lib/common/fse.h */ = {isa = PBXBuildFile; fileRef = 5913E0EDEE934BD080C7EECC /* ../Play-/deps/Dependencies/zstd/lib/common/fse.h */; }; + 083D6AE905244430B7431102 /* ../Play-/deps/Framework/src/layout/FlatLayout.cpp */ = {isa = PBXBuildFile; fileRef = 8D02C33EABA344B99FDB97FE /* ../Play-/deps/Framework/src/layout/FlatLayout.cpp */; }; + 086B623CFA474C4EBB5FA58D /* ../Play-/deps/CodeGen/tests/MdShiftTest.h */ = {isa = PBXBuildFile; fileRef = 2D0BB4E4C8864C30B92104C7 /* ../Play-/deps/CodeGen/tests/MdShiftTest.h */; }; + 088E8C51D1E542C7AF2549BF /* ../Play-/Source/ui_ios/BackgroundLayer.h */ = {isa = PBXBuildFile; fileRef = 179F3FC54CE64E93B5452218 /* ../Play-/Source/ui_ios/BackgroundLayer.h */; }; + 089EA74567974AF3AEC9F1DA /* ../Play-/Source/MIPSArchitecture.h */ = {isa = PBXBuildFile; fileRef = EFA28DECD5F34FBABFC006EB /* ../Play-/Source/MIPSArchitecture.h */; }; + 08B09E1399524D4E9621C8F0 /* ../Play-/Source/BasicBlock.cpp */ = {isa = PBXBuildFile; fileRef = 384440544B684400B101CC52 /* ../Play-/Source/BasicBlock.cpp */; }; + 08B4D9A4617D44E89ECA0C75 /* ../Play-/Source/states/RegisterStateCollectionFile.h */ = {isa = PBXBuildFile; fileRef = 5EDBFF83803045FD8E36E553 /* ../Play-/Source/states/RegisterStateCollectionFile.h */; }; + 08D09D962405400E9D6486D7 /* ../Play-/deps/CodeGen/tests/CursorTest.h */ = {isa = PBXBuildFile; fileRef = BEF07039C1F140ABBCC1F095 /* ../Play-/deps/CodeGen/tests/CursorTest.h */; }; + 08D1AC8D612D4BDD86C44A70 /* ../Play-/Source/ee/Ee_IdleEvaluator.h */ = {isa = PBXBuildFile; fileRef = 63F34BF25D554970874C01AF /* ../Play-/Source/ee/Ee_IdleEvaluator.h */; }; + 094FD21F5EDE4829922C1C68 /* ../Play-/deps/Framework/src/zip/ZipArchiveWriter.cpp */ = {isa = PBXBuildFile; fileRef = 80A4AF98761A4C80B963F760 /* ../Play-/deps/Framework/src/zip/ZipArchiveWriter.cpp */; }; + 09818EB40A0747B79ECDA328 /* ../Play-/Source/iop/Iop_Module.h */ = {isa = PBXBuildFile; fileRef = 31D6DC83E6584883A32AD171 /* ../Play-/Source/iop/Iop_Module.h */; }; + 0A066FC72BCE4EFF8460CD94 /* ../Play-/Source/ui_ios/SettingsListSelectorViewController.h */ = {isa = PBXBuildFile; fileRef = 6F4259659192473799B92932 /* ../Play-/Source/ui_ios/SettingsListSelectorViewController.h */; }; + 0A8509705C1A4D7991A1AD4D /* ../Play-/Source/MIPSTags.cpp */ = {isa = PBXBuildFile; fileRef = 65848924F6194076BDAB45D4 /* ../Play-/Source/MIPSTags.cpp */; }; + 0B34A6EF818A46A0A20BD809 /* ../Play-/Source/ui_ios/VirtualPadView.mm */ = {isa = PBXBuildFile; fileRef = 67FBC62E2BDC493485148C0B /* ../Play-/Source/ui_ios/VirtualPadView.mm */; }; + 0B49C7BF9A994944B1CC1290 /* ../Play-/deps/CodeGen/tests/MdUnpackTest.cpp */ = {isa = PBXBuildFile; fileRef = DDEDBA184EEB4DFE83D2B54F /* ../Play-/deps/CodeGen/tests/MdUnpackTest.cpp */; }; + 0B74C1BC88244FCB8B1FFD2E /* ../Play-/deps/Framework/include/std_experimental_map.h */ = {isa = PBXBuildFile; fileRef = 3DE6949E088B4477B8463700 /* ../Play-/deps/Framework/include/std_experimental_map.h */; }; + 0BD71899F75D420A9B34E4F3 /* ../Play-/deps/CodeGen/tests/MdUnpackTest.h */ = {isa = PBXBuildFile; fileRef = ECD45AFF33234D0F9131CAFA /* ../Play-/deps/CodeGen/tests/MdUnpackTest.h */; }; + 0BD94BB98AE34927A23244BA /* ../Play-/deps/CodeGen/tests/HugeJumpTest.cpp */ = {isa = PBXBuildFile; fileRef = 3544355992BD40A985EC84B8 /* ../Play-/deps/CodeGen/tests/HugeJumpTest.cpp */; }; + 0C01C21B40E847CC87603B86 /* ../Play-/deps/Framework/include/StdStream.h */ = {isa = PBXBuildFile; fileRef = FA16C6ABE0F94BF1805BAA15 /* ../Play-/deps/Framework/include/StdStream.h */; }; + 0C0B6229459342C3A63411D0 /* ../Play-/deps/CodeGen/tests/Call64Test.h */ = {isa = PBXBuildFile; fileRef = 615E4A7BB7C24A32A1089686 /* ../Play-/deps/CodeGen/tests/Call64Test.h */; }; + 0C56B946FD3B4188BBF6DAFC /* ../Play-/deps/Framework/src/openal/Device.cpp */ = {isa = PBXBuildFile; fileRef = 52182D24D88248EE8ED09A1A /* ../Play-/deps/Framework/src/openal/Device.cpp */; }; + 0C5C67C4D0234E55ADF4541B /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Precomp.h */ = {isa = PBXBuildFile; fileRef = 4390B224A34140F29998055B /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Precomp.h */; }; + 0C8E8D1E28AD4769B2120D92 /* ../Play-/Source/iop/Iop_Dmacman.cpp */ = {isa = PBXBuildFile; fileRef = E2742D466FAD40A3A894B0C4 /* ../Play-/Source/iop/Iop_Dmacman.cpp */; }; + 0C95B94FD88F4A4C8F7F0F28 /* ../Play-/Source/iop/Iop_MtapMan.h */ = {isa = PBXBuildFile; fileRef = 6A58E9C8756A42BE9EC8A153 /* ../Play-/Source/iop/Iop_MtapMan.h */; }; + 0C9DBE961880481EB8DB30A9 /* ../Play-/Source/iop/ioman/HardDiskDevice.cpp */ = {isa = PBXBuildFile; fileRef = EEDA14A804FE4F5A9D9FEBB0 /* ../Play-/Source/iop/ioman/HardDiskDevice.cpp */; }; + 0CBA63D2C0C04308B35D90CB /* ../Play-/deps/Dependencies/zstd/lib/common/pool.c */ = {isa = PBXBuildFile; fileRef = 091A42225492434B9BB4FCA3 /* ../Play-/deps/Dependencies/zstd/lib/common/pool.c */; }; + 0CC6C7189DC04D23B5B6E67C /* ../Play-/deps/AltKit/Sources/AltKit/Server/NetworkConnection.swift */ = {isa = PBXBuildFile; fileRef = 76705DF8CB824422AF3C572A /* ../Play-/deps/AltKit/Sources/AltKit/Server/NetworkConnection.swift */; }; + 0CE0494577AB4E01963E9FA7 /* ../Play-/Source/iop/Iop_Vblank.h */ = {isa = PBXBuildFile; fileRef = 4C3EACC3909B49CA9386021D /* ../Play-/Source/iop/Iop_Vblank.h */; }; + 0CE05FEB07C04884ACFD54D1 /* ../Play-/Source/iop/Iop_PadMan.cpp */ = {isa = PBXBuildFile; fileRef = 148A5DABA9A44452AE81EDDF /* ../Play-/Source/iop/Iop_PadMan.cpp */; }; + 0D4AD37245A748269AD55EB6 /* ../Play-/Source/MIPSAnalysis.cpp */ = {isa = PBXBuildFile; fileRef = 7D46EAB6B5C94B29B45664AD /* ../Play-/Source/MIPSAnalysis.cpp */; }; + 0D92B6C79CBB4FF1A50418BB /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */ = {isa = PBXBuildFile; fileRef = 4AC6E1C573754B28AAD7F9BF /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */; }; + 0EDCF6E97BC6413CB3D5603E /* ../Play-/patches.xml */ = {isa = PBXBuildFile; fileRef = DDA8DC64903F415389732D26 /* ../Play-/patches.xml */; }; + 0EE77A87DF474373A4BCE61E /* ../Play-/deps/Framework/src/layout/HorizontalLayout.cpp */ = {isa = PBXBuildFile; fileRef = C3B4E6E25A3442E5B5138C8E /* ../Play-/deps/Framework/src/layout/HorizontalLayout.cpp */; }; + 0F28DEE422504CAAA2C85D06 /* ../Play-/Source/ee/MA_VU_LowerReflection.cpp */ = {isa = PBXBuildFile; fileRef = 0B1794A33CA849B1AB3B81CF /* ../Play-/Source/ee/MA_VU_LowerReflection.cpp */; }; + 101A577772B24490B11178F7 /* ../Play-/Source/ee/PS2OS.cpp */ = {isa = PBXBuildFile; fileRef = 77F3E8F1092C405181E93AEC /* ../Play-/Source/ee/PS2OS.cpp */; }; + 1038856AF2A1476A8FA0C5E1 /* ../Play-/deps/Framework/include/Stream.h */ = {isa = PBXBuildFile; fileRef = B816AE79DA22443A8666E539 /* ../Play-/deps/Framework/include/Stream.h */; }; + 1047403E742A4118A10FDA9F /* ../Play-/Source/COP_SCU.h */ = {isa = PBXBuildFile; fileRef = 06029593627A4E9BBDBD528B /* ../Play-/Source/COP_SCU.h */; }; + 10713C32E5CD4C909DFF5737 /* ../Play-/deps/CodeGen/tests/ReorderAddTest.cpp */ = {isa = PBXBuildFile; fileRef = 66C92D6A9BA841248CD7824A /* ../Play-/deps/CodeGen/tests/ReorderAddTest.cpp */; }; + 10D5FE0899984AEF884D2110 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */ = {isa = PBXBuildFile; fileRef = F1CF94F98F2248B6AA0216DC /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */; }; + 113A2EF5518E43229AC8B110 /* ../Play-/deps/CodeGen/tests/Alu64Test.cpp */ = {isa = PBXBuildFile; fileRef = 1968D3A92E2D4FFDA66EBA61 /* ../Play-/deps/CodeGen/tests/Alu64Test.cpp */; }; + 116A8FEC5CA94C56977EF1AB /* ../Play-/tools/PsfPlayer/Source/SH_OpenAL.cpp */ = {isa = PBXBuildFile; fileRef = FFC32EC1D94C413D9CBC37AD /* ../Play-/tools/PsfPlayer/Source/SH_OpenAL.cpp */; }; + 1170334D32134362BDF6ED75 /* ../Play-/Source/InputConfig.cpp */ = {isa = PBXBuildFile; fileRef = EFE9B9448DA646A39BDF8886 /* ../Play-/Source/InputConfig.cpp */; }; + 1195D8F9A1CB41B1BE643D3B /* ../Play-/Source/iop/Iop_Thfpool.cpp */ = {isa = PBXBuildFile; fileRef = B771AD3D26364A63B17EC70F /* ../Play-/Source/iop/Iop_Thfpool.cpp */; }; + 119C617571464A068B9B1F23 /* ../Play-/deps/Framework/build_cmake/Framework/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 9C59DB7E9E8F444293B687EF /* ../Play-/deps/Framework/build_cmake/Framework/CMakeLists.txt */; }; + 11C5EE17FD234069A7FD08C7 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Lzma86.h */ = {isa = PBXBuildFile; fileRef = 53DB6D9C11134DE0B312C7D8 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Lzma86.h */; }; + 11E68D9CB9B64B9E9E52C655 /* ../Play-/Source/MIPSCoprocessor.h */ = {isa = PBXBuildFile; fileRef = 843B5B89ABC24301AD6E27CD /* ../Play-/Source/MIPSCoprocessor.h */; }; + 12F7F01D77DD4F1E92E3D93F /* ../Play-/deps/Framework/src/Config.cpp */ = {isa = PBXBuildFile; fileRef = 214211E51FBB4E17997D0D12 /* ../Play-/deps/Framework/src/Config.cpp */; }; + 130927D203E549E783B29CB4 /* ../Play-/deps/CodeGen/tests/MdShiftTest.cpp */ = {isa = PBXBuildFile; fileRef = 6951A72315CC48DDBC26B6F2 /* ../Play-/deps/CodeGen/tests/MdShiftTest.cpp */; }; + 13538C1B771144B2A26E4AAD /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_64.cpp */ = {isa = PBXBuildFile; fileRef = 05B95F0D3F8C4B848E054677 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_64.cpp */; }; + 135D4CEC70A448E1BEFB5B6B /* ../Play-/deps/CodeGen/tests/MemAccessIdxTest.h */ = {isa = PBXBuildFile; fileRef = E033324E8F224038A50C5345 /* ../Play-/deps/CodeGen/tests/MemAccessIdxTest.h */; }; + 137D18CA40E1408FA5E85A26 /* ../Play-/deps/Framework/src/bitmap/JPEG.cpp */ = {isa = PBXBuildFile; fileRef = 4E8B906DFF1542C48ED3E642 /* ../Play-/deps/Framework/src/bitmap/JPEG.cpp */; }; + 13DC8E6002884B51AC27CBE5 /* ../Play-/Source/states/XmlStateFile.cpp */ = {isa = PBXBuildFile; fileRef = 1F20C249372346E082DFCE3C /* ../Play-/Source/states/XmlStateFile.cpp */; }; + 143558072DF544779AFA1D64 /* ../Play-/deps/Framework/src/xml/FilteringNodeIterator.cpp */ = {isa = PBXBuildFile; fileRef = EDD24BD9484A4A8A9225961F /* ../Play-/deps/Framework/src/xml/FilteringNodeIterator.cpp */; }; + 145688847F9546A1B1F78E95 /* ../Play-/Source/MailBox.h */ = {isa = PBXBuildFile; fileRef = 029F764DB59246FD867DFF7E /* ../Play-/Source/MailBox.h */; }; + 14814F7A14474EF59F234104 /* ../Play-/Source/InputConfig.h */ = {isa = PBXBuildFile; fileRef = 51845166E8DC43369EE06E70 /* ../Play-/Source/InputConfig.h */; }; + 14AAB053638144909615DC16 /* ../Play-/Source/ui_shared/arcadedrivers/ArcadeDriver.h */ = {isa = PBXBuildFile; fileRef = B4A022B3D2724B018D31C588 /* ../Play-/Source/ui_shared/arcadedrivers/ArcadeDriver.h */; }; 150387B496214B9BB5F1D8FF /* /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/UIKit.framework */ = {isa = PBXBuildFile; fileRef = 9F3359897AD54AF083CCB4E2 /* /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/UIKit.framework */; }; - 15B1F2B624A74B2CB62D41B6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest2.h */ = {isa = PBXBuildFile; fileRef = 0BF390E66E354D7CA28FCD18 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest2.h */; }; - 15EFC3EC80F84AB0AF98502D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsFunctionPatternDb.h */ = {isa = PBXBuildFile; fileRef = 423CCD4299944457914BED6F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsFunctionPatternDb.h */; }; - 163560F9894F4318A0FD03C1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/SIF.cpp */ = {isa = PBXBuildFile; fileRef = BFDE21979DA14DE5860F03D2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/SIF.cpp */; }; - 169E46ECCE564C6D90E1AC2D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDecoder.m */ = {isa = PBXBuildFile; fileRef = 6EF125C0ED7D460D82D7A0E4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDecoder.m */; }; - 16A8EE72F25447CDBFC77892 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTest.h */ = {isa = PBXBuildFile; fileRef = ADEC174666824ED4860955D7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTest.h */; }; - 16AA50DE5CA84F118AE5515B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/psx/PsxBios.h */ = {isa = PBXBuildFile; fileRef = 370203BBCF074977B4F0F30A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/psx/PsxBios.h */; }; - 16F68924879649F28E5DCA51 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ArgumentIterator.h */ = {isa = PBXBuildFile; fileRef = F958FF72324440B289308254 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ArgumentIterator.h */; }; - 1728234967CD4665978391B1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/ApaDefs.h */ = {isa = PBXBuildFile; fileRef = E801773E8E3F46A6BE274402 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/ApaDefs.h */; }; - 17558E226A464314B07FD757 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */ = {isa = PBXBuildFile; fileRef = 5CAEDB8328154634A2F9CB05 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */; }; - 1763567B719544F888F97E07 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MachoObjectFile.h */ = {isa = PBXBuildFile; fileRef = 377219712CF9476F881BF81D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MachoObjectFile.h */; }; - 179693FD173A4A719005A673 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/ArcadeDefinition.h */ = {isa = PBXBuildFile; fileRef = 4B48F1E3BA8D407B970D57F6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/ArcadeDefinition.h */; }; - 17D18BF975B04BFDAB41952E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */ = {isa = PBXBuildFile; fileRef = EF3219D99D9E44538863CDF3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */; }; - 17D3AD79539D434A8E846498 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler1000.h */ = {isa = PBXBuildFile; fileRef = 00FEA347FF79471A85E6EC43 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler1000.h */; }; - 17FCD475FC2743DB8F1B8F3A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/GenericMipsExecutor.h */ = {isa = PBXBuildFile; fileRef = E5A60FFE7445489CB2EE19C5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/GenericMipsExecutor.h */; }; - 180DD3CAFC2E42DCAF26B9CE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen.h */ = {isa = PBXBuildFile; fileRef = 7974F478FC5344D489587CCD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen.h */; }; - 1816704B120F4BEEB9AA6FCC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/builder/Operations.cpp */ = {isa = PBXBuildFile; fileRef = 84ECD42330CF44D8B2A4E124 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/builder/Operations.cpp */; }; - 185764E06F1D4202A93C8B1D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.h */ = {isa = PBXBuildFile; fileRef = 1CC793B581114F9196BB2470 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.h */; }; - 18C337A5E146409BAF548189 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeExecutor.h */ = {isa = PBXBuildFile; fileRef = BC6B430C06C14841A9E9047E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeExecutor.h */; }; - 18CDD56D228442179211A532 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/SettingsListSelectorViewController.mm */ = {isa = PBXBuildFile; fileRef = 8D95527739954031A17432B9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/SettingsListSelectorViewController.mm */; }; - 19155CA872984236B5D696BC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTempTest.cpp */ = {isa = PBXBuildFile; fileRef = 86BE2C5BE7194BA4B18A4103 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTempTest.cpp */; }; - 191C599416A2440AB69C431F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/SimpleMdTest.h */ = {isa = PBXBuildFile; fileRef = 0C3DACB13DDA4301A3AC72CC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/SimpleMdTest.h */; }; - 192B21FD63E148218C1D769D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler1000.cpp */ = {isa = PBXBuildFile; fileRef = F3DB8324D9A340E583486EEE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler1000.cpp */; }; - 1930D7D643934DF5A6DBD281 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.cpp */ = {isa = PBXBuildFile; fileRef = 56D593B3400B4A649AD85FEB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.cpp */; }; - 1943D8A610AA46C7AF56D7E5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/EndianUtils.h */ = {isa = PBXBuildFile; fileRef = 41F39D16D6074F14B381E6CE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/EndianUtils.h */; }; - 19BF51AA01A94E7EB125A15D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeFiles/Nuanceur.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 165151C5214E4894BB7BF9D9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeFiles/Nuanceur.dir/Info.plist */; }; - 19E819EF9ACD47D8B041DD31 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md_Avx.cpp */ = {isa = PBXBuildFile; fileRef = 3E5BE73B02574A138DA0772D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md_Avx.cpp */; }; - 1B46C47DF9CB492F91829871 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm.cpp */ = {isa = PBXBuildFile; fileRef = ED048BD5370E415EB6C912BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm.cpp */; }; - 1B79A1A149D74E0ABFBF243B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaEnc.h */ = {isa = PBXBuildFile; fileRef = F748F87E57F04FC5971C3175 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaEnc.h */; }; - 1BBB719AE4604962BA022EAE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess64Test.h */ = {isa = PBXBuildFile; fileRef = 430C8E48762742C7BB515618 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess64Test.h */; }; - 1BF355B2A40B44738EBA5E70 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.h */ = {isa = PBXBuildFile; fileRef = 6AAC54FA9B7646B1B7475C3F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.h */; }; - 1BF381512F4A40A19E13F638 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SubSystem.cpp */ = {isa = PBXBuildFile; fileRef = 1EE649FD56B74BDCA491FB8C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SubSystem.cpp */; }; - 1C5EC2D6B3E049028D01F146 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */ = {isa = PBXBuildFile; fileRef = 06AC73B23B564929AA53FBA6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */; }; - 1C60A0FED4D84BBDB1040875 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsFunctionPatternDb.cpp */ = {isa = PBXBuildFile; fileRef = FA527162F1C7493B8F73DBDC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsFunctionPatternDb.cpp */; }; - 1CF9AAE5C3E849C080E66006 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/COP_VU.h */ = {isa = PBXBuildFile; fileRef = 6DD69CCCC797427ABAF582DC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/COP_VU.h */; }; - 1D1AA31A10B5474BA12E148D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipFile.cpp */ = {isa = PBXBuildFile; fileRef = 8C8FCA0EC3674A3CA257110F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipFile.cpp */; }; - 1E17C5ADB66F462F87D28369 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/MdsDiscImage.h */ = {isa = PBXBuildFile; fileRef = FCEE09E2895F469988B9888B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/MdsDiscImage.h */; }; - 1E4EAAAF8AC8415E94588437 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/MdsDiscImage.cpp */ = {isa = PBXBuildFile; fileRef = C96106A862DD47F3BDBD29AF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/MdsDiscImage.cpp */; }; - 1EA1382FA3A1463B84989F03 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Extensions/Result+Conveniences.swift */ = {isa = PBXBuildFile; fileRef = 4D47B9AE1AC847A6A82710A3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Extensions/Result+Conveniences.swift */; }; - 2073BF370FBD41C29440464A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSReflection.h */ = {isa = PBXBuildFile; fileRef = C96F2C41BC6443B4A8717BD3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSReflection.h */; }; - 207455169803479D8E02AD37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/iCade-iOS/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 1E167863D2EC46A6A40FDB15 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/iCade-iOS/CMakeLists.txt */; }; - 20B3C10F059A40179797A3AE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Timrman.cpp */ = {isa = PBXBuildFile; fileRef = 5D628D7C4B1F4E8F99566860 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Timrman.cpp */; }; - 20F11CD7B8A8485E8073A0F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EEAssembler.cpp */ = {isa = PBXBuildFile; fileRef = BDC1ED2B822F4437B394A565 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EEAssembler.cpp */; }; - 222544DB81464E6D896FFA99 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/compiler.h */ = {isa = PBXBuildFile; fileRef = AB5B1AA506C64B39BFFDD663 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/compiler.h */; }; - 222C972610324D0AB2E1F6DB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/CoffObjectFile.h */ = {isa = PBXBuildFile; fileRef = 91E4A55F5AF84291A90B00E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/CoffObjectFile.h */; }; - 2268649D473C4B3B955A1E34 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/MaxSaveImporter.h */ = {isa = PBXBuildFile; fileRef = 3A7E8731F5764BC5B3902C01 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/MaxSaveImporter.h */; }; - 227B16BE11C6411EA687D4D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScopedVmPauser.cpp */ = {isa = PBXBuildFile; fileRef = F742D90D18194C80A36F05AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScopedVmPauser.cpp */; }; - 2281E397EADB4AD1BAD79EA5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SubSystem.h */ = {isa = PBXBuildFile; fileRef = FEA2675F4C8D4627AE417F10 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SubSystem.h */; }; - 22CB8CC3EB5B4096B2E0820E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_IdleEvaluator.cpp */ = {isa = PBXBuildFile; fileRef = 6E34D7D960A643E0A9698171 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_IdleEvaluator.cpp */; }; - 22F9FEC33D994F96927B5D2B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/ArcadeUtils.cpp */ = {isa = PBXBuildFile; fileRef = 55F77064D3004F5190501011 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/ArcadeUtils.cpp */; }; - 23B512A127CB44439AE7A168 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/IopBios.h */ = {isa = PBXBuildFile; fileRef = 03FCB6EA20F84E94AD354F29 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/IopBios.h */; }; - 23E4B5E294824574A140B22A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FpUtils.h */ = {isa = PBXBuildFile; fileRef = 66964E7070C740CE98DB2C02 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FpUtils.h */; }; - 2404135C93DB453AA91AA0DE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadHandler.cpp */ = {isa = PBXBuildFile; fileRef = 8B794A16129B48B492E76D68 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadHandler.cpp */; }; - 246286B8E2CA4C2BB9E60BC4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCallTest.h */ = {isa = PBXBuildFile; fileRef = AF2E2282683742D1BEA55545 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCallTest.h */; }; - 247B612AF15C464E9B3CC7A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable1.cpp */ = {isa = PBXBuildFile; fileRef = 70E6B12148DD449AB9A0E63B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable1.cpp */; }; - 24C0D07127AE465DA92040FD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Merge64Test.cpp */ = {isa = PBXBuildFile; fileRef = DC4557AD78FB4B28A6897392 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Merge64Test.cpp */; }; - 261A9196CF4943729DA90C5E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_SubSystem.cpp */ = {isa = PBXBuildFile; fileRef = 744F9419916D41B4BA5414D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_SubSystem.cpp */; }; - 26338C1FF13F43D99C831972 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thvpool.cpp */ = {isa = PBXBuildFile; fileRef = D6C026339E494A8090664B31 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thvpool.cpp */; }; - 26915D7F9E40484AA6EA2DA6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/HddDefs.h */ = {isa = PBXBuildFile; fileRef = 349202E6973844C4B1947B61 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/HddDefs.h */; }; - 26A9D0C39DAF46A688EDF7B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest.h */ = {isa = PBXBuildFile; fileRef = 4655FBB04BEA4562967828C2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest.h */; }; - 26C942EB846844E38E3610F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/AArch32Assembler.cpp */ = {isa = PBXBuildFile; fileRef = 5C6992A706B7438D9E5AAF98 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/AArch32Assembler.cpp */; }; - 2723FCAD5DF149D0907D7FEB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV_Templates.cpp */ = {isa = PBXBuildFile; fileRef = 640AF06257CC4D90A374B428 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV_Templates.cpp */; }; - 27724D7D160340BE8A1CBC33 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 7DE518D61AD64761A2D2929D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/CMakeLists.txt */; }; - 2776A41E2FFF479D8AFCD2A0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/CoffDefs.h */ = {isa = PBXBuildFile; fileRef = 985B0D8854FF493BAD384AE4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/CoffDefs.h */; }; - 27F37E22EA8642AAAAC0A2A3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifMan.h */ = {isa = PBXBuildFile; fileRef = 0A0D2E16629F4A638F80ADFF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifMan.h */; }; - 280529E13F51421BAD9DFCCD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeBasicBlock.h */ = {isa = PBXBuildFile; fileRef = 998A7E05CACC4037B1EC021C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeBasicBlock.h */; }; - 28062327C98F47A28DE3E6FE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_DirectoryIterator.h */ = {isa = PBXBuildFile; fileRef = CDF2E027F1DD4F8BBB818CA1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_DirectoryIterator.h */; }; - 284B4E66150C47389B8C8498 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporter.h */ = {isa = PBXBuildFile; fileRef = 110EA6C22FF54DC0B0E7591C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporter.h */; }; - 284E4E5733F84E61BD62ED8B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */ = {isa = PBXBuildFile; fileRef = 4B2BDD5E12A54685A1A89255 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */; }; - 28FB5C20BC154D1B96EBA5AE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */ = {isa = PBXBuildFile; fileRef = 5C75FD5F713B43DDBDCDC76A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */; }; - 29E20FB40D5E40629E8E372E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/EmulatorViewController.h */ = {isa = PBXBuildFile; fileRef = 4C0FE7C56708490CBCA70768 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/EmulatorViewController.h */; }; - 29F0CD5DCBEC431FA39F807D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/PH_GenericInput.h */ = {isa = PBXBuildFile; fileRef = DC545CB7F2364E12A39CFA57 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/PH_GenericInput.h */; }; - 2A2DC840DCC24B0992D3035F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSHandler.cpp */ = {isa = PBXBuildFile; fileRef = 7B0551D1182042D7A00ABA33 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSHandler.cpp */; }; - 2A348F15AF71408E87436B26 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipStoreStream.cpp */ = {isa = PBXBuildFile; fileRef = 5726258692F142368CA0E30F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipStoreStream.cpp */; }; - 2A5089210B4E490BB102F560 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */ = {isa = PBXBuildFile; fileRef = 4180BDA5595B412BB6CEA687 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */; }; - 2A878FD611A84ED59E51AC8F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ShiftTest.cpp */ = {isa = PBXBuildFile; fileRef = 9A6A6DA78B8F48DD9A8670FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ShiftTest.cpp */; }; - 2ACEBED2372E4C4A815478E2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */ = {isa = PBXBuildFile; fileRef = A0078A5ECDA049F3A4EB9A2D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */; }; - 2AE389295C2C49538E93ABF5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intc.cpp */ = {isa = PBXBuildFile; fileRef = 7DFB93DADD1C4AC3B6C8C975 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intc.cpp */; }; - 2AE44BB0853D4F7FB3334B23 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_Statement.h */ = {isa = PBXBuildFile; fileRef = 6F3D711E0C8845A59D02D5CB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_Statement.h */; }; - 2AF605C5005C4AC48523485C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2.cpp */ = {isa = PBXBuildFile; fileRef = D3B32859F03A42D2B74D950B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2.cpp */; }; - 2AF715BB2DA34594821506AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/idct/TrivialC.cpp */ = {isa = PBXBuildFile; fileRef = A7C19E6A051C47FAB0182554 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/idct/TrivialC.cpp */; }; - 2B384F39E0BE49B8A1C7CA67 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_RootCounters.h */ = {isa = PBXBuildFile; fileRef = 87C131645BD84EBC80DDB833 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_RootCounters.h */; }; - 2BCD5A4FADF84BBAB942E709 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipFile.h */ = {isa = PBXBuildFile; fileRef = 7D07C8B00090420D9B586894 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipFile.h */; }; - 2BCE4BDD7E19428884435CAB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */ = {isa = PBXBuildFile; fileRef = 778403EB874D41F4BC00F493 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */; }; - 2C73CE9357334CA7ACB6B03F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/GSH_OpenGLiOS.cpp */ = {isa = PBXBuildFile; fileRef = 16036D575E58492C8E6A8216 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/GSH_OpenGLiOS.cpp */; }; - 2CD16E03E73342C88AC73D8B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.cpp */ = {isa = PBXBuildFile; fileRef = 2BDA97B426174282A64C8E20 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.cpp */; }; - 2D350B745D94444C95D9CCE3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int2Value.h */ = {isa = PBXBuildFile; fileRef = F3E7228A612F4F2CB2D20CCA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int2Value.h */; }; - 2DF8B9B71692489FBFC7B187 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 07FAFBAF0DEE486D9B6181D9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/CMakeLists.txt */; }; - 2E011A1E104747A2BF60B873 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpFlagTest.h */ = {isa = PBXBuildFile; fileRef = 15C6EC9DE2514810BF9F9D0C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpFlagTest.h */; }; - 2E0FAB2873104A7A9BE97866 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_FPU.cpp */ = {isa = PBXBuildFile; fileRef = 1E97859D9DFF42268239436C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_FPU.cpp */; }; - 2E7356126A8947DA8DEA277B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PS2VM_Preferences.h */ = {isa = PBXBuildFile; fileRef = 0379A5524D17433C9C991D5D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PS2VM_Preferences.h */; }; - 2EA0EA60A0234834A309AD28 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MultTest.h */ = {isa = PBXBuildFile; fileRef = B72C07F5842E4FC6B0EA39F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MultTest.h */; }; - 2EEA559572264D26989C7FF7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsPixelFormats.cpp */ = {isa = PBXBuildFile; fileRef = 19BF3FA278234643A229B687 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsPixelFormats.cpp */; }; - 2F0A86CDF6094BBF98E4A1DF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_64.cpp */ = {isa = PBXBuildFile; fileRef = EC5583BB564C4414B49AC177 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_64.cpp */; }; - 2F5F1E249CA44434BEBE660E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */ = {isa = PBXBuildFile; fileRef = 5F92DA7932ED4FCB94B86310 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */; }; - 2FA1A5C72ED84F25B66865EC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Save.h */ = {isa = PBXBuildFile; fileRef = 4C83CB065894468CACEB3C87 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Save.h */; }; - 3077999865AA4883AB34A0E5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */ = {isa = PBXBuildFile; fileRef = C2BE17755B7C4E9DB8C75C02 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */; }; - 30CEEABC377247818B6E66DD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_RegAlloc.cpp */ = {isa = PBXBuildFile; fileRef = 5C7C91C6A49549879D96AA62 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_RegAlloc.cpp */; }; - 3165D7162D7B4A21A94F50E5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.cpp */ = {isa = PBXBuildFile; fileRef = 7E079F9E1A174D5DBE3DDBEB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.cpp */; }; - 31BD6B13C8864CA58ED33125 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImagePrefetcher.m */ = {isa = PBXBuildFile; fileRef = 1F7D98E6B3A94B99BFDA2B37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImagePrefetcher.m */; }; - 32293B4B211248C09E7981B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Instance.cpp */ = {isa = PBXBuildFile; fileRef = 5592D410A0284B4DB478E4CE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Instance.cpp */; }; - 3250197258224A14A8C62BB1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/SaveStateViewController.h */ = {isa = PBXBuildFile; fileRef = 2E150832D4CD47EBB852AE17 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/SaveStateViewController.h */; }; - 3254752F46FE440C8C5B2338 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Null.cpp */ = {isa = PBXBuildFile; fileRef = 814E1D4B1E4A45C4B6225E1D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Null.cpp */; }; - 329C99467DAA403D8CACE775 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Timer.h */ = {isa = PBXBuildFile; fileRef = DEC6432F3B2F46CA993CFC51 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Timer.h */; }; - 32C2BC74DAE14D5DA3E73F19 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/BitStream.cpp */ = {isa = PBXBuildFile; fileRef = 31493D9CA55A4077B39231FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/BitStream.cpp */; }; - 32D0726ADA634F7D9452A718 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.cpp */ = {isa = PBXBuildFile; fileRef = C247001002584EECAC00BC5E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.cpp */; }; - 3377FABE15EB48F380813D87 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Literal128.h */ = {isa = PBXBuildFile; fileRef = BD2872C7BD114F37BA23F4BC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Literal128.h */; }; - 33CF6BB478DF4DF589BD5C0C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Types/CodableServerError.swift */ = {isa = PBXBuildFile; fileRef = EFEBF31066F44278B653BEC6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Types/CodableServerError.swift */; }; - 33D956472C1449A2BBF71040 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_ScopedFile.h */ = {isa = PBXBuildFile; fileRef = 19DCEF5CD2CA4D9C93A1D026 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_ScopedFile.h */; }; - 3440BD1C756D48A1A35300AA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateUtils.h */ = {isa = PBXBuildFile; fileRef = F9994A4EE0C74F91AD638E2D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateUtils.h */; }; - 34709DA883674892AF570812 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/GSH_VulkaniOS.cpp */ = {isa = PBXBuildFile; fileRef = D85B985C5DA44D12878E3420 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/GSH_VulkaniOS.cpp */; }; - 35415C8F56BF4ACF837A5719 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_chd.c */ = {isa = PBXBuildFile; fileRef = DE8CD8C7BD4C4FC1AE8DCC68 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_chd.c */; }; - 35AC4B710D0B4009A5A2C35A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Image.h */ = {isa = PBXBuildFile; fileRef = 23A848CAE3F7493BBEEBC0F1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Image.h */; }; - 35B8866FBD114C0DA5A23E5E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Sort.c */ = {isa = PBXBuildFile; fileRef = 3151D41E7AC24FEBAF5FB114 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Sort.c */; }; - 35D94FE64BF142A0BB585FB9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Merge64Test.h */ = {isa = PBXBuildFile; fileRef = 108567FA57A24DCBBABBEF80 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Merge64Test.h */; }; - 35FE517F3C884D88B2085903 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */ = {isa = PBXBuildFile; fileRef = CE3623F688B0487CB7062159 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */; }; - 361AD544BCEE4F25B0D7121B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/SifDefs.h */ = {isa = PBXBuildFile; fileRef = 4228B9AC99D2409B8279537F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/SifDefs.h */; }; - 36485D9945D84A24813C9967 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/UintSwizzleSelector4.h */ = {isa = PBXBuildFile; fileRef = A97419F73C6D4B6F9440E49A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/UintSwizzleSelector4.h */; }; - 364D7BA34C8E4E898DABDC3B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 11DD233AB01C4FD2AB4E27DB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt */; }; - 36A1EC2A07114E9E8CE1D211 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/opengl/Shader.cpp */ = {isa = PBXBuildFile; fileRef = 19C3051EBC7248E18DA144C3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/opengl/Shader.cpp */; }; - 36DF683644E54E5F926ED80B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */ = {isa = PBXBuildFile; fileRef = D9EE9924BBA948E19F57E71F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */; }; - 371B3A23F3EC4C08937FD8B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/AmazonS3Utils.h */ = {isa = PBXBuildFile; fileRef = 444FEEDB73E3483EB05502B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/AmazonS3Utils.h */; }; - 375949807D844BF3BE51A055 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StdStreamUtils.h */ = {isa = PBXBuildFile; fileRef = 6BB1F310EA5348229A18B66B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StdStreamUtils.h */; }; - 376800FA92284A1A8323CEFC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/LiteralPool.cpp */ = {isa = PBXBuildFile; fileRef = A56766B9860B460A98B778CB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/LiteralPool.cpp */; }; - 3774CE1BCBBC40DE8680D1F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/ApaReader.cpp */ = {isa = PBXBuildFile; fileRef = FE89DA787E2F42A5BB75BDFB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/ApaReader.cpp */; }; - 37C85FE2E9A144708CE65A0E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDumpDevice.cpp */ = {isa = PBXBuildFile; fileRef = D83716DCB860450A82B7B653 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDumpDevice.cpp */; }; - 382F4764F8A446F7A360A68F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/X86Assembler.h */ = {isa = PBXBuildFile; fileRef = 8843CC52CA334F3EB214D98F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/X86Assembler.h */; }; - 38415AA082B34C7BB82C5542 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ElfFile.cpp */ = {isa = PBXBuildFile; fileRef = E1DFF0193FEC49619EC1113A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ElfFile.cpp */; }; - 3862D000D565493A9013D6D6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/square.png */ = {isa = PBXBuildFile; fileRef = 61C8B917D4AD42C0A59FCA89 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/square.png */; }; - 386EB072D83148B2B0CE4A85 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/CpuArch.h */ = {isa = PBXBuildFile; fileRef = 410C40D4A591443A9A8AF0DA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/CpuArch.h */; }; - 38EBAD5368B2493B9EF8E1C2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzFind.h */ = {isa = PBXBuildFile; fileRef = 2C81F42A594C4EF78C9DC5B0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzFind.h */; }; - 38F2C62F40E84CF7B4BABB7F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsExecutor.h */ = {isa = PBXBuildFile; fileRef = 1127CA1D5ED7483FBAFAA356 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsExecutor.h */; }; - 390E06336CFF4026AE6DC47B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSTags.h */ = {isa = PBXBuildFile; fileRef = 60C902CE422D4D11AA4A55B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSTags.h */; }; - 394AD73DC5AC472FB6351487 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/MemoryFunction.cpp */ = {isa = PBXBuildFile; fileRef = 1855857B25564D48AE6688D7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/MemoryFunction.cpp */; }; - 3980825F248941FB99658A79 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.cpp */ = {isa = PBXBuildFile; fileRef = 8E4952FBF4D541039BF4B35F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.cpp */; }; - 3A11C48DCB9A44C8BD372AFC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.cpp */ = {isa = PBXBuildFile; fileRef = 572FB9EB27924987913BF2C5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.cpp */; }; - 3A3F489D94A44DEF812BC458 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/PH_GenericInput.cpp */ = {isa = PBXBuildFile; fileRef = 5E7430BB563D471E9F4D1817 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/PH_GenericInput.cpp */; }; - 3A42AF7324774FE5B365FE9F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsJitter.h */ = {isa = PBXBuildFile; fileRef = 2947C747405548B0A2DC3C60 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsJitter.h */; }; - 3A7F3C27343040E2AAA35135 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAssembler.cpp */ = {isa = PBXBuildFile; fileRef = 093E5DEEACB84FD2AE94183C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAssembler.cpp */; }; - 3AA8D0B10359423D9E79F00D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCallTest.cpp */ = {isa = PBXBuildFile; fileRef = 9C4239A2547545769F8EF66C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCallTest.cpp */; }; - 3AF20D5FE5AA4144BE5BACFF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_Statement.cpp */ = {isa = PBXBuildFile; fileRef = 66E24D957EA54C46B8562FC1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_Statement.cpp */; }; - 3AF639F3EBDA45CD88EE3B8B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CMakeFiles/PlayCore.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = AEE3F9D8D1154EA59FC62F1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CMakeFiles/PlayCore.dir/Info.plist */; }; - 3B0D1AA5EE774D7D835FA60E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeITable.cpp */ = {isa = PBXBuildFile; fileRef = AE4709A0BDBA469FA9F3190F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeITable.cpp */; }; - 3B33ADF2ADDF418287711917 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intc.h */ = {isa = PBXBuildFile; fileRef = 4E281968F21446D9AC4D7595 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intc.h */; }; - 3B42E66DF3344104B599B139 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/AltServerJitService.h */ = {isa = PBXBuildFile; fileRef = 3D4F5623035542DDA987B050 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/AltServerJitService.h */; }; - 3B7CDE5C4F4D48EDBD6A6F9D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PS2VM.cpp */ = {isa = PBXBuildFile; fileRef = BDD4B2CE935849CDA5954980 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PS2VM.cpp */; }; - 3B840C29B1B246AFAF081236 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/SimpleMdTest.cpp */ = {isa = PBXBuildFile; fileRef = C083FDC0F55B4894AE4BF9E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/SimpleMdTest.cpp */; }; - 3B9A97968E554B218CB4A3C4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/InverseScanTable.cpp */ = {isa = PBXBuildFile; fileRef = E43242EEDB6643148427C902 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/InverseScanTable.cpp */; }; - 3C3D563FC2FC4BC5B825E34E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClientFactory.cpp */ = {isa = PBXBuildFile; fileRef = EB490E39AE6D4BA0B4BF2EEF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClientFactory.cpp */; }; - 3C4E6F7F815B471380A2F04C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Utils.cpp */ = {isa = PBXBuildFile; fileRef = 636E3CAE9DDE4094B1F572E4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Utils.cpp */; }; - 3C7327B28CF648D4A73B5640 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */ = {isa = PBXBuildFile; fileRef = 092B41993D2A4FF085821FE8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */; }; - 3C7C9AAEC58A4B00BD337C84 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector4.h */ = {isa = PBXBuildFile; fileRef = 53191FC68C6740109C36F16B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector4.h */; }; - 3D2A28A53BFB4DA8BEFDD868 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.h */ = {isa = PBXBuildFile; fileRef = F58896FD7FDB407D988D5ECE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.h */; }; - 3D97907C16FE4CBAA3FE57F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */ = {isa = PBXBuildFile; fileRef = 8824D4B2502F43A193218F67 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */; }; - 3DA16E36265443A484955579 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage/CMakeFiles/SDWebImage_Static.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 50D04807D7C34D47BFEC9466 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage/CMakeFiles/SDWebImage_Static.dir/Info.plist */; }; - 3DB7650F2086415789FD65F1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/File.h */ = {isa = PBXBuildFile; fileRef = 3FABD0E963BE4B88BB78710D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/File.h */; }; - 3E65CBBA40D2491EB43D9FA7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/VerticalLayout.cpp */ = {isa = PBXBuildFile; fileRef = 3F6E544C3F9F4412A3FDF920 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/VerticalLayout.cpp */; }; - 3E73A1CD78D448D0A62AB36C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_DmVectorTable.cpp */ = {isa = PBXBuildFile; fileRef = CBF277B1DF834B5FA25A2EE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_DmVectorTable.cpp */; }; - 3EC26FE8B86744699844335B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/triangle.png */ = {isa = PBXBuildFile; fileRef = 3804D081E75748E39948771F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/triangle.png */; }; - 3EEEBFE92131477694F33DE9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */ = {isa = PBXBuildFile; fileRef = DADFB344D29F40B888736944 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */; }; - 3F0BC4AD33C643B0A7DD0850 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LogicTest.h */ = {isa = PBXBuildFile; fileRef = E1EFFE7BA95F4743BFE877B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LogicTest.h */; }; - 3F3405F5EB514B06A603FB6E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/LzAri.cpp */ = {isa = PBXBuildFile; fileRef = 8550B82B66A7477DA30F6C88 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/LzAri.cpp */; }; - 3F9DA566F1F44C93B85FFF02 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_LibSd.h */ = {isa = PBXBuildFile; fileRef = A80407822E034A8580846ACC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_LibSd.h */; }; - 3FB1D708C47141C1A6AF77E9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StringUtils.h */ = {isa = PBXBuildFile; fileRef = 1912309D54D6409EB42CD7B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StringUtils.h */; }; - 3FD170129E24405AB049D1C8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.h */ = {isa = PBXBuildFile; fileRef = 75663E74920B4465B5967FB6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.h */; }; - 3FD2CCC72A8C457CA1D3BB6F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessRefTest.cpp */ = {isa = PBXBuildFile; fileRef = 2AF459573A2541CEB017A393 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessRefTest.cpp */; }; - 407A6CBC88624694A3393536 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/s3stream/S3ObjectStream.cpp */ = {isa = PBXBuildFile; fileRef = 9FDDF3D62661422AA1B29298 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/s3stream/S3ObjectStream.cpp */; }; - 40859C04F7A34887ACB18C2E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */ = {isa = PBXBuildFile; fileRef = 540CC64084FC40808E8566EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */; }; - 40B024064FCB402E82037D98 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */ = {isa = PBXBuildFile; fileRef = 1A78125883BE4A8A803DF045 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */; }; - 40EAF835767E442686F13B7B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest.cpp */ = {isa = PBXBuildFile; fileRef = 19D136008A03463BB5A75756 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest.cpp */; }; - 411262608D7F4BC0BB53F9A1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/AppleHttpClient.cpp */ = {isa = PBXBuildFile; fileRef = E72DAED82BA34DEABB2EB023 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/AppleHttpClient.cpp */; }; - 412597EEEAC644CB8AA6457F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/Bitmap.cpp */ = {isa = PBXBuildFile; fileRef = E705F9B6218C497DB5B02DB9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/Bitmap.cpp */; }; - 41286075C29C465C98405562 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCache.m */ = {isa = PBXBuildFile; fileRef = 002B3B6A3DE04F72A233CCC6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCache.m */; }; - 412FC91F7DE545F9846ABA32 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/PathDirectoryIterator.cpp */ = {isa = PBXBuildFile; fileRef = 21C3A2A80A594FC0A1B1C8D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/PathDirectoryIterator.cpp */; }; - 416B9C67A0774C889F385BDA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipInflateStream.cpp */ = {isa = PBXBuildFile; fileRef = E92C584DCEE74AAD89F06A58 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipInflateStream.cpp */; }; - 41779016BE47433CB5AB19B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif.h */ = {isa = PBXBuildFile; fileRef = E2CC69324037487F98563CD2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif.h */; }; - 41D29ED19BFF47358AC6B0ED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpClampTest.h */ = {isa = PBXBuildFile; fileRef = 18A0E0F702A94655B7494EFD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpClampTest.h */; }; - 41E3BC792074467799763D94 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Icon.h */ = {isa = PBXBuildFile; fileRef = 3AC013EAFDF944B0BC9CD4F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Icon.h */; }; - 41EB3784D4C94C68B3DD7D77 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dynamic.h */ = {isa = PBXBuildFile; fileRef = 4C863E0D014843ED8D2A898B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dynamic.h */; }; - 41F50E1CD0EE463CBCF7904F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Base.lproj/Main.storyboard */ = {isa = PBXBuildFile; fileRef = DF585CA755B3413C80742E58 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Base.lproj/Main.storyboard */; }; - 42222F8BAF33458D9B3C6E7D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/select.png */ = {isa = PBXBuildFile; fileRef = FB8DF458F6C441A8A5349C97 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/select.png */; }; - 424E0870D451460DB9499DFB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessIdxTest.cpp */ = {isa = PBXBuildFile; fileRef = 025ECD4D58B9421FB84B2D03 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessIdxTest.cpp */; }; - 428E0729AC6042C1A6FFE73B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeFiles/Framework_Amazon.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 7528C4E5D4A54AEFBBE41758 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeFiles/Framework_Amazon.dir/Info.plist */; }; - 429B2381E32E433481CF2FF5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/PreferenceDefs.h */ = {isa = PBXBuildFile; fileRef = ADBD878748214EA38A2B27A6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/PreferenceDefs.h */; }; - 42DC8B231D8245ECAE9EFD22 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Parser.cpp */ = {isa = PBXBuildFile; fileRef = 0F38F7D6F9B34BB9AAF1A6FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Parser.cpp */; }; - 43E6565BAFD94A09A65EB616 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_IomanX.h */ = {isa = PBXBuildFile; fileRef = A1B3E6CF7BBD4B588A299052 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_IomanX.h */; }; - 440682AE70F84572825F7640 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/xxhash.c */ = {isa = PBXBuildFile; fileRef = 3FE4A6EC95614E148639381C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/xxhash.c */; }; - 441C5963DDFA49DC91B07AC6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CompareTest.cpp */ = {isa = PBXBuildFile; fileRef = 6ED75BDBF4E9429D9CA6CAA5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CompareTest.cpp */; }; - 441D66C2F301473D8AA06DBC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/StatsManager.cpp */ = {isa = PBXBuildFile; fileRef = F1399BF8327F4E7F985354F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/StatsManager.cpp */; }; + 15B1F2B624A74B2CB62D41B6 /* ../Play-/deps/CodeGen/tests/AliasTest2.h */ = {isa = PBXBuildFile; fileRef = 0BF390E66E354D7CA28FCD18 /* ../Play-/deps/CodeGen/tests/AliasTest2.h */; }; + 15EFC3EC80F84AB0AF98502D /* ../Play-/Source/MipsFunctionPatternDb.h */ = {isa = PBXBuildFile; fileRef = 423CCD4299944457914BED6F /* ../Play-/Source/MipsFunctionPatternDb.h */; }; + 163560F9894F4318A0FD03C1 /* ../Play-/Source/ee/SIF.cpp */ = {isa = PBXBuildFile; fileRef = BFDE21979DA14DE5860F03D2 /* ../Play-/Source/ee/SIF.cpp */; }; + 169E46ECCE564C6D90E1AC2D /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDecoder.m */ = {isa = PBXBuildFile; fileRef = 6EF125C0ED7D460D82D7A0E4 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDecoder.m */; }; + 16A8EE72F25447CDBFC77892 /* ../Play-/deps/CodeGen/tests/RegAllocTest.h */ = {isa = PBXBuildFile; fileRef = ADEC174666824ED4860955D7 /* ../Play-/deps/CodeGen/tests/RegAllocTest.h */; }; + 16AA50DE5CA84F118AE5515B /* ../Play-/Source/psx/PsxBios.h */ = {isa = PBXBuildFile; fileRef = 370203BBCF074977B4F0F30A /* ../Play-/Source/psx/PsxBios.h */; }; + 16F68924879649F28E5DCA51 /* ../Play-/Source/iop/ArgumentIterator.h */ = {isa = PBXBuildFile; fileRef = F958FF72324440B289308254 /* ../Play-/Source/iop/ArgumentIterator.h */; }; + 1728234967CD4665978391B1 /* ../Play-/Source/hdd/ApaDefs.h */ = {isa = PBXBuildFile; fileRef = E801773E8E3F46A6BE274402 /* ../Play-/Source/hdd/ApaDefs.h */; }; + 17558E226A464314B07FD757 /* ../Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */ = {isa = PBXBuildFile; fileRef = 5CAEDB8328154634A2F9CB05 /* ../Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */; }; + 1763567B719544F888F97E07 /* ../Play-/deps/CodeGen/include/MachoObjectFile.h */ = {isa = PBXBuildFile; fileRef = 377219712CF9476F881BF81D /* ../Play-/deps/CodeGen/include/MachoObjectFile.h */; }; + 179693FD173A4A719005A673 /* ../Play-/Source/ui_shared/ArcadeDefinition.h */ = {isa = PBXBuildFile; fileRef = 4B48F1E3BA8D407B970D57F6 /* ../Play-/Source/ui_shared/ArcadeDefinition.h */; }; + 17D18BF975B04BFDAB41952E /* ../Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */ = {isa = PBXBuildFile; fileRef = EF3219D99D9E44538863CDF3 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */; }; + 17D3AD79539D434A8E846498 /* ../Play-/Source/iop/Iop_FileIoHandler1000.h */ = {isa = PBXBuildFile; fileRef = 00FEA347FF79471A85E6EC43 /* ../Play-/Source/iop/Iop_FileIoHandler1000.h */; }; + 17FCD475FC2743DB8F1B8F3A /* ../Play-/Source/GenericMipsExecutor.h */ = {isa = PBXBuildFile; fileRef = E5A60FFE7445489CB2EE19C5 /* ../Play-/Source/GenericMipsExecutor.h */; }; + 180DD3CAFC2E42DCAF26B9CE /* ../Play-/deps/CodeGen/include/Jitter_CodeGen.h */ = {isa = PBXBuildFile; fileRef = 7974F478FC5344D489587CCD /* ../Play-/deps/CodeGen/include/Jitter_CodeGen.h */; }; + 1816704B120F4BEEB9AA6FCC /* ../Play-/deps/Nuanceur/src/builder/Operations.cpp */ = {isa = PBXBuildFile; fileRef = 84ECD42330CF44D8B2A4E124 /* ../Play-/deps/Nuanceur/src/builder/Operations.cpp */; }; + 185764E06F1D4202A93C8B1D /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.h */ = {isa = PBXBuildFile; fileRef = 1CC793B581114F9196BB2470 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.h */; }; + 18C337A5E146409BAF548189 /* ../Play-/Source/ee/EeExecutor.h */ = {isa = PBXBuildFile; fileRef = BC6B430C06C14841A9E9047E /* ../Play-/Source/ee/EeExecutor.h */; }; + 18CDD56D228442179211A532 /* ../Play-/Source/ui_ios/SettingsListSelectorViewController.mm */ = {isa = PBXBuildFile; fileRef = 8D95527739954031A17432B9 /* ../Play-/Source/ui_ios/SettingsListSelectorViewController.mm */; }; + 19155CA872984236B5D696BC /* ../Play-/deps/CodeGen/tests/RegAllocTempTest.cpp */ = {isa = PBXBuildFile; fileRef = 86BE2C5BE7194BA4B18A4103 /* ../Play-/deps/CodeGen/tests/RegAllocTempTest.cpp */; }; + 191C599416A2440AB69C431F /* ../Play-/deps/CodeGen/tests/SimpleMdTest.h */ = {isa = PBXBuildFile; fileRef = 0C3DACB13DDA4301A3AC72CC /* ../Play-/deps/CodeGen/tests/SimpleMdTest.h */; }; + 192B21FD63E148218C1D769D /* ../Play-/Source/iop/Iop_FileIoHandler1000.cpp */ = {isa = PBXBuildFile; fileRef = F3DB8324D9A340E583486EEE /* ../Play-/Source/iop/Iop_FileIoHandler1000.cpp */; }; + 1930D7D643934DF5A6DBD281 /* ../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.cpp */ = {isa = PBXBuildFile; fileRef = 56D593B3400B4A649AD85FEB /* ../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.cpp */; }; + 1943D8A610AA46C7AF56D7E5 /* ../Play-/deps/Framework/include/EndianUtils.h */ = {isa = PBXBuildFile; fileRef = 41F39D16D6074F14B381E6CE /* ../Play-/deps/Framework/include/EndianUtils.h */; }; + 19BF51AA01A94E7EB125A15D /* ../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeFiles/Nuanceur.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 165151C5214E4894BB7BF9D9 /* ../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeFiles/Nuanceur.dir/Info.plist */; }; + 19E819EF9ACD47D8B041DD31 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md_Avx.cpp */ = {isa = PBXBuildFile; fileRef = 3E5BE73B02574A138DA0772D /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md_Avx.cpp */; }; + 1B46C47DF9CB492F91829871 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm.cpp */ = {isa = PBXBuildFile; fileRef = ED048BD5370E415EB6C912BA /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm.cpp */; }; + 1B79A1A149D74E0ABFBF243B /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaEnc.h */ = {isa = PBXBuildFile; fileRef = F748F87E57F04FC5971C3175 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaEnc.h */; }; + 1BBB719AE4604962BA022EAE /* ../Play-/deps/CodeGen/tests/MemAccess64Test.h */ = {isa = PBXBuildFile; fileRef = 430C8E48762742C7BB515618 /* ../Play-/deps/CodeGen/tests/MemAccess64Test.h */; }; + 1BF355B2A40B44738EBA5E70 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.h */ = {isa = PBXBuildFile; fileRef = 6AAC54FA9B7646B1B7475C3F /* ../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.h */; }; + 1BF381512F4A40A19E13F638 /* ../Play-/Source/iop/Iop_SubSystem.cpp */ = {isa = PBXBuildFile; fileRef = 1EE649FD56B74BDCA491FB8C /* ../Play-/Source/iop/Iop_SubSystem.cpp */; }; + 1C5EC2D6B3E049028D01F146 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */ = {isa = PBXBuildFile; fileRef = 06AC73B23B564929AA53FBA6 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */; }; + 1C60A0FED4D84BBDB1040875 /* ../Play-/Source/MipsFunctionPatternDb.cpp */ = {isa = PBXBuildFile; fileRef = FA527162F1C7493B8F73DBDC /* ../Play-/Source/MipsFunctionPatternDb.cpp */; }; + 1CF9AAE5C3E849C080E66006 /* ../Play-/Source/ee/COP_VU.h */ = {isa = PBXBuildFile; fileRef = 6DD69CCCC797427ABAF582DC /* ../Play-/Source/ee/COP_VU.h */; }; + 1D1AA31A10B5474BA12E148D /* ../Play-/deps/Framework/src/zip/ZipFile.cpp */ = {isa = PBXBuildFile; fileRef = 8C8FCA0EC3674A3CA257110F /* ../Play-/deps/Framework/src/zip/ZipFile.cpp */; }; + 1E17C5ADB66F462F87D28369 /* ../Play-/Source/discimages/MdsDiscImage.h */ = {isa = PBXBuildFile; fileRef = FCEE09E2895F469988B9888B /* ../Play-/Source/discimages/MdsDiscImage.h */; }; + 1E4EAAAF8AC8415E94588437 /* ../Play-/Source/discimages/MdsDiscImage.cpp */ = {isa = PBXBuildFile; fileRef = C96106A862DD47F3BDBD29AF /* ../Play-/Source/discimages/MdsDiscImage.cpp */; }; + 1EA1382FA3A1463B84989F03 /* ../Play-/deps/AltKit/Sources/AltKit/Extensions/Result+Conveniences.swift */ = {isa = PBXBuildFile; fileRef = 4D47B9AE1AC847A6A82710A3 /* ../Play-/deps/AltKit/Sources/AltKit/Extensions/Result+Conveniences.swift */; }; + 2073BF370FBD41C29440464A /* ../Play-/Source/MIPSReflection.h */ = {isa = PBXBuildFile; fileRef = C96F2C41BC6443B4A8717BD3 /* ../Play-/Source/MIPSReflection.h */; }; + 207455169803479D8E02AD37 /* ../Play-/deps/Dependencies/build_cmake/iCade-iOS/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 1E167863D2EC46A6A40FDB15 /* ../Play-/deps/Dependencies/build_cmake/iCade-iOS/CMakeLists.txt */; }; + 20B3C10F059A40179797A3AE /* ../Play-/Source/iop/Iop_Timrman.cpp */ = {isa = PBXBuildFile; fileRef = 5D628D7C4B1F4E8F99566860 /* ../Play-/Source/iop/Iop_Timrman.cpp */; }; + 20F11CD7B8A8485E8073A0F5 /* ../Play-/Source/ee/EEAssembler.cpp */ = {isa = PBXBuildFile; fileRef = BDC1ED2B822F4437B394A565 /* ../Play-/Source/ee/EEAssembler.cpp */; }; + 222544DB81464E6D896FFA99 /* ../Play-/deps/Dependencies/zstd/lib/common/compiler.h */ = {isa = PBXBuildFile; fileRef = AB5B1AA506C64B39BFFDD663 /* ../Play-/deps/Dependencies/zstd/lib/common/compiler.h */; }; + 222C972610324D0AB2E1F6DB /* ../Play-/deps/CodeGen/include/CoffObjectFile.h */ = {isa = PBXBuildFile; fileRef = 91E4A55F5AF84291A90B00E6 /* ../Play-/deps/CodeGen/include/CoffObjectFile.h */; }; + 2268649D473C4B3B955A1E34 /* ../Play-/Source/saves/MaxSaveImporter.h */ = {isa = PBXBuildFile; fileRef = 3A7E8731F5764BC5B3902C01 /* ../Play-/Source/saves/MaxSaveImporter.h */; }; + 227B16BE11C6411EA687D4D1 /* ../Play-/Source/ScopedVmPauser.cpp */ = {isa = PBXBuildFile; fileRef = F742D90D18194C80A36F05AC /* ../Play-/Source/ScopedVmPauser.cpp */; }; + 2281E397EADB4AD1BAD79EA5 /* ../Play-/Source/iop/Iop_SubSystem.h */ = {isa = PBXBuildFile; fileRef = FEA2675F4C8D4627AE417F10 /* ../Play-/Source/iop/Iop_SubSystem.h */; }; + 22CB8CC3EB5B4096B2E0820E /* ../Play-/Source/ee/Ee_IdleEvaluator.cpp */ = {isa = PBXBuildFile; fileRef = 6E34D7D960A643E0A9698171 /* ../Play-/Source/ee/Ee_IdleEvaluator.cpp */; }; + 22F9FEC33D994F96927B5D2B /* ../Play-/Source/ui_shared/ArcadeUtils.cpp */ = {isa = PBXBuildFile; fileRef = 55F77064D3004F5190501011 /* ../Play-/Source/ui_shared/ArcadeUtils.cpp */; }; + 23B512A127CB44439AE7A168 /* ../Play-/Source/iop/IopBios.h */ = {isa = PBXBuildFile; fileRef = 03FCB6EA20F84E94AD354F29 /* ../Play-/Source/iop/IopBios.h */; }; + 23E4B5E294824574A140B22A /* ../Play-/Source/FpUtils.h */ = {isa = PBXBuildFile; fileRef = 66964E7070C740CE98DB2C02 /* ../Play-/Source/FpUtils.h */; }; + 2404135C93DB453AA91AA0DE /* ../Play-/Source/PadHandler.cpp */ = {isa = PBXBuildFile; fileRef = 8B794A16129B48B492E76D68 /* ../Play-/Source/PadHandler.cpp */; }; + 246286B8E2CA4C2BB9E60BC4 /* ../Play-/deps/CodeGen/tests/MdCallTest.h */ = {isa = PBXBuildFile; fileRef = AF2E2282683742D1BEA55545 /* ../Play-/deps/CodeGen/tests/MdCallTest.h */; }; + 247B612AF15C464E9B3CC7A9 /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable1.cpp */ = {isa = PBXBuildFile; fileRef = 70E6B12148DD449AB9A0E63B /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable1.cpp */; }; + 24C0D07127AE465DA92040FD /* ../Play-/deps/CodeGen/tests/Merge64Test.cpp */ = {isa = PBXBuildFile; fileRef = DC4557AD78FB4B28A6897392 /* ../Play-/deps/CodeGen/tests/Merge64Test.cpp */; }; + 261A9196CF4943729DA90C5E /* ../Play-/Source/ee/Ee_SubSystem.cpp */ = {isa = PBXBuildFile; fileRef = 744F9419916D41B4BA5414D1 /* ../Play-/Source/ee/Ee_SubSystem.cpp */; }; + 26338C1FF13F43D99C831972 /* ../Play-/Source/iop/Iop_Thvpool.cpp */ = {isa = PBXBuildFile; fileRef = D6C026339E494A8090664B31 /* ../Play-/Source/iop/Iop_Thvpool.cpp */; }; + 26915D7F9E40484AA6EA2DA6 /* ../Play-/Source/hdd/HddDefs.h */ = {isa = PBXBuildFile; fileRef = 349202E6973844C4B1947B61 /* ../Play-/Source/hdd/HddDefs.h */; }; + 26A9D0C39DAF46A688EDF7B7 /* ../Play-/deps/CodeGen/tests/RandomAluTest.h */ = {isa = PBXBuildFile; fileRef = 4655FBB04BEA4562967828C2 /* ../Play-/deps/CodeGen/tests/RandomAluTest.h */; }; + 26C942EB846844E38E3610F5 /* ../Play-/deps/CodeGen/src/AArch32Assembler.cpp */ = {isa = PBXBuildFile; fileRef = 5C6992A706B7438D9E5AAF98 /* ../Play-/deps/CodeGen/src/AArch32Assembler.cpp */; }; + 2723FCAD5DF149D0907D7FEB /* ../Play-/Source/MA_MIPSIV_Templates.cpp */ = {isa = PBXBuildFile; fileRef = 640AF06257CC4D90A374B428 /* ../Play-/Source/MA_MIPSIV_Templates.cpp */; }; + 27724D7D160340BE8A1CBC33 /* ../Play-/Source/ui_ios/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 7DE518D61AD64761A2D2929D /* ../Play-/Source/ui_ios/CMakeLists.txt */; }; + 2776A41E2FFF479D8AFCD2A0 /* ../Play-/deps/CodeGen/include/CoffDefs.h */ = {isa = PBXBuildFile; fileRef = 985B0D8854FF493BAD384AE4 /* ../Play-/deps/CodeGen/include/CoffDefs.h */; }; + 27F37E22EA8642AAAAC0A2A3 /* ../Play-/Source/iop/Iop_SifMan.h */ = {isa = PBXBuildFile; fileRef = 0A0D2E16629F4A638F80ADFF /* ../Play-/Source/iop/Iop_SifMan.h */; }; + 280529E13F51421BAD9DFCCD /* ../Play-/Source/ee/EeBasicBlock.h */ = {isa = PBXBuildFile; fileRef = 998A7E05CACC4037B1EC021C /* ../Play-/Source/ee/EeBasicBlock.h */; }; + 28062327C98F47A28DE3E6FE /* ../Play-/Source/iop/Ioman_DirectoryIterator.h */ = {isa = PBXBuildFile; fileRef = CDF2E027F1DD4F8BBB818CA1 /* ../Play-/Source/iop/Ioman_DirectoryIterator.h */; }; + 284B4E66150C47389B8C8498 /* ../Play-/Source/saves/SaveImporter.h */ = {isa = PBXBuildFile; fileRef = 110EA6C22FF54DC0B0E7591C /* ../Play-/Source/saves/SaveImporter.h */; }; + 284E4E5733F84E61BD62ED8B /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */ = {isa = PBXBuildFile; fileRef = 4B2BDD5E12A54685A1A89255 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */; }; + 28FB5C20BC154D1B96EBA5AE /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */ = {isa = PBXBuildFile; fileRef = 5C75FD5F713B43DDBDCDC76A /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */; }; + 29E20FB40D5E40629E8E372E /* ../Play-/Source/ui_ios/EmulatorViewController.h */ = {isa = PBXBuildFile; fileRef = 4C0FE7C56708490CBCA70768 /* ../Play-/Source/ui_ios/EmulatorViewController.h */; }; + 29F0CD5DCBEC431FA39F807D /* ../Play-/Source/input/PH_GenericInput.h */ = {isa = PBXBuildFile; fileRef = DC545CB7F2364E12A39CFA57 /* ../Play-/Source/input/PH_GenericInput.h */; }; + 2A2DC840DCC24B0992D3035F /* ../Play-/Source/gs/GSHandler.cpp */ = {isa = PBXBuildFile; fileRef = 7B0551D1182042D7A00ABA33 /* ../Play-/Source/gs/GSHandler.cpp */; }; + 2A348F15AF71408E87436B26 /* ../Play-/deps/Framework/src/zip/ZipStoreStream.cpp */ = {isa = PBXBuildFile; fileRef = 5726258692F142368CA0E30F /* ../Play-/deps/Framework/src/zip/ZipStoreStream.cpp */; }; + 2A5089210B4E490BB102F560 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */ = {isa = PBXBuildFile; fileRef = 4180BDA5595B412BB6CEA687 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */; }; + 2A878FD611A84ED59E51AC8F /* ../Play-/deps/CodeGen/tests/ShiftTest.cpp */ = {isa = PBXBuildFile; fileRef = 9A6A6DA78B8F48DD9A8670FA /* ../Play-/deps/CodeGen/tests/ShiftTest.cpp */; }; + 2ACEBED2372E4C4A815478E2 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */ = {isa = PBXBuildFile; fileRef = A0078A5ECDA049F3A4EB9A2D /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */; }; + 2AE389295C2C49538E93ABF5 /* ../Play-/Source/iop/Iop_Intc.cpp */ = {isa = PBXBuildFile; fileRef = 7DFB93DADD1C4AC3B6C8C975 /* ../Play-/Source/iop/Iop_Intc.cpp */; }; + 2AE44BB0853D4F7FB3334B23 /* ../Play-/deps/CodeGen/include/Jitter_Statement.h */ = {isa = PBXBuildFile; fileRef = 6F3D711E0C8845A59D02D5CB /* ../Play-/deps/CodeGen/include/Jitter_Statement.h */; }; + 2AF605C5005C4AC48523485C /* ../Play-/Source/iop/Iop_Spu2.cpp */ = {isa = PBXBuildFile; fileRef = D3B32859F03A42D2B74D950B /* ../Play-/Source/iop/Iop_Spu2.cpp */; }; + 2AF715BB2DA34594821506AB /* ../Play-/deps/Framework/src/idct/TrivialC.cpp */ = {isa = PBXBuildFile; fileRef = A7C19E6A051C47FAB0182554 /* ../Play-/deps/Framework/src/idct/TrivialC.cpp */; }; + 2B384F39E0BE49B8A1C7CA67 /* ../Play-/Source/iop/Iop_RootCounters.h */ = {isa = PBXBuildFile; fileRef = 87C131645BD84EBC80DDB833 /* ../Play-/Source/iop/Iop_RootCounters.h */; }; + 2BCD5A4FADF84BBAB942E709 /* ../Play-/deps/Framework/include/zip/ZipFile.h */ = {isa = PBXBuildFile; fileRef = 7D07C8B00090420D9B586894 /* ../Play-/deps/Framework/include/zip/ZipFile.h */; }; + 2BCE4BDD7E19428884435CAB /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */ = {isa = PBXBuildFile; fileRef = 778403EB874D41F4BC00F493 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */; }; + 2C73CE9357334CA7ACB6B03F /* ../Play-/Source/ui_ios/GSH_OpenGLiOS.cpp */ = {isa = PBXBuildFile; fileRef = 16036D575E58492C8E6A8216 /* ../Play-/Source/ui_ios/GSH_OpenGLiOS.cpp */; }; + 2CD16E03E73342C88AC73D8B /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.cpp */ = {isa = PBXBuildFile; fileRef = 2BDA97B426174282A64C8E20 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.cpp */; }; + 2D350B745D94444C95D9CCE3 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Int2Value.h */ = {isa = PBXBuildFile; fileRef = F3E7228A612F4F2CB2D20CCA /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Int2Value.h */; }; + 2DF8B9B71692489FBFC7B187 /* ../Play-/deps/Framework/build_cmake/FrameworkOpenAl/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 07FAFBAF0DEE486D9B6181D9 /* ../Play-/deps/Framework/build_cmake/FrameworkOpenAl/CMakeLists.txt */; }; + 2E011A1E104747A2BF60B873 /* ../Play-/deps/CodeGen/tests/MdFpFlagTest.h */ = {isa = PBXBuildFile; fileRef = 15C6EC9DE2514810BF9F9D0C /* ../Play-/deps/CodeGen/tests/MdFpFlagTest.h */; }; + 2E0FAB2873104A7A9BE97866 /* ../Play-/Source/COP_FPU.cpp */ = {isa = PBXBuildFile; fileRef = 1E97859D9DFF42268239436C /* ../Play-/Source/COP_FPU.cpp */; }; + 2E7356126A8947DA8DEA277B /* ../Play-/Source/PS2VM_Preferences.h */ = {isa = PBXBuildFile; fileRef = 0379A5524D17433C9C991D5D /* ../Play-/Source/PS2VM_Preferences.h */; }; + 2EA0EA60A0234834A309AD28 /* ../Play-/deps/CodeGen/tests/MultTest.h */ = {isa = PBXBuildFile; fileRef = B72C07F5842E4FC6B0EA39F0 /* ../Play-/deps/CodeGen/tests/MultTest.h */; }; + 2EEA559572264D26989C7FF7 /* ../Play-/Source/gs/GsPixelFormats.cpp */ = {isa = PBXBuildFile; fileRef = 19BF3FA278234643A229B687 /* ../Play-/Source/gs/GsPixelFormats.cpp */; }; + 2F0A86CDF6094BBF98E4A1DF /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_64.cpp */ = {isa = PBXBuildFile; fileRef = EC5583BB564C4414B49AC177 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_64.cpp */; }; + 2F5F1E249CA44434BEBE660E /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */ = {isa = PBXBuildFile; fileRef = 5F92DA7932ED4FCB94B86310 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */; }; + 2FA1A5C72ED84F25B66865EC /* ../Play-/Source/saves/Save.h */ = {isa = PBXBuildFile; fileRef = 4C83CB065894468CACEB3C87 /* ../Play-/Source/saves/Save.h */; }; + 3077999865AA4883AB34A0E5 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */ = {isa = PBXBuildFile; fileRef = C2BE17755B7C4E9DB8C75C02 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */; }; + 30CEEABC377247818B6E66DD /* ../Play-/deps/CodeGen/src/Jitter_RegAlloc.cpp */ = {isa = PBXBuildFile; fileRef = 5C7C91C6A49549879D96AA62 /* ../Play-/deps/CodeGen/src/Jitter_RegAlloc.cpp */; }; + 3165D7162D7B4A21A94F50E5 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.cpp */ = {isa = PBXBuildFile; fileRef = 7E079F9E1A174D5DBE3DDBEB /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.cpp */; }; + 31BD6B13C8864CA58ED33125 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImagePrefetcher.m */ = {isa = PBXBuildFile; fileRef = 1F7D98E6B3A94B99BFDA2B37 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImagePrefetcher.m */; }; + 32293B4B211248C09E7981B7 /* ../Play-/deps/Framework/src/vulkan/Instance.cpp */ = {isa = PBXBuildFile; fileRef = 5592D410A0284B4DB478E4CE /* ../Play-/deps/Framework/src/vulkan/Instance.cpp */; }; + 3250197258224A14A8C62BB1 /* ../Play-/Source/ui_ios/SaveStateViewController.h */ = {isa = PBXBuildFile; fileRef = 2E150832D4CD47EBB852AE17 /* ../Play-/Source/ui_ios/SaveStateViewController.h */; }; + 3254752F46FE440C8C5B2338 /* ../Play-/Source/gs/GSH_Null.cpp */ = {isa = PBXBuildFile; fileRef = 814E1D4B1E4A45C4B6225E1D /* ../Play-/Source/gs/GSH_Null.cpp */; }; + 329C99467DAA403D8CACE775 /* ../Play-/Source/ee/Timer.h */ = {isa = PBXBuildFile; fileRef = DEC6432F3B2F46CA993CFC51 /* ../Play-/Source/ee/Timer.h */; }; + 32C2BC74DAE14D5DA3E73F19 /* ../Play-/deps/Framework/src/BitStream.cpp */ = {isa = PBXBuildFile; fileRef = 31493D9CA55A4077B39231FA /* ../Play-/deps/Framework/src/BitStream.cpp */; }; + 32D0726ADA634F7D9452A718 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.cpp */ = {isa = PBXBuildFile; fileRef = C247001002584EECAC00BC5E /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.cpp */; }; + 3377FABE15EB48F380813D87 /* ../Play-/deps/CodeGen/include/Literal128.h */ = {isa = PBXBuildFile; fileRef = BD2872C7BD114F37BA23F4BC /* ../Play-/deps/CodeGen/include/Literal128.h */; }; + 33CF6BB478DF4DF589BD5C0C /* ../Play-/deps/AltKit/Sources/AltKit/Types/CodableServerError.swift */ = {isa = PBXBuildFile; fileRef = EFEBF31066F44278B653BEC6 /* ../Play-/deps/AltKit/Sources/AltKit/Types/CodableServerError.swift */; }; + 33D956472C1449A2BBF71040 /* ../Play-/Source/iop/Ioman_ScopedFile.h */ = {isa = PBXBuildFile; fileRef = 19DCEF5CD2CA4D9C93A1D026 /* ../Play-/Source/iop/Ioman_ScopedFile.h */; }; + 3440BD1C756D48A1A35300AA /* ../Play-/Source/states/RegisterStateUtils.h */ = {isa = PBXBuildFile; fileRef = F9994A4EE0C74F91AD638E2D /* ../Play-/Source/states/RegisterStateUtils.h */; }; + 34709DA883674892AF570812 /* ../Play-/Source/ui_ios/GSH_VulkaniOS.cpp */ = {isa = PBXBuildFile; fileRef = D85B985C5DA44D12878E3420 /* ../Play-/Source/ui_ios/GSH_VulkaniOS.cpp */; }; + 35415C8F56BF4ACF837A5719 /* ../Play-/deps/libchdr/src/libchdr_chd.c */ = {isa = PBXBuildFile; fileRef = DE8CD8C7BD4C4FC1AE8DCC68 /* ../Play-/deps/libchdr/src/libchdr_chd.c */; }; + 35AC4B710D0B4009A5A2C35A /* ../Play-/deps/Framework/include/vulkan/Image.h */ = {isa = PBXBuildFile; fileRef = 23A848CAE3F7493BBEEBC0F1 /* ../Play-/deps/Framework/include/vulkan/Image.h */; }; + 35B8866FBD114C0DA5A23E5E /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Sort.c */ = {isa = PBXBuildFile; fileRef = 3151D41E7AC24FEBAF5FB114 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Sort.c */; }; + 35D94FE64BF142A0BB585FB9 /* ../Play-/deps/CodeGen/tests/Merge64Test.h */ = {isa = PBXBuildFile; fileRef = 108567FA57A24DCBBABBEF80 /* ../Play-/deps/CodeGen/tests/Merge64Test.h */; }; + 35FE517F3C884D88B2085903 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */ = {isa = PBXBuildFile; fileRef = CE3623F688B0487CB7062159 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */; }; + 361AD544BCEE4F25B0D7121B /* ../Play-/Source/SifDefs.h */ = {isa = PBXBuildFile; fileRef = 4228B9AC99D2409B8279537F /* ../Play-/Source/SifDefs.h */; }; + 36485D9945D84A24813C9967 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/UintSwizzleSelector4.h */ = {isa = PBXBuildFile; fileRef = A97419F73C6D4B6F9440E49A /* ../Play-/deps/Nuanceur/include/nuanceur/builder/UintSwizzleSelector4.h */; }; + 364D7BA34C8E4E898DABDC3B /* ../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 11DD233AB01C4FD2AB4E27DB /* ../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt */; }; + 36A1EC2A07114E9E8CE1D211 /* ../Play-/deps/Framework/src/opengl/Shader.cpp */ = {isa = PBXBuildFile; fileRef = 19C3051EBC7248E18DA144C3 /* ../Play-/deps/Framework/src/opengl/Shader.cpp */; }; + 36DF683644E54E5F926ED80B /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */ = {isa = PBXBuildFile; fileRef = D9EE9924BBA948E19F57E71F /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */; }; + 371B3A23F3EC4C08937FD8B5 /* ../Play-/Source/ui_shared/AmazonS3Utils.h */ = {isa = PBXBuildFile; fileRef = 444FEEDB73E3483EB05502B7 /* ../Play-/Source/ui_shared/AmazonS3Utils.h */; }; + 375949807D844BF3BE51A055 /* ../Play-/deps/Framework/include/StdStreamUtils.h */ = {isa = PBXBuildFile; fileRef = 6BB1F310EA5348229A18B66B /* ../Play-/deps/Framework/include/StdStreamUtils.h */; }; + 376800FA92284A1A8323CEFC /* ../Play-/deps/CodeGen/src/LiteralPool.cpp */ = {isa = PBXBuildFile; fileRef = A56766B9860B460A98B778CB /* ../Play-/deps/CodeGen/src/LiteralPool.cpp */; }; + 3774CE1BCBBC40DE8680D1F5 /* ../Play-/Source/hdd/ApaReader.cpp */ = {isa = PBXBuildFile; fileRef = FE89DA787E2F42A5BB75BDFB /* ../Play-/Source/hdd/ApaReader.cpp */; }; + 37C85FE2E9A144708CE65A0E /* ../Play-/Source/iop/ioman/HardDiskDumpDevice.cpp */ = {isa = PBXBuildFile; fileRef = D83716DCB860450A82B7B653 /* ../Play-/Source/iop/ioman/HardDiskDumpDevice.cpp */; }; + 382F4764F8A446F7A360A68F /* ../Play-/deps/CodeGen/include/X86Assembler.h */ = {isa = PBXBuildFile; fileRef = 8843CC52CA334F3EB214D98F /* ../Play-/deps/CodeGen/include/X86Assembler.h */; }; + 38415AA082B34C7BB82C5542 /* ../Play-/Source/ElfFile.cpp */ = {isa = PBXBuildFile; fileRef = E1DFF0193FEC49619EC1113A /* ../Play-/Source/ElfFile.cpp */; }; + 3862D000D565493A9013D6D6 /* ../Play-/Source/ui_ios/Resources/square.png */ = {isa = PBXBuildFile; fileRef = 61C8B917D4AD42C0A59FCA89 /* ../Play-/Source/ui_ios/Resources/square.png */; }; + 386EB072D83148B2B0CE4A85 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/CpuArch.h */ = {isa = PBXBuildFile; fileRef = 410C40D4A591443A9A8AF0DA /* ../Play-/deps/libchdr/deps/lzma-22.01/include/CpuArch.h */; }; + 38EBAD5368B2493B9EF8E1C2 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzFind.h */ = {isa = PBXBuildFile; fileRef = 2C81F42A594C4EF78C9DC5B0 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzFind.h */; }; + 38F2C62F40E84CF7B4BABB7F /* ../Play-/Source/MipsExecutor.h */ = {isa = PBXBuildFile; fileRef = 1127CA1D5ED7483FBAFAA356 /* ../Play-/Source/MipsExecutor.h */; }; + 390E06336CFF4026AE6DC47B /* ../Play-/Source/MIPSTags.h */ = {isa = PBXBuildFile; fileRef = 60C902CE422D4D11AA4A55B7 /* ../Play-/Source/MIPSTags.h */; }; + 394AD73DC5AC472FB6351487 /* ../Play-/deps/CodeGen/src/MemoryFunction.cpp */ = {isa = PBXBuildFile; fileRef = 1855857B25564D48AE6688D7 /* ../Play-/deps/CodeGen/src/MemoryFunction.cpp */; }; + 3980825F248941FB99658A79 /* ../Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.cpp */ = {isa = PBXBuildFile; fileRef = 8E4952FBF4D541039BF4B35F /* ../Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.cpp */; }; + 3A11C48DCB9A44C8BD372AFC /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.cpp */ = {isa = PBXBuildFile; fileRef = 572FB9EB27924987913BF2C5 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.cpp */; }; + 3A3F489D94A44DEF812BC458 /* ../Play-/Source/input/PH_GenericInput.cpp */ = {isa = PBXBuildFile; fileRef = 5E7430BB563D471E9F4D1817 /* ../Play-/Source/input/PH_GenericInput.cpp */; }; + 3A42AF7324774FE5B365FE9F /* ../Play-/Source/MipsJitter.h */ = {isa = PBXBuildFile; fileRef = 2947C747405548B0A2DC3C60 /* ../Play-/Source/MipsJitter.h */; }; + 3A7F3C27343040E2AAA35135 /* ../Play-/Source/MIPSAssembler.cpp */ = {isa = PBXBuildFile; fileRef = 093E5DEEACB84FD2AE94183C /* ../Play-/Source/MIPSAssembler.cpp */; }; + 3AA8D0B10359423D9E79F00D /* ../Play-/deps/CodeGen/tests/MdCallTest.cpp */ = {isa = PBXBuildFile; fileRef = 9C4239A2547545769F8EF66C /* ../Play-/deps/CodeGen/tests/MdCallTest.cpp */; }; + 3AF20D5FE5AA4144BE5BACFF /* ../Play-/deps/CodeGen/src/Jitter_Statement.cpp */ = {isa = PBXBuildFile; fileRef = 66E24D957EA54C46B8562FC1 /* ../Play-/deps/CodeGen/src/Jitter_Statement.cpp */; }; + 3AF639F3EBDA45CD88EE3B8B /* ../cmake/Source/ui_ios/Source/CMakeFiles/PlayCore.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = AEE3F9D8D1154EA59FC62F1B /* ../cmake/Source/ui_ios/Source/CMakeFiles/PlayCore.dir/Info.plist */; }; + 3B0D1AA5EE774D7D835FA60E /* ../Play-/Source/ee/IPU_MacroblockTypeITable.cpp */ = {isa = PBXBuildFile; fileRef = AE4709A0BDBA469FA9F3190F /* ../Play-/Source/ee/IPU_MacroblockTypeITable.cpp */; }; + 3B33ADF2ADDF418287711917 /* ../Play-/Source/iop/Iop_Intc.h */ = {isa = PBXBuildFile; fileRef = 4E281968F21446D9AC4D7595 /* ../Play-/Source/iop/Iop_Intc.h */; }; + 3B42E66DF3344104B599B139 /* ../Play-/Source/ui_ios/AltServerJitService.h */ = {isa = PBXBuildFile; fileRef = 3D4F5623035542DDA987B050 /* ../Play-/Source/ui_ios/AltServerJitService.h */; }; + 3B7CDE5C4F4D48EDBD6A6F9D /* ../Play-/Source/PS2VM.cpp */ = {isa = PBXBuildFile; fileRef = BDD4B2CE935849CDA5954980 /* ../Play-/Source/PS2VM.cpp */; }; + 3B840C29B1B246AFAF081236 /* ../Play-/deps/CodeGen/tests/SimpleMdTest.cpp */ = {isa = PBXBuildFile; fileRef = C083FDC0F55B4894AE4BF9E6 /* ../Play-/deps/CodeGen/tests/SimpleMdTest.cpp */; }; + 3B9A97968E554B218CB4A3C4 /* ../Play-/deps/Framework/src/mpeg2/InverseScanTable.cpp */ = {isa = PBXBuildFile; fileRef = E43242EEDB6643148427C902 /* ../Play-/deps/Framework/src/mpeg2/InverseScanTable.cpp */; }; + 3C3D563FC2FC4BC5B825E34E /* ../Play-/deps/Framework/src/http/HttpClientFactory.cpp */ = {isa = PBXBuildFile; fileRef = EB490E39AE6D4BA0B4BF2EEF /* ../Play-/deps/Framework/src/http/HttpClientFactory.cpp */; }; + 3C4E6F7F815B471380A2F04C /* ../Play-/deps/Framework/src/vulkan/Utils.cpp */ = {isa = PBXBuildFile; fileRef = 636E3CAE9DDE4094B1F572E4 /* ../Play-/deps/Framework/src/vulkan/Utils.cpp */; }; + 3C7327B28CF648D4A73B5640 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */ = {isa = PBXBuildFile; fileRef = 092B41993D2A4FF085821FE8 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */; }; + 3C7C9AAEC58A4B00BD337C84 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector4.h */ = {isa = PBXBuildFile; fileRef = 53191FC68C6740109C36F16B /* ../Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector4.h */; }; + 3D2A28A53BFB4DA8BEFDD868 /* ../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.h */ = {isa = PBXBuildFile; fileRef = F58896FD7FDB407D988D5ECE /* ../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.h */; }; + 3D97907C16FE4CBAA3FE57F5 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */ = {isa = PBXBuildFile; fileRef = 8824D4B2502F43A193218F67 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */; }; + 3DA16E36265443A484955579 /* ../cmake/Source/ui_ios/SDWebImage/CMakeFiles/SDWebImage_Static.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 50D04807D7C34D47BFEC9466 /* ../cmake/Source/ui_ios/SDWebImage/CMakeFiles/SDWebImage_Static.dir/Info.plist */; }; + 3DB7650F2086415789FD65F1 /* ../Play-/Source/ISO9660/File.h */ = {isa = PBXBuildFile; fileRef = 3FABD0E963BE4B88BB78710D /* ../Play-/Source/ISO9660/File.h */; }; + 3E65CBBA40D2491EB43D9FA7 /* ../Play-/deps/Framework/src/layout/VerticalLayout.cpp */ = {isa = PBXBuildFile; fileRef = 3F6E544C3F9F4412A3FDF920 /* ../Play-/deps/Framework/src/layout/VerticalLayout.cpp */; }; + 3E73A1CD78D448D0A62AB36C /* ../Play-/Source/ee/IPU_DmVectorTable.cpp */ = {isa = PBXBuildFile; fileRef = CBF277B1DF834B5FA25A2EE5 /* ../Play-/Source/ee/IPU_DmVectorTable.cpp */; }; + 3EC26FE8B86744699844335B /* ../Play-/Source/ui_ios/Resources/triangle.png */ = {isa = PBXBuildFile; fileRef = 3804D081E75748E39948771F /* ../Play-/Source/ui_ios/Resources/triangle.png */; }; + 3EEEBFE92131477694F33DE9 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */ = {isa = PBXBuildFile; fileRef = DADFB344D29F40B888736944 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */; }; + 3F0BC4AD33C643B0A7DD0850 /* ../Play-/deps/CodeGen/tests/LogicTest.h */ = {isa = PBXBuildFile; fileRef = E1EFFE7BA95F4743BFE877B4 /* ../Play-/deps/CodeGen/tests/LogicTest.h */; }; + 3F3405F5EB514B06A603FB6E /* ../Play-/deps/Framework/src/LzAri.cpp */ = {isa = PBXBuildFile; fileRef = 8550B82B66A7477DA30F6C88 /* ../Play-/deps/Framework/src/LzAri.cpp */; }; + 3F9DA566F1F44C93B85FFF02 /* ../Play-/Source/iop/Iop_LibSd.h */ = {isa = PBXBuildFile; fileRef = A80407822E034A8580846ACC /* ../Play-/Source/iop/Iop_LibSd.h */; }; + 3FB1D708C47141C1A6AF77E9 /* ../Play-/deps/Framework/include/StringUtils.h */ = {isa = PBXBuildFile; fileRef = 1912309D54D6409EB42CD7B5 /* ../Play-/deps/Framework/include/StringUtils.h */; }; + 3FD170129E24405AB049D1C8 /* ../Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.h */ = {isa = PBXBuildFile; fileRef = 75663E74920B4465B5967FB6 /* ../Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.h */; }; + 3FD2CCC72A8C457CA1D3BB6F /* ../Play-/deps/CodeGen/tests/MemAccessRefTest.cpp */ = {isa = PBXBuildFile; fileRef = 2AF459573A2541CEB017A393 /* ../Play-/deps/CodeGen/tests/MemAccessRefTest.cpp */; }; + 407A6CBC88624694A3393536 /* ../Play-/Source/s3stream/S3ObjectStream.cpp */ = {isa = PBXBuildFile; fileRef = 9FDDF3D62661422AA1B29298 /* ../Play-/Source/s3stream/S3ObjectStream.cpp */; }; + 40859C04F7A34887ACB18C2E /* ../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */ = {isa = PBXBuildFile; fileRef = 540CC64084FC40808E8566EE /* ../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */; }; + 40B024064FCB402E82037D98 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */ = {isa = PBXBuildFile; fileRef = 1A78125883BE4A8A803DF045 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */; }; + 40EAF835767E442686F13B7B /* ../Play-/deps/CodeGen/tests/AliasTest.cpp */ = {isa = PBXBuildFile; fileRef = 19D136008A03463BB5A75756 /* ../Play-/deps/CodeGen/tests/AliasTest.cpp */; }; + 411262608D7F4BC0BB53F9A1 /* ../Play-/deps/Framework/src/http/AppleHttpClient.cpp */ = {isa = PBXBuildFile; fileRef = E72DAED82BA34DEABB2EB023 /* ../Play-/deps/Framework/src/http/AppleHttpClient.cpp */; }; + 412597EEEAC644CB8AA6457F /* ../Play-/deps/Framework/src/bitmap/Bitmap.cpp */ = {isa = PBXBuildFile; fileRef = E705F9B6218C497DB5B02DB9 /* ../Play-/deps/Framework/src/bitmap/Bitmap.cpp */; }; + 41286075C29C465C98405562 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCache.m */ = {isa = PBXBuildFile; fileRef = 002B3B6A3DE04F72A233CCC6 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCache.m */; }; + 412FC91F7DE545F9846ABA32 /* ../Play-/Source/iop/ioman/PathDirectoryIterator.cpp */ = {isa = PBXBuildFile; fileRef = 21C3A2A80A594FC0A1B1C8D8 /* ../Play-/Source/iop/ioman/PathDirectoryIterator.cpp */; }; + 416B9C67A0774C889F385BDA /* ../Play-/deps/Framework/src/zip/ZipInflateStream.cpp */ = {isa = PBXBuildFile; fileRef = E92C584DCEE74AAD89F06A58 /* ../Play-/deps/Framework/src/zip/ZipInflateStream.cpp */; }; + 41779016BE47433CB5AB19B2 /* ../Play-/Source/ee/Vif.h */ = {isa = PBXBuildFile; fileRef = E2CC69324037487F98563CD2 /* ../Play-/Source/ee/Vif.h */; }; + 41D29ED19BFF47358AC6B0ED /* ../Play-/deps/CodeGen/tests/FpClampTest.h */ = {isa = PBXBuildFile; fileRef = 18A0E0F702A94655B7494EFD /* ../Play-/deps/CodeGen/tests/FpClampTest.h */; }; + 41E3BC792074467799763D94 /* ../Play-/Source/saves/Icon.h */ = {isa = PBXBuildFile; fileRef = 3AC013EAFDF944B0BC9CD4F5 /* ../Play-/Source/saves/Icon.h */; }; + 41EB3784D4C94C68B3DD7D77 /* ../Play-/Source/iop/Iop_Dynamic.h */ = {isa = PBXBuildFile; fileRef = 4C863E0D014843ED8D2A898B /* ../Play-/Source/iop/Iop_Dynamic.h */; }; + 41F50E1CD0EE463CBCF7904F /* ../Play-/Source/ui_ios/Base.lproj/Main.storyboard */ = {isa = PBXBuildFile; fileRef = DF585CA755B3413C80742E58 /* ../Play-/Source/ui_ios/Base.lproj/Main.storyboard */; }; + 42222F8BAF33458D9B3C6E7D /* ../Play-/Source/ui_ios/Resources/select.png */ = {isa = PBXBuildFile; fileRef = FB8DF458F6C441A8A5349C97 /* ../Play-/Source/ui_ios/Resources/select.png */; }; + 424E0870D451460DB9499DFB /* ../Play-/deps/CodeGen/tests/MemAccessIdxTest.cpp */ = {isa = PBXBuildFile; fileRef = 025ECD4D58B9421FB84B2D03 /* ../Play-/deps/CodeGen/tests/MemAccessIdxTest.cpp */; }; + 428E0729AC6042C1A6FFE73B /* ../cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeFiles/Framework_Amazon.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 7528C4E5D4A54AEFBBE41758 /* ../cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeFiles/Framework_Amazon.dir/Info.plist */; }; + 429B2381E32E433481CF2FF5 /* ../Play-/Source/ui_ios/PreferenceDefs.h */ = {isa = PBXBuildFile; fileRef = ADBD878748214EA38A2B27A6 /* ../Play-/Source/ui_ios/PreferenceDefs.h */; }; + 42DC8B231D8245ECAE9EFD22 /* ../Play-/deps/Framework/src/xml/Parser.cpp */ = {isa = PBXBuildFile; fileRef = 0F38F7D6F9B34BB9AAF1A6FA /* ../Play-/deps/Framework/src/xml/Parser.cpp */; }; + 43E6565BAFD94A09A65EB616 /* ../Play-/Source/iop/Iop_IomanX.h */ = {isa = PBXBuildFile; fileRef = A1B3E6CF7BBD4B588A299052 /* ../Play-/Source/iop/Iop_IomanX.h */; }; + 440682AE70F84572825F7640 /* ../Play-/deps/Dependencies/xxHash/xxhash.c */ = {isa = PBXBuildFile; fileRef = 3FE4A6EC95614E148639381C /* ../Play-/deps/Dependencies/xxHash/xxhash.c */; }; + 441C5963DDFA49DC91B07AC6 /* ../Play-/deps/CodeGen/tests/CompareTest.cpp */ = {isa = PBXBuildFile; fileRef = 6ED75BDBF4E9429D9CA6CAA5 /* ../Play-/deps/CodeGen/tests/CompareTest.cpp */; }; + 441D66C2F301473D8AA06DBC /* ../Play-/Source/ui_shared/StatsManager.cpp */ = {isa = PBXBuildFile; fileRef = F1399BF8327F4E7F985354F0 /* ../Play-/Source/ui_shared/StatsManager.cpp */; }; 442A02FC99C84F0097FDDCBE /* /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/ImageIO.framework */ = {isa = PBXBuildFile; fileRef = 423D354C0D3C4917978DDD92 /* /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/ImageIO.framework */; }; - 4443E0F862D144B5824E9719 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86_32.h */ = {isa = PBXBuildFile; fileRef = 689F5A034B394D4BB5CE206E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86_32.h */; }; - 444ADBFE11F244F5959B7051 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/idct/IEEE1180.cpp */ = {isa = PBXBuildFile; fileRef = 22F48D6865864B9088B50615 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/idct/IEEE1180.cpp */; }; - 445E30A782964693A56D5319 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/analogstick.png */ = {isa = PBXBuildFile; fileRef = 01ED08687266442B849C5744 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/analogstick.png */; }; - 449ED6E2266F4F07AC6B8A2C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.h */ = {isa = PBXBuildFile; fileRef = 20FB728BAF3C4B399AF97899 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.h */; }; - 44A6F412D32C4F6A9865E588 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */ = {isa = PBXBuildFile; fileRef = 3A0123F20326486CA9951B57 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */; }; - 44B85192733A47688BF754C5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ImageUint2DValue.h */ = {isa = PBXBuildFile; fileRef = 8570C2CC97484BB3B0CD64A6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ImageUint2DValue.h */; }; - 44C5D1823DEB4F37BD7D381E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ioman.h */ = {isa = PBXBuildFile; fileRef = 61BC881113E04A9D9BE5D774 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ioman.h */; }; - 44C7E814A0A94DAABB537D57 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2.h */ = {isa = PBXBuildFile; fileRef = BD6B7BEFCBD143B88495BB6D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2.h */; }; - 44CD1961FD604F848BD24368 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/CMakeFiles/Play-CMakeForceLinker.swift */ = {isa = PBXBuildFile; fileRef = D48A4EF73C454B1EA322651A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/CMakeFiles/Play-CMakeForceLinker.swift */; }; - 44DB1C0F71314455BD938352 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameLimiter.h */ = {isa = PBXBuildFile; fileRef = A273A706720843B1A8694168 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameLimiter.h */; }; - 44E4819D3E634964A2E4115D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sio2.h */ = {isa = PBXBuildFile; fileRef = 958A805690FE4AA1B1E227C4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sio2.h */; }; - 44E749D53CCD4B05B8BC7B74 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsCachedArea.cpp */ = {isa = PBXBuildFile; fileRef = 959DD867537B457C822F6E68 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsCachedArea.cpp */; }; - 455A3300C03D42B4A268CE09 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/CMakeFiles/Framework.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = A9E47A61E5F4437DA8336D26 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/CMakeFiles/Framework.dir/Info.plist */; }; - 45775A6DBEE74E69A78AD6C3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.cpp */ = {isa = PBXBuildFile; fileRef = 3ABB1C54706047A6972EBFA6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.cpp */; }; - 45ED4BDB722D46D6B918C296 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpSaveImporter.h */ = {isa = PBXBuildFile; fileRef = C1217700537E4F728CA9629F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpSaveImporter.h */; }; - 45F266F19098417E9D2E0FA5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu.cpp */ = {isa = PBXBuildFile; fileRef = 46DDFAAA2B88419998ECF0E9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu.cpp */; }; - 46157C74975A4CC7ACC63635 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Md.cpp */ = {isa = PBXBuildFile; fileRef = 14C9F5BFD33A4F298B54DB1C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Md.cpp */; }; - 46242F07D51341CCA3018C5F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuBasicBlock.cpp */ = {isa = PBXBuildFile; fileRef = D475799CFEAE40AF80DE75FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuBasicBlock.cpp */; }; - 46261BC5915C43EC95AF8C68 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2100.cpp */ = {isa = PBXBuildFile; fileRef = 15502CAEF24C48DEB2C3C6FC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2100.cpp */; }; - 46BAB99B3B6A43B8ACF4AB59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutBase.h */ = {isa = PBXBuildFile; fileRef = 750053C9C0A14551A950CDF5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutBase.h */; }; - 46C8D811DAD949B594A7D45A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/LiteralPool.h */ = {isa = PBXBuildFile; fileRef = 05BDDE6E3BCD4E4C8B8E6774 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/LiteralPool.h */; }; - 46DC9C71821D466A9A69D604 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thmsgbx.h */ = {isa = PBXBuildFile; fileRef = F06231026D0C4D44BC90BC45 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thmsgbx.h */; }; - 46F57DEC164C4FFB860AF579 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/COP_VU.cpp */ = {isa = PBXBuildFile; fileRef = 535226D2FFAB4425A20B079B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/COP_VU.cpp */; }; - 472005643954491DB70BFA14 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MotionCodeTable.h */ = {isa = PBXBuildFile; fileRef = 738BCA40D3744C0C8768F048 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MotionCodeTable.h */; }; - 47837A99CF584DD9AB3C6CD1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 30E61F8AC98B40F7AF0B1AE2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/CMakeLists.txt */; }; - 479A68834FBE4B0A908E100E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_flac.c */ = {isa = PBXBuildFile; fileRef = 2E46CEDFBD6C4A4FB0B630E4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_flac.c */; }; - 479F171596FE471E99351A3B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */ = {isa = PBXBuildFile; fileRef = 4117C05DE87F4818AAA7F913 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */; }; - 47C093C02C6C4E658F144A30 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAssembler.h */ = {isa = PBXBuildFile; fileRef = EE788989F0B04052A8F4A6C3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAssembler.h */; }; - 480D9F8785134A64BC46FACB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPS.h */ = {isa = PBXBuildFile; fileRef = DBEAEC9CDB7F40169C2AB959 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPS.h */; }; - 48366150DCAA4102B69F8C6F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */ = {isa = PBXBuildFile; fileRef = 2052CA808BB84CD6B65B523A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */; }; - 484D4C8696214A4598E889A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c */ = {isa = PBXBuildFile; fileRef = AD8EC267402D495BA304A8E5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c */; }; - 499BCD4398754443B601BEF1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpReader.cpp */ = {isa = PBXBuildFile; fileRef = 5FC42D76F958474F9C7B43A1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpReader.cpp */; }; - 4A15A0FE730F40EFBD4B6235 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_Optimize.cpp */ = {isa = PBXBuildFile; fileRef = EC55C1E1DF3949E6B89212CB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_Optimize.cpp */; }; - 4A9254FDF43049DEB69A8929 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */ = {isa = PBXBuildFile; fileRef = 9E87F0C75F3947EB882CBCEB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */; }; - 4AF81773741240BC9D684614 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.h */ = {isa = PBXBuildFile; fileRef = 8B357CAA37ED4951925C045E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.h */; }; - 4B1369CA69B24E02ACE8B53D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageManager.m */ = {isa = PBXBuildFile; fileRef = 2A7F47907A53494FB021A13F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageManager.m */; }; - 4B86CCEE6F2F4DCDBA1D56AE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/HlslShaderGenerator.cpp */ = {isa = PBXBuildFile; fileRef = 99C8DE2D3F094F5AB8BE5308 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/HlslShaderGenerator.cpp */; }; - 4B97CA59BF194CD1A642C79E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_UpperReflection.cpp */ = {isa = PBXBuildFile; fileRef = 30023297217B4B40B889F63C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_UpperReflection.cpp */; }; - 4BE2B3EF0039426D89932E95 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_AArch64.h */ = {isa = PBXBuildFile; fileRef = 0A30BCAA37614488935BE3AF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_AArch64.h */; }; - 4C8CACF6F2014900BD8CD8D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/DMAC.h */ = {isa = PBXBuildFile; fileRef = B50A2E753CAC49379967597F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/DMAC.h */; }; - 4CBA50F3241E4DF2BCE53B9B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/PsfPlayer/Source/SH_OpenAL.h */ = {isa = PBXBuildFile; fileRef = F15686F0162A4AD7A7B88E11 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/PsfPlayer/Source/SH_OpenAL.h */; }; - 4D54C62C2FCF4CB2B9D1A9A1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockAddressIncrementTable.cpp */ = {isa = PBXBuildFile; fileRef = 1674D75814A24C3BA90CB8F4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockAddressIncrementTable.cpp */; }; - 4D6C7D5F8D384A6DBB610C85 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadInterface.cpp */ = {isa = PBXBuildFile; fileRef = 36BC07E8B8F74053825915E7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadInterface.cpp */; }; - 4DF64F479432491EA5B28B4A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateCollectionFile.cpp */ = {isa = PBXBuildFile; fileRef = 69C287E60DE74372822A3177 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateCollectionFile.cpp */; }; - 4E71D4AE334F4330B0B9579C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu.cpp */ = {isa = PBXBuildFile; fileRef = D9C623D231A545B5BA677AED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu.cpp */; }; - 4EA57ED9755948F1935472CD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */ = {isa = PBXBuildFile; fileRef = B886FBF5359C4DC28A8AFEC5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */; }; - 4ED13FCEEA1D48089AD02333 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameDump.cpp */ = {isa = PBXBuildFile; fileRef = DC034D0170EF4C1CBB712273 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameDump.cpp */; }; - 4F28EABB32C54E58BD4B180C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 1CE3DC26157A4F4187229647 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/CMakeLists.txt */; }; - 4F5A50770C584312A1A401EB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2_Core.h */ = {isa = PBXBuildFile; fileRef = AF66BBFCC49940E78B4C0ABE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2_Core.h */; }; - 4FAFE1052804404989F7FE4A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86.cpp */ = {isa = PBXBuildFile; fileRef = 730FFAC945FF45DC98DEBD59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86.cpp */; }; - 4FFE20E7E05C433981D44E38 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/CMakeFiles/AltKit.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 1AC2C635BF19410180EDB0CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/CMakeFiles/AltKit.dir/Info.plist */; }; - 50528A20115B4834A274EF73 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifDynamic.h */ = {isa = PBXBuildFile; fileRef = 07B855465BAE4DC48940B7AD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifDynamic.h */; }; - 506003CA2D484742B41C2199 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/DirectoryDevice.h */ = {isa = PBXBuildFile; fileRef = 01D35FF5B1D248F3881E5552 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/DirectoryDevice.h */; }; - 5078937484354986824E070A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/AppConfig.cpp */ = {isa = PBXBuildFile; fileRef = 960B55579C674BFAB9B0DA33 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/AppConfig.cpp */; }; - 5082F7276AD54FE78C410A52 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/PfsDefs.h */ = {isa = PBXBuildFile; fileRef = 55C8CB48119D4ED6A6BFFFA6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/PfsDefs.h */; }; - 511B13C80E654FE59A99D764 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */ = {isa = PBXBuildFile; fileRef = 7E0770AD90F447ACBBE647E1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */; }; - 5206091A6682440680E647B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */ = {isa = PBXBuildFile; fileRef = 693D753D4FCE4111A878116E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */; }; - 521F48984DDD417E9539AFDB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intrman.h */ = {isa = PBXBuildFile; fileRef = 4CC2F47B164542ECA2E27377 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intrman.h */; }; - 523CC7E549E2432BA76F9D51 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/ThreadUtils.h */ = {isa = PBXBuildFile; fileRef = B8BFA92EC6964B07A5FCBB25 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/ThreadUtils.h */; }; - 525EF7B4AA1A44BE8581C332 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dynamic.cpp */ = {isa = PBXBuildFile; fileRef = 666EF734D81B4F51B228D96E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dynamic.cpp */; }; - 526F267BC66C4E09AB858379 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */ = {isa = PBXBuildFile; fileRef = 0C9262D3E9AE4981AC645593 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */; }; - 52BF11C8B1E04099B46E7B19 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_SymbolTable.cpp */ = {isa = PBXBuildFile; fileRef = D67A180E8F4543E0AEAA7E15 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_SymbolTable.cpp */; }; - 52E48F772E6B47469AEC4A82 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Stream.cpp */ = {isa = PBXBuildFile; fileRef = DA5078C0DED84C66A810FDE8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Stream.cpp */; }; - 52E6EB4D03124CF096B8BBB0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thbase.h */ = {isa = PBXBuildFile; fileRef = 42A6E100C562422FA9CCD03A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thbase.h */; }; - 534F4B4FB76046DA8F941208 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/huf.h */ = {isa = PBXBuildFile; fileRef = 3F491752278E420CABA8948A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/huf.h */; }; - 53E65AE631E94A8F9A00A919 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ExternJumpTest.h */ = {isa = PBXBuildFile; fileRef = FEDC7A7D034A45539E283511 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ExternJumpTest.h */; }; - 54498FADF8D641D18BBA33C6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Uint4Value.h */ = {isa = PBXBuildFile; fileRef = 20F7E9D578F745FFB623A769 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Uint4Value.h */; }; - 5457AFA66BB840B3BDAFD7E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+WebP.m */ = {isa = PBXBuildFile; fileRef = EE12AF9419FE41569A3C6DF1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+WebP.m */; }; - 54596A36C9434085AFE63986 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/IszImageStream.cpp */ = {isa = PBXBuildFile; fileRef = AE7506125C6A46DDB9CDE593 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/IszImageStream.cpp */; }; - 548E435A1ED34F868C717391 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Logic64Test.cpp */ = {isa = PBXBuildFile; fileRef = C3A8EE001090494DB7F9D5C8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Logic64Test.cpp */; }; - 54D9C3731DB04BA7AE102456 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/SaveStateViewController.m */ = {isa = PBXBuildFile; fileRef = 2959EFD9507D46A7B0931C6B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/SaveStateViewController.m */; }; - 54ED960B745348ECB95B62E1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMinMaxTest.h */ = {isa = PBXBuildFile; fileRef = B8B3D8D531884CAFB902F8C7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMinMaxTest.h */; }; - 54F1FD32B88944AD9F505E3E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/SettingsViewController.h */ = {isa = PBXBuildFile; fileRef = 69DDB52CFC5F4F6687324092 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/SettingsViewController.h */; }; - 553E8E84139846CCB089229A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoSys246.h */ = {isa = PBXBuildFile; fileRef = 9900CEF5035E41E488D588FD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoSys246.h */; }; - 55A7988B41654F79914C164F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/TimeUtils.h */ = {isa = PBXBuildFile; fileRef = 7CAE51278D564807873F1628 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/TimeUtils.h */; }; - 55FCEC22DBFE40ECBE698D16 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 42C11641EC704D0986ABE45D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist */; }; - 5641DACEF6C742538FF69ABA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */ = {isa = PBXBuildFile; fileRef = AC9A0457E88A44A59E3DA756 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */; }; - 5646B0896998475590CC7EA6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdAddTest.cpp */ = {isa = PBXBuildFile; fileRef = C9563B2C9A224E2A9A546917 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdAddTest.cpp */; }; - 56522B788F8E4647BEC3B95F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV.cpp */ = {isa = PBXBuildFile; fileRef = 80C98275B302431295B29F47 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV.cpp */; }; - 5666BB2DE3264CBB91C71C77 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/CpuArch.c */ = {isa = PBXBuildFile; fileRef = 79DECE9F96AD48A188611532 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/CpuArch.c */; }; - 56C791CC6A2D45A2A33057BB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */ = {isa = PBXBuildFile; fileRef = D32BE63D5992499AB6366610 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */; }; - 57411378FEF5457D8DD2DF5E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/CMakeFiles/xxhash.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = D3F1FFC15FB440F4B9A8C911 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/CMakeFiles/xxhash.dir/Info.plist */; }; - 57B875C5490549A0B7E7F19F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesProcesses.cpp */ = {isa = PBXBuildFile; fileRef = B8C9150E292F44DBB6E3FCE8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesProcesses.cpp */; }; - 58104A2252224EC8917743EB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Log.cpp */ = {isa = PBXBuildFile; fileRef = 60BFEDE693894A7CBB49A626 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Log.cpp */; }; - 58F003A922D5475B8D63D719 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/MemoryCard.cpp */ = {isa = PBXBuildFile; fileRef = D75BF12E853341D68E3D4460 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/MemoryCard.cpp */; }; - 59018EDD5ABB404589009B34 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypePTable.cpp */ = {isa = PBXBuildFile; fileRef = DAE937D4D2FD45909A2ECAD3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypePTable.cpp */; }; - 592208C48EF2431089DC3AE9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md.cpp */ = {isa = PBXBuildFile; fileRef = DE027B95187248D7AF8B67FF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md.cpp */; }; - 5993E2F629914FC4A7AA12DB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaLib.h */ = {isa = PBXBuildFile; fileRef = 4040F1C3025B4D798667A320 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaLib.h */; }; - 5A023CD06C4846E7AA3C5E53 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/NSData+ImageContentType.m */ = {isa = PBXBuildFile; fileRef = 3C452167FD6040A187AA7D9C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/NSData+ImageContentType.m */; }; - 5A709C4530AF446ABA12227D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifCmd.h */ = {isa = PBXBuildFile; fileRef = 765B67DD0B9E4E27927A0DBE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifCmd.h */; }; - 5A8E7C5F0AE243429A61EE8D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/GIF.h */ = {isa = PBXBuildFile; fileRef = 91D29A1AE513472CB678B7F8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/GIF.h */; }; - 5AB3B44FDCD54CE99DB9540F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h */ = {isa = PBXBuildFile; fileRef = F42C6C60AA624D90A4E4C598 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h */; }; - 5ADC1B9F5BE74DD6BE98C263 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/NSImage+WebCache.m */ = {isa = PBXBuildFile; fileRef = 51DDADE110EA4C198C0423A4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/NSImage+WebCache.m */; }; - 5AE31386E1A444C9AD2E4699 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Mul.h */ = {isa = PBXBuildFile; fileRef = 2F24FDB21B944AC68DE17947 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Mul.h */; }; - 5B24F0813F9E4C9B9A85CE7A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.h */ = {isa = PBXBuildFile; fileRef = 54553966591F4ED0AD3758AD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.h */; }; - 5B5F284C939A406CBFA0D3BB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */ = {isa = PBXBuildFile; fileRef = 904DEB7992DD4D76B1FEEC99 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */; }; - 5B6453F5DCFD4DFD9C247403 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter.cpp */ = {isa = PBXBuildFile; fileRef = DA49ED06BD70400BB8488346 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter.cpp */; }; - 5BBA5FC02CDC40C5BC81274B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/BraIA64.c */ = {isa = PBXBuildFile; fileRef = 3DA6CDA302654E3AA60084CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/BraIA64.c */; }; - 5C0BD33322B4476A9A65BD12 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Heaplib.cpp */ = {isa = PBXBuildFile; fileRef = 9955DDAB8C5D4A1EA5CF1EA0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Heaplib.cpp */; }; - 5C375C7684F148228E0B7DDA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CompareTest.h */ = {isa = PBXBuildFile; fileRef = 0B7B5E0746DF4F358ECCE98B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CompareTest.h */; }; - 5C5BA6CA674949B5A56838C1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif1.cpp */ = {isa = PBXBuildFile; fileRef = EF69C83EC6E84C3BBD488305 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif1.cpp */; }; - 5C763400260E426EA0DC8636 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = DBE26B6E792D4E41BC34926B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/CMakeLists.txt */; }; - 5CE84CAB17914740865EF5DB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdImageStream.cpp */ = {isa = PBXBuildFile; fileRef = 29F7AD56793347049EDF59F8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdImageStream.cpp */; }; - 5DBBAADED5644E9384347C9A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86_64.h */ = {isa = PBXBuildFile; fileRef = BC18C7C4396348DA9FFD63F1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86_64.h */; }; - 5DDD62FA9759462C8140A928 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast_win1252.cpp */ = {isa = PBXBuildFile; fileRef = 2E9852F7D4F3475A99A6E2B8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast_win1252.cpp */; }; - 5DDE9C2EB8EB408E94C48EE7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/CMakeFiles/chdr-static.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 1C603F1AD651461B915C9391 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/CMakeFiles/chdr-static.dir/Info.plist */; }; - 5E21EDDB65604DE7824934EA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Program.h */ = {isa = PBXBuildFile; fileRef = 61A2E6FAAE0E49DEB8FC7510 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Program.h */; }; - 5E424C0E707740BDBC92586E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CsoImageStream.h */ = {isa = PBXBuildFile; fileRef = 97BA7D347F8C4DAC97C91DF5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CsoImageStream.h */; }; - 5EC161EEC5BF4FB6A9D2CD83 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.h */ = {isa = PBXBuildFile; fileRef = B2C67523BFE54A6691FE3373 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.h */; }; - 5F114E2072504B85B34160EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/ServerConnection.swift */ = {isa = PBXBuildFile; fileRef = E3F8E2885531436FBBABEB23 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/ServerConnection.swift */; }; - 5F342523EF474C0FAAC8BEF8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_SymbolTable.h */ = {isa = PBXBuildFile; fileRef = 1CE9D52D044C469BA7037573 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_SymbolTable.h */; }; - 5F9D6F6E944B495DA49440A7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/ObjectFile.h */ = {isa = PBXBuildFile; fileRef = E342527B5F5B4734981ECDCD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/ObjectFile.h */; }; - 5FA0F73C76824C258F75C645 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/VolumeDescriptor.cpp */ = {isa = PBXBuildFile; fileRef = 70B4E7F4EA194673AF379345 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/VolumeDescriptor.cpp */; }; - 5FA540495EC640529B18EC28 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpSaveImporter.cpp */ = {isa = PBXBuildFile; fileRef = 266DDDD172DF43BCA407E195 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpSaveImporter.cpp */; }; - 60418A6D3F4046E9B5737BC6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_Wasm.h */ = {isa = PBXBuildFile; fileRef = 2B04A52C488643FF9E750EAE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_Wasm.h */; }; - 605E968E7799433DAAE77FD4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Speed.cpp */ = {isa = PBXBuildFile; fileRef = 62A1E6AA0D1744FC869E47C1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Speed.cpp */; }; - 6080D8D8879447D5BE0F008B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/filesystem_def.h */ = {isa = PBXBuildFile; fileRef = 09A85B7E929643BFB848DCEC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/filesystem_def.h */; }; - 609057700D094B47A13689FE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/GIF.cpp */ = {isa = PBXBuildFile; fileRef = BFBEB660F281415FA53FED59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/GIF.cpp */; }; - 61576E508D8E463BB98D6657 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdSubTest.h */ = {isa = PBXBuildFile; fileRef = B3CC9C6F125849CCA9E6B3A6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdSubTest.h */; }; - 62369D3C9BC84BEEB9A49070 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/AppDelegate.mm */ = {isa = PBXBuildFile; fileRef = 8979FCDA32AA4A44A6C58F7F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/AppDelegate.mm */; }; - 623A2BE4590D467A82FD2AEC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StringUtils.cpp */ = {isa = PBXBuildFile; fileRef = 1A364A9BCE3A4B3F8C3E4E3D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StringUtils.cpp */; }; - 62800479AA9147DB9046F68D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MemoryFunction.h */ = {isa = PBXBuildFile; fileRef = DA00CD0E7D754010B0BEECDE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MemoryFunction.h */; }; - 62E57D0706394945B5846281 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SocketStream.h */ = {isa = PBXBuildFile; fileRef = 42FC3EA7500B4070A8FEA856 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SocketStream.h */; }; - 63334FC5797C4D478070B793 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipDeflateStream.h */ = {isa = PBXBuildFile; fileRef = 53F241304A6F4E50A535DB96 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipDeflateStream.h */; }; - 63612CE00A7F4CE99EE1C546 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Module.cpp */ = {isa = PBXBuildFile; fileRef = EFFC3BFD181F4D849667C114 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Module.cpp */; }; - 637D01D99E5A4D77B9100C39 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_LoadStore.h */ = {isa = PBXBuildFile; fileRef = 3E3E8B7316DD440C8100B95F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_LoadStore.h */; }; - 639B55D766684C9B84CE5826 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateFile.h */ = {isa = PBXBuildFile; fileRef = 3CC89C9C0A6B4B7A9668DA2F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateFile.h */; }; - 63B22CDDF79643A181CFD409 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/ShaderModule.h */ = {isa = PBXBuildFile; fileRef = C068C562DB8C4358931E7E91 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/ShaderModule.h */; }; - 63D624669D2C403CA50102EB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdCdImageStream.h */ = {isa = PBXBuildFile; fileRef = 06E8EBDDFF674B479D4ABCCE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdCdImageStream.h */; }; - 6468FE74878D48E69A437CBE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Profiler.cpp */ = {isa = PBXBuildFile; fileRef = 076E689FABE446B8A184890F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Profiler.cpp */; }; - 64B9F06A4AF5452CB941BA34 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdAddTest.h */ = {isa = PBXBuildFile; fileRef = C85390585863447AB4B11828 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdAddTest.h */; }; - 64C2EE35ED394B729F105997 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Delta.c */ = {isa = PBXBuildFile; fileRef = C225E4B892D94F4086F54B54 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Delta.c */; }; - 64C413252FBC49E8B14E417B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Call64Test.cpp */ = {isa = PBXBuildFile; fileRef = FEF64CD677A149FD945E2044 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Call64Test.cpp */; }; - 65567AF97A1F413BB9973046 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManPs2.h */ = {isa = PBXBuildFile; fileRef = 8B1961DBF08F4D93BDD16C04 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManPs2.h */; }; - 6593E6420C4C463597C3CFBC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */ = {isa = PBXBuildFile; fileRef = 8F5FA03416D84B2386DF4F38 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */; }; - 65CC1B8FB2C643E686EDF871 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Singleton.h */ = {isa = PBXBuildFile; fileRef = 53B26D1F24964D288848F10F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Singleton.h */; }; - 661D66E3D6444300B2EA8166 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FpUtils.cpp */ = {isa = PBXBuildFile; fileRef = 047B72D357CD4158A7F87122 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FpUtils.cpp */; }; - 664045BDA5FF4FC9A98E7513 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EEAssembler.h */ = {isa = PBXBuildFile; fileRef = 786C7B82AA704AEEAEBFB433 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EEAssembler.h */; }; - 66888F710724470FA9B9413C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Fpu.cpp */ = {isa = PBXBuildFile; fileRef = FBC86F46449748919025F8BE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Fpu.cpp */; }; - 670E58922E1E4CA9825AE3F1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Fpu.cpp */ = {isa = PBXBuildFile; fileRef = 786950D61CD745EAA0DEA5D6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Fpu.cpp */; }; - 6739AE2934B64F879B84A187 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Fpu.cpp */ = {isa = PBXBuildFile; fileRef = 061B12EF93644EBC81F0F11B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Fpu.cpp */; }; - 676EC2E8FABC47788D04B52D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Delta.h */ = {isa = PBXBuildFile; fileRef = 7F7AD012A3F24890AB748A13 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Delta.h */; }; - 6778BE958C7B4DC6847C8802 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsPixelFormats.h */ = {isa = PBXBuildFile; fileRef = 698231AE756D4B48ABF3638D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsPixelFormats.h */; }; - 678C531DED294BBCA31CDA6E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_RootCounters.cpp */ = {isa = PBXBuildFile; fileRef = 61DACCFDE3514C82878D0C46 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_RootCounters.cpp */; }; - 67969122833748688A6E2562 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OpticalMedia.cpp */ = {isa = PBXBuildFile; fileRef = C4607D6034264F2B9A44A589 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OpticalMedia.cpp */; }; - 67E93B508E81406BB355F7E2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSArchitecture.cpp */ = {isa = PBXBuildFile; fileRef = 352499A11536491AB456C49E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSArchitecture.cpp */; }; - 6846E7D78B4B4E509A119CD2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadHandler.h */ = {isa = PBXBuildFile; fileRef = 1A8F14B4BE3842FC87BC5432 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadHandler.h */; }; - 688D432F3C4740799CCF07F9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU.cpp */ = {isa = PBXBuildFile; fileRef = 78BB6C1F55D54FA387F1D171 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU.cpp */; }; - 68B9B748CDB2402FB34A7A1C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thsema.h */ = {isa = PBXBuildFile; fileRef = 034CD532BAC4484F814277EF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thsema.h */; }; - 68DA81456BD04236BAA78E4E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/VirtualPad.h */ = {isa = PBXBuildFile; fileRef = CE48F86044044B46819493B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/VirtualPad.h */; }; - 68F5CA533BD449E9912439FF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutObject.cpp */ = {isa = PBXBuildFile; fileRef = 3B7DB4D4D9F847C88A829394 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutObject.cpp */; }; - 6918714785C54051B1BCEAFA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.h */ = {isa = PBXBuildFile; fileRef = DFBD730D2C7143C0AFC93FEB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.h */; }; - 696A1182D4CA4B4ABF6EDCE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */ = {isa = PBXBuildFile; fileRef = 5ED20A9D53104E24A39C7ADA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */; }; - 6976B9DA2C3F4805B1F3005D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDevice.h */ = {isa = PBXBuildFile; fileRef = 29E3C0FE68B546E1A576D108 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDevice.h */; }; - 698EABCD8A314C189003B77E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ConditionTest.h */ = {isa = PBXBuildFile; fileRef = 9040E48098FB4D5788D9954E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ConditionTest.h */; }; - 69ABE917B86E4356A4C42EDC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ShaderBuilder.h */ = {isa = PBXBuildFile; fileRef = 5DD3CDEF5E2A4D698DAF766E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ShaderBuilder.h */; }; - 69D27BF0EF7C4339A25579F6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */ = {isa = PBXBuildFile; fileRef = 7E834FF121E54CB9B649DD72 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */; }; - 6A015DE488C746BCA12B4979 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_64.cpp */ = {isa = PBXBuildFile; fileRef = 34481F49159646F1819E914F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_64.cpp */; }; - 6A296081E2344606BE81BFDE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateFile.cpp */ = {isa = PBXBuildFile; fileRef = A9E7C19B4F6F4637B0A676B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateFile.cpp */; }; - 6A2CE225EDFB493CB17B3F96 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PowerOff.h */ = {isa = PBXBuildFile; fileRef = F2A83C33D82742D582FC9D07 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PowerOff.h */; }; - 6AD221BBA48D49A9B7A35192 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/7zTypes.h */ = {isa = PBXBuildFile; fileRef = 73B82D3E44DD45F2B7CC72BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/7zTypes.h */; }; - 6B8BDB98C1C04D43BFA784DE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanPipelineCache.h */ = {isa = PBXBuildFile; fileRef = FC14AB95A87E4D798CA03792 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanPipelineCache.h */; }; - 6BDCEEFEFB5641A6BD164B63 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BlockLookupOneWay.h */ = {isa = PBXBuildFile; fileRef = 86B26C95426D4D78B25FBF7B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BlockLookupOneWay.h */; }; - 6BE8855CA2794EDBA43C9709 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/DebuggerSimulator.h */ = {isa = PBXBuildFile; fileRef = DEF6306CC015446B8E8273C3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/DebuggerSimulator.h */; }; - 6C086399CB0C4D90B166FC66 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/mem.h */ = {isa = PBXBuildFile; fileRef = C04E05C8DCFE4CE59592986A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/mem.h */; }; - 6C1DEAB542D249DEBA5C492D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/ArcadeUtils.h */ = {isa = PBXBuildFile; fileRef = 894E13B0249C4B208B9EA0E2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/ArcadeUtils.h */; }; - 6C258293181A473B9343CE7F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.c */ = {isa = PBXBuildFile; fileRef = C6C187228B704A999740C489 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.c */; }; - 6C3BB2CF3B0C40BEBD921347 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/MaxSaveImporter.cpp */ = {isa = PBXBuildFile; fileRef = 28575F5F6EAE40BAB014697F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/MaxSaveImporter.cpp */; }; - 6C46FFF58BA64719AB192A19 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/VirtualPadStick.mm */ = {isa = PBXBuildFile; fileRef = 39968F50C0EC4A1CBB0F2A66 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/VirtualPadStick.mm */; }; - 6C5949ACC16946DB8A45C411 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.h */ = {isa = PBXBuildFile; fileRef = 2A4773BE8F6E4ED2B0717AB3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.h */; }; - 6C8E1CC02BBF4B4591409D00 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/AppleHttpClient.h */ = {isa = PBXBuildFile; fileRef = BE22F9A45E934B30BF444019 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/AppleHttpClient.h */; }; - 6CFC20614B0146D897F9BEC6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/lr.png */ = {isa = PBXBuildFile; fileRef = 95EAAE8DD69046818B2261D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/lr.png */; }; - 6CFF4D69829942BC954A121A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypeBTable.cpp */ = {isa = PBXBuildFile; fileRef = 8745C7C9058F4BBEB892CDBD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypeBTable.cpp */; }; - 6D4162B08F624075893EED05 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_McServ.h */ = {isa = PBXBuildFile; fileRef = 8BBEB1CCE2D74F139E49D9DD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_McServ.h */; }; - 6D7145048B3F4181A0C14547 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/ISO9660.cpp */ = {isa = PBXBuildFile; fileRef = 575FF93520DB47859D808DE1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/ISO9660.cpp */; }; - 6D7336B107E34D9AABEC2D49 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Cmp64Test.h */ = {isa = PBXBuildFile; fileRef = 6525E85382F04611B95A2B08 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Cmp64Test.h */; }; - 6DEBBCA4C1D5493BA2A187E9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */ = {isa = PBXBuildFile; fileRef = 278EB7C4D544453F82E74BBF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */; }; - 6E19DAE76C5941F69058E86D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/XmlStateFile.h */ = {isa = PBXBuildFile; fileRef = 58C597B14EFF4E609B8137BD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/XmlStateFile.h */; }; - 6E2C0AE205CD49D3B855D090 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/ArrayStack.h */ = {isa = PBXBuildFile; fileRef = F1758F2C11AD44D9A8A1C9D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/ArrayStack.h */; }; - 6EEEF04F418B43F1A14C5705 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Stdio.cpp */ = {isa = PBXBuildFile; fileRef = 4D5DDE86CCD347A9AC998A66 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Stdio.cpp */; }; - 6EF8635CD9704B3FB829C638 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 02DE657D32B5439AA916F523 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/CMakeLists.txt */; }; - 6F0AAEAE2E3D41E6AFBF4C6C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_EE_Reflection.cpp */ = {isa = PBXBuildFile; fileRef = 233FE64A727F4F6684A568B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_EE_Reflection.cpp */; }; - 6F36FFD040644DB4BD56DE5B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysclib.cpp */ = {isa = PBXBuildFile; fileRef = 84D89A13F42B454BACBD5C4F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysclib.cpp */; }; - 6F7276C81E65467FA2AAE80E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/GotoTest.h */ = {isa = PBXBuildFile; fileRef = 6B04137C3B7241358688A0F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/GotoTest.h */; }; - 6FB02D2D36BA47FD8B458E13 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MotionCodeTable.cpp */ = {isa = PBXBuildFile; fileRef = EA150B1CF0A041C98A51DAB9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MotionCodeTable.cpp */; }; - 6FB0C144BE8B40EFA26FD442 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 89CBE919DDED4A86B5232A1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist */; }; - 6FB5E2CC6EFD42519A2E04FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_DmacChannel.h */ = {isa = PBXBuildFile; fileRef = B66637A46FCB48CB95B186FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_DmacChannel.h */; }; - 6FBE971CCC0A4D1D9A5D6A5C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/amazon/AmazonS3Client.cpp */ = {isa = PBXBuildFile; fileRef = 70D4AE68416E4C5FA4D5B8CB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/amazon/AmazonS3Client.cpp */; }; - 6FCC7BC652B84923A5FE4A4D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysmem.h */ = {isa = PBXBuildFile; fileRef = 6A328196E4134B1BB504C0A8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysmem.h */; }; - 7045ED70B24B437FBAF6BE10 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Buffer.cpp */ = {isa = PBXBuildFile; fileRef = 37403D14055142169A1559C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Buffer.cpp */; }; - 705D8C2C527F450C95FDEABA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/HlslShaderGenerator.h */ = {isa = PBXBuildFile; fileRef = 74247524DEF04D1E82769F03 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/HlslShaderGenerator.h */; }; - 70B42BA342F14E46AA007B67 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutStretch.cpp */ = {isa = PBXBuildFile; fileRef = 2C2C55F593DA488BBB95D9C3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutStretch.cpp */; }; - 7116A9CA6A1E406087734EAF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest2.h */ = {isa = PBXBuildFile; fileRef = 327749DF737544BB9E672285 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest2.h */; }; - 712846E669784A27A210C729 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdManipTest.h */ = {isa = PBXBuildFile; fileRef = FD4FD64649B74AA192DF8B6D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdManipTest.h */; }; - 7161CA305E96477CBCCCF12A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/PathDirectoryDevice.h */ = {isa = PBXBuildFile; fileRef = 2B8F9C79835A4C35A0922431 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/PathDirectoryDevice.h */; }; - 7166A19DAFB04184AD6F87EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Shift.h */ = {isa = PBXBuildFile; fileRef = 5D407B47FA924799A6D74DD1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Shift.h */; }; - 71932D6708094834ACB648EF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpFlagTest.cpp */ = {isa = PBXBuildFile; fileRef = AE2D1AA13E3F40CBB965F1E7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpFlagTest.cpp */; }; - 71EA944674154CD89E353A71 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/MemoryStateFile.h */ = {isa = PBXBuildFile; fileRef = 322087645CC2479A8F6FAE44 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/MemoryStateFile.h */; }; - 721246FC93DE4D53A2D7C78E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageCompat.m */ = {isa = PBXBuildFile; fileRef = 7D619B836E004F78B0F9CA95 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageCompat.m */; }; - 7214556C1E31411DBF252AE6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoSys147.cpp */ = {isa = PBXBuildFile; fileRef = 4823D5565D9340D6B3056D72 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoSys147.cpp */; }; - 7248587E450840EC8F60B0FD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanContext.h */ = {isa = PBXBuildFile; fileRef = 7320F6928641477B8990D601 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanContext.h */; }; - 731B647E34A1423D9DB9B267 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_Upper.cpp */ = {isa = PBXBuildFile; fileRef = 7D4DBD16ADF74B788575F1F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_Upper.cpp */; }; - 73348FF879FF402B950718BD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Texture.cpp */ = {isa = PBXBuildFile; fileRef = E978496593AF43238E37A398 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Texture.cpp */; }; - 736B62ED41E4448BA3D931A4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */ = {isa = PBXBuildFile; fileRef = 61B2F207627043B7983CD750 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */; }; - 737E516099D8486496B28722 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/DirectoryRecord.h */ = {isa = PBXBuildFile; fileRef = E2E5C3CD842647E58E6C9FB3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/DirectoryRecord.h */; }; - 73E095B020FD4AAF940A9CDD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.h */ = {isa = PBXBuildFile; fileRef = 71275D5880544798904CFE6A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.h */; }; - 73ED6EA5CB4C4B08B5D1206D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.m */ = {isa = PBXBuildFile; fileRef = B85621635B784E57BBAA0520 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.m */; }; - 740282901A2844928445D4F8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGenFactory.h */ = {isa = PBXBuildFile; fileRef = D4B973BBA5354ADE834B5311 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGenFactory.h */; }; - 7456E45FD7A645969B4598F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Cmp64Test.cpp */ = {isa = PBXBuildFile; fileRef = 5B3A40A0555D4580A389471F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Cmp64Test.cpp */; }; - 74D0F319CD8643EDB2F4FD23 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/cpu.h */ = {isa = PBXBuildFile; fileRef = EA8AB96146B44F1888176E05 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/cpu.h */; }; - 7507CF53F31E4FD08BAEE6AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.h */ = {isa = PBXBuildFile; fileRef = 10221600D65443A1A0E11A24 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.h */; }; - 758A4D93757647E0A913BA10 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoSys147.h */ = {isa = PBXBuildFile; fileRef = 300D63022E844F42BB500041 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoSys147.h */; }; - 75B67AB2D58948398E755144 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/SIF.h */ = {isa = PBXBuildFile; fileRef = 5A00E81A70334550820CC506 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/SIF.h */; }; - 7614B3C2712F4FEEAEDA670C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Url.cpp */ = {isa = PBXBuildFile; fileRef = C3DB73F14A9A453B93A96A70 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Url.cpp */; }; - 76610798FE704178A2E90A70 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_SCU_Reflection.cpp */ = {isa = PBXBuildFile; fileRef = 333223D13A2342369E5E5CE2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_SCU_Reflection.cpp */; }; - 768F4DBF45AA4CF8B0633315 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_SCU.cpp */ = {isa = PBXBuildFile; fileRef = 6536BBBD603B45969CBAFB55 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_SCU.cpp */; }; - 76C47978F9D44F52AC7E7279 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutBaseItem.h */ = {isa = PBXBuildFile; fileRef = E19F6AF845594C5192078358 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutBaseItem.h */; }; - 770B096691414990AEE0D4F4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */ = {isa = PBXBuildFile; fileRef = 2E38A39322DE4D06BA42D63E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */; }; - 7808690FA806441484C41226 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ArrayUintValue.h */ = {isa = PBXBuildFile; fileRef = 3015F838D959414E80541A02 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ArrayUintValue.h */; }; - 780D80F3E06F4D16A79B65C6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */ = {isa = PBXBuildFile; fileRef = FFCFA5FF81B14DBFA4A091E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */; }; - 786252A8DCC54870BBDDCD83 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/Builder.h */ = {isa = PBXBuildFile; fileRef = 0A00B9C58E254424B857368A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/Builder.h */; }; - 7899E19573E747C0AC2292E7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTableRecord.cpp */ = {isa = PBXBuildFile; fileRef = AC74841B8B1F4056B6F26EFB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTableRecord.cpp */; }; - 789A078BDB08442184AFBA90 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 481428E243CD45349435140E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/CMakeLists.txt */; }; - 797F9A90AE5F48329A231031 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SpuBase.cpp */ = {isa = PBXBuildFile; fileRef = 36694B2575DF4A759BEE98AA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SpuBase.cpp */; }; - 7A1A731F0A024D57B5E26C05 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */ = {isa = PBXBuildFile; fileRef = 9C917D185CCA43BBB18161B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */; }; - 7A2FBDE515154769AD8371A2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTable.cpp */ = {isa = PBXBuildFile; fileRef = D22CBEAF9D1A4CA4A523F9A8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTable.cpp */; }; - 7A839C724A124E999F6D9F69 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDumpDevice.h */ = {isa = PBXBuildFile; fileRef = D84CDE899D11494BB523F0A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDumpDevice.h */; }; - 7A878FCC51E24FCC8EA0FEBA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTest.h */ = {isa = PBXBuildFile; fileRef = E50B594BA715462699A95CA4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTest.h */; }; - 7B5894595A68485DA344051B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdTest.cpp */ = {isa = PBXBuildFile; fileRef = E879A993F98D4026AF0F9600 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdTest.cpp */; }; - 7B5F7A70B5A94888B35B4F59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Node.cpp */ = {isa = PBXBuildFile; fileRef = 1CE7F1BAF7B2485DB0408D92 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Node.cpp */; }; - 7B737BFFEC9B43AAB062E257 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdLogicTest.h */ = {isa = PBXBuildFile; fileRef = 6C4D9B8C66504F6F998A9804 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdLogicTest.h */; }; - 7B7837849F9D450092C47B10 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/GridLayout.cpp */ = {isa = PBXBuildFile; fileRef = 39ED00085BF8475192849C12 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/GridLayout.cpp */; }; - 7C179A689AE84188957DCF61 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.h */ = {isa = PBXBuildFile; fileRef = 379050C07A204BF6829B3EE9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.h */; }; - 7C5DEE7D1720440FAEDBCD3E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */ = {isa = PBXBuildFile; fileRef = 306C0BACE0CC495C89295811 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */; }; - 7CA4683AF2C24937864B6B2D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/static_loop.h */ = {isa = PBXBuildFile; fileRef = 79D0AE36C8F0497BA1C57A39 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/static_loop.h */; }; - 7CD336D2A4304A39A33FC771 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdStreamSupport.h */ = {isa = PBXBuildFile; fileRef = 9FE4982D74DF49CDAEE6E38D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdStreamSupport.h */; }; - 7D809DA858084674BF537A55 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/SifModuleAdapter.h */ = {isa = PBXBuildFile; fileRef = 7D476F1F73B14DE8B788D035 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/SifModuleAdapter.h */; }; - 7D868A7D646045CAA0B0A466 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/DiskUtils.cpp */ = {isa = PBXBuildFile; fileRef = 46DDBCC7FABD49C783FF9697 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/DiskUtils.cpp */; }; - 7E55C4E6951E4143A9960DD2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.h */ = {isa = PBXBuildFile; fileRef = F0D770A2809049E99CA632E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.h */; }; - 7EB86B67048C46B0AFC90BAE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Breakpoint.h */ = {isa = PBXBuildFile; fileRef = F87C93A533BA44C4934350E5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Breakpoint.h */; }; - 7F0F979A366E466EA2465E93 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = E69CA6D10924422D96A567DB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/CMakeLists.txt */; }; - 7F19518835964430A793F201 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/TGA.cpp */ = {isa = PBXBuildFile; fileRef = D8D272A385AE4F7ABB62C86F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/TGA.cpp */; }; - 7F34910BD21E467E89D0E26A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/zstd.h */ = {isa = PBXBuildFile; fileRef = 98B2D2F376D74DB591884D6E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/zstd.h */; }; - 7F5DCB8C958B4261903BB67A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/uint128.h */ = {isa = PBXBuildFile; fileRef = 9A99C4FF8DB6447BABEFF814 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/uint128.h */; }; - 7FEDF202D3324CDF92BFC017 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifMan.cpp */ = {isa = PBXBuildFile; fileRef = 8A5E2A9837114B7B8E835EB9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifMan.cpp */; }; - 7FF0019454504791A80A6791 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/AmazonS3Utils.cpp */ = {isa = PBXBuildFile; fileRef = C33F7553214E478E9474D532 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/AmazonS3Utils.cpp */; }; - 800F64C5ADD04E5BA17550C5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/StructChain.h */ = {isa = PBXBuildFile; fileRef = 671A6F2389C146789F459FD6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/StructChain.h */; }; - 803C587ADA634AC88DD274D3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/CoverViewCell.m */ = {isa = PBXBuildFile; fileRef = CA229E39192E46379D4A890D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/CoverViewCell.m */; }; - 8081D9B378F741FF802A7F69 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_IomanX.cpp */ = {isa = PBXBuildFile; fileRef = 4FB46437BEBB48419108D386 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_IomanX.cpp */; }; - 80EA917DE83A4D72A3D8D985 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPS.cpp */ = {isa = PBXBuildFile; fileRef = EA5334EF4A4D4F78ACCEDECB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPS.cpp */; }; - 80EE92A9FE15455EAEC0FE6B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterState.h */ = {isa = PBXBuildFile; fileRef = 85C4A6DC631D406FA33BE0D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterState.h */; }; - 8154639284924AAAB45AB09F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipArchiveWriter.h */ = {isa = PBXBuildFile; fileRef = A4E7A59B2E5C4A02BB7299E1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipArchiveWriter.h */; }; - 81688B99465941FAB3B85800 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeBTable.h */ = {isa = PBXBuildFile; fileRef = 999099E502C64029B97E326D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeBTable.h */; }; - 81B4AEE525B148CD90C0D506 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/PsuSaveImporter.h */ = {isa = PBXBuildFile; fileRef = 14A2BCC27D374AD286E67AFF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/PsuSaveImporter.h */; }; - 81E97B9882EC46018DF352A6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSCoprocessor.cpp */ = {isa = PBXBuildFile; fileRef = 58A8B8A4CEDC45D9BBC98271 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSCoprocessor.cpp */; }; - 81F61057389B448C9C0DDD64 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCache.m */ = {isa = PBXBuildFile; fileRef = 379CC660F87949A48833F2A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCache.m */; }; - 821CD9E973C34841A04C0536 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Speed.h */ = {isa = PBXBuildFile; fileRef = B77C5217C724435F96CE0FAD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Speed.h */; }; - 8224016905DE463F838F013A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/MachoObjectFile.cpp */ = {isa = PBXBuildFile; fileRef = 67FE5F8E1777425BA2CCDFE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/MachoObjectFile.cpp */; }; - 828FCEE38B3C48D5A208CED8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/CommandBufferPool.h */ = {isa = PBXBuildFile; fileRef = BAD07F4B466E46658FDB8EAA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/CommandBufferPool.h */; }; - 82B8F2953E0F4535A034FCE4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzFind.c */ = {isa = PBXBuildFile; fileRef = EAB1488B1E1E413290E55E4E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzFind.c */; }; - 82E4C476205A41BD9E7227B9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BlockLookupTwoWay.h */ = {isa = PBXBuildFile; fileRef = 40AB363804A140018368C473 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BlockLookupTwoWay.h */; }; - 82FD96AE36F7480985208AB6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Shift64Test.cpp */ = {isa = PBXBuildFile; fileRef = D3A5A15C544E4A35B19E1AE2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Shift64Test.cpp */; }; - 832717013DE24C37B0509A1A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Md.cpp */ = {isa = PBXBuildFile; fileRef = DE3689220CBE4CE6BE9DED37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Md.cpp */; }; - 8359D530FC674B52B71E3D95 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PH_Generic.cpp */ = {isa = PBXBuildFile; fileRef = 30FCFCAC0216427CB459FDBC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PH_Generic.cpp */; }; - 83E2027FB0854B0BAD72A144 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV.h */ = {isa = PBXBuildFile; fileRef = 84A3BD447FD7489FBB1AF9B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV.h */; }; - 83EB5F411ED64144AC0C440C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdman.cpp */ = {isa = PBXBuildFile; fileRef = F30E60FBA8C44518BD238EDC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdman.cpp */; }; - 83FC1BC6D69B4BB8B44966BC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/Server.swift */ = {isa = PBXBuildFile; fileRef = 21D5EA1105E44224BFEDA885 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/Server.swift */; }; - 8407A5CCD5E74551BEE138CD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_LibMc2.cpp */ = {isa = PBXBuildFile; fileRef = 0A660CC85AB5417D8B3F4319 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_LibMc2.cpp */; }; - 846570CCD7BC48FCB9075065 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Operations.h */ = {isa = PBXBuildFile; fileRef = 4AEB58B0686446FDAEE98C1A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Operations.h */; }; - 8475700AE8FF49F48AAE08A5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Save.cpp */ = {isa = PBXBuildFile; fileRef = 71832366FFAB48599646BCA9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Save.cpp */; }; - 84AAEF46DF3A4BE08BC9DB45 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.h */ = {isa = PBXBuildFile; fileRef = A8CAFEEA456547FB93DD5E30 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.h */; }; - 84C6862016B34A3880A6DA5D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Writer.cpp */ = {isa = PBXBuildFile; fileRef = 5A9F87DC06E04118B5B2E654 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Writer.cpp */; }; - 8502AECE6F264F2387D3BDF9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/clevels.h */ = {isa = PBXBuildFile; fileRef = 61E8884DFC104A6FA06C796D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/clevels.h */; }; - 852C3E4A451543F3875F6142 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/DiskUtils.h */ = {isa = PBXBuildFile; fileRef = 5ED407D14BED45A68414A1AE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/DiskUtils.h */; }; - 8538786B939F441AA75DCDF9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScreenPositionListener.h */ = {isa = PBXBuildFile; fileRef = 7EA3E08A7802412FB4A5B806 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScreenPositionListener.h */; }; - 857B201E59E7482ABD900A98 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Main.cpp */ = {isa = PBXBuildFile; fileRef = 60378F5C562848AF8B57E55C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Main.cpp */; }; - 858E3A99BCB143EFA8207CCA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/AArch32Assembler.h */ = {isa = PBXBuildFile; fileRef = E3A72902F3BE438992B6DEB5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/AArch32Assembler.h */; }; - 8596FC707A0A43EAAEA3E877 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesDbClient.cpp */ = {isa = PBXBuildFile; fileRef = 583060EEC7F14F5A9C230799 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesDbClient.cpp */; }; - 85B1B2DAEF5C4BBF865971B1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CueSheet.h */ = {isa = PBXBuildFile; fileRef = 2C8406F5733E4ED7912EEE67 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CueSheet.h */; }; - 85C9E1FA3B5E45928A16BC76 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Alu64Test.h */ = {isa = PBXBuildFile; fileRef = 27888633383E45829B52B244 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Alu64Test.h */; }; - 8602F200A15E4C28BB2DCA1D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Loader.cpp */ = {isa = PBXBuildFile; fileRef = 3E6B7AF3527846F9BC5DC7CE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Loader.cpp */; }; - 862A231A90BC4F8CA6B8C18A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipInflateStream.h */ = {isa = PBXBuildFile; fileRef = 0518C269164B453EA7DA3D93 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipInflateStream.h */; }; - 86453B116B8F439E91431EEE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.h */ = {isa = PBXBuildFile; fileRef = 3B55D32E78DB449B94AA2A97 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.h */; }; - 865E0375EA2744A692E27B8B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryMap.cpp */ = {isa = PBXBuildFile; fileRef = 4735D3FF6D214C0B897036CE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryMap.cpp */; }; - 8679E3F3CEFF47F38C1A178B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable0.cpp */ = {isa = PBXBuildFile; fileRef = F559E476D8B042F385E4BAB9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable0.cpp */; }; - 8697D6046D404225B4D08B2A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.h */ = {isa = PBXBuildFile; fileRef = 6B9D1E227C6248798F6E7494 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.h */; }; - 86CAB945D65C472F9C5FE033 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryUtils.h */ = {isa = PBXBuildFile; fileRef = F320629ACCB64978AA93D79D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryUtils.h */; }; - 86EB7109481945278537CBF0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/CMakeFiles/ui_shared.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 22CC87679ED7420183F03325 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/CMakeFiles/ui_shared.dir/Info.plist */; }; - 871103A1F92149FCBDE01456 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/IszImageStream.h */ = {isa = PBXBuildFile; fileRef = DF27BF9887664B35918F17B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/IszImageStream.h */; }; - 87669AC1226242A2B2A31CEE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thevent.cpp */ = {isa = PBXBuildFile; fileRef = 976C99D69882492E857B3736 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thevent.cpp */; }; - 87B03F02C15D412F82E81D44 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/tests/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 966FF41B2E834D858972B6B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/tests/CMakeLists.txt */; }; - 87BDCB2A146B431EB3CCBC89 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Source.cpp */ = {isa = PBXBuildFile; fileRef = 60378F74B6944B50B3028645 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Source.cpp */; }; - 88B01E78AD8741E6882FCED9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsCachedArea.h */ = {isa = PBXBuildFile; fileRef = E5EF37D8696045888C1C0E4F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsCachedArea.h */; }; - 8923F4BC31074502A6BF1554 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector.h */ = {isa = PBXBuildFile; fileRef = 671AAB7B6CDB4AF98A6B3B23 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector.h */; }; - 89366D4BDE6742E7B86C5F64 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.h */ = {isa = PBXBuildFile; fileRef = 814AD0D095724369894FEB4E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.h */; }; - 895100979A264B6E9D25DDA7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipStoreStream.h */ = {isa = PBXBuildFile; fileRef = 55689BD549214061B6EDC1A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipStoreStream.h */; }; - 8995F8DF1214434D84B1DE36 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/DebuggerSimulator.cpp */ = {isa = PBXBuildFile; fileRef = A072DA98F3BB4E8197B50CD3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/DebuggerSimulator.cpp */; }; - 89BFAB75BB66462EB913B130 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */ = {isa = PBXBuildFile; fileRef = AFA50889093E4DC3B678C269 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */; }; - 8A0938475E724D069875B4BD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */ = {isa = PBXBuildFile; fileRef = 966DAFD265F04CF4B2051118 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */; }; - 8A14E115673C45E58480EB05 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SocketDef.h */ = {isa = PBXBuildFile; fileRef = 117467D2933F4856B406EA3C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SocketDef.h */; }; - 8A386FF6AF324154A07BC3D6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Bra86.c */ = {isa = PBXBuildFile; fileRef = F22F73BD8F194C2BA3647296 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Bra86.c */; }; - 8A6E6CF9667940A3AC165EF0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/StructDefs.h */ = {isa = PBXBuildFile; fileRef = 7FE1F5665D6D400DA61C2D80 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/StructDefs.h */; }; - 8A7551480C8946118B18D146 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = AB89A6F5FDCF41F1B3146CC9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/CMakeLists.txt */; }; - 8AD38CD7ADFC4187BF1D2DD9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypePTable.h */ = {isa = PBXBuildFile; fileRef = E2D33C895F7D41CBAC3D28AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypePTable.h */; }; - 8B56811533C4405DA16EE083 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Matrix44Value.h */ = {isa = PBXBuildFile; fileRef = F3849BCE533E445996890368 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Matrix44Value.h */; }; - 8B5827F5E1BE40FB93BD5467 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/SifModule.h */ = {isa = PBXBuildFile; fileRef = 27ED7597E0FF4EDB82E79389 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/SifModule.h */; }; - 8B68D16C6ED441CD82F06368 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesProcesses.h */ = {isa = PBXBuildFile; fileRef = 2D5DD23A9AFE44238501D7FF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesProcesses.h */; }; - 8B86F86FC64B48199BB44EDB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/CoffObjectFile.cpp */ = {isa = PBXBuildFile; fileRef = BB50651D4CD24B40A40683D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/CoffObjectFile.cpp */; }; - 8C37A248E01845AAA695A884 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockAddressIncrementTable.cpp */ = {isa = PBXBuildFile; fileRef = C73D64AE23A546AF9B33832C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockAddressIncrementTable.cpp */; }; - 8C83F0527AC3438E80910393 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+WebCache.m */ = {isa = PBXBuildFile; fileRef = D2E7AC3D20054772BBA63167 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+WebCache.m */; }; - 8C943D72092B44619D3EE72F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/XpsSaveImporter.h */ = {isa = PBXBuildFile; fileRef = 79C8D006149440A0A49FED5E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/XpsSaveImporter.h */; }; - 8CA254FAE7FE4D5D9F8A3AEF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveExporter.cpp */ = {isa = PBXBuildFile; fileRef = 9AD0513BE43045CABC26A352 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveExporter.cpp */; }; - 8CD65D44C8C84E908126C0CA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/BackgroundLayer.m */ = {isa = PBXBuildFile; fileRef = FA7A8C64B52F40438C64E89E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/BackgroundLayer.m */; }; - 8D3E765C4B7A4181B27AD68E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/InputBindingManager.h */ = {isa = PBXBuildFile; fileRef = 6C0064A7BDE24FCEA1AC4A7C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/InputBindingManager.h */; }; - 8D8B278773484FE38E54EAF8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_MtapMan.cpp */ = {isa = PBXBuildFile; fileRef = F96DF69238D54D74A1EF7A8E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_MtapMan.cpp */; }; - 8DB1674E8DF241A9A01891AF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeFiles/Framework_OpenGl.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 9692B220004D426BA5B33414 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeFiles/Framework_OpenGl.dir/Info.plist */; }; - 8E00F243461842A1AB541B21 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Secrman.h */ = {isa = PBXBuildFile; fileRef = 0D833505517C4060AFEE3655 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Secrman.h */; }; - 8E1519D2FA6F4EC69C0DF7C5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/start.png */ = {isa = PBXBuildFile; fileRef = EA46CAE259FC438BBD206E9A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/start.png */; }; - 8E3165C18C1E449F851BAFD2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/GridLayout.h */ = {isa = PBXBuildFile; fileRef = 6FEFBF4C2112458F95CA9066 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/GridLayout.h */; }; - 8E36051CFB4A414FAB101D41 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipArchiveReader.cpp */ = {isa = PBXBuildFile; fileRef = C6FC5DFD9C6544FFAC41BED0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipArchiveReader.cpp */; }; - 8E50E6F3B1FC4FA98CB29DEE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86CpuFeatures.cpp */ = {isa = PBXBuildFile; fileRef = 1611F2DD41B647449C54772C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86CpuFeatures.cpp */; }; + 4443E0F862D144B5824E9719 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_x86_32.h */ = {isa = PBXBuildFile; fileRef = 689F5A034B394D4BB5CE206E /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_x86_32.h */; }; + 444ADBFE11F244F5959B7051 /* ../Play-/deps/Framework/src/idct/IEEE1180.cpp */ = {isa = PBXBuildFile; fileRef = 22F48D6865864B9088B50615 /* ../Play-/deps/Framework/src/idct/IEEE1180.cpp */; }; + 445E30A782964693A56D5319 /* ../Play-/Source/ui_ios/Resources/analogstick.png */ = {isa = PBXBuildFile; fileRef = 01ED08687266442B849C5744 /* ../Play-/Source/ui_ios/Resources/analogstick.png */; }; + 449ED6E2266F4F07AC6B8A2C /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.h */ = {isa = PBXBuildFile; fileRef = 20FB728BAF3C4B399AF97899 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.h */; }; + 44A6F412D32C4F6A9865E588 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */ = {isa = PBXBuildFile; fileRef = 3A0123F20326486CA9951B57 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */; }; + 44B85192733A47688BF754C5 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/ImageUint2DValue.h */ = {isa = PBXBuildFile; fileRef = 8570C2CC97484BB3B0CD64A6 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/ImageUint2DValue.h */; }; + 44C5D1823DEB4F37BD7D381E /* ../Play-/Source/iop/Iop_Ioman.h */ = {isa = PBXBuildFile; fileRef = 61BC881113E04A9D9BE5D774 /* ../Play-/Source/iop/Iop_Ioman.h */; }; + 44C7E814A0A94DAABB537D57 /* ../Play-/Source/iop/Iop_Spu2.h */ = {isa = PBXBuildFile; fileRef = BD6B7BEFCBD143B88495BB6D /* ../Play-/Source/iop/Iop_Spu2.h */; }; + 44CD1961FD604F848BD24368 /* ../cmake/Source/ui_ios/CMakeFiles/Play-CMakeForceLinker.swift */ = {isa = PBXBuildFile; fileRef = D48A4EF73C454B1EA322651A /* ../cmake/Source/ui_ios/CMakeFiles/Play-CMakeForceLinker.swift */; }; + 44DB1C0F71314455BD938352 /* ../Play-/Source/FrameLimiter.h */ = {isa = PBXBuildFile; fileRef = A273A706720843B1A8694168 /* ../Play-/Source/FrameLimiter.h */; }; + 44E4819D3E634964A2E4115D /* ../Play-/Source/iop/Iop_Sio2.h */ = {isa = PBXBuildFile; fileRef = 958A805690FE4AA1B1E227C4 /* ../Play-/Source/iop/Iop_Sio2.h */; }; + 44E749D53CCD4B05B8BC7B74 /* ../Play-/Source/gs/GsCachedArea.cpp */ = {isa = PBXBuildFile; fileRef = 959DD867537B457C822F6E68 /* ../Play-/Source/gs/GsCachedArea.cpp */; }; + 455A3300C03D42B4A268CE09 /* ../cmake/Source/ui_ios/Source/Framework/CMakeFiles/Framework.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = A9E47A61E5F4437DA8336D26 /* ../cmake/Source/ui_ios/Source/Framework/CMakeFiles/Framework.dir/Info.plist */; }; + 45775A6DBEE74E69A78AD6C3 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.cpp */ = {isa = PBXBuildFile; fileRef = 3ABB1C54706047A6972EBFA6 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.cpp */; }; + 45ED4BDB722D46D6B918C296 /* ../Play-/Source/saves/McDumpSaveImporter.h */ = {isa = PBXBuildFile; fileRef = C1217700537E4F728CA9629F /* ../Play-/Source/saves/McDumpSaveImporter.h */; }; + 45F266F19098417E9D2E0FA5 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu.cpp */ = {isa = PBXBuildFile; fileRef = 46DDFAAA2B88419998ECF0E9 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu.cpp */; }; + 46157C74975A4CC7ACC63635 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Md.cpp */ = {isa = PBXBuildFile; fileRef = 14C9F5BFD33A4F298B54DB1C /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Md.cpp */; }; + 46242F07D51341CCA3018C5F /* ../Play-/Source/ee/VuBasicBlock.cpp */ = {isa = PBXBuildFile; fileRef = D475799CFEAE40AF80DE75FB /* ../Play-/Source/ee/VuBasicBlock.cpp */; }; + 46261BC5915C43EC95AF8C68 /* ../Play-/Source/iop/Iop_FileIoHandler2100.cpp */ = {isa = PBXBuildFile; fileRef = 15502CAEF24C48DEB2C3C6FC /* ../Play-/Source/iop/Iop_FileIoHandler2100.cpp */; }; + 46BAB99B3B6A43B8ACF4AB59 /* ../Play-/deps/Framework/include/layout/LayoutBase.h */ = {isa = PBXBuildFile; fileRef = 750053C9C0A14551A950CDF5 /* ../Play-/deps/Framework/include/layout/LayoutBase.h */; }; + 46C8D811DAD949B594A7D45A /* ../Play-/deps/CodeGen/include/LiteralPool.h */ = {isa = PBXBuildFile; fileRef = 05BDDE6E3BCD4E4C8B8E6774 /* ../Play-/deps/CodeGen/include/LiteralPool.h */; }; + 46DC9C71821D466A9A69D604 /* ../Play-/Source/iop/Iop_Thmsgbx.h */ = {isa = PBXBuildFile; fileRef = F06231026D0C4D44BC90BC45 /* ../Play-/Source/iop/Iop_Thmsgbx.h */; }; + 46F57DEC164C4FFB860AF579 /* ../Play-/Source/ee/COP_VU.cpp */ = {isa = PBXBuildFile; fileRef = 535226D2FFAB4425A20B079B /* ../Play-/Source/ee/COP_VU.cpp */; }; + 472005643954491DB70BFA14 /* ../Play-/Source/ee/IPU_MotionCodeTable.h */ = {isa = PBXBuildFile; fileRef = 738BCA40D3744C0C8768F048 /* ../Play-/Source/ee/IPU_MotionCodeTable.h */; }; + 47837A99CF584DD9AB3C6CD1 /* ../Play-/deps/libchdr/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 30E61F8AC98B40F7AF0B1AE2 /* ../Play-/deps/libchdr/CMakeLists.txt */; }; + 479A68834FBE4B0A908E100E /* ../Play-/deps/libchdr/src/libchdr_flac.c */ = {isa = PBXBuildFile; fileRef = 2E46CEDFBD6C4A4FB0B630E4 /* ../Play-/deps/libchdr/src/libchdr_flac.c */; }; + 479F171596FE471E99351A3B /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */ = {isa = PBXBuildFile; fileRef = 4117C05DE87F4818AAA7F913 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */; }; + 47C093C02C6C4E658F144A30 /* ../Play-/Source/MIPSAssembler.h */ = {isa = PBXBuildFile; fileRef = EE788989F0B04052A8F4A6C3 /* ../Play-/Source/MIPSAssembler.h */; }; + 480D9F8785134A64BC46FACB /* ../Play-/Source/MIPS.h */ = {isa = PBXBuildFile; fileRef = DBEAEC9CDB7F40169C2AB959 /* ../Play-/Source/MIPS.h */; }; + 48366150DCAA4102B69F8C6F /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */ = {isa = PBXBuildFile; fileRef = 2052CA808BB84CD6B65B523A /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */; }; + 484D4C8696214A4598E889A9 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c */ = {isa = PBXBuildFile; fileRef = AD8EC267402D495BA304A8E5 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c */; }; + 499BCD4398754443B601BEF1 /* ../Play-/Source/saves/McDumpReader.cpp */ = {isa = PBXBuildFile; fileRef = 5FC42D76F958474F9C7B43A1 /* ../Play-/Source/saves/McDumpReader.cpp */; }; + 4A15A0FE730F40EFBD4B6235 /* ../Play-/deps/CodeGen/src/Jitter_Optimize.cpp */ = {isa = PBXBuildFile; fileRef = EC55C1E1DF3949E6B89212CB /* ../Play-/deps/CodeGen/src/Jitter_Optimize.cpp */; }; + 4A9254FDF43049DEB69A8929 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */ = {isa = PBXBuildFile; fileRef = 9E87F0C75F3947EB882CBCEB /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */; }; + 4AF81773741240BC9D684614 /* ../Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.h */ = {isa = PBXBuildFile; fileRef = 8B357CAA37ED4951925C045E /* ../Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.h */; }; + 4B1369CA69B24E02ACE8B53D /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageManager.m */ = {isa = PBXBuildFile; fileRef = 2A7F47907A53494FB021A13F /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageManager.m */; }; + 4B86CCEE6F2F4DCDBA1D56AE /* ../Play-/deps/Nuanceur/src/generators/HlslShaderGenerator.cpp */ = {isa = PBXBuildFile; fileRef = 99C8DE2D3F094F5AB8BE5308 /* ../Play-/deps/Nuanceur/src/generators/HlslShaderGenerator.cpp */; }; + 4B97CA59BF194CD1A642C79E /* ../Play-/Source/ee/MA_VU_UpperReflection.cpp */ = {isa = PBXBuildFile; fileRef = 30023297217B4B40B889F63C /* ../Play-/Source/ee/MA_VU_UpperReflection.cpp */; }; + 4BE2B3EF0039426D89932E95 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_AArch64.h */ = {isa = PBXBuildFile; fileRef = 0A30BCAA37614488935BE3AF /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_AArch64.h */; }; + 4C8CACF6F2014900BD8CD8D4 /* ../Play-/Source/ee/DMAC.h */ = {isa = PBXBuildFile; fileRef = B50A2E753CAC49379967597F /* ../Play-/Source/ee/DMAC.h */; }; + 4CBA50F3241E4DF2BCE53B9B /* ../Play-/tools/PsfPlayer/Source/SH_OpenAL.h */ = {isa = PBXBuildFile; fileRef = F15686F0162A4AD7A7B88E11 /* ../Play-/tools/PsfPlayer/Source/SH_OpenAL.h */; }; + 4D54C62C2FCF4CB2B9D1A9A1 /* ../Play-/Source/ee/IPU_MacroblockAddressIncrementTable.cpp */ = {isa = PBXBuildFile; fileRef = 1674D75814A24C3BA90CB8F4 /* ../Play-/Source/ee/IPU_MacroblockAddressIncrementTable.cpp */; }; + 4D6C7D5F8D384A6DBB610C85 /* ../Play-/Source/PadInterface.cpp */ = {isa = PBXBuildFile; fileRef = 36BC07E8B8F74053825915E7 /* ../Play-/Source/PadInterface.cpp */; }; + 4DF64F479432491EA5B28B4A /* ../Play-/Source/states/RegisterStateCollectionFile.cpp */ = {isa = PBXBuildFile; fileRef = 69C287E60DE74372822A3177 /* ../Play-/Source/states/RegisterStateCollectionFile.cpp */; }; + 4E71D4AE334F4330B0B9579C /* ../Play-/Source/iop/Iop_Spu.cpp */ = {isa = PBXBuildFile; fileRef = D9C623D231A545B5BA677AED /* ../Play-/Source/iop/Iop_Spu.cpp */; }; + 4EA57ED9755948F1935472CD /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */ = {isa = PBXBuildFile; fileRef = B886FBF5359C4DC28A8AFEC5 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */; }; + 4ED13FCEEA1D48089AD02333 /* ../Play-/Source/FrameDump.cpp */ = {isa = PBXBuildFile; fileRef = DC034D0170EF4C1CBB712273 /* ../Play-/Source/FrameDump.cpp */; }; + 4F28EABB32C54E58BD4B180C /* ../Play-/Source/gs/GSH_Vulkan/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 1CE3DC26157A4F4187229647 /* ../Play-/Source/gs/GSH_Vulkan/CMakeLists.txt */; }; + 4F5A50770C584312A1A401EB /* ../Play-/Source/iop/Iop_Spu2_Core.h */ = {isa = PBXBuildFile; fileRef = AF66BBFCC49940E78B4C0ABE /* ../Play-/Source/iop/Iop_Spu2_Core.h */; }; + 4FAFE1052804404989F7FE4A /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86.cpp */ = {isa = PBXBuildFile; fileRef = 730FFAC945FF45DC98DEBD59 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86.cpp */; }; + 4FFE20E7E05C433981D44E38 /* ../cmake/Source/ui_ios/AltKit/CMakeFiles/AltKit.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 1AC2C635BF19410180EDB0CF /* ../cmake/Source/ui_ios/AltKit/CMakeFiles/AltKit.dir/Info.plist */; }; + 50528A20115B4834A274EF73 /* ../Play-/Source/iop/Iop_SifDynamic.h */ = {isa = PBXBuildFile; fileRef = 07B855465BAE4DC48940B7AD /* ../Play-/Source/iop/Iop_SifDynamic.h */; }; + 506003CA2D484742B41C2199 /* ../Play-/Source/iop/ioman/DirectoryDevice.h */ = {isa = PBXBuildFile; fileRef = 01D35FF5B1D248F3881E5552 /* ../Play-/Source/iop/ioman/DirectoryDevice.h */; }; + 5078937484354986824E070A /* ../Play-/Source/AppConfig.cpp */ = {isa = PBXBuildFile; fileRef = 960B55579C674BFAB9B0DA33 /* ../Play-/Source/AppConfig.cpp */; }; + 5082F7276AD54FE78C410A52 /* ../Play-/Source/hdd/PfsDefs.h */ = {isa = PBXBuildFile; fileRef = 55C8CB48119D4ED6A6BFFFA6 /* ../Play-/Source/hdd/PfsDefs.h */; }; + 511B13C80E654FE59A99D764 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */ = {isa = PBXBuildFile; fileRef = 7E0770AD90F447ACBBE647E1 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */; }; + 5206091A6682440680E647B7 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */ = {isa = PBXBuildFile; fileRef = 693D753D4FCE4111A878116E /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */; }; + 521F48984DDD417E9539AFDB /* ../Play-/Source/iop/Iop_Intrman.h */ = {isa = PBXBuildFile; fileRef = 4CC2F47B164542ECA2E27377 /* ../Play-/Source/iop/Iop_Intrman.h */; }; + 523CC7E549E2432BA76F9D51 /* ../Play-/deps/Framework/include/ThreadUtils.h */ = {isa = PBXBuildFile; fileRef = B8BFA92EC6964B07A5FCBB25 /* ../Play-/deps/Framework/include/ThreadUtils.h */; }; + 525EF7B4AA1A44BE8581C332 /* ../Play-/Source/iop/Iop_Dynamic.cpp */ = {isa = PBXBuildFile; fileRef = 666EF734D81B4F51B228D96E /* ../Play-/Source/iop/Iop_Dynamic.cpp */; }; + 526F267BC66C4E09AB858379 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */ = {isa = PBXBuildFile; fileRef = 0C9262D3E9AE4981AC645593 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */; }; + 52BF11C8B1E04099B46E7B19 /* ../Play-/deps/CodeGen/src/Jitter_SymbolTable.cpp */ = {isa = PBXBuildFile; fileRef = D67A180E8F4543E0AEAA7E15 /* ../Play-/deps/CodeGen/src/Jitter_SymbolTable.cpp */; }; + 52E48F772E6B47469AEC4A82 /* ../Play-/deps/Framework/src/Stream.cpp */ = {isa = PBXBuildFile; fileRef = DA5078C0DED84C66A810FDE8 /* ../Play-/deps/Framework/src/Stream.cpp */; }; + 52E6EB4D03124CF096B8BBB0 /* ../Play-/Source/iop/Iop_Thbase.h */ = {isa = PBXBuildFile; fileRef = 42A6E100C562422FA9CCD03A /* ../Play-/Source/iop/Iop_Thbase.h */; }; + 534F4B4FB76046DA8F941208 /* ../Play-/deps/Dependencies/zstd/lib/common/huf.h */ = {isa = PBXBuildFile; fileRef = 3F491752278E420CABA8948A /* ../Play-/deps/Dependencies/zstd/lib/common/huf.h */; }; + 53E65AE631E94A8F9A00A919 /* ../Play-/deps/CodeGen/tests/ExternJumpTest.h */ = {isa = PBXBuildFile; fileRef = FEDC7A7D034A45539E283511 /* ../Play-/deps/CodeGen/tests/ExternJumpTest.h */; }; + 54498FADF8D641D18BBA33C6 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Uint4Value.h */ = {isa = PBXBuildFile; fileRef = 20F7E9D578F745FFB623A769 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Uint4Value.h */; }; + 5457AFA66BB840B3BDAFD7E6 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+WebP.m */ = {isa = PBXBuildFile; fileRef = EE12AF9419FE41569A3C6DF1 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+WebP.m */; }; + 54596A36C9434085AFE63986 /* ../Play-/Source/discimages/IszImageStream.cpp */ = {isa = PBXBuildFile; fileRef = AE7506125C6A46DDB9CDE593 /* ../Play-/Source/discimages/IszImageStream.cpp */; }; + 548E435A1ED34F868C717391 /* ../Play-/deps/CodeGen/tests/Logic64Test.cpp */ = {isa = PBXBuildFile; fileRef = C3A8EE001090494DB7F9D5C8 /* ../Play-/deps/CodeGen/tests/Logic64Test.cpp */; }; + 54D9C3731DB04BA7AE102456 /* ../Play-/Source/ui_ios/SaveStateViewController.m */ = {isa = PBXBuildFile; fileRef = 2959EFD9507D46A7B0931C6B /* ../Play-/Source/ui_ios/SaveStateViewController.m */; }; + 54ED960B745348ECB95B62E1 /* ../Play-/deps/CodeGen/tests/MdMinMaxTest.h */ = {isa = PBXBuildFile; fileRef = B8B3D8D531884CAFB902F8C7 /* ../Play-/deps/CodeGen/tests/MdMinMaxTest.h */; }; + 54F1FD32B88944AD9F505E3E /* ../Play-/Source/ui_ios/SettingsViewController.h */ = {isa = PBXBuildFile; fileRef = 69DDB52CFC5F4F6687324092 /* ../Play-/Source/ui_ios/SettingsViewController.h */; }; + 553E8E84139846CCB089229A /* ../Play-/Source/iop/namco_sys246/Iop_NamcoSys246.h */ = {isa = PBXBuildFile; fileRef = 9900CEF5035E41E488D588FD /* ../Play-/Source/iop/namco_sys246/Iop_NamcoSys246.h */; }; + 55A7988B41654F79914C164F /* ../Play-/Source/TimeUtils.h */ = {isa = PBXBuildFile; fileRef = 7CAE51278D564807873F1628 /* ../Play-/Source/TimeUtils.h */; }; + 55FCEC22DBFE40ECBE698D16 /* ../cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 42C11641EC704D0986ABE45D /* ../cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist */; }; + 5641DACEF6C742538FF69ABA /* ../Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */ = {isa = PBXBuildFile; fileRef = AC9A0457E88A44A59E3DA756 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */; }; + 5646B0896998475590CC7EA6 /* ../Play-/deps/CodeGen/tests/MdAddTest.cpp */ = {isa = PBXBuildFile; fileRef = C9563B2C9A224E2A9A546917 /* ../Play-/deps/CodeGen/tests/MdAddTest.cpp */; }; + 56522B788F8E4647BEC3B95F /* ../Play-/Source/MA_MIPSIV.cpp */ = {isa = PBXBuildFile; fileRef = 80C98275B302431295B29F47 /* ../Play-/Source/MA_MIPSIV.cpp */; }; + 5666BB2DE3264CBB91C71C77 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/CpuArch.c */ = {isa = PBXBuildFile; fileRef = 79DECE9F96AD48A188611532 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/CpuArch.c */; }; + 56C791CC6A2D45A2A33057BB /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */ = {isa = PBXBuildFile; fileRef = D32BE63D5992499AB6366610 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */; }; + 57411378FEF5457D8DD2DF5E /* ../cmake/Source/ui_ios/Source/xxHash/CMakeFiles/xxhash.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = D3F1FFC15FB440F4B9A8C911 /* ../cmake/Source/ui_ios/Source/xxHash/CMakeFiles/xxhash.dir/Info.plist */; }; + 57B875C5490549A0B7E7F19F /* ../Play-/Source/ui_shared/BootablesProcesses.cpp */ = {isa = PBXBuildFile; fileRef = B8C9150E292F44DBB6E3FCE8 /* ../Play-/Source/ui_shared/BootablesProcesses.cpp */; }; + 58104A2252224EC8917743EB /* ../Play-/Source/Log.cpp */ = {isa = PBXBuildFile; fileRef = 60BFEDE693894A7CBB49A626 /* ../Play-/Source/Log.cpp */; }; + 58F003A922D5475B8D63D719 /* ../Play-/Source/saves/MemoryCard.cpp */ = {isa = PBXBuildFile; fileRef = D75BF12E853341D68E3D4460 /* ../Play-/Source/saves/MemoryCard.cpp */; }; + 59018EDD5ABB404589009B34 /* ../Play-/Source/ee/IPU_MacroblockTypePTable.cpp */ = {isa = PBXBuildFile; fileRef = DAE937D4D2FD45909A2ECAD3 /* ../Play-/Source/ee/IPU_MacroblockTypePTable.cpp */; }; + 592208C48EF2431089DC3AE9 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md.cpp */ = {isa = PBXBuildFile; fileRef = DE027B95187248D7AF8B67FF /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md.cpp */; }; + 5993E2F629914FC4A7AA12DB /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaLib.h */ = {isa = PBXBuildFile; fileRef = 4040F1C3025B4D798667A320 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaLib.h */; }; + 5A023CD06C4846E7AA3C5E53 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/NSData+ImageContentType.m */ = {isa = PBXBuildFile; fileRef = 3C452167FD6040A187AA7D9C /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/NSData+ImageContentType.m */; }; + 5A709C4530AF446ABA12227D /* ../Play-/Source/iop/Iop_SifCmd.h */ = {isa = PBXBuildFile; fileRef = 765B67DD0B9E4E27927A0DBE /* ../Play-/Source/iop/Iop_SifCmd.h */; }; + 5A8E7C5F0AE243429A61EE8D /* ../Play-/Source/ee/GIF.h */ = {isa = PBXBuildFile; fileRef = 91D29A1AE513472CB678B7F8 /* ../Play-/Source/ee/GIF.h */; }; + 5AB3B44FDCD54CE99DB9540F /* ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h */ = {isa = PBXBuildFile; fileRef = F42C6C60AA624D90A4E4C598 /* ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h */; }; + 5ADC1B9F5BE74DD6BE98C263 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/NSImage+WebCache.m */ = {isa = PBXBuildFile; fileRef = 51DDADE110EA4C198C0423A4 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/NSImage+WebCache.m */; }; + 5AE31386E1A444C9AD2E4699 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Mul.h */ = {isa = PBXBuildFile; fileRef = 2F24FDB21B944AC68DE17947 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Mul.h */; }; + 5B24F0813F9E4C9B9A85CE7A /* ../Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.h */ = {isa = PBXBuildFile; fileRef = 54553966591F4ED0AD3758AD /* ../Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.h */; }; + 5B5F284C939A406CBFA0D3BB /* ../Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */ = {isa = PBXBuildFile; fileRef = 904DEB7992DD4D76B1FEEC99 /* ../Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */; }; + 5B6453F5DCFD4DFD9C247403 /* ../Play-/deps/CodeGen/src/Jitter.cpp */ = {isa = PBXBuildFile; fileRef = DA49ED06BD70400BB8488346 /* ../Play-/deps/CodeGen/src/Jitter.cpp */; }; + 5BBA5FC02CDC40C5BC81274B /* ../Play-/deps/libchdr/deps/lzma-22.01/src/BraIA64.c */ = {isa = PBXBuildFile; fileRef = 3DA6CDA302654E3AA60084CF /* ../Play-/deps/libchdr/deps/lzma-22.01/src/BraIA64.c */; }; + 5C0BD33322B4476A9A65BD12 /* ../Play-/Source/iop/Iop_Heaplib.cpp */ = {isa = PBXBuildFile; fileRef = 9955DDAB8C5D4A1EA5CF1EA0 /* ../Play-/Source/iop/Iop_Heaplib.cpp */; }; + 5C375C7684F148228E0B7DDA /* ../Play-/deps/CodeGen/tests/CompareTest.h */ = {isa = PBXBuildFile; fileRef = 0B7B5E0746DF4F358ECCE98B /* ../Play-/deps/CodeGen/tests/CompareTest.h */; }; + 5C5BA6CA674949B5A56838C1 /* ../Play-/Source/ee/Vif1.cpp */ = {isa = PBXBuildFile; fileRef = EF69C83EC6E84C3BBD488305 /* ../Play-/Source/ee/Vif1.cpp */; }; + 5C763400260E426EA0DC8636 /* ../Play-/Source/gs/GSH_OpenGL/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = DBE26B6E792D4E41BC34926B /* ../Play-/Source/gs/GSH_OpenGL/CMakeLists.txt */; }; + 5CE84CAB17914740865EF5DB /* ../Play-/Source/discimages/ChdImageStream.cpp */ = {isa = PBXBuildFile; fileRef = 29F7AD56793347049EDF59F8 /* ../Play-/Source/discimages/ChdImageStream.cpp */; }; + 5DBBAADED5644E9384347C9A /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_x86_64.h */ = {isa = PBXBuildFile; fileRef = BC18C7C4396348DA9FFD63F1 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_x86_64.h */; }; + 5DDD62FA9759462C8140A928 /* ../Play-/deps/Framework/src/string_cast_win1252.cpp */ = {isa = PBXBuildFile; fileRef = 2E9852F7D4F3475A99A6E2B8 /* ../Play-/deps/Framework/src/string_cast_win1252.cpp */; }; + 5DDE9C2EB8EB408E94C48EE7 /* ../cmake/Source/ui_ios/Source/libchdr/CMakeFiles/chdr-static.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 1C603F1AD651461B915C9391 /* ../cmake/Source/ui_ios/Source/libchdr/CMakeFiles/chdr-static.dir/Info.plist */; }; + 5E21EDDB65604DE7824934EA /* ../Play-/deps/Framework/include/opengl/Program.h */ = {isa = PBXBuildFile; fileRef = 61A2E6FAAE0E49DEB8FC7510 /* ../Play-/deps/Framework/include/opengl/Program.h */; }; + 5E424C0E707740BDBC92586E /* ../Play-/Source/discimages/CsoImageStream.h */ = {isa = PBXBuildFile; fileRef = 97BA7D347F8C4DAC97C91DF5 /* ../Play-/Source/discimages/CsoImageStream.h */; }; + 5EC161EEC5BF4FB6A9D2CD83 /* ../Play-/deps/Dependencies/zstd/lib/common/pool.h */ = {isa = PBXBuildFile; fileRef = B2C67523BFE54A6691FE3373 /* ../Play-/deps/Dependencies/zstd/lib/common/pool.h */; }; + 5F114E2072504B85B34160EE /* ../Play-/deps/AltKit/Sources/AltKit/Server/ServerConnection.swift */ = {isa = PBXBuildFile; fileRef = E3F8E2885531436FBBABEB23 /* ../Play-/deps/AltKit/Sources/AltKit/Server/ServerConnection.swift */; }; + 5F342523EF474C0FAAC8BEF8 /* ../Play-/deps/CodeGen/include/Jitter_SymbolTable.h */ = {isa = PBXBuildFile; fileRef = 1CE9D52D044C469BA7037573 /* ../Play-/deps/CodeGen/include/Jitter_SymbolTable.h */; }; + 5F9D6F6E944B495DA49440A7 /* ../Play-/deps/CodeGen/include/ObjectFile.h */ = {isa = PBXBuildFile; fileRef = E342527B5F5B4734981ECDCD /* ../Play-/deps/CodeGen/include/ObjectFile.h */; }; + 5FA0F73C76824C258F75C645 /* ../Play-/Source/ISO9660/VolumeDescriptor.cpp */ = {isa = PBXBuildFile; fileRef = 70B4E7F4EA194673AF379345 /* ../Play-/Source/ISO9660/VolumeDescriptor.cpp */; }; + 5FA540495EC640529B18EC28 /* ../Play-/Source/saves/McDumpSaveImporter.cpp */ = {isa = PBXBuildFile; fileRef = 266DDDD172DF43BCA407E195 /* ../Play-/Source/saves/McDumpSaveImporter.cpp */; }; + 60418A6D3F4046E9B5737BC6 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_Wasm.h */ = {isa = PBXBuildFile; fileRef = 2B04A52C488643FF9E750EAE /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_Wasm.h */; }; + 605E968E7799433DAAE77FD4 /* ../Play-/Source/iop/Iop_Speed.cpp */ = {isa = PBXBuildFile; fileRef = 62A1E6AA0D1744FC869E47C1 /* ../Play-/Source/iop/Iop_Speed.cpp */; }; + 6080D8D8879447D5BE0F008B /* ../Play-/deps/Framework/include/filesystem_def.h */ = {isa = PBXBuildFile; fileRef = 09A85B7E929643BFB848DCEC /* ../Play-/deps/Framework/include/filesystem_def.h */; }; + 609057700D094B47A13689FE /* ../Play-/Source/ee/GIF.cpp */ = {isa = PBXBuildFile; fileRef = BFBEB660F281415FA53FED59 /* ../Play-/Source/ee/GIF.cpp */; }; + 61576E508D8E463BB98D6657 /* ../Play-/deps/CodeGen/tests/MdSubTest.h */ = {isa = PBXBuildFile; fileRef = B3CC9C6F125849CCA9E6B3A6 /* ../Play-/deps/CodeGen/tests/MdSubTest.h */; }; + 62369D3C9BC84BEEB9A49070 /* ../Play-/Source/ui_ios/AppDelegate.mm */ = {isa = PBXBuildFile; fileRef = 8979FCDA32AA4A44A6C58F7F /* ../Play-/Source/ui_ios/AppDelegate.mm */; }; + 623A2BE4590D467A82FD2AEC /* ../Play-/deps/Framework/src/StringUtils.cpp */ = {isa = PBXBuildFile; fileRef = 1A364A9BCE3A4B3F8C3E4E3D /* ../Play-/deps/Framework/src/StringUtils.cpp */; }; + 62800479AA9147DB9046F68D /* ../Play-/deps/CodeGen/include/MemoryFunction.h */ = {isa = PBXBuildFile; fileRef = DA00CD0E7D754010B0BEECDE /* ../Play-/deps/CodeGen/include/MemoryFunction.h */; }; + 62E57D0706394945B5846281 /* ../Play-/deps/Framework/include/SocketStream.h */ = {isa = PBXBuildFile; fileRef = 42FC3EA7500B4070A8FEA856 /* ../Play-/deps/Framework/include/SocketStream.h */; }; + 63334FC5797C4D478070B793 /* ../Play-/deps/Framework/include/zip/ZipDeflateStream.h */ = {isa = PBXBuildFile; fileRef = 53F241304A6F4E50A535DB96 /* ../Play-/deps/Framework/include/zip/ZipDeflateStream.h */; }; + 63612CE00A7F4CE99EE1C546 /* ../Play-/Source/iop/Iop_Module.cpp */ = {isa = PBXBuildFile; fileRef = EFFC3BFD181F4D849667C114 /* ../Play-/Source/iop/Iop_Module.cpp */; }; + 637D01D99E5A4D77B9100C39 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_LoadStore.h */ = {isa = PBXBuildFile; fileRef = 3E3E8B7316DD440C8100B95F /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_LoadStore.h */; }; + 639B55D766684C9B84CE5826 /* ../Play-/Source/states/RegisterStateFile.h */ = {isa = PBXBuildFile; fileRef = 3CC89C9C0A6B4B7A9668DA2F /* ../Play-/Source/states/RegisterStateFile.h */; }; + 63B22CDDF79643A181CFD409 /* ../Play-/deps/Framework/include/vulkan/ShaderModule.h */ = {isa = PBXBuildFile; fileRef = C068C562DB8C4358931E7E91 /* ../Play-/deps/Framework/include/vulkan/ShaderModule.h */; }; + 63D624669D2C403CA50102EB /* ../Play-/Source/discimages/ChdCdImageStream.h */ = {isa = PBXBuildFile; fileRef = 06E8EBDDFF674B479D4ABCCE /* ../Play-/Source/discimages/ChdCdImageStream.h */; }; + 6468FE74878D48E69A437CBE /* ../Play-/Source/Profiler.cpp */ = {isa = PBXBuildFile; fileRef = 076E689FABE446B8A184890F /* ../Play-/Source/Profiler.cpp */; }; + 64B9F06A4AF5452CB941BA34 /* ../Play-/deps/CodeGen/tests/MdAddTest.h */ = {isa = PBXBuildFile; fileRef = C85390585863447AB4B11828 /* ../Play-/deps/CodeGen/tests/MdAddTest.h */; }; + 64C2EE35ED394B729F105997 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Delta.c */ = {isa = PBXBuildFile; fileRef = C225E4B892D94F4086F54B54 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Delta.c */; }; + 64C413252FBC49E8B14E417B /* ../Play-/deps/CodeGen/tests/Call64Test.cpp */ = {isa = PBXBuildFile; fileRef = FEF64CD677A149FD945E2044 /* ../Play-/deps/CodeGen/tests/Call64Test.cpp */; }; + 65567AF97A1F413BB9973046 /* ../Play-/Source/iop/Iop_SifManPs2.h */ = {isa = PBXBuildFile; fileRef = 8B1961DBF08F4D93BDD16C04 /* ../Play-/Source/iop/Iop_SifManPs2.h */; }; + 6593E6420C4C463597C3CFBC /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */ = {isa = PBXBuildFile; fileRef = 8F5FA03416D84B2386DF4F38 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */; }; + 65CC1B8FB2C643E686EDF871 /* ../Play-/deps/Framework/include/Singleton.h */ = {isa = PBXBuildFile; fileRef = 53B26D1F24964D288848F10F /* ../Play-/deps/Framework/include/Singleton.h */; }; + 661D66E3D6444300B2EA8166 /* ../Play-/Source/FpUtils.cpp */ = {isa = PBXBuildFile; fileRef = 047B72D357CD4158A7F87122 /* ../Play-/Source/FpUtils.cpp */; }; + 664045BDA5FF4FC9A98E7513 /* ../Play-/Source/ee/EEAssembler.h */ = {isa = PBXBuildFile; fileRef = 786C7B82AA704AEEAEBFB433 /* ../Play-/Source/ee/EEAssembler.h */; }; + 66888F710724470FA9B9413C /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Fpu.cpp */ = {isa = PBXBuildFile; fileRef = FBC86F46449748919025F8BE /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Fpu.cpp */; }; + 670E58922E1E4CA9825AE3F1 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Fpu.cpp */ = {isa = PBXBuildFile; fileRef = 786950D61CD745EAA0DEA5D6 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Fpu.cpp */; }; + 6739AE2934B64F879B84A187 /* ../Play-/deps/CodeGen/src/X86Assembler_Fpu.cpp */ = {isa = PBXBuildFile; fileRef = 061B12EF93644EBC81F0F11B /* ../Play-/deps/CodeGen/src/X86Assembler_Fpu.cpp */; }; + 676EC2E8FABC47788D04B52D /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Delta.h */ = {isa = PBXBuildFile; fileRef = 7F7AD012A3F24890AB748A13 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Delta.h */; }; + 6778BE958C7B4DC6847C8802 /* ../Play-/Source/gs/GsPixelFormats.h */ = {isa = PBXBuildFile; fileRef = 698231AE756D4B48ABF3638D /* ../Play-/Source/gs/GsPixelFormats.h */; }; + 678C531DED294BBCA31CDA6E /* ../Play-/Source/iop/Iop_RootCounters.cpp */ = {isa = PBXBuildFile; fileRef = 61DACCFDE3514C82878D0C46 /* ../Play-/Source/iop/Iop_RootCounters.cpp */; }; + 67969122833748688A6E2562 /* ../Play-/Source/OpticalMedia.cpp */ = {isa = PBXBuildFile; fileRef = C4607D6034264F2B9A44A589 /* ../Play-/Source/OpticalMedia.cpp */; }; + 67E93B508E81406BB355F7E2 /* ../Play-/Source/MIPSArchitecture.cpp */ = {isa = PBXBuildFile; fileRef = 352499A11536491AB456C49E /* ../Play-/Source/MIPSArchitecture.cpp */; }; + 6846E7D78B4B4E509A119CD2 /* ../Play-/Source/PadHandler.h */ = {isa = PBXBuildFile; fileRef = 1A8F14B4BE3842FC87BC5432 /* ../Play-/Source/PadHandler.h */; }; + 688D432F3C4740799CCF07F9 /* ../Play-/Source/ee/IPU.cpp */ = {isa = PBXBuildFile; fileRef = 78BB6C1F55D54FA387F1D171 /* ../Play-/Source/ee/IPU.cpp */; }; + 68B9B748CDB2402FB34A7A1C /* ../Play-/Source/iop/Iop_Thsema.h */ = {isa = PBXBuildFile; fileRef = 034CD532BAC4484F814277EF /* ../Play-/Source/iop/Iop_Thsema.h */; }; + 68DA81456BD04236BAA78E4E /* ../Play-/Source/VirtualPad.h */ = {isa = PBXBuildFile; fileRef = CE48F86044044B46819493B5 /* ../Play-/Source/VirtualPad.h */; }; + 68F5CA533BD449E9912439FF /* ../Play-/deps/Framework/src/layout/LayoutObject.cpp */ = {isa = PBXBuildFile; fileRef = 3B7DB4D4D9F847C88A829394 /* ../Play-/deps/Framework/src/layout/LayoutObject.cpp */; }; + 6918714785C54051B1BCEAFA /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.h */ = {isa = PBXBuildFile; fileRef = DFBD730D2C7143C0AFC93FEB /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.h */; }; + 696A1182D4CA4B4ABF6EDCE5 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */ = {isa = PBXBuildFile; fileRef = 5ED20A9D53104E24A39C7ADA /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */; }; + 6976B9DA2C3F4805B1F3005D /* ../Play-/Source/iop/ioman/OpticalMediaDevice.h */ = {isa = PBXBuildFile; fileRef = 29E3C0FE68B546E1A576D108 /* ../Play-/Source/iop/ioman/OpticalMediaDevice.h */; }; + 698EABCD8A314C189003B77E /* ../Play-/deps/CodeGen/tests/ConditionTest.h */ = {isa = PBXBuildFile; fileRef = 9040E48098FB4D5788D9954E /* ../Play-/deps/CodeGen/tests/ConditionTest.h */; }; + 69ABE917B86E4356A4C42EDC /* ../Play-/deps/Nuanceur/include/nuanceur/builder/ShaderBuilder.h */ = {isa = PBXBuildFile; fileRef = 5DD3CDEF5E2A4D698DAF766E /* ../Play-/deps/Nuanceur/include/nuanceur/builder/ShaderBuilder.h */; }; + 69D27BF0EF7C4339A25579F6 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */ = {isa = PBXBuildFile; fileRef = 7E834FF121E54CB9B649DD72 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */; }; + 6A015DE488C746BCA12B4979 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_64.cpp */ = {isa = PBXBuildFile; fileRef = 34481F49159646F1819E914F /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_64.cpp */; }; + 6A296081E2344606BE81BFDE /* ../Play-/Source/states/RegisterStateFile.cpp */ = {isa = PBXBuildFile; fileRef = A9E7C19B4F6F4637B0A676B5 /* ../Play-/Source/states/RegisterStateFile.cpp */; }; + 6A2CE225EDFB493CB17B3F96 /* ../Play-/Source/iop/Iop_PowerOff.h */ = {isa = PBXBuildFile; fileRef = F2A83C33D82742D582FC9D07 /* ../Play-/Source/iop/Iop_PowerOff.h */; }; + 6AD221BBA48D49A9B7A35192 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/7zTypes.h */ = {isa = PBXBuildFile; fileRef = 73B82D3E44DD45F2B7CC72BA /* ../Play-/deps/libchdr/deps/lzma-22.01/include/7zTypes.h */; }; + 6B8BDB98C1C04D43BFA784DE /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanPipelineCache.h */ = {isa = PBXBuildFile; fileRef = FC14AB95A87E4D798CA03792 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanPipelineCache.h */; }; + 6BDCEEFEFB5641A6BD164B63 /* ../Play-/Source/BlockLookupOneWay.h */ = {isa = PBXBuildFile; fileRef = 86B26C95426D4D78B25FBF7B /* ../Play-/Source/BlockLookupOneWay.h */; }; + 6BE8855CA2794EDBA43C9709 /* ../Play-/Source/ui_ios/DebuggerSimulator.h */ = {isa = PBXBuildFile; fileRef = DEF6306CC015446B8E8273C3 /* ../Play-/Source/ui_ios/DebuggerSimulator.h */; }; + 6C086399CB0C4D90B166FC66 /* ../Play-/deps/Dependencies/zstd/lib/common/mem.h */ = {isa = PBXBuildFile; fileRef = C04E05C8DCFE4CE59592986A /* ../Play-/deps/Dependencies/zstd/lib/common/mem.h */; }; + 6C1DEAB542D249DEBA5C492D /* ../Play-/Source/ui_shared/ArcadeUtils.h */ = {isa = PBXBuildFile; fileRef = 894E13B0249C4B208B9EA0E2 /* ../Play-/Source/ui_shared/ArcadeUtils.h */; }; + 6C258293181A473B9343CE7F /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.c */ = {isa = PBXBuildFile; fileRef = C6C187228B704A999740C489 /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.c */; }; + 6C3BB2CF3B0C40BEBD921347 /* ../Play-/Source/saves/MaxSaveImporter.cpp */ = {isa = PBXBuildFile; fileRef = 28575F5F6EAE40BAB014697F /* ../Play-/Source/saves/MaxSaveImporter.cpp */; }; + 6C46FFF58BA64719AB192A19 /* ../Play-/Source/ui_ios/VirtualPadStick.mm */ = {isa = PBXBuildFile; fileRef = 39968F50C0EC4A1CBB0F2A66 /* ../Play-/Source/ui_ios/VirtualPadStick.mm */; }; + 6C5949ACC16946DB8A45C411 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.h */ = {isa = PBXBuildFile; fileRef = 2A4773BE8F6E4ED2B0717AB3 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.h */; }; + 6C8E1CC02BBF4B4591409D00 /* ../Play-/deps/Framework/include/http/AppleHttpClient.h */ = {isa = PBXBuildFile; fileRef = BE22F9A45E934B30BF444019 /* ../Play-/deps/Framework/include/http/AppleHttpClient.h */; }; + 6CFC20614B0146D897F9BEC6 /* ../Play-/Source/ui_ios/Resources/lr.png */ = {isa = PBXBuildFile; fileRef = 95EAAE8DD69046818B2261D5 /* ../Play-/Source/ui_ios/Resources/lr.png */; }; + 6CFF4D69829942BC954A121A /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypeBTable.cpp */ = {isa = PBXBuildFile; fileRef = 8745C7C9058F4BBEB892CDBD /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypeBTable.cpp */; }; + 6D4162B08F624075893EED05 /* ../Play-/Source/iop/Iop_McServ.h */ = {isa = PBXBuildFile; fileRef = 8BBEB1CCE2D74F139E49D9DD /* ../Play-/Source/iop/Iop_McServ.h */; }; + 6D7145048B3F4181A0C14547 /* ../Play-/Source/ISO9660/ISO9660.cpp */ = {isa = PBXBuildFile; fileRef = 575FF93520DB47859D808DE1 /* ../Play-/Source/ISO9660/ISO9660.cpp */; }; + 6D7336B107E34D9AABEC2D49 /* ../Play-/deps/CodeGen/tests/Cmp64Test.h */ = {isa = PBXBuildFile; fileRef = 6525E85382F04611B95A2B08 /* ../Play-/deps/CodeGen/tests/Cmp64Test.h */; }; + 6DEBBCA4C1D5493BA2A187E9 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */ = {isa = PBXBuildFile; fileRef = 278EB7C4D544453F82E74BBF /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */; }; + 6E19DAE76C5941F69058E86D /* ../Play-/Source/states/XmlStateFile.h */ = {isa = PBXBuildFile; fileRef = 58C597B14EFF4E609B8137BD /* ../Play-/Source/states/XmlStateFile.h */; }; + 6E2C0AE205CD49D3B855D090 /* ../Play-/deps/CodeGen/include/ArrayStack.h */ = {isa = PBXBuildFile; fileRef = F1758F2C11AD44D9A8A1C9D8 /* ../Play-/deps/CodeGen/include/ArrayStack.h */; }; + 6EEEF04F418B43F1A14C5705 /* ../Play-/Source/iop/Iop_Stdio.cpp */ = {isa = PBXBuildFile; fileRef = 4D5DDE86CCD347A9AC998A66 /* ../Play-/Source/iop/Iop_Stdio.cpp */; }; + 6EF8635CD9704B3FB829C638 /* ../Play-/Source/ui_shared/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 02DE657D32B5439AA916F523 /* ../Play-/Source/ui_shared/CMakeLists.txt */; }; + 6F0AAEAE2E3D41E6AFBF4C6C /* ../Play-/Source/ee/MA_EE_Reflection.cpp */ = {isa = PBXBuildFile; fileRef = 233FE64A727F4F6684A568B4 /* ../Play-/Source/ee/MA_EE_Reflection.cpp */; }; + 6F36FFD040644DB4BD56DE5B /* ../Play-/Source/iop/Iop_Sysclib.cpp */ = {isa = PBXBuildFile; fileRef = 84D89A13F42B454BACBD5C4F /* ../Play-/Source/iop/Iop_Sysclib.cpp */; }; + 6F7276C81E65467FA2AAE80E /* ../Play-/deps/CodeGen/tests/GotoTest.h */ = {isa = PBXBuildFile; fileRef = 6B04137C3B7241358688A0F3 /* ../Play-/deps/CodeGen/tests/GotoTest.h */; }; + 6FB02D2D36BA47FD8B458E13 /* ../Play-/Source/ee/IPU_MotionCodeTable.cpp */ = {isa = PBXBuildFile; fileRef = EA150B1CF0A041C98A51DAB9 /* ../Play-/Source/ee/IPU_MotionCodeTable.cpp */; }; + 6FB0C144BE8B40EFA26FD442 /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 89CBE919DDED4A86B5232A1B /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist */; }; + 6FB5E2CC6EFD42519A2E04FA /* ../Play-/Source/iop/Iop_DmacChannel.h */ = {isa = PBXBuildFile; fileRef = B66637A46FCB48CB95B186FA /* ../Play-/Source/iop/Iop_DmacChannel.h */; }; + 6FBE971CCC0A4D1D9A5D6A5C /* ../Play-/deps/Framework/src/amazon/AmazonS3Client.cpp */ = {isa = PBXBuildFile; fileRef = 70D4AE68416E4C5FA4D5B8CB /* ../Play-/deps/Framework/src/amazon/AmazonS3Client.cpp */; }; + 6FCC7BC652B84923A5FE4A4D /* ../Play-/Source/iop/Iop_Sysmem.h */ = {isa = PBXBuildFile; fileRef = 6A328196E4134B1BB504C0A8 /* ../Play-/Source/iop/Iop_Sysmem.h */; }; + 7045ED70B24B437FBAF6BE10 /* ../Play-/deps/Framework/src/vulkan/Buffer.cpp */ = {isa = PBXBuildFile; fileRef = 37403D14055142169A1559C9 /* ../Play-/deps/Framework/src/vulkan/Buffer.cpp */; }; + 705D8C2C527F450C95FDEABA /* ../Play-/deps/Nuanceur/include/nuanceur/generators/HlslShaderGenerator.h */ = {isa = PBXBuildFile; fileRef = 74247524DEF04D1E82769F03 /* ../Play-/deps/Nuanceur/include/nuanceur/generators/HlslShaderGenerator.h */; }; + 70B42BA342F14E46AA007B67 /* ../Play-/deps/Framework/src/layout/LayoutStretch.cpp */ = {isa = PBXBuildFile; fileRef = 2C2C55F593DA488BBB95D9C3 /* ../Play-/deps/Framework/src/layout/LayoutStretch.cpp */; }; + 7116A9CA6A1E406087734EAF /* ../Play-/deps/CodeGen/tests/RandomAluTest2.h */ = {isa = PBXBuildFile; fileRef = 327749DF737544BB9E672285 /* ../Play-/deps/CodeGen/tests/RandomAluTest2.h */; }; + 712846E669784A27A210C729 /* ../Play-/deps/CodeGen/tests/MdManipTest.h */ = {isa = PBXBuildFile; fileRef = FD4FD64649B74AA192DF8B6D /* ../Play-/deps/CodeGen/tests/MdManipTest.h */; }; + 7161CA305E96477CBCCCF12A /* ../Play-/Source/iop/ioman/PathDirectoryDevice.h */ = {isa = PBXBuildFile; fileRef = 2B8F9C79835A4C35A0922431 /* ../Play-/Source/iop/ioman/PathDirectoryDevice.h */; }; + 7166A19DAFB04184AD6F87EE /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Shift.h */ = {isa = PBXBuildFile; fileRef = 5D407B47FA924799A6D74DD1 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Shift.h */; }; + 71932D6708094834ACB648EF /* ../Play-/deps/CodeGen/tests/MdFpFlagTest.cpp */ = {isa = PBXBuildFile; fileRef = AE2D1AA13E3F40CBB965F1E7 /* ../Play-/deps/CodeGen/tests/MdFpFlagTest.cpp */; }; + 71EA944674154CD89E353A71 /* ../Play-/Source/states/MemoryStateFile.h */ = {isa = PBXBuildFile; fileRef = 322087645CC2479A8F6FAE44 /* ../Play-/Source/states/MemoryStateFile.h */; }; + 721246FC93DE4D53A2D7C78E /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageCompat.m */ = {isa = PBXBuildFile; fileRef = 7D619B836E004F78B0F9CA95 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageCompat.m */; }; + 7214556C1E31411DBF252AE6 /* ../Play-/Source/iop/namco_sys147/Iop_NamcoSys147.cpp */ = {isa = PBXBuildFile; fileRef = 4823D5565D9340D6B3056D72 /* ../Play-/Source/iop/namco_sys147/Iop_NamcoSys147.cpp */; }; + 7248587E450840EC8F60B0FD /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanContext.h */ = {isa = PBXBuildFile; fileRef = 7320F6928641477B8990D601 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanContext.h */; }; + 731B647E34A1423D9DB9B267 /* ../Play-/Source/ee/MA_VU_Upper.cpp */ = {isa = PBXBuildFile; fileRef = 7D4DBD16ADF74B788575F1F5 /* ../Play-/Source/ee/MA_VU_Upper.cpp */; }; + 73348FF879FF402B950718BD /* ../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Texture.cpp */ = {isa = PBXBuildFile; fileRef = E978496593AF43238E37A398 /* ../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Texture.cpp */; }; + 736B62ED41E4448BA3D931A4 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */ = {isa = PBXBuildFile; fileRef = 61B2F207627043B7983CD750 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */; }; + 737E516099D8486496B28722 /* ../Play-/Source/ISO9660/DirectoryRecord.h */ = {isa = PBXBuildFile; fileRef = E2E5C3CD842647E58E6C9FB3 /* ../Play-/Source/ISO9660/DirectoryRecord.h */; }; + 73E095B020FD4AAF940A9CDD /* ../Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.h */ = {isa = PBXBuildFile; fileRef = 71275D5880544798904CFE6A /* ../Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.h */; }; + 73ED6EA5CB4C4B08B5D1206D /* ../Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.m */ = {isa = PBXBuildFile; fileRef = B85621635B784E57BBAA0520 /* ../Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.m */; }; + 740282901A2844928445D4F8 /* ../Play-/deps/CodeGen/include/Jitter_CodeGenFactory.h */ = {isa = PBXBuildFile; fileRef = D4B973BBA5354ADE834B5311 /* ../Play-/deps/CodeGen/include/Jitter_CodeGenFactory.h */; }; + 7456E45FD7A645969B4598F0 /* ../Play-/deps/CodeGen/tests/Cmp64Test.cpp */ = {isa = PBXBuildFile; fileRef = 5B3A40A0555D4580A389471F /* ../Play-/deps/CodeGen/tests/Cmp64Test.cpp */; }; + 74D0F319CD8643EDB2F4FD23 /* ../Play-/deps/Dependencies/zstd/lib/common/cpu.h */ = {isa = PBXBuildFile; fileRef = EA8AB96146B44F1888176E05 /* ../Play-/deps/Dependencies/zstd/lib/common/cpu.h */; }; + 7507CF53F31E4FD08BAEE6AB /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.h */ = {isa = PBXBuildFile; fileRef = 10221600D65443A1A0E11A24 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.h */; }; + 758A4D93757647E0A913BA10 /* ../Play-/Source/iop/namco_sys147/Iop_NamcoSys147.h */ = {isa = PBXBuildFile; fileRef = 300D63022E844F42BB500041 /* ../Play-/Source/iop/namco_sys147/Iop_NamcoSys147.h */; }; + 75B67AB2D58948398E755144 /* ../Play-/Source/ee/SIF.h */ = {isa = PBXBuildFile; fileRef = 5A00E81A70334550820CC506 /* ../Play-/Source/ee/SIF.h */; }; + 7614B3C2712F4FEEAEDA670C /* ../Play-/deps/Framework/src/Url.cpp */ = {isa = PBXBuildFile; fileRef = C3DB73F14A9A453B93A96A70 /* ../Play-/deps/Framework/src/Url.cpp */; }; + 76610798FE704178A2E90A70 /* ../Play-/Source/COP_SCU_Reflection.cpp */ = {isa = PBXBuildFile; fileRef = 333223D13A2342369E5E5CE2 /* ../Play-/Source/COP_SCU_Reflection.cpp */; }; + 768F4DBF45AA4CF8B0633315 /* ../Play-/Source/COP_SCU.cpp */ = {isa = PBXBuildFile; fileRef = 6536BBBD603B45969CBAFB55 /* ../Play-/Source/COP_SCU.cpp */; }; + 76C47978F9D44F52AC7E7279 /* ../Play-/deps/Framework/include/layout/LayoutBaseItem.h */ = {isa = PBXBuildFile; fileRef = E19F6AF845594C5192078358 /* ../Play-/deps/Framework/include/layout/LayoutBaseItem.h */; }; + 770B096691414990AEE0D4F4 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */ = {isa = PBXBuildFile; fileRef = 2E38A39322DE4D06BA42D63E /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */; }; + 7808690FA806441484C41226 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/ArrayUintValue.h */ = {isa = PBXBuildFile; fileRef = 3015F838D959414E80541A02 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/ArrayUintValue.h */; }; + 780D80F3E06F4D16A79B65C6 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */ = {isa = PBXBuildFile; fileRef = FFCFA5FF81B14DBFA4A091E6 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */; }; + 786252A8DCC54870BBDDCD83 /* ../Play-/deps/Nuanceur/include/nuanceur/Builder.h */ = {isa = PBXBuildFile; fileRef = 0A00B9C58E254424B857368A /* ../Play-/deps/Nuanceur/include/nuanceur/Builder.h */; }; + 7899E19573E747C0AC2292E7 /* ../Play-/Source/ISO9660/PathTableRecord.cpp */ = {isa = PBXBuildFile; fileRef = AC74841B8B1F4056B6F26EFB /* ../Play-/Source/ISO9660/PathTableRecord.cpp */; }; + 789A078BDB08442184AFBA90 /* ../Play-/deps/CodeGen/build_cmake/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 481428E243CD45349435140E /* ../Play-/deps/CodeGen/build_cmake/CMakeLists.txt */; }; + 797F9A90AE5F48329A231031 /* ../Play-/Source/iop/Iop_SpuBase.cpp */ = {isa = PBXBuildFile; fileRef = 36694B2575DF4A759BEE98AA /* ../Play-/Source/iop/Iop_SpuBase.cpp */; }; + 7A1A731F0A024D57B5E26C05 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */ = {isa = PBXBuildFile; fileRef = 9C917D185CCA43BBB18161B7 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */; }; + 7A2FBDE515154769AD8371A2 /* ../Play-/Source/ISO9660/PathTable.cpp */ = {isa = PBXBuildFile; fileRef = D22CBEAF9D1A4CA4A523F9A8 /* ../Play-/Source/ISO9660/PathTable.cpp */; }; + 7A839C724A124E999F6D9F69 /* ../Play-/Source/iop/ioman/HardDiskDumpDevice.h */ = {isa = PBXBuildFile; fileRef = D84CDE899D11494BB523F0A9 /* ../Play-/Source/iop/ioman/HardDiskDumpDevice.h */; }; + 7A878FCC51E24FCC8EA0FEBA /* ../Play-/deps/CodeGen/tests/HugeJumpTest.h */ = {isa = PBXBuildFile; fileRef = E50B594BA715462699A95CA4 /* ../Play-/deps/CodeGen/tests/HugeJumpTest.h */; }; + 7B5894595A68485DA344051B /* ../Play-/deps/CodeGen/tests/MdTest.cpp */ = {isa = PBXBuildFile; fileRef = E879A993F98D4026AF0F9600 /* ../Play-/deps/CodeGen/tests/MdTest.cpp */; }; + 7B5F7A70B5A94888B35B4F59 /* ../Play-/deps/Framework/src/xml/Node.cpp */ = {isa = PBXBuildFile; fileRef = 1CE7F1BAF7B2485DB0408D92 /* ../Play-/deps/Framework/src/xml/Node.cpp */; }; + 7B737BFFEC9B43AAB062E257 /* ../Play-/deps/CodeGen/tests/MdLogicTest.h */ = {isa = PBXBuildFile; fileRef = 6C4D9B8C66504F6F998A9804 /* ../Play-/deps/CodeGen/tests/MdLogicTest.h */; }; + 7B7837849F9D450092C47B10 /* ../Play-/deps/Framework/src/layout/GridLayout.cpp */ = {isa = PBXBuildFile; fileRef = 39ED00085BF8475192849C12 /* ../Play-/deps/Framework/src/layout/GridLayout.cpp */; }; + 7C179A689AE84188957DCF61 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.h */ = {isa = PBXBuildFile; fileRef = 379050C07A204BF6829B3EE9 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.h */; }; + 7C5DEE7D1720440FAEDBCD3E /* ../Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */ = {isa = PBXBuildFile; fileRef = 306C0BACE0CC495C89295811 /* ../Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */; }; + 7CA4683AF2C24937864B6B2D /* ../Play-/Source/static_loop.h */ = {isa = PBXBuildFile; fileRef = 79D0AE36C8F0497BA1C57A39 /* ../Play-/Source/static_loop.h */; }; + 7CD336D2A4304A39A33FC771 /* ../Play-/Source/discimages/ChdStreamSupport.h */ = {isa = PBXBuildFile; fileRef = 9FE4982D74DF49CDAEE6E38D /* ../Play-/Source/discimages/ChdStreamSupport.h */; }; + 7D809DA858084674BF537A55 /* ../Play-/Source/SifModuleAdapter.h */ = {isa = PBXBuildFile; fileRef = 7D476F1F73B14DE8B788D035 /* ../Play-/Source/SifModuleAdapter.h */; }; + 7D868A7D646045CAA0B0A466 /* ../Play-/Source/DiskUtils.cpp */ = {isa = PBXBuildFile; fileRef = 46DDBCC7FABD49C783FF9697 /* ../Play-/Source/DiskUtils.cpp */; }; + 7E55C4E6951E4143A9960DD2 /* ../Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.h */ = {isa = PBXBuildFile; fileRef = F0D770A2809049E99CA632E6 /* ../Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.h */; }; + 7EB86B67048C46B0AFC90BAE /* ../Play-/deps/Framework/include/Breakpoint.h */ = {isa = PBXBuildFile; fileRef = F87C93A533BA44C4934350E5 /* ../Play-/deps/Framework/include/Breakpoint.h */; }; + 7F0F979A366E466EA2465E93 /* ../Play-/deps/AltKit/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = E69CA6D10924422D96A567DB /* ../Play-/deps/AltKit/CMakeLists.txt */; }; + 7F19518835964430A793F201 /* ../Play-/deps/Framework/src/bitmap/TGA.cpp */ = {isa = PBXBuildFile; fileRef = D8D272A385AE4F7ABB62C86F /* ../Play-/deps/Framework/src/bitmap/TGA.cpp */; }; + 7F34910BD21E467E89D0E26A /* ../Play-/deps/Dependencies/zstd/lib/zstd.h */ = {isa = PBXBuildFile; fileRef = 98B2D2F376D74DB591884D6E /* ../Play-/deps/Dependencies/zstd/lib/zstd.h */; }; + 7F5DCB8C958B4261903BB67A /* ../Play-/deps/CodeGen/tests/uint128.h */ = {isa = PBXBuildFile; fileRef = 9A99C4FF8DB6447BABEFF814 /* ../Play-/deps/CodeGen/tests/uint128.h */; }; + 7FEDF202D3324CDF92BFC017 /* ../Play-/Source/iop/Iop_SifMan.cpp */ = {isa = PBXBuildFile; fileRef = 8A5E2A9837114B7B8E835EB9 /* ../Play-/Source/iop/Iop_SifMan.cpp */; }; + 7FF0019454504791A80A6791 /* ../Play-/Source/ui_shared/AmazonS3Utils.cpp */ = {isa = PBXBuildFile; fileRef = C33F7553214E478E9474D532 /* ../Play-/Source/ui_shared/AmazonS3Utils.cpp */; }; + 800F64C5ADD04E5BA17550C5 /* ../Play-/deps/Framework/include/vulkan/StructChain.h */ = {isa = PBXBuildFile; fileRef = 671A6F2389C146789F459FD6 /* ../Play-/deps/Framework/include/vulkan/StructChain.h */; }; + 803C587ADA634AC88DD274D3 /* ../Play-/Source/ui_ios/CoverViewCell.m */ = {isa = PBXBuildFile; fileRef = CA229E39192E46379D4A890D /* ../Play-/Source/ui_ios/CoverViewCell.m */; }; + 8081D9B378F741FF802A7F69 /* ../Play-/Source/iop/Iop_IomanX.cpp */ = {isa = PBXBuildFile; fileRef = 4FB46437BEBB48419108D386 /* ../Play-/Source/iop/Iop_IomanX.cpp */; }; + 80EA917DE83A4D72A3D8D985 /* ../Play-/Source/MIPS.cpp */ = {isa = PBXBuildFile; fileRef = EA5334EF4A4D4F78ACCEDECB /* ../Play-/Source/MIPS.cpp */; }; + 80EE92A9FE15455EAEC0FE6B /* ../Play-/Source/states/RegisterState.h */ = {isa = PBXBuildFile; fileRef = 85C4A6DC631D406FA33BE0D4 /* ../Play-/Source/states/RegisterState.h */; }; + 8154639284924AAAB45AB09F /* ../Play-/deps/Framework/include/zip/ZipArchiveWriter.h */ = {isa = PBXBuildFile; fileRef = A4E7A59B2E5C4A02BB7299E1 /* ../Play-/deps/Framework/include/zip/ZipArchiveWriter.h */; }; + 81688B99465941FAB3B85800 /* ../Play-/Source/ee/IPU_MacroblockTypeBTable.h */ = {isa = PBXBuildFile; fileRef = 999099E502C64029B97E326D /* ../Play-/Source/ee/IPU_MacroblockTypeBTable.h */; }; + 81B4AEE525B148CD90C0D506 /* ../Play-/Source/saves/PsuSaveImporter.h */ = {isa = PBXBuildFile; fileRef = 14A2BCC27D374AD286E67AFF /* ../Play-/Source/saves/PsuSaveImporter.h */; }; + 81E97B9882EC46018DF352A6 /* ../Play-/Source/MIPSCoprocessor.cpp */ = {isa = PBXBuildFile; fileRef = 58A8B8A4CEDC45D9BBC98271 /* ../Play-/Source/MIPSCoprocessor.cpp */; }; + 81F61057389B448C9C0DDD64 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCache.m */ = {isa = PBXBuildFile; fileRef = 379CC660F87949A48833F2A9 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCache.m */; }; + 821CD9E973C34841A04C0536 /* ../Play-/Source/iop/Iop_Speed.h */ = {isa = PBXBuildFile; fileRef = B77C5217C724435F96CE0FAD /* ../Play-/Source/iop/Iop_Speed.h */; }; + 8224016905DE463F838F013A /* ../Play-/deps/CodeGen/src/MachoObjectFile.cpp */ = {isa = PBXBuildFile; fileRef = 67FE5F8E1777425BA2CCDFE5 /* ../Play-/deps/CodeGen/src/MachoObjectFile.cpp */; }; + 828FCEE38B3C48D5A208CED8 /* ../Play-/deps/Framework/include/vulkan/CommandBufferPool.h */ = {isa = PBXBuildFile; fileRef = BAD07F4B466E46658FDB8EAA /* ../Play-/deps/Framework/include/vulkan/CommandBufferPool.h */; }; + 82B8F2953E0F4535A034FCE4 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzFind.c */ = {isa = PBXBuildFile; fileRef = EAB1488B1E1E413290E55E4E /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzFind.c */; }; + 82E4C476205A41BD9E7227B9 /* ../Play-/Source/BlockLookupTwoWay.h */ = {isa = PBXBuildFile; fileRef = 40AB363804A140018368C473 /* ../Play-/Source/BlockLookupTwoWay.h */; }; + 82FD96AE36F7480985208AB6 /* ../Play-/deps/CodeGen/tests/Shift64Test.cpp */ = {isa = PBXBuildFile; fileRef = D3A5A15C544E4A35B19E1AE2 /* ../Play-/deps/CodeGen/tests/Shift64Test.cpp */; }; + 832717013DE24C37B0509A1A /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Md.cpp */ = {isa = PBXBuildFile; fileRef = DE3689220CBE4CE6BE9DED37 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Md.cpp */; }; + 8359D530FC674B52B71E3D95 /* ../Play-/Source/PH_Generic.cpp */ = {isa = PBXBuildFile; fileRef = 30FCFCAC0216427CB459FDBC /* ../Play-/Source/PH_Generic.cpp */; }; + 83E2027FB0854B0BAD72A144 /* ../Play-/Source/MA_MIPSIV.h */ = {isa = PBXBuildFile; fileRef = 84A3BD447FD7489FBB1AF9B4 /* ../Play-/Source/MA_MIPSIV.h */; }; + 83EB5F411ED64144AC0C440C /* ../Play-/Source/iop/Iop_Cdvdman.cpp */ = {isa = PBXBuildFile; fileRef = F30E60FBA8C44518BD238EDC /* ../Play-/Source/iop/Iop_Cdvdman.cpp */; }; + 83FC1BC6D69B4BB8B44966BC /* ../Play-/deps/AltKit/Sources/AltKit/Server/Server.swift */ = {isa = PBXBuildFile; fileRef = 21D5EA1105E44224BFEDA885 /* ../Play-/deps/AltKit/Sources/AltKit/Server/Server.swift */; }; + 8407A5CCD5E74551BEE138CD /* ../Play-/Source/ee/Ee_LibMc2.cpp */ = {isa = PBXBuildFile; fileRef = 0A660CC85AB5417D8B3F4319 /* ../Play-/Source/ee/Ee_LibMc2.cpp */; }; + 846570CCD7BC48FCB9075065 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Operations.h */ = {isa = PBXBuildFile; fileRef = 4AEB58B0686446FDAEE98C1A /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Operations.h */; }; + 8475700AE8FF49F48AAE08A5 /* ../Play-/Source/saves/Save.cpp */ = {isa = PBXBuildFile; fileRef = 71832366FFAB48599646BCA9 /* ../Play-/Source/saves/Save.cpp */; }; + 84AAEF46DF3A4BE08BC9DB45 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.h */ = {isa = PBXBuildFile; fileRef = A8CAFEEA456547FB93DD5E30 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.h */; }; + 84C6862016B34A3880A6DA5D /* ../Play-/deps/Framework/src/xml/Writer.cpp */ = {isa = PBXBuildFile; fileRef = 5A9F87DC06E04118B5B2E654 /* ../Play-/deps/Framework/src/xml/Writer.cpp */; }; + 8502AECE6F264F2387D3BDF9 /* ../Play-/deps/Dependencies/zstd/lib/compress/clevels.h */ = {isa = PBXBuildFile; fileRef = 61E8884DFC104A6FA06C796D /* ../Play-/deps/Dependencies/zstd/lib/compress/clevels.h */; }; + 852C3E4A451543F3875F6142 /* ../Play-/Source/DiskUtils.h */ = {isa = PBXBuildFile; fileRef = 5ED407D14BED45A68414A1AE /* ../Play-/Source/DiskUtils.h */; }; + 8538786B939F441AA75DCDF9 /* ../Play-/Source/ScreenPositionListener.h */ = {isa = PBXBuildFile; fileRef = 7EA3E08A7802412FB4A5B806 /* ../Play-/Source/ScreenPositionListener.h */; }; + 857B201E59E7482ABD900A98 /* ../Play-/deps/CodeGen/tests/Main.cpp */ = {isa = PBXBuildFile; fileRef = 60378F5C562848AF8B57E55C /* ../Play-/deps/CodeGen/tests/Main.cpp */; }; + 858E3A99BCB143EFA8207CCA /* ../Play-/deps/CodeGen/include/AArch32Assembler.h */ = {isa = PBXBuildFile; fileRef = E3A72902F3BE438992B6DEB5 /* ../Play-/deps/CodeGen/include/AArch32Assembler.h */; }; + 8596FC707A0A43EAAEA3E877 /* ../Play-/Source/ui_shared/BootablesDbClient.cpp */ = {isa = PBXBuildFile; fileRef = 583060EEC7F14F5A9C230799 /* ../Play-/Source/ui_shared/BootablesDbClient.cpp */; }; + 85B1B2DAEF5C4BBF865971B1 /* ../Play-/Source/discimages/CueSheet.h */ = {isa = PBXBuildFile; fileRef = 2C8406F5733E4ED7912EEE67 /* ../Play-/Source/discimages/CueSheet.h */; }; + 85C9E1FA3B5E45928A16BC76 /* ../Play-/deps/CodeGen/tests/Alu64Test.h */ = {isa = PBXBuildFile; fileRef = 27888633383E45829B52B244 /* ../Play-/deps/CodeGen/tests/Alu64Test.h */; }; + 8602F200A15E4C28BB2DCA1D /* ../Play-/deps/Framework/src/vulkan/Loader.cpp */ = {isa = PBXBuildFile; fileRef = 3E6B7AF3527846F9BC5DC7CE /* ../Play-/deps/Framework/src/vulkan/Loader.cpp */; }; + 862A231A90BC4F8CA6B8C18A /* ../Play-/deps/Framework/include/zip/ZipInflateStream.h */ = {isa = PBXBuildFile; fileRef = 0518C269164B453EA7DA3D93 /* ../Play-/deps/Framework/include/zip/ZipInflateStream.h */; }; + 86453B116B8F439E91431EEE /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.h */ = {isa = PBXBuildFile; fileRef = 3B55D32E78DB449B94AA2A97 /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.h */; }; + 865E0375EA2744A692E27B8B /* ../Play-/Source/MemoryMap.cpp */ = {isa = PBXBuildFile; fileRef = 4735D3FF6D214C0B897036CE /* ../Play-/Source/MemoryMap.cpp */; }; + 8679E3F3CEFF47F38C1A178B /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable0.cpp */ = {isa = PBXBuildFile; fileRef = F559E476D8B042F385E4BAB9 /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable0.cpp */; }; + 8697D6046D404225B4D08B2A /* ../Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.h */ = {isa = PBXBuildFile; fileRef = 6B9D1E227C6248798F6E7494 /* ../Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.h */; }; + 86CAB945D65C472F9C5FE033 /* ../Play-/Source/MemoryUtils.h */ = {isa = PBXBuildFile; fileRef = F320629ACCB64978AA93D79D /* ../Play-/Source/MemoryUtils.h */; }; + 86EB7109481945278537CBF0 /* ../cmake/Source/ui_ios/ui_shared/CMakeFiles/ui_shared.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 22CC87679ED7420183F03325 /* ../cmake/Source/ui_ios/ui_shared/CMakeFiles/ui_shared.dir/Info.plist */; }; + 871103A1F92149FCBDE01456 /* ../Play-/Source/discimages/IszImageStream.h */ = {isa = PBXBuildFile; fileRef = DF27BF9887664B35918F17B2 /* ../Play-/Source/discimages/IszImageStream.h */; }; + 87669AC1226242A2B2A31CEE /* ../Play-/Source/iop/Iop_Thevent.cpp */ = {isa = PBXBuildFile; fileRef = 976C99D69882492E857B3736 /* ../Play-/Source/iop/Iop_Thevent.cpp */; }; + 87B03F02C15D412F82E81D44 /* ../Play-/deps/libchdr/tests/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 966FF41B2E834D858972B6B3 /* ../Play-/deps/libchdr/tests/CMakeLists.txt */; }; + 87BDCB2A146B431EB3CCBC89 /* ../Play-/deps/Framework/src/openal/Source.cpp */ = {isa = PBXBuildFile; fileRef = 60378F74B6944B50B3028645 /* ../Play-/deps/Framework/src/openal/Source.cpp */; }; + 88B01E78AD8741E6882FCED9 /* ../Play-/Source/gs/GsCachedArea.h */ = {isa = PBXBuildFile; fileRef = E5EF37D8696045888C1C0E4F /* ../Play-/Source/gs/GsCachedArea.h */; }; + 8923F4BC31074502A6BF1554 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector.h */ = {isa = PBXBuildFile; fileRef = 671AAB7B6CDB4AF98A6B3B23 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector.h */; }; + 89366D4BDE6742E7B86C5F64 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.h */ = {isa = PBXBuildFile; fileRef = 814AD0D095724369894FEB4E /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.h */; }; + 895100979A264B6E9D25DDA7 /* ../Play-/deps/Framework/include/zip/ZipStoreStream.h */ = {isa = PBXBuildFile; fileRef = 55689BD549214061B6EDC1A9 /* ../Play-/deps/Framework/include/zip/ZipStoreStream.h */; }; + 8995F8DF1214434D84B1DE36 /* ../Play-/Source/ui_ios/DebuggerSimulator.cpp */ = {isa = PBXBuildFile; fileRef = A072DA98F3BB4E8197B50CD3 /* ../Play-/Source/ui_ios/DebuggerSimulator.cpp */; }; + 89BFAB75BB66462EB913B130 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */ = {isa = PBXBuildFile; fileRef = AFA50889093E4DC3B678C269 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */; }; + 8A0938475E724D069875B4BD /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */ = {isa = PBXBuildFile; fileRef = 966DAFD265F04CF4B2051118 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */; }; + 8A14E115673C45E58480EB05 /* ../Play-/deps/Framework/include/SocketDef.h */ = {isa = PBXBuildFile; fileRef = 117467D2933F4856B406EA3C /* ../Play-/deps/Framework/include/SocketDef.h */; }; + 8A386FF6AF324154A07BC3D6 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Bra86.c */ = {isa = PBXBuildFile; fileRef = F22F73BD8F194C2BA3647296 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Bra86.c */; }; + 8A6E6CF9667940A3AC165EF0 /* ../Play-/deps/Framework/include/vulkan/StructDefs.h */ = {isa = PBXBuildFile; fileRef = 7FE1F5665D6D400DA61C2D80 /* ../Play-/deps/Framework/include/vulkan/StructDefs.h */; }; + 8A7551480C8946118B18D146 /* ../Play-/deps/libchdr/deps/lzma-22.01/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = AB89A6F5FDCF41F1B3146CC9 /* ../Play-/deps/libchdr/deps/lzma-22.01/CMakeLists.txt */; }; + 8AD38CD7ADFC4187BF1D2DD9 /* ../Play-/Source/ee/IPU_MacroblockTypePTable.h */ = {isa = PBXBuildFile; fileRef = E2D33C895F7D41CBAC3D28AB /* ../Play-/Source/ee/IPU_MacroblockTypePTable.h */; }; + 8B56811533C4405DA16EE083 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Matrix44Value.h */ = {isa = PBXBuildFile; fileRef = F3849BCE533E445996890368 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Matrix44Value.h */; }; + 8B5827F5E1BE40FB93BD5467 /* ../Play-/Source/SifModule.h */ = {isa = PBXBuildFile; fileRef = 27ED7597E0FF4EDB82E79389 /* ../Play-/Source/SifModule.h */; }; + 8B68D16C6ED441CD82F06368 /* ../Play-/Source/ui_shared/BootablesProcesses.h */ = {isa = PBXBuildFile; fileRef = 2D5DD23A9AFE44238501D7FF /* ../Play-/Source/ui_shared/BootablesProcesses.h */; }; + 8B86F86FC64B48199BB44EDB /* ../Play-/deps/CodeGen/src/CoffObjectFile.cpp */ = {isa = PBXBuildFile; fileRef = BB50651D4CD24B40A40683D4 /* ../Play-/deps/CodeGen/src/CoffObjectFile.cpp */; }; + 8C37A248E01845AAA695A884 /* ../Play-/deps/Framework/src/mpeg2/MacroblockAddressIncrementTable.cpp */ = {isa = PBXBuildFile; fileRef = C73D64AE23A546AF9B33832C /* ../Play-/deps/Framework/src/mpeg2/MacroblockAddressIncrementTable.cpp */; }; + 8C83F0527AC3438E80910393 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+WebCache.m */ = {isa = PBXBuildFile; fileRef = D2E7AC3D20054772BBA63167 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+WebCache.m */; }; + 8C943D72092B44619D3EE72F /* ../Play-/Source/saves/XpsSaveImporter.h */ = {isa = PBXBuildFile; fileRef = 79C8D006149440A0A49FED5E /* ../Play-/Source/saves/XpsSaveImporter.h */; }; + 8CA254FAE7FE4D5D9F8A3AEF /* ../Play-/Source/saves/SaveExporter.cpp */ = {isa = PBXBuildFile; fileRef = 9AD0513BE43045CABC26A352 /* ../Play-/Source/saves/SaveExporter.cpp */; }; + 8CD65D44C8C84E908126C0CA /* ../Play-/Source/ui_ios/BackgroundLayer.m */ = {isa = PBXBuildFile; fileRef = FA7A8C64B52F40438C64E89E /* ../Play-/Source/ui_ios/BackgroundLayer.m */; }; + 8D3E765C4B7A4181B27AD68E /* ../Play-/Source/input/InputBindingManager.h */ = {isa = PBXBuildFile; fileRef = 6C0064A7BDE24FCEA1AC4A7C /* ../Play-/Source/input/InputBindingManager.h */; }; + 8D8B278773484FE38E54EAF8 /* ../Play-/Source/iop/Iop_MtapMan.cpp */ = {isa = PBXBuildFile; fileRef = F96DF69238D54D74A1EF7A8E /* ../Play-/Source/iop/Iop_MtapMan.cpp */; }; + 8DB1674E8DF241A9A01891AF /* ../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeFiles/Framework_OpenGl.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 9692B220004D426BA5B33414 /* ../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeFiles/Framework_OpenGl.dir/Info.plist */; }; + 8E00F243461842A1AB541B21 /* ../Play-/Source/iop/Iop_Secrman.h */ = {isa = PBXBuildFile; fileRef = 0D833505517C4060AFEE3655 /* ../Play-/Source/iop/Iop_Secrman.h */; }; + 8E1519D2FA6F4EC69C0DF7C5 /* ../Play-/Source/ui_ios/Resources/start.png */ = {isa = PBXBuildFile; fileRef = EA46CAE259FC438BBD206E9A /* ../Play-/Source/ui_ios/Resources/start.png */; }; + 8E3165C18C1E449F851BAFD2 /* ../Play-/deps/Framework/include/layout/GridLayout.h */ = {isa = PBXBuildFile; fileRef = 6FEFBF4C2112458F95CA9066 /* ../Play-/deps/Framework/include/layout/GridLayout.h */; }; + 8E36051CFB4A414FAB101D41 /* ../Play-/deps/Framework/src/zip/ZipArchiveReader.cpp */ = {isa = PBXBuildFile; fileRef = C6FC5DFD9C6544FFAC41BED0 /* ../Play-/deps/Framework/src/zip/ZipArchiveReader.cpp */; }; + 8E50E6F3B1FC4FA98CB29DEE /* ../Play-/deps/CodeGen/src/X86CpuFeatures.cpp */ = {isa = PBXBuildFile; fileRef = 1611F2DD41B647449C54772C /* ../Play-/deps/CodeGen/src/X86CpuFeatures.cpp */; }; 8E5DD869AB244BEDA7B593DD /* /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/QuartzCore.framework */ = {isa = PBXBuildFile; fileRef = 182C53786BFF4DD69E42CA8C /* /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/QuartzCore.framework */; }; - 8E9BDA3B2E5B42E59A3172D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_EE.h */ = {isa = PBXBuildFile; fileRef = 74E8D5068B7846178BC755F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_EE.h */; }; - 8FEC3C6206824E76855CFB6A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Vblank.cpp */ = {isa = PBXBuildFile; fileRef = 6ABC0B9699A5446D9C83C571 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Vblank.cpp */; }; - 901D75ED6FF7437F986B3EA3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIo.h */ = {isa = PBXBuildFile; fileRef = 2714D2CC0B374304A7DDD29B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIo.h */; }; - 90520734C3A2408292CB0958 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 9627C16E1C194DC6800299F8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */; }; - 909BBCDCA0A84E11BC3766E5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.h */ = {isa = PBXBuildFile; fileRef = F1D5FB390C5B4CB1B3F850D7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.h */; }; - 90A5808FD2E84BDDABDCE010 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpMulTruncate.h */ = {isa = PBXBuildFile; fileRef = 6D94759B630140A0A0ABB8A4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpMulTruncate.h */; }; - 90FA1691CF5C4E41993353AF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Stdio.h */ = {isa = PBXBuildFile; fileRef = E0751B1A444A458B8F0A0610 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Stdio.h */; }; - 9112DB3CD67A4459ADA52659 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Secrman.cpp */ = {isa = PBXBuildFile; fileRef = C0D7F5A33B004846B02FEB77 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Secrman.cpp */; }; - 91697943226D414BBB2A0C23 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thfpool.h */ = {isa = PBXBuildFile; fileRef = 0F62568A6FEA4E9598D35DB2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thfpool.h */; }; - 9179393AFA6E4EF58949194F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/FilesystemUtils.h */ = {isa = PBXBuildFile; fileRef = 983C1E46E0DF45669B4F0A5D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/FilesystemUtils.h */; }; - 91DC67C291414554B90BDF38 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */ = {isa = PBXBuildFile; fileRef = CA8185F7E9A848DAAF5F2019 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */; }; - 91F41C7C4A4543BF9EE3340E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.h */ = {isa = PBXBuildFile; fileRef = 6EE710DA4E6E48F7890C542E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.h */; }; - 91F9D1BE82B549DEBF735C15 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Context.cpp */ = {isa = PBXBuildFile; fileRef = D0B58CA445B242F6BB2BC035 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Context.cpp */; }; - 92207BBE6C394A33B22AA2FD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Utils.h */ = {isa = PBXBuildFile; fileRef = B9D5447AC65E493BAFA900C4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Utils.h */; }; - 92219B93FD5C4ED0B9395D18 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif.cpp */ = {isa = PBXBuildFile; fileRef = BC1CBFFCF0A8468A9091E420 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif.cpp */; }; - 922E7A7B32BD485090979EF2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypePTable.cpp */ = {isa = PBXBuildFile; fileRef = E786135B289D4C8EB7BBDDD3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypePTable.cpp */; }; - 92429F69F310425FBBF9D449 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsDebuggerInterface.h */ = {isa = PBXBuildFile; fileRef = 1762AD8517E14E3DBB8F1FFC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsDebuggerInterface.h */; }; - 9449E326327A48E585EDD7F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/SocketStream.cpp */ = {isa = PBXBuildFile; fileRef = 0A74912CE1CD446C9FC5A81A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/SocketStream.cpp */; }; - 945EB49C9F0C45C98BC2A8F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LogicTest.cpp */ = {isa = PBXBuildFile; fileRef = E32E9B2131BC47A19C43FDB0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LogicTest.cpp */; }; - 94C58AB4126B4BC4834654E1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSHandler.h */ = {isa = PBXBuildFile; fileRef = 92DA0E46DE5348A395D85E4B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSHandler.h */; }; - 94D2F5A351D84F9A82893457 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeFiles/Framework_Vulkan.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 728970ADB6834077A93F36B1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeFiles/Framework_Vulkan.dir/Info.plist */; }; - 95026D1DC8D94BB3A919F637 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsSpriteRegion.h */ = {isa = PBXBuildFile; fileRef = 141959309FEA48068D2CC3CB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsSpriteRegion.h */; }; - 95275E8B3B284DE9B78D7745 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/WasmModuleBuilder.h */ = {isa = PBXBuildFile; fileRef = 5A116C53291E4B9BB488E97E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/WasmModuleBuilder.h */; }; - 952D46A5B49E42E59997AD27 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryMap.h */ = {isa = PBXBuildFile; fileRef = 1CAE4A5D1B87457EA39E86B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryMap.h */; }; - 955CAFB36ABB4E1A845DB23D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.h */ = {isa = PBXBuildFile; fileRef = BBF00192D9724B0892F784F9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.h */; }; - 95BF413F5EC24FF1A46ED436 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.h */ = {isa = PBXBuildFile; fileRef = 87A036403289430699319766 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.h */; }; - 95F22122AC3340B1BF9DF70B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/circle.png */ = {isa = PBXBuildFile; fileRef = D380C497760E4E6FBB267CE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/circle.png */; }; - 960A856936D0462B80698E4B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = F9543AB1FB57429D9F9201F7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist */; }; - 966E971E62FE4E4EA0DCAB6D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/left.png */ = {isa = PBXBuildFile; fileRef = 5B76982A18A6427EBBD6D24F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/left.png */; }; - 96A483C09A3F48BAB3B2B0B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdfsv.cpp */ = {isa = PBXBuildFile; fileRef = E81C0BA8ED9C4F738F30FB99 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdfsv.cpp */; }; - 96E5DF6EF2C94AE6882D137D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Loadcore.cpp */ = {isa = PBXBuildFile; fileRef = FD1735AE3E3548DFB578728D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Loadcore.cpp */; }; - 96F1CD6C5C8243F581D8398B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 54C639B322DA408388754CA5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */; }; - 96FB0EB7238743C281FC5E74 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporterBase.cpp */ = {isa = PBXBuildFile; fileRef = A179F480BDB442AFAA1CFE80 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporterBase.cpp */; }; - 972E2129F3A2458FA8A5AD5C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_32.cpp */ = {isa = PBXBuildFile; fileRef = 28234E4ED1294381AA2B6E7B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_32.cpp */; }; - 9744AEB85EB64B97B79D17AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/TheGamesDbClient.cpp */ = {isa = PBXBuildFile; fileRef = A80EC781B3834212B1C6C49D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/TheGamesDbClient.cpp */; }; - 975F1FC750B341C69AEABEB6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Image.cpp */ = {isa = PBXBuildFile; fileRef = 8973011B0FA54E1799BAE334 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Image.cpp */; }; - 9764C0DF924744E0BFDD1BF3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdTest.h */ = {isa = PBXBuildFile; fileRef = DB0C66F3EB27418896A109B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdTest.h */; }; - 97AE15087D474024BC16E400 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Device.cpp */ = {isa = PBXBuildFile; fileRef = E1A57C59DB8D4EBE9DEFCF23 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Device.cpp */; }; - 97E2B4D889A140C785F8E300 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OsStructQueue.h */ = {isa = PBXBuildFile; fileRef = 8DB95D898B774280A2346B93 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OsStructQueue.h */; }; - 97E6B2996482473FB16F9676 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen.cpp */ = {isa = PBXBuildFile; fileRef = 2075C21DD0AF4C848279CBE2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen.cpp */; }; - 97FCA7855AA0433FBA467D9F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MultTest.cpp */ = {isa = PBXBuildFile; fileRef = C82AB0DF92FC4DA8A18162A1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MultTest.cpp */; }; - 97FD98FD9ACF4597848944D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/CMakeFiles/gsh_opengl.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 397F667736FD43BA94E227B6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/CMakeFiles/gsh_opengl.dir/Info.plist */; }; - 98C5F428026F46A9B4F454AA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesDbClient.h */ = {isa = PBXBuildFile; fileRef = 48A007FB185146CF8179B39B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesDbClient.h */; }; - 98DD8B0F8B1B482BA6EE2536 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.cpp */ = {isa = PBXBuildFile; fileRef = E45AF09D415F491FBED19F1C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.cpp */; }; - 991264CD7D2246B7B0835E96 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeBasicBlock.cpp */ = {isa = PBXBuildFile; fileRef = CCA6AE18F1E442BAB3515A3E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeBasicBlock.cpp */; }; - 991E45B0F21D41148DA1C8FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_EE.cpp */ = {isa = PBXBuildFile; fileRef = 37EEB4F718EA4332850139B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_EE.cpp */; }; - 995122F46CA448B197D6DEEF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Base64.cpp */ = {isa = PBXBuildFile; fileRef = 5EF93D681660447B87823C40 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Base64.cpp */; }; - 99F8C7C71CBD4ED98C1BEA1D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest.cpp */ = {isa = PBXBuildFile; fileRef = 866F221A23114D9098B642E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest.cpp */; }; - 9A683EDE0B174A8E8820EC42 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.cpp */ = {isa = PBXBuildFile; fileRef = DDC2A0F5F6044E6FB4FE838C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.cpp */; }; - 9A6854C32C264F47A3274334 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU.cpp */ = {isa = PBXBuildFile; fileRef = 794F7514259B48028D90743D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU.cpp */; }; - 9A8D539B8CFE4AA7B93F62AD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_Device.h */ = {isa = PBXBuildFile; fileRef = 03F3C52523BC4C14ADD17D53 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_Device.h */; }; - 9ACEE9FFEBD5473CA7756DDE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.h */ = {isa = PBXBuildFile; fileRef = 919C8CD5DFFE40109657879D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.h */; }; - 9B5D33FA2B5241CAA7BDE4A4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess16Test.h */ = {isa = PBXBuildFile; fileRef = 6116958D5D404BE497FF0111 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess16Test.h */; }; - 9B7B4625816A4D2B95379C5E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DcSizeChrominanceTable.cpp */ = {isa = PBXBuildFile; fileRef = ED95BF03463D458F9242928C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DcSizeChrominanceTable.cpp */; }; - 9C1D96C3843A4785A4A42B37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */ = {isa = PBXBuildFile; fileRef = A9E5A85ED3794E98B9D02C25 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */; }; - 9C2CF85BBDD4464C81B8D817 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/SDWebImage/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 8193095595D847099031931F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/SDWebImage/CMakeLists.txt */; }; - 9C42B6599C0E4F419300BE1C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS/CMakeFiles/iCade_Static.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = CB97089CF1D64E0282F80560 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS/CMakeFiles/iCade_Static.dir/Info.plist */; }; - 9CA5A5203C584DC1953F1B59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */ = {isa = PBXBuildFile; fileRef = A05B78AE0CA24C4D96149F9D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */; }; - 9CABC008440443A7ADAD3BF0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/COP_VU_Reflection.cpp */ = {isa = PBXBuildFile; fileRef = 344B96D7361D4996A0A50352 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/COP_VU_Reflection.cpp */; }; - 9CBDADCAC83D4A0DAB7FE2A1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifCmd.cpp */ = {isa = PBXBuildFile; fileRef = 9FF50D098BF94A5598FF327F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifCmd.cpp */; }; - 9CE6D32A82F64CBE9BC12DE7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */ = {isa = PBXBuildFile; fileRef = F7CF9CB167E84F7695A2199A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */; }; - 9CF5C46BE76A48068FF65942 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsTransferRange.h */ = {isa = PBXBuildFile; fileRef = DCCFB7643AF74FD293B3530D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsTransferRange.h */; }; - 9D26A6D36CE943899B11C1B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LoopTest.h */ = {isa = PBXBuildFile; fileRef = 5EE33C5B91E6481C889D38E1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LoopTest.h */; }; - 9D64AACE54264E4A9528A9DF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGen.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 0952CC56DF8A4B9799771F9D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGen.dir/Info.plist */; }; - 9D73D0FB00CE4143B52D47A4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/CoverViewController.mm */ = {isa = PBXBuildFile; fileRef = 2665E45DDF614AE1B28CBF36 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/CoverViewController.mm */; }; - 9D7FD7400A1C412EAD9CCC60 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpServer.h */ = {isa = PBXBuildFile; fileRef = DCB0EB049E67467090ED848B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpServer.h */; }; - 9DAD5103B758451E9CCACC79 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/SpirvShaderGenerator.h */ = {isa = PBXBuildFile; fileRef = DA6826B7712344E7BA1EAFFF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/SpirvShaderGenerator.h */; }; - 9DE189D17B7E46F898998348 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bitstream.h */ = {isa = PBXBuildFile; fileRef = CE0D1A009AB749D18BA2464A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bitstream.h */; }; - 9E4BE7761BB046A884685D5E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/main.mm */ = {isa = PBXBuildFile; fileRef = 202D1DB5CECD4226A3FFB69C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/main.mm */; }; - 9E55E1739350493E988AB4C3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpMulTruncate.cpp */ = {isa = PBXBuildFile; fileRef = 7D9FB8DF246246B3B53D8E50 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpMulTruncate.cpp */; }; - 9EBB8EFA6E554DCEA2E1BE76 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/SettingsViewController.mm */ = {isa = PBXBuildFile; fileRef = 9287F3D13BDF4BA893234550 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/SettingsViewController.mm */; }; - 9EF30601847348DB95A5E192 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/builder/ShaderBuilder.cpp */ = {isa = PBXBuildFile; fileRef = 83CEBB4A3C174976BDD3D966 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/builder/ShaderBuilder.cpp */; }; - 9F003F91BE8D45D3BB296EA1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.cpp */ = {isa = PBXBuildFile; fileRef = AC6A1852EBF34A09AB37439B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.cpp */; }; - 9F1DEA64E5CA40ADBB6FBE70 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+MultiFormat.m */ = {isa = PBXBuildFile; fileRef = 19A5DA3A9F444302A79A15F7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+MultiFormat.m */; }; - 9F4CAB489DB74D329E63B5C4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Shift64Test.h */ = {isa = PBXBuildFile; fileRef = 48B1CCB3C94C4B4B94C257E7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Shift64Test.h */; }; - 9FBCFFA890804F24A377072B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDevice.cpp */ = {isa = PBXBuildFile; fileRef = A617DEEDE2C84D03B387C4C3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDevice.cpp */; }; - 9FCE385BD32F4EB3AD510C41 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.h */ = {isa = PBXBuildFile; fileRef = C49F018B16774D179CAA3114 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.h */; }; - A004F58E351D4355882E7F9D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpReader.h */ = {isa = PBXBuildFile; fileRef = AB724AC8C2A545FE9A5DC6A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpReader.h */; }; - A00C98F2A2844E1FBB6116FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIButton+WebCache.m */ = {isa = PBXBuildFile; fileRef = 749048109EFB4EF2A4A366FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIButton+WebCache.m */; }; - A0EB089F27EF418B8F631C2B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSReflection.cpp */ = {isa = PBXBuildFile; fileRef = 25F218BF6A1F4B37ACDEE703 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSReflection.cpp */; }; - A1660ED9F0BA4C7EA919F30F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Modload.cpp */ = {isa = PBXBuildFile; fileRef = CFF07735AF3C484B903A687E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Modload.cpp */; }; - A16B2FA75CE2446A8F7E8F47 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/FlatLayout.h */ = {isa = PBXBuildFile; fileRef = 21B4A924F2F349E5BD5179A6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/FlatLayout.h */; }; - A17BFD2C85754F7CA092F244 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PowerOff.cpp */ = {isa = PBXBuildFile; fileRef = 0E87C967219B45AAA8389243 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PowerOff.cpp */; }; - A1AF6DE20C6A41168E3B2A59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/PfsReader.h */ = {isa = PBXBuildFile; fileRef = 88169A4C34E641AAB1E59501 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/PfsReader.h */; }; - A22F02175E6C45B29B5D4374 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Resource.h */ = {isa = PBXBuildFile; fileRef = BAE9E1E4D0EA40AF8146C961 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Resource.h */; }; - A2AE4A330ABB4D16BE785736 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/PsfPlayer/Source/SH_OpenAL/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 472D6511885146ACBEE063A3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/PsfPlayer/Source/SH_OpenAL/CMakeLists.txt */; }; - A2B0585D6A93492BBA6641CC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */ = {isa = PBXBuildFile; fileRef = 3022EEB11C51432BACD7DC80 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */; }; - A2E21C022BA94B1C9A4CD10D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler.cpp */ = {isa = PBXBuildFile; fileRef = 0F473E2175C24F28BF8A4DA9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler.cpp */; }; - A2F0893AD2FB4F5E8A714826 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OsVariableWrapper.h */ = {isa = PBXBuildFile; fileRef = 272766CB73BD49B99DF58FC7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OsVariableWrapper.h */; }; - A2FDD573F79A4D2DA15109ED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LzcTest.h */ = {isa = PBXBuildFile; fileRef = 8F420C2EEA914549831D5FBC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LzcTest.h */; }; - A33134A393CD4917848000E8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */ = {isa = PBXBuildFile; fileRef = 44B8FED7A7D24DFC9237FA05 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */; }; - A38FFA0A52C24E1A8812EBA4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 3212E748F54F4EAFA09E6AC2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/CMakeLists.txt */; }; - A4091D84975C4E0285247960 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/VirtualPadItem.h */ = {isa = PBXBuildFile; fileRef = D0A8DED14C5B40C7819D1937 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/VirtualPadItem.h */; }; - A479897A06FD41E78267F822 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTableRecord.h */ = {isa = PBXBuildFile; fileRef = 14395D9AAD794A80894E20E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTableRecord.h */; }; - A48B4C914C59437390422AC2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ArgumentIterator.cpp */ = {isa = PBXBuildFile; fileRef = FEA35D13169841DEAA9FB076 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ArgumentIterator.cpp */; }; - A50F4DEBFCD44965A12E907A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */ = {isa = PBXBuildFile; fileRef = 6CF40C0D599B4A70B1CA1A6B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */; }; - A57E39AEAE564909925D30FD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Sort.h */ = {isa = PBXBuildFile; fileRef = 3924B89CB0874BEA84B47EAF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Sort.h */; }; - A65883E0B7E947AD811B3796 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess16Test.cpp */ = {isa = PBXBuildFile; fileRef = 158988023D6C4653B63BDE6D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess16Test.cpp */; }; - A6A4FFA5CBF54F87A987707A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpClampTest.cpp */ = {isa = PBXBuildFile; fileRef = 296E345512524FBAA4588DEB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpClampTest.cpp */; }; - A6C794C0855E4038827DD8FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/DivTest.h */ = {isa = PBXBuildFile; fileRef = 3AB636CB774A4B9382A4E1A8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/DivTest.h */; }; - A6F9D210E19D4B9D9B8F63F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpuTest.cpp */ = {isa = PBXBuildFile; fileRef = 1E48CD9D15D343DC89170F75 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpuTest.cpp */; }; - A796F27C885B419DB19125F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffixed.h */ = {isa = PBXBuildFile; fileRef = F93575E1BEBD454AA88187D3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffixed.h */; }; - A80EBFA000904C2E8C4705DA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ControllerInfo.h */ = {isa = PBXBuildFile; fileRef = 830CFCB8C4974552910E4B62 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ControllerInfo.h */; }; - A86BB6E3BB7944AC9AB3FD23 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/Connection.swift */ = {isa = PBXBuildFile; fileRef = A9826633987A4B8C826A1C1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/Connection.swift */; }; - A871BA2886004A52936C6E51 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 1D2BF338F1E64C91BEC61253 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */; }; - A8ABDD63C2534423B4041FA8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/GSH_OpenGLiOS.h */ = {isa = PBXBuildFile; fileRef = 9B31FF9737514E86B645FA88 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/GSH_OpenGLiOS.h */; }; - A8D68C06223540CA9F12DC69 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Loadcore.h */ = {isa = PBXBuildFile; fileRef = B5BF7CE712714A429038D848 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Loadcore.h */; }; - A9288D9308944A458A24F2B1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/gzguts.h */ = {isa = PBXBuildFile; fileRef = AA00DADFF5BA4F428CD594BD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/gzguts.h */; }; - A93D7915F8FD4A85A3D0F544 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MotionCodeTable.cpp */ = {isa = PBXBuildFile; fileRef = E4D7FAF7F33349BABC7F2DDC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MotionCodeTable.cpp */; }; - A93FADFA247D4194B773B4E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutObject.h */ = {isa = PBXBuildFile; fileRef = 046427E304CD46BFB31B7259 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutObject.h */; }; - A9405952DA7646BA92A8FEF0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTempTest.h */ = {isa = PBXBuildFile; fileRef = 71A21207BC924BC1B88B4B66 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTempTest.h */; }; - A9780016072C4AE993F88F51 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.cpp */ = {isa = PBXBuildFile; fileRef = 4CCC873C62F1469B9C79877E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.cpp */; }; - A9A56088112C4E64B71735B6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thmsgbx.cpp */ = {isa = PBXBuildFile; fileRef = 62E36EB179A0456BBA7D5AFD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thmsgbx.cpp */; }; - AAD499E53D764B42BC993880 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Alu.h */ = {isa = PBXBuildFile; fileRef = 40AD0A1A86684DB89F2B940E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Alu.h */; }; - AAE9B63E0DD0480293833D33 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Avx.cpp */ = {isa = PBXBuildFile; fileRef = AB47C95DF0D54F66B5936083 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Avx.cpp */; }; - AAF3390E867C47F38FFFE7B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutBaseItem.cpp */ = {isa = PBXBuildFile; fileRef = 753D09689817474F98CE7D83 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutBaseItem.cpp */; }; - AAF76820163B47E5B5987BAE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/icon@2x.png */ = {isa = PBXBuildFile; fileRef = 09FF190BB33642D2A8DA6AE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/icon@2x.png */; }; - AB222C7753D548CEB11EF13D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ExternJumpTest.cpp */ = {isa = PBXBuildFile; fileRef = 1F2832E3013743DEBD612642 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ExternJumpTest.cpp */; }; - AB9286579F194BC6993C637A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intrman.cpp */ = {isa = PBXBuildFile; fileRef = DE5AD030FE8C4CD88636908D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intrman.cpp */; }; - ABA6CCFB45AC439D8C709764 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatValue.h */ = {isa = PBXBuildFile; fileRef = 4BFFCCF3A1C94F37992710BE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatValue.h */; }; - ABE0A7502637472883A91EE4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Null.h */ = {isa = PBXBuildFile; fileRef = 8C6E641F5D424702890B0C8C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Null.h */; }; - AC211C8735BA4CD78F448F33 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/SpirvShaderGenerator.cpp */ = {isa = PBXBuildFile; fileRef = 4E207EA16E76427AA70D137D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/SpirvShaderGenerator.cpp */; }; - AC5C2DB435FD4BB29999FB15 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/CMakeFiles/sh_openal.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = CA3F041F167C42EA9356D1D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/CMakeFiles/sh_openal.dir/Info.plist */; }; - AC8CF894995F4E409B961574 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuExecutor.cpp */ = {isa = PBXBuildFile; fileRef = FD69FEEB12D74D188091DE73 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuExecutor.cpp */; }; - ACE33AC4017E42CDBC52F27E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */ = {isa = PBXBuildFile; fileRef = 79B486ABFFC84313BDCBEC73 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */; }; - ADDC729A02A649F2B3CC1EED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ioman.cpp */ = {isa = PBXBuildFile; fileRef = D4990DE8D3F04ECDB232BA0A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ioman.cpp */; }; - ADE506CD6BB34D489A1E94B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/HorizontalLayout.h */ = {isa = PBXBuildFile; fileRef = 0E9A7809D45C46718F6F523E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/HorizontalLayout.h */; }; - ADFACD4FB9D34A24BF115A23 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int4Value.h */ = {isa = PBXBuildFile; fileRef = 6F856BEA3B5D4C15B0A146C1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int4Value.h */; }; - AE1D85A4BD634EA69D1A612C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ELF.h */ = {isa = PBXBuildFile; fileRef = F92519A475E64B3E84EBECE3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ELF.h */; }; - AE224ECAE23F481DBA71C41E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpIntMixTest.h */ = {isa = PBXBuildFile; fileRef = 451408B30F10471CBFD23FE8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpIntMixTest.h */; }; - AE5B844CAAD046198F3DFB54 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Heaplib.h */ = {isa = PBXBuildFile; fileRef = 16E779AABE1A4F80A4DEB0A7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Heaplib.h */; }; - AE9700D2905B48D58308967D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutBase.cpp */ = {isa = PBXBuildFile; fileRef = 7002256DF7EA459A87E58C99 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutBase.cpp */; }; - AE989E8382A94F7FA9307F4E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/TheGamesDbClient.h */ = {isa = PBXBuildFile; fileRef = F8C56EF90D72415BBFE69E9E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/TheGamesDbClient.h */; }; - AEFA82E895A44B59A31920D2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */ = {isa = PBXBuildFile; fileRef = 119B50ADFC9B43939BE78BC3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */; }; - AF3B0AEFA86149219717C22B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StreamBitStream.cpp */ = {isa = PBXBuildFile; fileRef = 6EE329AA304E45FAB873F64B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StreamBitStream.cpp */; }; - AF458347FB6044E7BD51A410 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameLimiter.cpp */ = {isa = PBXBuildFile; fileRef = FBB6BD5A7E2E404AB9FD9D07 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameLimiter.cpp */; }; - AF6ACE80EC5A4EBEA0F7B29B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.cpp */ = {isa = PBXBuildFile; fileRef = CB6414D9F73D453581D0F3EC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.cpp */; }; - AFBCB439CD154A258300F39E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Extensions/ALTServerError+Conveniences.swift */ = {isa = PBXBuildFile; fileRef = BF0CD93350A440938F97BB7A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Extensions/ALTServerError+Conveniences.swift */; }; - B00BBF2E2E064E9BB00FC850 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MachoDefs.h */ = {isa = PBXBuildFile; fileRef = E6ADB39E15004E43B675F9E8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MachoDefs.h */; }; - B05C09425E67491E888D855D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/PS2OS.h */ = {isa = PBXBuildFile; fileRef = 600D27CF266541E49AEBC8CA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/PS2OS.h */; }; - B06E5C05D68541B096390DB9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/DirectoryRecord.cpp */ = {isa = PBXBuildFile; fileRef = 23D343D10E0D4965AD2325FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/DirectoryRecord.cpp */; }; - B081ED2103AC49B3914D8B69 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/MemStream.cpp */ = {isa = PBXBuildFile; fileRef = 438E1E0D60314833B76EC349 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/MemStream.cpp */; }; - B09074E92E004A79B55200B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/EmulatorViewController.mm */ = {isa = PBXBuildFile; fileRef = 1F8D1E392B054659B41D1040 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/EmulatorViewController.mm */; }; - B0A85AFAA25E4937A34D46FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/VirtualPadButton.h */ = {isa = PBXBuildFile; fileRef = 42C8AEC2561A424681E9A10C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/VirtualPadButton.h */; }; - B18DC24E5A77496BBB746A48 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessRefTest.h */ = {isa = PBXBuildFile; fileRef = 180BDD2D0A2048DEAFB2BAD0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessRefTest.h */; }; - B1E293A189C442F7987BB895 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.h */ = {isa = PBXBuildFile; fileRef = 41336FF9738944158E3417EF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.h */; }; - B26800B9C51F4962A0EF3B79 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/StatsManager.h */ = {isa = PBXBuildFile; fileRef = 841B4CB46D754623B7442E7E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/StatsManager.h */; }; - B34EF53B973242C385D7DF9E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BiosDebugInfoProvider.h */ = {isa = PBXBuildFile; fileRef = 6948DE38BE794B0FA654FB87 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BiosDebugInfoProvider.h */; }; - B3566065F1E34EB8993466FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMemAccessTest.h */ = {isa = PBXBuildFile; fileRef = 959DF5281C8841B9BDC70BB2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMemAccessTest.h */; }; - B359E92F0B454889BE1CACA5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zlib.h */ = {isa = PBXBuildFile; fileRef = E8DC1A33BB7D4F42B682F804 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zlib.h */; }; - B3C68248FFE340D8A60EF10A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporterBase.h */ = {isa = PBXBuildFile; fileRef = B88B0343779C45598195438D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporterBase.h */; }; - B41C980A94B8443B82D1D50E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSInstructionFactory.cpp */ = {isa = PBXBuildFile; fileRef = 473ED8A19B80423AB7075B32 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSInstructionFactory.cpp */; }; - B431B6C8FEA94B7DB28FFC25 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV_Reflection.cpp */ = {isa = PBXBuildFile; fileRef = 66D4A82FEBC04C579FB9C7C2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV_Reflection.cpp */; }; - B431F644348F442E983F6784 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.h */ = {isa = PBXBuildFile; fileRef = 1686DE5273784AF685D54B01 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.h */; }; - B55515E185A44CAD99F1AA04 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.h */ = {isa = PBXBuildFile; fileRef = 08DBAA312E0344F68CED48C6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.h */; }; - B5DD95AF76C54A04939E5DDA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dev9.cpp */ = {isa = PBXBuildFile; fileRef = 001B9C3AC1464EB79E1ED6B9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dev9.cpp */; }; - B5E9BF5F89444C0999A92D1A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Dmac_Channel.h */ = {isa = PBXBuildFile; fileRef = 5B90B933684146B5AF382203 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Dmac_Channel.h */; }; - B61A95B8FC294DCBAFC7A1E8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdfsv.h */ = {isa = PBXBuildFile; fileRef = 309355EAFC254D68AFC629BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdfsv.h */; }; - B61D5DCC2D134E86A2A532D0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeITable.h */ = {isa = PBXBuildFile; fileRef = 3C5020158CAC432C8F13458B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeITable.h */; }; - B61E7BDB37774B21B3893293 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/CMakeFiles/gsh_vulkan.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 04FF4B20A1AE4CACB6EE7BF6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/CMakeFiles/gsh_vulkan.dir/Info.plist */; }; - B62EBCA171ED499ABB95E9B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmacman.h */ = {isa = PBXBuildFile; fileRef = 8FEAC327F7E44A18B5F47A4A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmacman.h */; }; - B68153BA985B4A28B9DCEEB6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 2A3921A80CBE4D5694CAD54F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist */; }; - B6842B9F0506493287F729CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */ = {isa = PBXBuildFile; fileRef = D4CFF9A709A94F779A871264 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */; }; - B6CC1C2DA1D9445DAAEBAADB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.h */ = {isa = PBXBuildFile; fileRef = E56F781FAD004B9AB4901A44 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.h */; }; - B70BF2A0AF0E474BB77D46BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/PsuSaveImporter.cpp */ = {isa = PBXBuildFile; fileRef = D9AA40572DD64E739871345C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/PsuSaveImporter.cpp */; }; - B7209952ADD040C581B3671B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/VirtualPadItem.mm */ = {isa = PBXBuildFile; fileRef = C8917A810A8349AAA33C13A0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/VirtualPadItem.mm */; }; - B736486410D244AEB77747F6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MoltenVK/dylib/iOS/libMoltenVK.dylib */ = {isa = PBXBuildFile; fileRef = 9C7C6DAE563B484DA261EB55 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MoltenVK/dylib/iOS/libMoltenVK.dylib */; }; - B73B39912F794B6C9677796C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU.h */ = {isa = PBXBuildFile; fileRef = B2A24246A341487499202144 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU.h */; }; - B77E3AF055804D8A80A9EC86 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ElfDefs.h */ = {isa = PBXBuildFile; fileRef = BAC74D83A5E54FFA9332007B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ElfDefs.h */; }; - B7D405220C2F430EBDABDC90 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIo.cpp */ = {isa = PBXBuildFile; fileRef = 330D1493E36741AA976D201B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIo.cpp */; }; - B7EEAEC016A64D77BC8B6E05 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess8Test.h */ = {isa = PBXBuildFile; fileRef = 93F41814F0324114AAFF4BE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess8Test.h */; }; - B8771D6648494AA992F618C4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BasicBlock.h */ = {isa = PBXBuildFile; fileRef = A54F901EDA494DDFBA63F234 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BasicBlock.h */; }; - B8AC7A57A01E4AF180690AD4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PH_Generic.h */ = {isa = PBXBuildFile; fileRef = 7B40840A835E4C5CAA86C4D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PH_Generic.h */; }; - B9103E1F17404DC48F6533BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/down.png */ = {isa = PBXBuildFile; fileRef = 97B4D1D1AD924D2DAC8D8527 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/down.png */; }; - B920A20C80CD424A90FBD56D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/UintValue.h */ = {isa = PBXBuildFile; fileRef = 7CC6AC32070A4A02B238690C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/UintValue.h */; }; - B97F7AF420A145C09FDC02B8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClient.cpp */ = {isa = PBXBuildFile; fileRef = 4EC4364358C5481CA2F9B475 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClient.cpp */; }; - B980C5BF9CEB4B4C941CC590 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 69BEE468C4534DD2A8494A52 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/CMakeLists.txt */; }; - B992B2B4BCCE4E7FADAE43FD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGenFactory.cpp */ = {isa = PBXBuildFile; fileRef = 5C60E5DFCA4F4CE184FD048B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGenFactory.cpp */; }; - B9E73ED46B064218BE5B3FAD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Sse.cpp */ = {isa = PBXBuildFile; fileRef = 94172B743C074717A3CB2AC6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Sse.cpp */; }; - B9FD424E639D45549AB0307A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64.cpp */ = {isa = PBXBuildFile; fileRef = A6A44203AC854C2396064B91 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64.cpp */; }; - BA1F51BA3B994F328D1D08E9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/math/MathStringUtils.cpp */ = {isa = PBXBuildFile; fileRef = CF1BCD94001F41F385799D2C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/math/MathStringUtils.cpp */; }; - BA365DF94161439BB0D87C0C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Device.h */ = {isa = PBXBuildFile; fileRef = DC85E514E65B4F3C94F92415 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Device.h */; }; - BA7AE4C2A86A470FB275A635 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86.h */ = {isa = PBXBuildFile; fileRef = 839651434C0A46FB94A2F485 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86.h */; }; - BA976BD1F5414ABA8A58DAF5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSInstructionFactory.h */ = {isa = PBXBuildFile; fileRef = B89F73B7A68B4DDF9EACB087 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSInstructionFactory.h */; }; - BADD1A36BCC742D2BA857A45 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManNull.cpp */ = {isa = PBXBuildFile; fileRef = 8AB47E336EF44BA1892FBEB2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManNull.cpp */; }; - BAF438CFE975410A80A4F46F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast.cpp */ = {isa = PBXBuildFile; fileRef = 80257675E2C34B8E98A70FC5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast.cpp */; }; - BB4379AE725D46A68D78AFC0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdManipTest.cpp */ = {isa = PBXBuildFile; fileRef = B58C44AE0B38459F9C4F7332 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdManipTest.cpp */; }; - BBA406BDE3254EA286575A64 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuExecutor.h */ = {isa = PBXBuildFile; fileRef = D5BE909F5D1D4322B704214C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuExecutor.h */; }; - BC135B075E7B45BB832BDC96 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/FilesystemUtils.cpp */ = {isa = PBXBuildFile; fileRef = 1409547A482F408EAC091E5A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/FilesystemUtils.cpp */; }; - BC15B839AF214679AEC13836 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LoopTest.cpp */ = {isa = PBXBuildFile; fileRef = A58DBD1DCC894036AC7B6B9C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LoopTest.cpp */; }; - BC284709A3E4428285D639A2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoSys246.cpp */ = {isa = PBXBuildFile; fileRef = E3487AFBC9FB427F99ABA90B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoSys246.cpp */; }; - BC3002CDFFE5436A80DDD3E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest.h */ = {isa = PBXBuildFile; fileRef = E79222D10AE24555BDBB701D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest.h */; }; - BCD1A766D0364B7984E5A6DB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif1.h */ = {isa = PBXBuildFile; fileRef = A137A323DC37417884C79E6D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif1.h */; }; - BCDD84529F1C4AD0A48C4CC3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = D656DDF805734613B129010A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/CMakeLists.txt */; }; - BD9B168980B64EB9B1BD5A4F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Compiler.h */ = {isa = PBXBuildFile; fileRef = ACE18A2AB8794556AC986EE2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Compiler.h */; }; - BDB20092DEF04AE0B20D0969 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAnalysis.h */ = {isa = PBXBuildFile; fileRef = 8F8CE23633D645EE91AE285E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAnalysis.h */; }; - BE180891336348FEB9B25E3B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/PathUtils.cpp */ = {isa = PBXBuildFile; fileRef = ACA1266DB72E4193A9C8FA60 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/PathUtils.cpp */; }; - BEC55C2F5FED4BCCB1716D28 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTest.cpp */ = {isa = PBXBuildFile; fileRef = BFE88A1304DA4A2B805C33F8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTest.cpp */; }; - BF0796A924A94CFCB54F3391 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.cpp */ = {isa = PBXBuildFile; fileRef = 6D052911137C4F9A97781669 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.cpp */; }; - BF2D37B22A4A4322A434DE58 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuAnalysis.cpp */ = {isa = PBXBuildFile; fileRef = 986FACD669524C7BA8C696CC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuAnalysis.cpp */; }; - BF39C0F5BAEE4D80925C6899 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCacheOperation.m */ = {isa = PBXBuildFile; fileRef = 82C9375975594E26B66DAF1E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCacheOperation.m */; }; - BF489C7E055440AAB4A08781 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.c */ = {isa = PBXBuildFile; fileRef = 8F0EB67BE47443E48D8C53D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.c */; }; - BF4DA01B88A94ABBB76347B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutStretch.h */ = {isa = PBXBuildFile; fileRef = C1C94A356B4446DDA67A6C90 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutStretch.h */; }; - BF65E2FCCBA5477382FCDDC8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/boxart.png */ = {isa = PBXBuildFile; fileRef = BD9A7D8604D045318AFD9D09 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/boxart.png */; }; - C00070F47772478BB031B0CE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/GotoTest.cpp */ = {isa = PBXBuildFile; fileRef = B1633E815CD44BB487C81BD5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/GotoTest.cpp */; }; - C0D378B916AE46CAB7ED1257 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipArchiveReader.h */ = {isa = PBXBuildFile; fileRef = BB6E6719F12A41989611E347 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipArchiveReader.h */; }; - C0EC69389B174314A4479B2B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2200.h */ = {isa = PBXBuildFile; fileRef = A716BF08BF1A41F397C87755 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2200.h */; }; - C1245FA2719C41F6A8752800 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/AppConfig.h */ = {isa = PBXBuildFile; fileRef = E0132D2AB34643CDAB6F02A3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/AppConfig.h */; }; - C128E052A22D41449A5C5134 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/up.png */ = {isa = PBXBuildFile; fileRef = 3700CB7CB743493FBD0F42BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/up.png */; }; - C12BFEF8658641B6BD47D0B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_McServ.cpp */ = {isa = PBXBuildFile; fileRef = 30A45C5B47BD44C7B19FC482 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_McServ.cpp */; }; - C14F19260E164D3CA68C298B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeFiles/Framework_OpenAl.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = D8CED20D8D1045CCB0CC91ED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeFiles/Framework_OpenAl.dir/Info.plist */; }; - C14F7771FE694BD181BFC2E2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Md.cpp */ = {isa = PBXBuildFile; fileRef = FCDFA5ADF5E145A5BA9FA6F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Md.cpp */; }; - C160790D435B40378C4D4B15 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Profiler.h */ = {isa = PBXBuildFile; fileRef = 417959608B6D4140AA60B26F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Profiler.h */; }; - C163CBBC88C9456B9A84EA62 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_Defs.h */ = {isa = PBXBuildFile; fileRef = 930057E62C474E2FAE232D3F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_Defs.h */; }; - C17BB9E2C7624D49A731F8A2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/GlslShaderGenerator.cpp */ = {isa = PBXBuildFile; fileRef = 025F5A217B2444C2ABD64AFD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/GlslShaderGenerator.cpp */; }; - C1CBBECC97234A7DB3E7E750 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.cpp */ = {isa = PBXBuildFile; fileRef = 886CF0FFB5F04847BA2D56AD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.cpp */; }; - C21E91ACC1EF4632814D0A55 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */ = {isa = PBXBuildFile; fileRef = 651BB1C8CB974E699EC81639 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */; }; - C22D8CB4F7B14900BB61BFF5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifDynamic.cpp */ = {isa = PBXBuildFile; fileRef = 114D06CF0C3B4089B632B737 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifDynamic.cpp */; }; - C23DC1C5765D4061A3AAA4A5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCmpTest.cpp */ = {isa = PBXBuildFile; fileRef = F57D4EF8C9364708A75643CD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCmpTest.cpp */; }; - C337CC380CC24A1C8979842E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Loader.h */ = {isa = PBXBuildFile; fileRef = 13F156984D384C96BDDDD28F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Loader.h */; }; - C33AE9B56E6448F1B50A9259 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Buffer.cpp */ = {isa = PBXBuildFile; fileRef = E423D0EC03744D4CAB21D9AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Buffer.cpp */; }; - C37CB5C152314D31B080B363 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_AArch32.h */ = {isa = PBXBuildFile; fileRef = 3CB2BFEF8EA84ACDBEB075D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_AArch32.h */; }; - C41E7FE76AC7463EBF68632B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/PfsReader.cpp */ = {isa = PBXBuildFile; fileRef = D19C8643C2B4499E99FEE077 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/PfsReader.cpp */; }; - C430049AB4A84FC3891C4A1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.c */ = {isa = PBXBuildFile; fileRef = 2A48B17A4D484C49B487F746 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.c */; }; - C490371CE13A437986691307 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/PathDirectoryIterator.h */ = {isa = PBXBuildFile; fileRef = B3B0125BD9ED485D99D020C6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/PathDirectoryIterator.h */; }; - C4B604A28CFB4D6282E89E10 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMinMaxTest.cpp */ = {isa = PBXBuildFile; fileRef = C83D58CC136F47CFB0A50FE1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMinMaxTest.cpp */; }; - C4F2B12CC9314D8A90BC343F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_LibMc2.h */ = {isa = PBXBuildFile; fileRef = 87EFA4C63987412AAAFE710A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_LibMc2.h */; }; - C524A9E6610B4219B469F425 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCacheConfig.m */ = {isa = PBXBuildFile; fileRef = D8F149D62E1F492F96BEAF7D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCacheConfig.m */; }; - C54EC7918FE34CE7BFAF29C1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanPlatformDefs.h */ = {isa = PBXBuildFile; fileRef = 917F919F21B14199A08F1377 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanPlatformDefs.h */; }; - C55AA21B9EA7494994E1A574 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/IopBios.cpp */ = {isa = PBXBuildFile; fileRef = 850058088D8141DDBCB0349D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/IopBios.cpp */; }; - C56777BE8AFF42518E64DDF4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/InputBindingManager.cpp */ = {isa = PBXBuildFile; fileRef = 4714ED34326D4832A96F459E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/InputBindingManager.cpp */; }; - C596A0D4616C44F0BA7FDD49 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipDeflateStream.cpp */ = {isa = PBXBuildFile; fileRef = 60CE7F8AB39946F3ADC34FB6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipDeflateStream.cpp */; }; - C5AC08F6C22E4ECABEDD218B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */ = {isa = PBXBuildFile; fileRef = D09A21930DC44635AD6F4550 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */; }; - C61FC907BA1C429389CA054D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */ = {isa = PBXBuildFile; fileRef = 13443A85A38046CBBD438E91 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */; }; - C6D5E63AD05F48A78337AD76 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpuTest.h */ = {isa = PBXBuildFile; fileRef = 66DB29A91ADE437D8CDABD2D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpuTest.h */; }; - C6DCA196DE3746DE9C430F76 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.cpp */ = {isa = PBXBuildFile; fileRef = AC43B17DCC784708B819ACD8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.cpp */; }; - C6F91ADA51F345C8A5B73883 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/amazon/AmazonS3Client.h */ = {isa = PBXBuildFile; fileRef = C236C397916E49ECA148F4A2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/amazon/AmazonS3Client.h */; }; - C7195790B19D46A8A8C1AE5A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */ = {isa = PBXBuildFile; fileRef = ABDCD44A0A164BA4B19B8875 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */; }; - C726B625BFA44170ABB2C973 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/CMakeFiles/Play.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 236241B47DFE45448C48CD79 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/CMakeFiles/Play.dir/Info.plist */; }; - C727FD346C824913984902C2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */ = {isa = PBXBuildFile; fileRef = 4D378A4363A54719AE0C527D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */; }; - C7368985F0244EED8EE4B8BC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess64Test.cpp */ = {isa = PBXBuildFile; fileRef = DF76B10854F84FD79030C0A0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess64Test.cpp */; }; - C780ABE6DD9943168BB3FC35 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Div.h */ = {isa = PBXBuildFile; fileRef = C2130B6AB6CA4FD988EAF354 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Div.h */; }; - C7CF0105EE1C408D9D475977 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/NestedIfTest.cpp */ = {isa = PBXBuildFile; fileRef = 48D2A060A1644C9F9E11915C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/NestedIfTest.cpp */; }; - C7E65F77C6B949BD85DD92B9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaDec.h */ = {isa = PBXBuildFile; fileRef = 29BD08A4B98243AC96AE640D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaDec.h */; }; - C81681A92E4F4AB8A89E75A5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/right.png */ = {isa = PBXBuildFile; fileRef = 8A6C9B735DB2415DAC96256E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/right.png */; }; - C88E1186631B44A79E2804D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OpticalMedia.h */ = {isa = PBXBuildFile; fileRef = C0F3B0A16EE7493FBA0208E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OpticalMedia.h */; }; - C88F6D3B5FAE460182D3B380 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/maybe_unused.h */ = {isa = PBXBuildFile; fileRef = A3B3246753744770AE12F0C4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/maybe_unused.h */; }; - C8A779E88A9342F49A7CE996 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+GIF.m */ = {isa = PBXBuildFile; fileRef = 99FF855BA91D4B08A92665D0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+GIF.m */; }; - C8DB808D86884FD5A2B35D43 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LzcTest.cpp */ = {isa = PBXBuildFile; fileRef = 9FDAC27F543542439A77EC16 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LzcTest.cpp */; }; - C9349679D22B49FAA8CCB5E1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/AltServerJitService.mm */ = {isa = PBXBuildFile; fileRef = 3BC2E9D3005E49879A6CC64E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/AltServerJitService.mm */; }; - C93C01D00D5B425B8E74D15C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sio2.cpp */ = {isa = PBXBuildFile; fileRef = 617A4875CFE8444CBCF81D0C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sio2.cpp */; }; - C978901BE0A34A738E439679 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */ = {isa = PBXBuildFile; fileRef = CEF5D1F16181495A8281FB57 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */; }; - C9A837925B05404F982941F6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.cpp */ = {isa = PBXBuildFile; fileRef = A4D93664C1C4441B880E3F6A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.cpp */; }; - C9B834E83AD34F2EB96E449F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU.h */ = {isa = PBXBuildFile; fileRef = 730843C6E32E454E82580A41 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU.h */; }; - C9CB1040BFC54757B08EE546 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MailBox.cpp */ = {isa = PBXBuildFile; fileRef = F5AAF2EA6CA54A499D1D101E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MailBox.cpp */; }; - CA455016C2D14DFEBC221F0F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */ = {isa = PBXBuildFile; fileRef = 33D055C989594FADAFD411E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */; }; - CAE1F226112D464496A41D07 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float3Value.h */ = {isa = PBXBuildFile; fileRef = 616B758F12FD4A278CDCDD7F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float3Value.h */; }; - CB63C04BD47F4920A0F7C8E1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/OpenGlDef.h */ = {isa = PBXBuildFile; fileRef = 4CFB6DE9095546C793244C49 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/OpenGlDef.h */; }; - CB6E50A108DB47B69FFCF40B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScopedVmPauser.h */ = {isa = PBXBuildFile; fileRef = 256E18A61E6640C59DA39E38 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScopedVmPauser.h */; }; - CB7ACA4DB233486EA42C206D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdman.h */ = {isa = PBXBuildFile; fileRef = 102D29D9D4AA42E1AD40EB5C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdman.h */; }; - CB8382C58E3E4079BF11C7EF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/tests/benchmark.c */ = {isa = PBXBuildFile; fileRef = 39E1C389D2064CBF89C46DE6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/tests/benchmark.c */; }; - CBA26822C8814D318F902A9E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.h */ = {isa = PBXBuildFile; fileRef = 669BA5F9181B4893B11FEFFD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.h */; }; - CC35E2F59D5C401ABFA66322 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/ThreadPool.cpp */ = {isa = PBXBuildFile; fileRef = B6967B9830974061A8B2B5EB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/ThreadPool.cpp */; }; - CCF25E6F4EC741E3ACDED12C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysclib.h */ = {isa = PBXBuildFile; fileRef = 6E35E30A1BBB4CA78A7790B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysclib.h */; }; - CD20C55EDA744E6EB8DAE597 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.cpp */ = {isa = PBXBuildFile; fileRef = 0ADC5A905CB9408FAC554809 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.cpp */; }; - CD571637F6B5434FA99BC950 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */ = {isa = PBXBuildFile; fileRef = 04DF0493C9CF41828F541A2A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */; }; - CDC0F85A597F47BCBD8393CB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/GSH_VulkaniOS.h */ = {isa = PBXBuildFile; fileRef = B236126317E346B083965A78 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/GSH_VulkaniOS.h */; }; - CE1B00F631B540BDBE48B8FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/AArch64Assembler.cpp */ = {isa = PBXBuildFile; fileRef = 1A1F453F0678433F9417699A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/AArch64Assembler.cpp */; }; - CE24718CB3DA4888BCF8B52E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/BitManip.h */ = {isa = PBXBuildFile; fileRef = 7AA6F224D88E4E9BA7FE7945 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/BitManip.h */; }; - CE3533A5621A43C3AAFA5F49 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/VirtualPadStick.h */ = {isa = PBXBuildFile; fileRef = 2B5121A760D543ECA815550C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/VirtualPadStick.h */; }; - CE58872CC2B34EA49E1A3E22 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/VirtualPadView.h */ = {isa = PBXBuildFile; fileRef = F2A1BDF525974083B2FFC96A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/VirtualPadView.h */; }; - CED77F5ED3B44E418D3A81EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Url.h */ = {isa = PBXBuildFile; fileRef = A072EAC4D43C4895869C5353 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Url.h */; }; - CEF0C94B9A0340989EF401B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest2.cpp */ = {isa = PBXBuildFile; fileRef = 29E3F08301FC44F6BBA39449 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest2.cpp */; }; + 8E9BDA3B2E5B42E59A3172D5 /* ../Play-/Source/ee/MA_EE.h */ = {isa = PBXBuildFile; fileRef = 74E8D5068B7846178BC755F3 /* ../Play-/Source/ee/MA_EE.h */; }; + 8FEC3C6206824E76855CFB6A /* ../Play-/Source/iop/Iop_Vblank.cpp */ = {isa = PBXBuildFile; fileRef = 6ABC0B9699A5446D9C83C571 /* ../Play-/Source/iop/Iop_Vblank.cpp */; }; + 901D75ED6FF7437F986B3EA3 /* ../Play-/Source/iop/Iop_FileIo.h */ = {isa = PBXBuildFile; fileRef = 2714D2CC0B374304A7DDD29B /* ../Play-/Source/iop/Iop_FileIo.h */; }; + 90520734C3A2408292CB0958 /* ../Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 9627C16E1C194DC6800299F8 /* ../Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */; }; + 909BBCDCA0A84E11BC3766E5 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.h */ = {isa = PBXBuildFile; fileRef = F1D5FB390C5B4CB1B3F850D7 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.h */; }; + 90A5808FD2E84BDDABDCE010 /* ../Play-/Source/ee/FpMulTruncate.h */ = {isa = PBXBuildFile; fileRef = 6D94759B630140A0A0ABB8A4 /* ../Play-/Source/ee/FpMulTruncate.h */; }; + 90FA1691CF5C4E41993353AF /* ../Play-/Source/iop/Iop_Stdio.h */ = {isa = PBXBuildFile; fileRef = E0751B1A444A458B8F0A0610 /* ../Play-/Source/iop/Iop_Stdio.h */; }; + 9112DB3CD67A4459ADA52659 /* ../Play-/Source/iop/Iop_Secrman.cpp */ = {isa = PBXBuildFile; fileRef = C0D7F5A33B004846B02FEB77 /* ../Play-/Source/iop/Iop_Secrman.cpp */; }; + 91697943226D414BBB2A0C23 /* ../Play-/Source/iop/Iop_Thfpool.h */ = {isa = PBXBuildFile; fileRef = 0F62568A6FEA4E9598D35DB2 /* ../Play-/Source/iop/Iop_Thfpool.h */; }; + 9179393AFA6E4EF58949194F /* ../Play-/deps/Framework/include/FilesystemUtils.h */ = {isa = PBXBuildFile; fileRef = 983C1E46E0DF45669B4F0A5D /* ../Play-/deps/Framework/include/FilesystemUtils.h */; }; + 91DC67C291414554B90BDF38 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */ = {isa = PBXBuildFile; fileRef = CA8185F7E9A848DAAF5F2019 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */; }; + 91F41C7C4A4543BF9EE3340E /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.h */ = {isa = PBXBuildFile; fileRef = 6EE710DA4E6E48F7890C542E /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.h */; }; + 91F9D1BE82B549DEBF735C15 /* ../Play-/deps/Framework/src/openal/Context.cpp */ = {isa = PBXBuildFile; fileRef = D0B58CA445B242F6BB2BC035 /* ../Play-/deps/Framework/src/openal/Context.cpp */; }; + 92207BBE6C394A33B22AA2FD /* ../Play-/deps/Framework/include/vulkan/Utils.h */ = {isa = PBXBuildFile; fileRef = B9D5447AC65E493BAFA900C4 /* ../Play-/deps/Framework/include/vulkan/Utils.h */; }; + 92219B93FD5C4ED0B9395D18 /* ../Play-/Source/ee/Vif.cpp */ = {isa = PBXBuildFile; fileRef = BC1CBFFCF0A8468A9091E420 /* ../Play-/Source/ee/Vif.cpp */; }; + 922E7A7B32BD485090979EF2 /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypePTable.cpp */ = {isa = PBXBuildFile; fileRef = E786135B289D4C8EB7BBDDD3 /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypePTable.cpp */; }; + 92429F69F310425FBBF9D449 /* ../Play-/Source/gs/GsDebuggerInterface.h */ = {isa = PBXBuildFile; fileRef = 1762AD8517E14E3DBB8F1FFC /* ../Play-/Source/gs/GsDebuggerInterface.h */; }; + 9449E326327A48E585EDD7F0 /* ../Play-/deps/Framework/src/SocketStream.cpp */ = {isa = PBXBuildFile; fileRef = 0A74912CE1CD446C9FC5A81A /* ../Play-/deps/Framework/src/SocketStream.cpp */; }; + 945EB49C9F0C45C98BC2A8F3 /* ../Play-/deps/CodeGen/tests/LogicTest.cpp */ = {isa = PBXBuildFile; fileRef = E32E9B2131BC47A19C43FDB0 /* ../Play-/deps/CodeGen/tests/LogicTest.cpp */; }; + 94C58AB4126B4BC4834654E1 /* ../Play-/Source/gs/GSHandler.h */ = {isa = PBXBuildFile; fileRef = 92DA0E46DE5348A395D85E4B /* ../Play-/Source/gs/GSHandler.h */; }; + 94D2F5A351D84F9A82893457 /* ../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeFiles/Framework_Vulkan.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 728970ADB6834077A93F36B1 /* ../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeFiles/Framework_Vulkan.dir/Info.plist */; }; + 95026D1DC8D94BB3A919F637 /* ../Play-/Source/gs/GsSpriteRegion.h */ = {isa = PBXBuildFile; fileRef = 141959309FEA48068D2CC3CB /* ../Play-/Source/gs/GsSpriteRegion.h */; }; + 95275E8B3B284DE9B78D7745 /* ../Play-/deps/CodeGen/include/WasmModuleBuilder.h */ = {isa = PBXBuildFile; fileRef = 5A116C53291E4B9BB488E97E /* ../Play-/deps/CodeGen/include/WasmModuleBuilder.h */; }; + 952D46A5B49E42E59997AD27 /* ../Play-/Source/MemoryMap.h */ = {isa = PBXBuildFile; fileRef = 1CAE4A5D1B87457EA39E86B4 /* ../Play-/Source/MemoryMap.h */; }; + 955CAFB36ABB4E1A845DB23D /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.h */ = {isa = PBXBuildFile; fileRef = BBF00192D9724B0892F784F9 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.h */; }; + 95BF413F5EC24FF1A46ED436 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.h */ = {isa = PBXBuildFile; fileRef = 87A036403289430699319766 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.h */; }; + 95F22122AC3340B1BF9DF70B /* ../Play-/Source/ui_ios/Resources/circle.png */ = {isa = PBXBuildFile; fileRef = D380C497760E4E6FBB267CE5 /* ../Play-/Source/ui_ios/Resources/circle.png */; }; + 960A856936D0462B80698E4B /* ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = F9543AB1FB57429D9F9201F7 /* ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist */; }; + 966E971E62FE4E4EA0DCAB6D /* ../Play-/Source/ui_ios/Resources/left.png */ = {isa = PBXBuildFile; fileRef = 5B76982A18A6427EBBD6D24F /* ../Play-/Source/ui_ios/Resources/left.png */; }; + 96A483C09A3F48BAB3B2B0B4 /* ../Play-/Source/iop/Iop_Cdvdfsv.cpp */ = {isa = PBXBuildFile; fileRef = E81C0BA8ED9C4F738F30FB99 /* ../Play-/Source/iop/Iop_Cdvdfsv.cpp */; }; + 96E5DF6EF2C94AE6882D137D /* ../Play-/Source/iop/Iop_Loadcore.cpp */ = {isa = PBXBuildFile; fileRef = FD1735AE3E3548DFB578728D /* ../Play-/Source/iop/Iop_Loadcore.cpp */; }; + 96F1CD6C5C8243F581D8398B /* ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 54C639B322DA408388754CA5 /* ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */; }; + 96FB0EB7238743C281FC5E74 /* ../Play-/Source/saves/SaveImporterBase.cpp */ = {isa = PBXBuildFile; fileRef = A179F480BDB442AFAA1CFE80 /* ../Play-/Source/saves/SaveImporterBase.cpp */; }; + 972E2129F3A2458FA8A5AD5C /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_32.cpp */ = {isa = PBXBuildFile; fileRef = 28234E4ED1294381AA2B6E7B /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_32.cpp */; }; + 9744AEB85EB64B97B79D17AB /* ../Play-/Source/ui_shared/TheGamesDbClient.cpp */ = {isa = PBXBuildFile; fileRef = A80EC781B3834212B1C6C49D /* ../Play-/Source/ui_shared/TheGamesDbClient.cpp */; }; + 975F1FC750B341C69AEABEB6 /* ../Play-/deps/Framework/src/vulkan/Image.cpp */ = {isa = PBXBuildFile; fileRef = 8973011B0FA54E1799BAE334 /* ../Play-/deps/Framework/src/vulkan/Image.cpp */; }; + 9764C0DF924744E0BFDD1BF3 /* ../Play-/deps/CodeGen/tests/MdTest.h */ = {isa = PBXBuildFile; fileRef = DB0C66F3EB27418896A109B4 /* ../Play-/deps/CodeGen/tests/MdTest.h */; }; + 97AE15087D474024BC16E400 /* ../Play-/deps/Framework/src/vulkan/Device.cpp */ = {isa = PBXBuildFile; fileRef = E1A57C59DB8D4EBE9DEFCF23 /* ../Play-/deps/Framework/src/vulkan/Device.cpp */; }; + 97E2B4D889A140C785F8E300 /* ../Play-/Source/OsStructQueue.h */ = {isa = PBXBuildFile; fileRef = 8DB95D898B774280A2346B93 /* ../Play-/Source/OsStructQueue.h */; }; + 97E6B2996482473FB16F9676 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen.cpp */ = {isa = PBXBuildFile; fileRef = 2075C21DD0AF4C848279CBE2 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen.cpp */; }; + 97FCA7855AA0433FBA467D9F /* ../Play-/deps/CodeGen/tests/MultTest.cpp */ = {isa = PBXBuildFile; fileRef = C82AB0DF92FC4DA8A18162A1 /* ../Play-/deps/CodeGen/tests/MultTest.cpp */; }; + 97FD98FD9ACF4597848944D1 /* ../cmake/Source/ui_ios/gs/GSH_OpenGL/CMakeFiles/gsh_opengl.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 397F667736FD43BA94E227B6 /* ../cmake/Source/ui_ios/gs/GSH_OpenGL/CMakeFiles/gsh_opengl.dir/Info.plist */; }; + 98C5F428026F46A9B4F454AA /* ../Play-/Source/ui_shared/BootablesDbClient.h */ = {isa = PBXBuildFile; fileRef = 48A007FB185146CF8179B39B /* ../Play-/Source/ui_shared/BootablesDbClient.h */; }; + 98DD8B0F8B1B482BA6EE2536 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.cpp */ = {isa = PBXBuildFile; fileRef = E45AF09D415F491FBED19F1C /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.cpp */; }; + 991264CD7D2246B7B0835E96 /* ../Play-/Source/ee/EeBasicBlock.cpp */ = {isa = PBXBuildFile; fileRef = CCA6AE18F1E442BAB3515A3E /* ../Play-/Source/ee/EeBasicBlock.cpp */; }; + 991E45B0F21D41148DA1C8FA /* ../Play-/Source/ee/MA_EE.cpp */ = {isa = PBXBuildFile; fileRef = 37EEB4F718EA4332850139B2 /* ../Play-/Source/ee/MA_EE.cpp */; }; + 995122F46CA448B197D6DEEF /* ../Play-/deps/Framework/src/Base64.cpp */ = {isa = PBXBuildFile; fileRef = 5EF93D681660447B87823C40 /* ../Play-/deps/Framework/src/Base64.cpp */; }; + 99F8C7C71CBD4ED98C1BEA1D /* ../Play-/deps/CodeGen/tests/RandomAluTest.cpp */ = {isa = PBXBuildFile; fileRef = 866F221A23114D9098B642E3 /* ../Play-/deps/CodeGen/tests/RandomAluTest.cpp */; }; + 9A683EDE0B174A8E8820EC42 /* ../Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.cpp */ = {isa = PBXBuildFile; fileRef = DDC2A0F5F6044E6FB4FE838C /* ../Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.cpp */; }; + 9A6854C32C264F47A3274334 /* ../Play-/Source/ee/MA_VU.cpp */ = {isa = PBXBuildFile; fileRef = 794F7514259B48028D90743D /* ../Play-/Source/ee/MA_VU.cpp */; }; + 9A8D539B8CFE4AA7B93F62AD /* ../Play-/Source/iop/Ioman_Device.h */ = {isa = PBXBuildFile; fileRef = 03F3C52523BC4C14ADD17D53 /* ../Play-/Source/iop/Ioman_Device.h */; }; + 9ACEE9FFEBD5473CA7756DDE /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.h */ = {isa = PBXBuildFile; fileRef = 919C8CD5DFFE40109657879D /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.h */; }; + 9B5D33FA2B5241CAA7BDE4A4 /* ../Play-/deps/CodeGen/tests/MemAccess16Test.h */ = {isa = PBXBuildFile; fileRef = 6116958D5D404BE497FF0111 /* ../Play-/deps/CodeGen/tests/MemAccess16Test.h */; }; + 9B7B4625816A4D2B95379C5E /* ../Play-/deps/Framework/src/mpeg2/DcSizeChrominanceTable.cpp */ = {isa = PBXBuildFile; fileRef = ED95BF03463D458F9242928C /* ../Play-/deps/Framework/src/mpeg2/DcSizeChrominanceTable.cpp */; }; + 9C1D96C3843A4785A4A42B37 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */ = {isa = PBXBuildFile; fileRef = A9E5A85ED3794E98B9D02C25 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */; }; + 9C2CF85BBDD4464C81B8D817 /* ../Play-/deps/Dependencies/build_cmake/SDWebImage/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 8193095595D847099031931F /* ../Play-/deps/Dependencies/build_cmake/SDWebImage/CMakeLists.txt */; }; + 9C42B6599C0E4F419300BE1C /* ../cmake/Source/ui_ios/iCade-iOS/CMakeFiles/iCade_Static.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = CB97089CF1D64E0282F80560 /* ../cmake/Source/ui_ios/iCade-iOS/CMakeFiles/iCade_Static.dir/Info.plist */; }; + 9CA5A5203C584DC1953F1B59 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */ = {isa = PBXBuildFile; fileRef = A05B78AE0CA24C4D96149F9D /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */; }; + 9CABC008440443A7ADAD3BF0 /* ../Play-/Source/ee/COP_VU_Reflection.cpp */ = {isa = PBXBuildFile; fileRef = 344B96D7361D4996A0A50352 /* ../Play-/Source/ee/COP_VU_Reflection.cpp */; }; + 9CBDADCAC83D4A0DAB7FE2A1 /* ../Play-/Source/iop/Iop_SifCmd.cpp */ = {isa = PBXBuildFile; fileRef = 9FF50D098BF94A5598FF327F /* ../Play-/Source/iop/Iop_SifCmd.cpp */; }; + 9CE6D32A82F64CBE9BC12DE7 /* ../Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */ = {isa = PBXBuildFile; fileRef = F7CF9CB167E84F7695A2199A /* ../Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */; }; + 9CF5C46BE76A48068FF65942 /* ../Play-/Source/gs/GsTransferRange.h */ = {isa = PBXBuildFile; fileRef = DCCFB7643AF74FD293B3530D /* ../Play-/Source/gs/GsTransferRange.h */; }; + 9D26A6D36CE943899B11C1B5 /* ../Play-/deps/CodeGen/tests/LoopTest.h */ = {isa = PBXBuildFile; fileRef = 5EE33C5B91E6481C889D38E1 /* ../Play-/deps/CodeGen/tests/LoopTest.h */; }; + 9D64AACE54264E4A9528A9DF /* ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGen.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 0952CC56DF8A4B9799771F9D /* ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGen.dir/Info.plist */; }; + 9D73D0FB00CE4143B52D47A4 /* ../Play-/Source/ui_ios/CoverViewController.mm */ = {isa = PBXBuildFile; fileRef = 2665E45DDF614AE1B28CBF36 /* ../Play-/Source/ui_ios/CoverViewController.mm */; }; + 9D7FD7400A1C412EAD9CCC60 /* ../Play-/deps/Framework/include/http/HttpServer.h */ = {isa = PBXBuildFile; fileRef = DCB0EB049E67467090ED848B /* ../Play-/deps/Framework/include/http/HttpServer.h */; }; + 9DAD5103B758451E9CCACC79 /* ../Play-/deps/Nuanceur/include/nuanceur/generators/SpirvShaderGenerator.h */ = {isa = PBXBuildFile; fileRef = DA6826B7712344E7BA1EAFFF /* ../Play-/deps/Nuanceur/include/nuanceur/generators/SpirvShaderGenerator.h */; }; + 9DE189D17B7E46F898998348 /* ../Play-/deps/Dependencies/zstd/lib/common/bitstream.h */ = {isa = PBXBuildFile; fileRef = CE0D1A009AB749D18BA2464A /* ../Play-/deps/Dependencies/zstd/lib/common/bitstream.h */; }; + 9E4BE7761BB046A884685D5E /* ../Play-/Source/ui_ios/main.mm */ = {isa = PBXBuildFile; fileRef = 202D1DB5CECD4226A3FFB69C /* ../Play-/Source/ui_ios/main.mm */; }; + 9E55E1739350493E988AB4C3 /* ../Play-/Source/ee/FpMulTruncate.cpp */ = {isa = PBXBuildFile; fileRef = 7D9FB8DF246246B3B53D8E50 /* ../Play-/Source/ee/FpMulTruncate.cpp */; }; + 9EBB8EFA6E554DCEA2E1BE76 /* ../Play-/Source/ui_ios/SettingsViewController.mm */ = {isa = PBXBuildFile; fileRef = 9287F3D13BDF4BA893234550 /* ../Play-/Source/ui_ios/SettingsViewController.mm */; }; + 9EF30601847348DB95A5E192 /* ../Play-/deps/Nuanceur/src/builder/ShaderBuilder.cpp */ = {isa = PBXBuildFile; fileRef = 83CEBB4A3C174976BDD3D966 /* ../Play-/deps/Nuanceur/src/builder/ShaderBuilder.cpp */; }; + 9F003F91BE8D45D3BB296EA1 /* ../Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.cpp */ = {isa = PBXBuildFile; fileRef = AC6A1852EBF34A09AB37439B /* ../Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.cpp */; }; + 9F1DEA64E5CA40ADBB6FBE70 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+MultiFormat.m */ = {isa = PBXBuildFile; fileRef = 19A5DA3A9F444302A79A15F7 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+MultiFormat.m */; }; + 9F4CAB489DB74D329E63B5C4 /* ../Play-/deps/CodeGen/tests/Shift64Test.h */ = {isa = PBXBuildFile; fileRef = 48B1CCB3C94C4B4B94C257E7 /* ../Play-/deps/CodeGen/tests/Shift64Test.h */; }; + 9FBCFFA890804F24A377072B /* ../Play-/Source/iop/ioman/OpticalMediaDevice.cpp */ = {isa = PBXBuildFile; fileRef = A617DEEDE2C84D03B387C4C3 /* ../Play-/Source/iop/ioman/OpticalMediaDevice.cpp */; }; + 9FCE385BD32F4EB3AD510C41 /* ../Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.h */ = {isa = PBXBuildFile; fileRef = C49F018B16774D179CAA3114 /* ../Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.h */; }; + A004F58E351D4355882E7F9D /* ../Play-/Source/saves/McDumpReader.h */ = {isa = PBXBuildFile; fileRef = AB724AC8C2A545FE9A5DC6A9 /* ../Play-/Source/saves/McDumpReader.h */; }; + A00C98F2A2844E1FBB6116FB /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIButton+WebCache.m */ = {isa = PBXBuildFile; fileRef = 749048109EFB4EF2A4A366FB /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIButton+WebCache.m */; }; + A0EB089F27EF418B8F631C2B /* ../Play-/Source/MIPSReflection.cpp */ = {isa = PBXBuildFile; fileRef = 25F218BF6A1F4B37ACDEE703 /* ../Play-/Source/MIPSReflection.cpp */; }; + A1660ED9F0BA4C7EA919F30F /* ../Play-/Source/iop/Iop_Modload.cpp */ = {isa = PBXBuildFile; fileRef = CFF07735AF3C484B903A687E /* ../Play-/Source/iop/Iop_Modload.cpp */; }; + A16B2FA75CE2446A8F7E8F47 /* ../Play-/deps/Framework/include/layout/FlatLayout.h */ = {isa = PBXBuildFile; fileRef = 21B4A924F2F349E5BD5179A6 /* ../Play-/deps/Framework/include/layout/FlatLayout.h */; }; + A17BFD2C85754F7CA092F244 /* ../Play-/Source/iop/Iop_PowerOff.cpp */ = {isa = PBXBuildFile; fileRef = 0E87C967219B45AAA8389243 /* ../Play-/Source/iop/Iop_PowerOff.cpp */; }; + A1AF6DE20C6A41168E3B2A59 /* ../Play-/Source/hdd/PfsReader.h */ = {isa = PBXBuildFile; fileRef = 88169A4C34E641AAB1E59501 /* ../Play-/Source/hdd/PfsReader.h */; }; + A22F02175E6C45B29B5D4374 /* ../Play-/deps/Framework/include/opengl/Resource.h */ = {isa = PBXBuildFile; fileRef = BAE9E1E4D0EA40AF8146C961 /* ../Play-/deps/Framework/include/opengl/Resource.h */; }; + A2AE4A330ABB4D16BE785736 /* ../Play-/tools/PsfPlayer/Source/SH_OpenAL/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 472D6511885146ACBEE063A3 /* ../Play-/tools/PsfPlayer/Source/SH_OpenAL/CMakeLists.txt */; }; + A2B0585D6A93492BBA6641CC /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */ = {isa = PBXBuildFile; fileRef = 3022EEB11C51432BACD7DC80 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */; }; + A2E21C022BA94B1C9A4CD10D /* ../Play-/deps/CodeGen/src/X86Assembler.cpp */ = {isa = PBXBuildFile; fileRef = 0F473E2175C24F28BF8A4DA9 /* ../Play-/deps/CodeGen/src/X86Assembler.cpp */; }; + A2F0893AD2FB4F5E8A714826 /* ../Play-/Source/OsVariableWrapper.h */ = {isa = PBXBuildFile; fileRef = 272766CB73BD49B99DF58FC7 /* ../Play-/Source/OsVariableWrapper.h */; }; + A2FDD573F79A4D2DA15109ED /* ../Play-/deps/CodeGen/tests/LzcTest.h */ = {isa = PBXBuildFile; fileRef = 8F420C2EEA914549831D5FBC /* ../Play-/deps/CodeGen/tests/LzcTest.h */; }; + A33134A393CD4917848000E8 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */ = {isa = PBXBuildFile; fileRef = 44B8FED7A7D24DFC9237FA05 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */; }; + A38FFA0A52C24E1A8812EBA4 /* ../Play-/Source/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 3212E748F54F4EAFA09E6AC2 /* ../Play-/Source/CMakeLists.txt */; }; + A4091D84975C4E0285247960 /* ../Play-/Source/ui_ios/VirtualPadItem.h */ = {isa = PBXBuildFile; fileRef = D0A8DED14C5B40C7819D1937 /* ../Play-/Source/ui_ios/VirtualPadItem.h */; }; + A479897A06FD41E78267F822 /* ../Play-/Source/ISO9660/PathTableRecord.h */ = {isa = PBXBuildFile; fileRef = 14395D9AAD794A80894E20E6 /* ../Play-/Source/ISO9660/PathTableRecord.h */; }; + A48B4C914C59437390422AC2 /* ../Play-/Source/iop/ArgumentIterator.cpp */ = {isa = PBXBuildFile; fileRef = FEA35D13169841DEAA9FB076 /* ../Play-/Source/iop/ArgumentIterator.cpp */; }; + A50F4DEBFCD44965A12E907A /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */ = {isa = PBXBuildFile; fileRef = 6CF40C0D599B4A70B1CA1A6B /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */; }; + A57E39AEAE564909925D30FD /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Sort.h */ = {isa = PBXBuildFile; fileRef = 3924B89CB0874BEA84B47EAF /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Sort.h */; }; + A65883E0B7E947AD811B3796 /* ../Play-/deps/CodeGen/tests/MemAccess16Test.cpp */ = {isa = PBXBuildFile; fileRef = 158988023D6C4653B63BDE6D /* ../Play-/deps/CodeGen/tests/MemAccess16Test.cpp */; }; + A6A4FFA5CBF54F87A987707A /* ../Play-/deps/CodeGen/tests/FpClampTest.cpp */ = {isa = PBXBuildFile; fileRef = 296E345512524FBAA4588DEB /* ../Play-/deps/CodeGen/tests/FpClampTest.cpp */; }; + A6C794C0855E4038827DD8FA /* ../Play-/deps/CodeGen/tests/DivTest.h */ = {isa = PBXBuildFile; fileRef = 3AB636CB774A4B9382A4E1A8 /* ../Play-/deps/CodeGen/tests/DivTest.h */; }; + A6F9D210E19D4B9D9B8F63F3 /* ../Play-/deps/CodeGen/tests/FpuTest.cpp */ = {isa = PBXBuildFile; fileRef = 1E48CD9D15D343DC89170F75 /* ../Play-/deps/CodeGen/tests/FpuTest.cpp */; }; + A796F27C885B419DB19125F5 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffixed.h */ = {isa = PBXBuildFile; fileRef = F93575E1BEBD454AA88187D3 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffixed.h */; }; + A80EBFA000904C2E8C4705DA /* ../Play-/Source/ControllerInfo.h */ = {isa = PBXBuildFile; fileRef = 830CFCB8C4974552910E4B62 /* ../Play-/Source/ControllerInfo.h */; }; + A86BB6E3BB7944AC9AB3FD23 /* ../Play-/deps/AltKit/Sources/AltKit/Server/Connection.swift */ = {isa = PBXBuildFile; fileRef = A9826633987A4B8C826A1C1B /* ../Play-/deps/AltKit/Sources/AltKit/Server/Connection.swift */; }; + A871BA2886004A52936C6E51 /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 1D2BF338F1E64C91BEC61253 /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */; }; + A8ABDD63C2534423B4041FA8 /* ../Play-/Source/ui_ios/GSH_OpenGLiOS.h */ = {isa = PBXBuildFile; fileRef = 9B31FF9737514E86B645FA88 /* ../Play-/Source/ui_ios/GSH_OpenGLiOS.h */; }; + A8D68C06223540CA9F12DC69 /* ../Play-/Source/iop/Iop_Loadcore.h */ = {isa = PBXBuildFile; fileRef = B5BF7CE712714A429038D848 /* ../Play-/Source/iop/Iop_Loadcore.h */; }; + A9288D9308944A458A24F2B1 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/gzguts.h */ = {isa = PBXBuildFile; fileRef = AA00DADFF5BA4F428CD594BD /* ../Play-/deps/libchdr/deps/zlib-1.2.12/gzguts.h */; }; + A93D7915F8FD4A85A3D0F544 /* ../Play-/deps/Framework/src/mpeg2/MotionCodeTable.cpp */ = {isa = PBXBuildFile; fileRef = E4D7FAF7F33349BABC7F2DDC /* ../Play-/deps/Framework/src/mpeg2/MotionCodeTable.cpp */; }; + A93FADFA247D4194B773B4E6 /* ../Play-/deps/Framework/include/layout/LayoutObject.h */ = {isa = PBXBuildFile; fileRef = 046427E304CD46BFB31B7259 /* ../Play-/deps/Framework/include/layout/LayoutObject.h */; }; + A9405952DA7646BA92A8FEF0 /* ../Play-/deps/CodeGen/tests/RegAllocTempTest.h */ = {isa = PBXBuildFile; fileRef = 71A21207BC924BC1B88B4B66 /* ../Play-/deps/CodeGen/tests/RegAllocTempTest.h */; }; + A9780016072C4AE993F88F51 /* ../Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.cpp */ = {isa = PBXBuildFile; fileRef = 4CCC873C62F1469B9C79877E /* ../Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.cpp */; }; + A9A56088112C4E64B71735B6 /* ../Play-/Source/iop/Iop_Thmsgbx.cpp */ = {isa = PBXBuildFile; fileRef = 62E36EB179A0456BBA7D5AFD /* ../Play-/Source/iop/Iop_Thmsgbx.cpp */; }; + AAD499E53D764B42BC993880 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Alu.h */ = {isa = PBXBuildFile; fileRef = 40AD0A1A86684DB89F2B940E /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Alu.h */; }; + AAE9B63E0DD0480293833D33 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Avx.cpp */ = {isa = PBXBuildFile; fileRef = AB47C95DF0D54F66B5936083 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Avx.cpp */; }; + AAF3390E867C47F38FFFE7B3 /* ../Play-/deps/Framework/src/layout/LayoutBaseItem.cpp */ = {isa = PBXBuildFile; fileRef = 753D09689817474F98CE7D83 /* ../Play-/deps/Framework/src/layout/LayoutBaseItem.cpp */; }; + AAF76820163B47E5B5987BAE /* ../Play-/Source/ui_ios/Resources/icon@2x.png */ = {isa = PBXBuildFile; fileRef = 09FF190BB33642D2A8DA6AE5 /* ../Play-/Source/ui_ios/Resources/icon@2x.png */; }; + AB222C7753D548CEB11EF13D /* ../Play-/deps/CodeGen/tests/ExternJumpTest.cpp */ = {isa = PBXBuildFile; fileRef = 1F2832E3013743DEBD612642 /* ../Play-/deps/CodeGen/tests/ExternJumpTest.cpp */; }; + AB9286579F194BC6993C637A /* ../Play-/Source/iop/Iop_Intrman.cpp */ = {isa = PBXBuildFile; fileRef = DE5AD030FE8C4CD88636908D /* ../Play-/Source/iop/Iop_Intrman.cpp */; }; + ABA6CCFB45AC439D8C709764 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/FloatValue.h */ = {isa = PBXBuildFile; fileRef = 4BFFCCF3A1C94F37992710BE /* ../Play-/deps/Nuanceur/include/nuanceur/builder/FloatValue.h */; }; + ABE0A7502637472883A91EE4 /* ../Play-/Source/gs/GSH_Null.h */ = {isa = PBXBuildFile; fileRef = 8C6E641F5D424702890B0C8C /* ../Play-/Source/gs/GSH_Null.h */; }; + AC211C8735BA4CD78F448F33 /* ../Play-/deps/Nuanceur/src/generators/SpirvShaderGenerator.cpp */ = {isa = PBXBuildFile; fileRef = 4E207EA16E76427AA70D137D /* ../Play-/deps/Nuanceur/src/generators/SpirvShaderGenerator.cpp */; }; + AC5C2DB435FD4BB29999FB15 /* ../cmake/Source/ui_ios/SH_OpenAL/CMakeFiles/sh_openal.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = CA3F041F167C42EA9356D1D1 /* ../cmake/Source/ui_ios/SH_OpenAL/CMakeFiles/sh_openal.dir/Info.plist */; }; + AC8CF894995F4E409B961574 /* ../Play-/Source/ee/VuExecutor.cpp */ = {isa = PBXBuildFile; fileRef = FD69FEEB12D74D188091DE73 /* ../Play-/Source/ee/VuExecutor.cpp */; }; + ACE33AC4017E42CDBC52F27E /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */ = {isa = PBXBuildFile; fileRef = 79B486ABFFC84313BDCBEC73 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */; }; + ADDC729A02A649F2B3CC1EED /* ../Play-/Source/iop/Iop_Ioman.cpp */ = {isa = PBXBuildFile; fileRef = D4990DE8D3F04ECDB232BA0A /* ../Play-/Source/iop/Iop_Ioman.cpp */; }; + ADE506CD6BB34D489A1E94B5 /* ../Play-/deps/Framework/include/layout/HorizontalLayout.h */ = {isa = PBXBuildFile; fileRef = 0E9A7809D45C46718F6F523E /* ../Play-/deps/Framework/include/layout/HorizontalLayout.h */; }; + ADFACD4FB9D34A24BF115A23 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Int4Value.h */ = {isa = PBXBuildFile; fileRef = 6F856BEA3B5D4C15B0A146C1 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Int4Value.h */; }; + AE1D85A4BD634EA69D1A612C /* ../Play-/Source/ELF.h */ = {isa = PBXBuildFile; fileRef = F92519A475E64B3E84EBECE3 /* ../Play-/Source/ELF.h */; }; + AE224ECAE23F481DBA71C41E /* ../Play-/deps/CodeGen/tests/FpIntMixTest.h */ = {isa = PBXBuildFile; fileRef = 451408B30F10471CBFD23FE8 /* ../Play-/deps/CodeGen/tests/FpIntMixTest.h */; }; + AE5B844CAAD046198F3DFB54 /* ../Play-/Source/iop/Iop_Heaplib.h */ = {isa = PBXBuildFile; fileRef = 16E779AABE1A4F80A4DEB0A7 /* ../Play-/Source/iop/Iop_Heaplib.h */; }; + AE9700D2905B48D58308967D /* ../Play-/deps/Framework/src/layout/LayoutBase.cpp */ = {isa = PBXBuildFile; fileRef = 7002256DF7EA459A87E58C99 /* ../Play-/deps/Framework/src/layout/LayoutBase.cpp */; }; + AE989E8382A94F7FA9307F4E /* ../Play-/Source/ui_shared/TheGamesDbClient.h */ = {isa = PBXBuildFile; fileRef = F8C56EF90D72415BBFE69E9E /* ../Play-/Source/ui_shared/TheGamesDbClient.h */; }; + AEFA82E895A44B59A31920D2 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */ = {isa = PBXBuildFile; fileRef = 119B50ADFC9B43939BE78BC3 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */; }; + AF3B0AEFA86149219717C22B /* ../Play-/deps/Framework/src/StreamBitStream.cpp */ = {isa = PBXBuildFile; fileRef = 6EE329AA304E45FAB873F64B /* ../Play-/deps/Framework/src/StreamBitStream.cpp */; }; + AF458347FB6044E7BD51A410 /* ../Play-/Source/FrameLimiter.cpp */ = {isa = PBXBuildFile; fileRef = FBB6BD5A7E2E404AB9FD9D07 /* ../Play-/Source/FrameLimiter.cpp */; }; + AF6ACE80EC5A4EBEA0F7B29B /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.cpp */ = {isa = PBXBuildFile; fileRef = CB6414D9F73D453581D0F3EC /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.cpp */; }; + AFBCB439CD154A258300F39E /* ../Play-/deps/AltKit/Sources/AltKit/Extensions/ALTServerError+Conveniences.swift */ = {isa = PBXBuildFile; fileRef = BF0CD93350A440938F97BB7A /* ../Play-/deps/AltKit/Sources/AltKit/Extensions/ALTServerError+Conveniences.swift */; }; + B00BBF2E2E064E9BB00FC850 /* ../Play-/deps/CodeGen/include/MachoDefs.h */ = {isa = PBXBuildFile; fileRef = E6ADB39E15004E43B675F9E8 /* ../Play-/deps/CodeGen/include/MachoDefs.h */; }; + B05C09425E67491E888D855D /* ../Play-/Source/ee/PS2OS.h */ = {isa = PBXBuildFile; fileRef = 600D27CF266541E49AEBC8CA /* ../Play-/Source/ee/PS2OS.h */; }; + B06E5C05D68541B096390DB9 /* ../Play-/Source/ISO9660/DirectoryRecord.cpp */ = {isa = PBXBuildFile; fileRef = 23D343D10E0D4965AD2325FA /* ../Play-/Source/ISO9660/DirectoryRecord.cpp */; }; + B081ED2103AC49B3914D8B69 /* ../Play-/deps/Framework/src/MemStream.cpp */ = {isa = PBXBuildFile; fileRef = 438E1E0D60314833B76EC349 /* ../Play-/deps/Framework/src/MemStream.cpp */; }; + B09074E92E004A79B55200B3 /* ../Play-/Source/ui_ios/EmulatorViewController.mm */ = {isa = PBXBuildFile; fileRef = 1F8D1E392B054659B41D1040 /* ../Play-/Source/ui_ios/EmulatorViewController.mm */; }; + B0A85AFAA25E4937A34D46FB /* ../Play-/Source/ui_ios/VirtualPadButton.h */ = {isa = PBXBuildFile; fileRef = 42C8AEC2561A424681E9A10C /* ../Play-/Source/ui_ios/VirtualPadButton.h */; }; + B18DC24E5A77496BBB746A48 /* ../Play-/deps/CodeGen/tests/MemAccessRefTest.h */ = {isa = PBXBuildFile; fileRef = 180BDD2D0A2048DEAFB2BAD0 /* ../Play-/deps/CodeGen/tests/MemAccessRefTest.h */; }; + B1E293A189C442F7987BB895 /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.h */ = {isa = PBXBuildFile; fileRef = 41336FF9738944158E3417EF /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.h */; }; + B26800B9C51F4962A0EF3B79 /* ../Play-/Source/ui_shared/StatsManager.h */ = {isa = PBXBuildFile; fileRef = 841B4CB46D754623B7442E7E /* ../Play-/Source/ui_shared/StatsManager.h */; }; + B34EF53B973242C385D7DF9E /* ../Play-/Source/BiosDebugInfoProvider.h */ = {isa = PBXBuildFile; fileRef = 6948DE38BE794B0FA654FB87 /* ../Play-/Source/BiosDebugInfoProvider.h */; }; + B3566065F1E34EB8993466FA /* ../Play-/deps/CodeGen/tests/MdMemAccessTest.h */ = {isa = PBXBuildFile; fileRef = 959DF5281C8841B9BDC70BB2 /* ../Play-/deps/CodeGen/tests/MdMemAccessTest.h */; }; + B359E92F0B454889BE1CACA5 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zlib.h */ = {isa = PBXBuildFile; fileRef = E8DC1A33BB7D4F42B682F804 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zlib.h */; }; + B3C68248FFE340D8A60EF10A /* ../Play-/Source/saves/SaveImporterBase.h */ = {isa = PBXBuildFile; fileRef = B88B0343779C45598195438D /* ../Play-/Source/saves/SaveImporterBase.h */; }; + B41C980A94B8443B82D1D50E /* ../Play-/Source/MIPSInstructionFactory.cpp */ = {isa = PBXBuildFile; fileRef = 473ED8A19B80423AB7075B32 /* ../Play-/Source/MIPSInstructionFactory.cpp */; }; + B431B6C8FEA94B7DB28FFC25 /* ../Play-/Source/MA_MIPSIV_Reflection.cpp */ = {isa = PBXBuildFile; fileRef = 66D4A82FEBC04C579FB9C7C2 /* ../Play-/Source/MA_MIPSIV_Reflection.cpp */; }; + B431F644348F442E983F6784 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.h */ = {isa = PBXBuildFile; fileRef = 1686DE5273784AF685D54B01 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.h */; }; + B55515E185A44CAD99F1AA04 /* ../Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.h */ = {isa = PBXBuildFile; fileRef = 08DBAA312E0344F68CED48C6 /* ../Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.h */; }; + B5DD95AF76C54A04939E5DDA /* ../Play-/Source/iop/Iop_Dev9.cpp */ = {isa = PBXBuildFile; fileRef = 001B9C3AC1464EB79E1ED6B9 /* ../Play-/Source/iop/Iop_Dev9.cpp */; }; + B5E9BF5F89444C0999A92D1A /* ../Play-/Source/ee/Dmac_Channel.h */ = {isa = PBXBuildFile; fileRef = 5B90B933684146B5AF382203 /* ../Play-/Source/ee/Dmac_Channel.h */; }; + B61A95B8FC294DCBAFC7A1E8 /* ../Play-/Source/iop/Iop_Cdvdfsv.h */ = {isa = PBXBuildFile; fileRef = 309355EAFC254D68AFC629BF /* ../Play-/Source/iop/Iop_Cdvdfsv.h */; }; + B61D5DCC2D134E86A2A532D0 /* ../Play-/Source/ee/IPU_MacroblockTypeITable.h */ = {isa = PBXBuildFile; fileRef = 3C5020158CAC432C8F13458B /* ../Play-/Source/ee/IPU_MacroblockTypeITable.h */; }; + B61E7BDB37774B21B3893293 /* ../cmake/Source/ui_ios/gs/GSH_Vulkan/CMakeFiles/gsh_vulkan.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 04FF4B20A1AE4CACB6EE7BF6 /* ../cmake/Source/ui_ios/gs/GSH_Vulkan/CMakeFiles/gsh_vulkan.dir/Info.plist */; }; + B62EBCA171ED499ABB95E9B7 /* ../Play-/Source/iop/Iop_Dmacman.h */ = {isa = PBXBuildFile; fileRef = 8FEAC327F7E44A18B5F47A4A /* ../Play-/Source/iop/Iop_Dmacman.h */; }; + B68153BA985B4A28B9DCEEB6 /* ../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 2A3921A80CBE4D5694CAD54F /* ../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist */; }; + B6842B9F0506493287F729CF /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */ = {isa = PBXBuildFile; fileRef = D4CFF9A709A94F779A871264 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */; }; + B6CC1C2DA1D9445DAAEBAADB /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.h */ = {isa = PBXBuildFile; fileRef = E56F781FAD004B9AB4901A44 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.h */; }; + B70BF2A0AF0E474BB77D46BF /* ../Play-/Source/saves/PsuSaveImporter.cpp */ = {isa = PBXBuildFile; fileRef = D9AA40572DD64E739871345C /* ../Play-/Source/saves/PsuSaveImporter.cpp */; }; + B7209952ADD040C581B3671B /* ../Play-/Source/ui_ios/VirtualPadItem.mm */ = {isa = PBXBuildFile; fileRef = C8917A810A8349AAA33C13A0 /* ../Play-/Source/ui_ios/VirtualPadItem.mm */; }; + B736486410D244AEB77747F6 /* ../Play-/Source/MoltenVK/dylib/iOS/libMoltenVK.dylib */ = {isa = PBXBuildFile; fileRef = 9C7C6DAE563B484DA261EB55 /* ../Play-/Source/MoltenVK/dylib/iOS/libMoltenVK.dylib */; }; + B73B39912F794B6C9677796C /* ../Play-/Source/ee/IPU.h */ = {isa = PBXBuildFile; fileRef = B2A24246A341487499202144 /* ../Play-/Source/ee/IPU.h */; }; + B77E3AF055804D8A80A9EC86 /* ../Play-/Source/ElfDefs.h */ = {isa = PBXBuildFile; fileRef = BAC74D83A5E54FFA9332007B /* ../Play-/Source/ElfDefs.h */; }; + B7D405220C2F430EBDABDC90 /* ../Play-/Source/iop/Iop_FileIo.cpp */ = {isa = PBXBuildFile; fileRef = 330D1493E36741AA976D201B /* ../Play-/Source/iop/Iop_FileIo.cpp */; }; + B7EEAEC016A64D77BC8B6E05 /* ../Play-/deps/CodeGen/tests/MemAccess8Test.h */ = {isa = PBXBuildFile; fileRef = 93F41814F0324114AAFF4BE5 /* ../Play-/deps/CodeGen/tests/MemAccess8Test.h */; }; + B8771D6648494AA992F618C4 /* ../Play-/Source/BasicBlock.h */ = {isa = PBXBuildFile; fileRef = A54F901EDA494DDFBA63F234 /* ../Play-/Source/BasicBlock.h */; }; + B8AC7A57A01E4AF180690AD4 /* ../Play-/Source/PH_Generic.h */ = {isa = PBXBuildFile; fileRef = 7B40840A835E4C5CAA86C4D4 /* ../Play-/Source/PH_Generic.h */; }; + B9103E1F17404DC48F6533BA /* ../Play-/Source/ui_ios/Resources/down.png */ = {isa = PBXBuildFile; fileRef = 97B4D1D1AD924D2DAC8D8527 /* ../Play-/Source/ui_ios/Resources/down.png */; }; + B920A20C80CD424A90FBD56D /* ../Play-/deps/Nuanceur/include/nuanceur/builder/UintValue.h */ = {isa = PBXBuildFile; fileRef = 7CC6AC32070A4A02B238690C /* ../Play-/deps/Nuanceur/include/nuanceur/builder/UintValue.h */; }; + B97F7AF420A145C09FDC02B8 /* ../Play-/deps/Framework/src/http/HttpClient.cpp */ = {isa = PBXBuildFile; fileRef = 4EC4364358C5481CA2F9B475 /* ../Play-/deps/Framework/src/http/HttpClient.cpp */; }; + B980C5BF9CEB4B4C941CC590 /* ../Play-/deps/Dependencies/xxHash/cmake_unofficial/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 69BEE468C4534DD2A8494A52 /* ../Play-/deps/Dependencies/xxHash/cmake_unofficial/CMakeLists.txt */; }; + B992B2B4BCCE4E7FADAE43FD /* ../Play-/deps/CodeGen/src/Jitter_CodeGenFactory.cpp */ = {isa = PBXBuildFile; fileRef = 5C60E5DFCA4F4CE184FD048B /* ../Play-/deps/CodeGen/src/Jitter_CodeGenFactory.cpp */; }; + B9E73ED46B064218BE5B3FAD /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Sse.cpp */ = {isa = PBXBuildFile; fileRef = 94172B743C074717A3CB2AC6 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Sse.cpp */; }; + B9FD424E639D45549AB0307A /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64.cpp */ = {isa = PBXBuildFile; fileRef = A6A44203AC854C2396064B91 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64.cpp */; }; + BA1F51BA3B994F328D1D08E9 /* ../Play-/deps/Framework/src/math/MathStringUtils.cpp */ = {isa = PBXBuildFile; fileRef = CF1BCD94001F41F385799D2C /* ../Play-/deps/Framework/src/math/MathStringUtils.cpp */; }; + BA365DF94161439BB0D87C0C /* ../Play-/deps/Framework/include/vulkan/Device.h */ = {isa = PBXBuildFile; fileRef = DC85E514E65B4F3C94F92415 /* ../Play-/deps/Framework/include/vulkan/Device.h */; }; + BA7AE4C2A86A470FB275A635 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_x86.h */ = {isa = PBXBuildFile; fileRef = 839651434C0A46FB94A2F485 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_x86.h */; }; + BA976BD1F5414ABA8A58DAF5 /* ../Play-/Source/MIPSInstructionFactory.h */ = {isa = PBXBuildFile; fileRef = B89F73B7A68B4DDF9EACB087 /* ../Play-/Source/MIPSInstructionFactory.h */; }; + BADD1A36BCC742D2BA857A45 /* ../Play-/Source/iop/Iop_SifManNull.cpp */ = {isa = PBXBuildFile; fileRef = 8AB47E336EF44BA1892FBEB2 /* ../Play-/Source/iop/Iop_SifManNull.cpp */; }; + BAF438CFE975410A80A4F46F /* ../Play-/deps/Framework/src/string_cast.cpp */ = {isa = PBXBuildFile; fileRef = 80257675E2C34B8E98A70FC5 /* ../Play-/deps/Framework/src/string_cast.cpp */; }; + BB4379AE725D46A68D78AFC0 /* ../Play-/deps/CodeGen/tests/MdManipTest.cpp */ = {isa = PBXBuildFile; fileRef = B58C44AE0B38459F9C4F7332 /* ../Play-/deps/CodeGen/tests/MdManipTest.cpp */; }; + BBA406BDE3254EA286575A64 /* ../Play-/Source/ee/VuExecutor.h */ = {isa = PBXBuildFile; fileRef = D5BE909F5D1D4322B704214C /* ../Play-/Source/ee/VuExecutor.h */; }; + BC135B075E7B45BB832BDC96 /* ../Play-/deps/Framework/src/FilesystemUtils.cpp */ = {isa = PBXBuildFile; fileRef = 1409547A482F408EAC091E5A /* ../Play-/deps/Framework/src/FilesystemUtils.cpp */; }; + BC15B839AF214679AEC13836 /* ../Play-/deps/CodeGen/tests/LoopTest.cpp */ = {isa = PBXBuildFile; fileRef = A58DBD1DCC894036AC7B6B9C /* ../Play-/deps/CodeGen/tests/LoopTest.cpp */; }; + BC284709A3E4428285D639A2 /* ../Play-/Source/iop/namco_sys246/Iop_NamcoSys246.cpp */ = {isa = PBXBuildFile; fileRef = E3487AFBC9FB427F99ABA90B /* ../Play-/Source/iop/namco_sys246/Iop_NamcoSys246.cpp */; }; + BC3002CDFFE5436A80DDD3E6 /* ../Play-/deps/CodeGen/tests/AliasTest.h */ = {isa = PBXBuildFile; fileRef = E79222D10AE24555BDBB701D /* ../Play-/deps/CodeGen/tests/AliasTest.h */; }; + BCD1A766D0364B7984E5A6DB /* ../Play-/Source/ee/Vif1.h */ = {isa = PBXBuildFile; fileRef = A137A323DC37417884C79E6D /* ../Play-/Source/ee/Vif1.h */; }; + BCDD84529F1C4AD0A48C4CC3 /* ../Play-/deps/Framework/build_cmake/FrameworkOpenGl/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = D656DDF805734613B129010A /* ../Play-/deps/Framework/build_cmake/FrameworkOpenGl/CMakeLists.txt */; }; + BD9B168980B64EB9B1BD5A4F /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Compiler.h */ = {isa = PBXBuildFile; fileRef = ACE18A2AB8794556AC986EE2 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Compiler.h */; }; + BDB20092DEF04AE0B20D0969 /* ../Play-/Source/MIPSAnalysis.h */ = {isa = PBXBuildFile; fileRef = 8F8CE23633D645EE91AE285E /* ../Play-/Source/MIPSAnalysis.h */; }; + BE180891336348FEB9B25E3B /* ../Play-/deps/Framework/src/PathUtils.cpp */ = {isa = PBXBuildFile; fileRef = ACA1266DB72E4193A9C8FA60 /* ../Play-/deps/Framework/src/PathUtils.cpp */; }; + BEC55C2F5FED4BCCB1716D28 /* ../Play-/deps/CodeGen/tests/RegAllocTest.cpp */ = {isa = PBXBuildFile; fileRef = BFE88A1304DA4A2B805C33F8 /* ../Play-/deps/CodeGen/tests/RegAllocTest.cpp */; }; + BF0796A924A94CFCB54F3391 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.cpp */ = {isa = PBXBuildFile; fileRef = 6D052911137C4F9A97781669 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.cpp */; }; + BF2D37B22A4A4322A434DE58 /* ../Play-/Source/ee/VuAnalysis.cpp */ = {isa = PBXBuildFile; fileRef = 986FACD669524C7BA8C696CC /* ../Play-/Source/ee/VuAnalysis.cpp */; }; + BF39C0F5BAEE4D80925C6899 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCacheOperation.m */ = {isa = PBXBuildFile; fileRef = 82C9375975594E26B66DAF1E /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCacheOperation.m */; }; + BF489C7E055440AAB4A08781 /* ../Play-/deps/Dependencies/zstd/lib/common/debug.c */ = {isa = PBXBuildFile; fileRef = 8F0EB67BE47443E48D8C53D8 /* ../Play-/deps/Dependencies/zstd/lib/common/debug.c */; }; + BF4DA01B88A94ABBB76347B5 /* ../Play-/deps/Framework/include/layout/LayoutStretch.h */ = {isa = PBXBuildFile; fileRef = C1C94A356B4446DDA67A6C90 /* ../Play-/deps/Framework/include/layout/LayoutStretch.h */; }; + BF65E2FCCBA5477382FCDDC8 /* ../Play-/Source/ui_ios/Resources/boxart.png */ = {isa = PBXBuildFile; fileRef = BD9A7D8604D045318AFD9D09 /* ../Play-/Source/ui_ios/Resources/boxart.png */; }; + C00070F47772478BB031B0CE /* ../Play-/deps/CodeGen/tests/GotoTest.cpp */ = {isa = PBXBuildFile; fileRef = B1633E815CD44BB487C81BD5 /* ../Play-/deps/CodeGen/tests/GotoTest.cpp */; }; + C0D378B916AE46CAB7ED1257 /* ../Play-/deps/Framework/include/zip/ZipArchiveReader.h */ = {isa = PBXBuildFile; fileRef = BB6E6719F12A41989611E347 /* ../Play-/deps/Framework/include/zip/ZipArchiveReader.h */; }; + C0EC69389B174314A4479B2B /* ../Play-/Source/iop/Iop_FileIoHandler2200.h */ = {isa = PBXBuildFile; fileRef = A716BF08BF1A41F397C87755 /* ../Play-/Source/iop/Iop_FileIoHandler2200.h */; }; + C1245FA2719C41F6A8752800 /* ../Play-/Source/AppConfig.h */ = {isa = PBXBuildFile; fileRef = E0132D2AB34643CDAB6F02A3 /* ../Play-/Source/AppConfig.h */; }; + C128E052A22D41449A5C5134 /* ../Play-/Source/ui_ios/Resources/up.png */ = {isa = PBXBuildFile; fileRef = 3700CB7CB743493FBD0F42BF /* ../Play-/Source/ui_ios/Resources/up.png */; }; + C12BFEF8658641B6BD47D0B7 /* ../Play-/Source/iop/Iop_McServ.cpp */ = {isa = PBXBuildFile; fileRef = 30A45C5B47BD44C7B19FC482 /* ../Play-/Source/iop/Iop_McServ.cpp */; }; + C14F19260E164D3CA68C298B /* ../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeFiles/Framework_OpenAl.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = D8CED20D8D1045CCB0CC91ED /* ../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeFiles/Framework_OpenAl.dir/Info.plist */; }; + C14F7771FE694BD181BFC2E2 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Md.cpp */ = {isa = PBXBuildFile; fileRef = FCDFA5ADF5E145A5BA9FA6F3 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Md.cpp */; }; + C160790D435B40378C4D4B15 /* ../Play-/Source/Profiler.h */ = {isa = PBXBuildFile; fileRef = 417959608B6D4140AA60B26F /* ../Play-/Source/Profiler.h */; }; + C163CBBC88C9456B9A84EA62 /* ../Play-/Source/iop/Ioman_Defs.h */ = {isa = PBXBuildFile; fileRef = 930057E62C474E2FAE232D3F /* ../Play-/Source/iop/Ioman_Defs.h */; }; + C17BB9E2C7624D49A731F8A2 /* ../Play-/deps/Nuanceur/src/generators/GlslShaderGenerator.cpp */ = {isa = PBXBuildFile; fileRef = 025F5A217B2444C2ABD64AFD /* ../Play-/deps/Nuanceur/src/generators/GlslShaderGenerator.cpp */; }; + C1CBBECC97234A7DB3E7E750 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.cpp */ = {isa = PBXBuildFile; fileRef = 886CF0FFB5F04847BA2D56AD /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.cpp */; }; + C21E91ACC1EF4632814D0A55 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */ = {isa = PBXBuildFile; fileRef = 651BB1C8CB974E699EC81639 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */; }; + C22D8CB4F7B14900BB61BFF5 /* ../Play-/Source/iop/Iop_SifDynamic.cpp */ = {isa = PBXBuildFile; fileRef = 114D06CF0C3B4089B632B737 /* ../Play-/Source/iop/Iop_SifDynamic.cpp */; }; + C23DC1C5765D4061A3AAA4A5 /* ../Play-/deps/CodeGen/tests/MdCmpTest.cpp */ = {isa = PBXBuildFile; fileRef = F57D4EF8C9364708A75643CD /* ../Play-/deps/CodeGen/tests/MdCmpTest.cpp */; }; + C337CC380CC24A1C8979842E /* ../Play-/deps/Framework/include/vulkan/Loader.h */ = {isa = PBXBuildFile; fileRef = 13F156984D384C96BDDDD28F /* ../Play-/deps/Framework/include/vulkan/Loader.h */; }; + C33AE9B56E6448F1B50A9259 /* ../Play-/deps/Framework/src/openal/Buffer.cpp */ = {isa = PBXBuildFile; fileRef = E423D0EC03744D4CAB21D9AB /* ../Play-/deps/Framework/src/openal/Buffer.cpp */; }; + C37CB5C152314D31B080B363 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_AArch32.h */ = {isa = PBXBuildFile; fileRef = 3CB2BFEF8EA84ACDBEB075D1 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_AArch32.h */; }; + C41E7FE76AC7463EBF68632B /* ../Play-/Source/hdd/PfsReader.cpp */ = {isa = PBXBuildFile; fileRef = D19C8643C2B4499E99FEE077 /* ../Play-/Source/hdd/PfsReader.cpp */; }; + C430049AB4A84FC3891C4A1B /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.c */ = {isa = PBXBuildFile; fileRef = 2A48B17A4D484C49B487F746 /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.c */; }; + C490371CE13A437986691307 /* ../Play-/Source/iop/ioman/PathDirectoryIterator.h */ = {isa = PBXBuildFile; fileRef = B3B0125BD9ED485D99D020C6 /* ../Play-/Source/iop/ioman/PathDirectoryIterator.h */; }; + C4B604A28CFB4D6282E89E10 /* ../Play-/deps/CodeGen/tests/MdMinMaxTest.cpp */ = {isa = PBXBuildFile; fileRef = C83D58CC136F47CFB0A50FE1 /* ../Play-/deps/CodeGen/tests/MdMinMaxTest.cpp */; }; + C4F2B12CC9314D8A90BC343F /* ../Play-/Source/ee/Ee_LibMc2.h */ = {isa = PBXBuildFile; fileRef = 87EFA4C63987412AAAFE710A /* ../Play-/Source/ee/Ee_LibMc2.h */; }; + C524A9E6610B4219B469F425 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCacheConfig.m */ = {isa = PBXBuildFile; fileRef = D8F149D62E1F492F96BEAF7D /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCacheConfig.m */; }; + C54EC7918FE34CE7BFAF29C1 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanPlatformDefs.h */ = {isa = PBXBuildFile; fileRef = 917F919F21B14199A08F1377 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanPlatformDefs.h */; }; + C55AA21B9EA7494994E1A574 /* ../Play-/Source/iop/IopBios.cpp */ = {isa = PBXBuildFile; fileRef = 850058088D8141DDBCB0349D /* ../Play-/Source/iop/IopBios.cpp */; }; + C56777BE8AFF42518E64DDF4 /* ../Play-/Source/input/InputBindingManager.cpp */ = {isa = PBXBuildFile; fileRef = 4714ED34326D4832A96F459E /* ../Play-/Source/input/InputBindingManager.cpp */; }; + C596A0D4616C44F0BA7FDD49 /* ../Play-/deps/Framework/src/zip/ZipDeflateStream.cpp */ = {isa = PBXBuildFile; fileRef = 60CE7F8AB39946F3ADC34FB6 /* ../Play-/deps/Framework/src/zip/ZipDeflateStream.cpp */; }; + C5AC08F6C22E4ECABEDD218B /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */ = {isa = PBXBuildFile; fileRef = D09A21930DC44635AD6F4550 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */; }; + C61FC907BA1C429389CA054D /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */ = {isa = PBXBuildFile; fileRef = 13443A85A38046CBBD438E91 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */; }; + C6D5E63AD05F48A78337AD76 /* ../Play-/deps/CodeGen/tests/FpuTest.h */ = {isa = PBXBuildFile; fileRef = 66DB29A91ADE437D8CDABD2D /* ../Play-/deps/CodeGen/tests/FpuTest.h */; }; + C6DCA196DE3746DE9C430F76 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.cpp */ = {isa = PBXBuildFile; fileRef = AC43B17DCC784708B819ACD8 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.cpp */; }; + C6F91ADA51F345C8A5B73883 /* ../Play-/deps/Framework/include/amazon/AmazonS3Client.h */ = {isa = PBXBuildFile; fileRef = C236C397916E49ECA148F4A2 /* ../Play-/deps/Framework/include/amazon/AmazonS3Client.h */; }; + C7195790B19D46A8A8C1AE5A /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */ = {isa = PBXBuildFile; fileRef = ABDCD44A0A164BA4B19B8875 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */; }; + C726B625BFA44170ABB2C973 /* ../cmake/Source/ui_ios/CMakeFiles/Play.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 236241B47DFE45448C48CD79 /* ../cmake/Source/ui_ios/CMakeFiles/Play.dir/Info.plist */; }; + C727FD346C824913984902C2 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */ = {isa = PBXBuildFile; fileRef = 4D378A4363A54719AE0C527D /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */; }; + C7368985F0244EED8EE4B8BC /* ../Play-/deps/CodeGen/tests/MemAccess64Test.cpp */ = {isa = PBXBuildFile; fileRef = DF76B10854F84FD79030C0A0 /* ../Play-/deps/CodeGen/tests/MemAccess64Test.cpp */; }; + C780ABE6DD9943168BB3FC35 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Div.h */ = {isa = PBXBuildFile; fileRef = C2130B6AB6CA4FD988EAF354 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Div.h */; }; + C7CF0105EE1C408D9D475977 /* ../Play-/deps/CodeGen/tests/NestedIfTest.cpp */ = {isa = PBXBuildFile; fileRef = 48D2A060A1644C9F9E11915C /* ../Play-/deps/CodeGen/tests/NestedIfTest.cpp */; }; + C7E65F77C6B949BD85DD92B9 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaDec.h */ = {isa = PBXBuildFile; fileRef = 29BD08A4B98243AC96AE640D /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaDec.h */; }; + C81681A92E4F4AB8A89E75A5 /* ../Play-/Source/ui_ios/Resources/right.png */ = {isa = PBXBuildFile; fileRef = 8A6C9B735DB2415DAC96256E /* ../Play-/Source/ui_ios/Resources/right.png */; }; + C88E1186631B44A79E2804D4 /* ../Play-/Source/OpticalMedia.h */ = {isa = PBXBuildFile; fileRef = C0F3B0A16EE7493FBA0208E3 /* ../Play-/Source/OpticalMedia.h */; }; + C88F6D3B5FAE460182D3B380 /* ../Play-/deps/Framework/include/maybe_unused.h */ = {isa = PBXBuildFile; fileRef = A3B3246753744770AE12F0C4 /* ../Play-/deps/Framework/include/maybe_unused.h */; }; + C8A779E88A9342F49A7CE996 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+GIF.m */ = {isa = PBXBuildFile; fileRef = 99FF855BA91D4B08A92665D0 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+GIF.m */; }; + C8DB808D86884FD5A2B35D43 /* ../Play-/deps/CodeGen/tests/LzcTest.cpp */ = {isa = PBXBuildFile; fileRef = 9FDAC27F543542439A77EC16 /* ../Play-/deps/CodeGen/tests/LzcTest.cpp */; }; + C9349679D22B49FAA8CCB5E1 /* ../Play-/Source/ui_ios/AltServerJitService.mm */ = {isa = PBXBuildFile; fileRef = 3BC2E9D3005E49879A6CC64E /* ../Play-/Source/ui_ios/AltServerJitService.mm */; }; + C93C01D00D5B425B8E74D15C /* ../Play-/Source/iop/Iop_Sio2.cpp */ = {isa = PBXBuildFile; fileRef = 617A4875CFE8444CBCF81D0C /* ../Play-/Source/iop/Iop_Sio2.cpp */; }; + C978901BE0A34A738E439679 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */ = {isa = PBXBuildFile; fileRef = CEF5D1F16181495A8281FB57 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */; }; + C9A837925B05404F982941F6 /* ../Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.cpp */ = {isa = PBXBuildFile; fileRef = A4D93664C1C4441B880E3F6A /* ../Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.cpp */; }; + C9B834E83AD34F2EB96E449F /* ../Play-/Source/ee/MA_VU.h */ = {isa = PBXBuildFile; fileRef = 730843C6E32E454E82580A41 /* ../Play-/Source/ee/MA_VU.h */; }; + C9CB1040BFC54757B08EE546 /* ../Play-/Source/MailBox.cpp */ = {isa = PBXBuildFile; fileRef = F5AAF2EA6CA54A499D1D101E /* ../Play-/Source/MailBox.cpp */; }; + CA455016C2D14DFEBC221F0F /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */ = {isa = PBXBuildFile; fileRef = 33D055C989594FADAFD411E0 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */; }; + CAE1F226112D464496A41D07 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Float3Value.h */ = {isa = PBXBuildFile; fileRef = 616B758F12FD4A278CDCDD7F /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Float3Value.h */; }; + CB63C04BD47F4920A0F7C8E1 /* ../Play-/deps/Framework/include/opengl/OpenGlDef.h */ = {isa = PBXBuildFile; fileRef = 4CFB6DE9095546C793244C49 /* ../Play-/deps/Framework/include/opengl/OpenGlDef.h */; }; + CB6E50A108DB47B69FFCF40B /* ../Play-/Source/ScopedVmPauser.h */ = {isa = PBXBuildFile; fileRef = 256E18A61E6640C59DA39E38 /* ../Play-/Source/ScopedVmPauser.h */; }; + CB7ACA4DB233486EA42C206D /* ../Play-/Source/iop/Iop_Cdvdman.h */ = {isa = PBXBuildFile; fileRef = 102D29D9D4AA42E1AD40EB5C /* ../Play-/Source/iop/Iop_Cdvdman.h */; }; + CB8382C58E3E4079BF11C7EF /* ../Play-/deps/libchdr/tests/benchmark.c */ = {isa = PBXBuildFile; fileRef = 39E1C389D2064CBF89C46DE6 /* ../Play-/deps/libchdr/tests/benchmark.c */; }; + CBA26822C8814D318F902A9E /* ../Play-/deps/Dependencies/zstd/lib/common/debug.h */ = {isa = PBXBuildFile; fileRef = 669BA5F9181B4893B11FEFFD /* ../Play-/deps/Dependencies/zstd/lib/common/debug.h */; }; + CC35E2F59D5C401ABFA66322 /* ../Play-/deps/Framework/src/ThreadPool.cpp */ = {isa = PBXBuildFile; fileRef = B6967B9830974061A8B2B5EB /* ../Play-/deps/Framework/src/ThreadPool.cpp */; }; + CCF25E6F4EC741E3ACDED12C /* ../Play-/Source/iop/Iop_Sysclib.h */ = {isa = PBXBuildFile; fileRef = 6E35E30A1BBB4CA78A7790B4 /* ../Play-/Source/iop/Iop_Sysclib.h */; }; + CD20C55EDA744E6EB8DAE597 /* ../Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.cpp */ = {isa = PBXBuildFile; fileRef = 0ADC5A905CB9408FAC554809 /* ../Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.cpp */; }; + CD571637F6B5434FA99BC950 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */ = {isa = PBXBuildFile; fileRef = 04DF0493C9CF41828F541A2A /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */; }; + CDC0F85A597F47BCBD8393CB /* ../Play-/Source/ui_ios/GSH_VulkaniOS.h */ = {isa = PBXBuildFile; fileRef = B236126317E346B083965A78 /* ../Play-/Source/ui_ios/GSH_VulkaniOS.h */; }; + CE1B00F631B540BDBE48B8FB /* ../Play-/deps/CodeGen/src/AArch64Assembler.cpp */ = {isa = PBXBuildFile; fileRef = 1A1F453F0678433F9417699A /* ../Play-/deps/CodeGen/src/AArch64Assembler.cpp */; }; + CE24718CB3DA4888BCF8B52E /* ../Play-/deps/Framework/include/BitManip.h */ = {isa = PBXBuildFile; fileRef = 7AA6F224D88E4E9BA7FE7945 /* ../Play-/deps/Framework/include/BitManip.h */; }; + CE3533A5621A43C3AAFA5F49 /* ../Play-/Source/ui_ios/VirtualPadStick.h */ = {isa = PBXBuildFile; fileRef = 2B5121A760D543ECA815550C /* ../Play-/Source/ui_ios/VirtualPadStick.h */; }; + CE58872CC2B34EA49E1A3E22 /* ../Play-/Source/ui_ios/VirtualPadView.h */ = {isa = PBXBuildFile; fileRef = F2A1BDF525974083B2FFC96A /* ../Play-/Source/ui_ios/VirtualPadView.h */; }; + CED77F5ED3B44E418D3A81EE /* ../Play-/deps/Framework/include/Url.h */ = {isa = PBXBuildFile; fileRef = A072EAC4D43C4895869C5353 /* ../Play-/deps/Framework/include/Url.h */; }; + CEF0C94B9A0340989EF401B2 /* ../Play-/deps/CodeGen/tests/RandomAluTest2.cpp */ = {isa = PBXBuildFile; fileRef = 29E3F08301FC44F6BBA39449 /* ../Play-/deps/CodeGen/tests/RandomAluTest2.cpp */; }; CEF3464632304DE596238D20 /* /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/CoreGraphics.framework */ = {isa = PBXBuildFile; fileRef = 6B22A50D949A4066B704DD1A /* /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/CoreGraphics.framework */; }; - CF4ED7FCCD614225AB61E5C4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_Lower.cpp */ = {isa = PBXBuildFile; fileRef = 4A2EF60C731C40A1B283BBAD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_Lower.cpp */; }; - CFABA4C0C98547609084F740 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/uint128.h */ = {isa = PBXBuildFile; fileRef = 738F6F76F1E8488CAC5B240D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/uint128.h */; }; - D07847E58BB741E28A6D3570 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/CoverViewCell.h */ = {isa = PBXBuildFile; fileRef = 2FB3B92DAEE94B3ABDCEDF2B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/CoverViewCell.h */; }; - D08DD51A9C4B43D4B7337EE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu.h */ = {isa = PBXBuildFile; fileRef = 35101385CD8042FDAE9DA24D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu.h */; }; - D0B0C562A2B04537ABB07A36 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/IntValue.h */ = {isa = PBXBuildFile; fileRef = 8C545D5A0CA54973BEC7F2A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/IntValue.h */; }; - D16EDBD9BB10458094FB674E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/BoolValue.h */ = {isa = PBXBuildFile; fileRef = BE5A9A1D51F245529B1D9267 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/BoolValue.h */; }; - D252DD1E432D489FA6C866D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.m */ = {isa = PBXBuildFile; fileRef = C3D64AA0FF0142EEA2EC5BB7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.m */; }; - D315148E465A42FB9881AA96 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Texture2DValue.h */ = {isa = PBXBuildFile; fileRef = 27A46F7F88FF41F2A82B8237 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Texture2DValue.h */; }; - D3B50686728D4BF68CDA5DC6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 51E4E65457ED4D2CB446ADCA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/CMakeLists.txt */; }; - D3CB9C91E06C4056944D27EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */ = {isa = PBXBuildFile; fileRef = 615DD55C834C4BCABE4CC008 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */; }; - D3F73C9FBB824224AE73AE00 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/File.cpp */ = {isa = PBXBuildFile; fileRef = 2B9007A479174F0C8ACF9EA0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/File.cpp */; }; - D44C51392E474DB7B77F97A1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Shader.cpp */ = {isa = PBXBuildFile; fileRef = DE98CF5C720F462F966CAF0A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Shader.cpp */; }; - D48D684D2D914ADDA4F52C87 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScreenShotUtils.h */ = {isa = PBXBuildFile; fileRef = 9B57F6CE6B26415390E7E1DE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScreenShotUtils.h */; }; - D49BC652A3854C21A27F8F2E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/BMP.cpp */ = {isa = PBXBuildFile; fileRef = 0E0CA88A512044438B7A849B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/BMP.cpp */; }; + CF4ED7FCCD614225AB61E5C4 /* ../Play-/Source/ee/MA_VU_Lower.cpp */ = {isa = PBXBuildFile; fileRef = 4A2EF60C731C40A1B283BBAD /* ../Play-/Source/ee/MA_VU_Lower.cpp */; }; + CFABA4C0C98547609084F740 /* ../Play-/Source/uint128.h */ = {isa = PBXBuildFile; fileRef = 738F6F76F1E8488CAC5B240D /* ../Play-/Source/uint128.h */; }; + D07847E58BB741E28A6D3570 /* ../Play-/Source/ui_ios/CoverViewCell.h */ = {isa = PBXBuildFile; fileRef = 2FB3B92DAEE94B3ABDCEDF2B /* ../Play-/Source/ui_ios/CoverViewCell.h */; }; + D08DD51A9C4B43D4B7337EE5 /* ../Play-/Source/iop/Iop_Spu.h */ = {isa = PBXBuildFile; fileRef = 35101385CD8042FDAE9DA24D /* ../Play-/Source/iop/Iop_Spu.h */; }; + D0B0C562A2B04537ABB07A36 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/IntValue.h */ = {isa = PBXBuildFile; fileRef = 8C545D5A0CA54973BEC7F2A9 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/IntValue.h */; }; + D16EDBD9BB10458094FB674E /* ../Play-/deps/Nuanceur/include/nuanceur/builder/BoolValue.h */ = {isa = PBXBuildFile; fileRef = BE5A9A1D51F245529B1D9267 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/BoolValue.h */; }; + D252DD1E432D489FA6C866D8 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.m */ = {isa = PBXBuildFile; fileRef = C3D64AA0FF0142EEA2EC5BB7 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.m */; }; + D315148E465A42FB9881AA96 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Texture2DValue.h */ = {isa = PBXBuildFile; fileRef = 27A46F7F88FF41F2A82B8237 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Texture2DValue.h */; }; + D3B50686728D4BF68CDA5DC6 /* ../Play-/deps/Nuanceur/build_cmake/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 51E4E65457ED4D2CB446ADCA /* ../Play-/deps/Nuanceur/build_cmake/CMakeLists.txt */; }; + D3CB9C91E06C4056944D27EE /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */ = {isa = PBXBuildFile; fileRef = 615DD55C834C4BCABE4CC008 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */; }; + D3F73C9FBB824224AE73AE00 /* ../Play-/Source/ISO9660/File.cpp */ = {isa = PBXBuildFile; fileRef = 2B9007A479174F0C8ACF9EA0 /* ../Play-/Source/ISO9660/File.cpp */; }; + D44C51392E474DB7B77F97A1 /* ../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Shader.cpp */ = {isa = PBXBuildFile; fileRef = DE98CF5C720F462F966CAF0A /* ../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Shader.cpp */; }; + D48D684D2D914ADDA4F52C87 /* ../Play-/Source/ScreenShotUtils.h */ = {isa = PBXBuildFile; fileRef = 9B57F6CE6B26415390E7E1DE /* ../Play-/Source/ScreenShotUtils.h */; }; + D49BC652A3854C21A27F8F2E /* ../Play-/deps/Framework/src/bitmap/BMP.cpp */ = {isa = PBXBuildFile; fileRef = 0E0CA88A512044438B7A849B /* ../Play-/deps/Framework/src/bitmap/BMP.cpp */; }; D4C39E6FC53F493090B9931B /* /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/GameController.framework */ = {isa = PBXBuildFile; fileRef = A8AF8B61E49C4A7B91FD7390 /* /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/GameController.framework */; }; - D507FB47044D49A39C0AD2B6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Timrman.h */ = {isa = PBXBuildFile; fileRef = C2771A04B4A84CA8BE1CF77B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Timrman.h */; }; - D5139BE164D54ACEB9B9B835 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int3Value.h */ = {isa = PBXBuildFile; fileRef = D8AF6D8C05B548F6B839A790 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int3Value.h */; }; - D5203CB0CCC5472D9DE63842 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpTest.cpp */ = {isa = PBXBuildFile; fileRef = D2EFA68F368A4956A6E31C3D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpTest.cpp */; }; - D531BFA9096E4AFCA08AAF8D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/CodedBlockPatternTable.cpp */ = {isa = PBXBuildFile; fileRef = 12979AB6450E450BB6A3DE30 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/CodedBlockPatternTable.cpp */; }; - D552DD70D376425C982650FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ilink.cpp */ = {isa = PBXBuildFile; fileRef = 00D9E3F78E714B5CBC8AA4B6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ilink.cpp */; }; - D557522FD43D41CAA2C20472 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/MemoryStateFile.cpp */ = {isa = PBXBuildFile; fileRef = 8D64D4533F674E88A7ACDE73 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/MemoryStateFile.cpp */; }; - D565165591A842E3BF884C02 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2100.h */ = {isa = PBXBuildFile; fileRef = 1E71AB8261F744859BB8B90C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2100.h */; }; - D56C4969DD70454793511B4F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpAddTruncate.cpp */ = {isa = PBXBuildFile; fileRef = 375495BAF81C47A7ADB908FD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpAddTruncate.cpp */; }; - D58D4486784F4ABF8BFDCCF2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.h */ = {isa = PBXBuildFile; fileRef = 03EC7D1CADF64DAFA4CDC965 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.h */; }; - D69234A2577A42C0860F75F8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CsoImageStream.cpp */ = {isa = PBXBuildFile; fileRef = 31666DB5488D40E497BCA796 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CsoImageStream.cpp */; }; - D6C10118905D4F3099E7097F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CursorTest.cpp */ = {isa = PBXBuildFile; fileRef = 9E74E42DEF794983A275177D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CursorTest.cpp */; }; - D6FD679E2B53444487015635 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = B18E662B5D11429A9B577007 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/CMakeLists.txt */; }; - D721E815602D4FB8A13F12B9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */ = {isa = PBXBuildFile; fileRef = 1B20352346AB44B4A86B934C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */; }; - D7327ED786184102BE1F3687 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */ = {isa = PBXBuildFile; fileRef = 34A8AAFF273D4B4AB7957C52 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */; }; - D7AB42E106B54641B5408448 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpTest.h */ = {isa = PBXBuildFile; fileRef = B3A06DA1C5E34E25908C3358 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpTest.h */; }; - D7B0484BBD004868938B1474 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_DmacChannel.cpp */ = {isa = PBXBuildFile; fileRef = B046D8A21BE2412593CC9CA7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_DmacChannel.cpp */; }; - D8ACFD620A0043A086D81765 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m */ = {isa = PBXBuildFile; fileRef = 447D83223C0B43AE9794D6CB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m */; }; - D922C843E1B64F678E9BA668 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdSubTest.cpp */ = {isa = PBXBuildFile; fileRef = C5AE151FFFB240F39142D56C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdSubTest.cpp */; }; - D962549988034C5083BB3089 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/NestedIfTest.h */ = {isa = PBXBuildFile; fileRef = E759FB7D05DD4F6CB82CCD89 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/NestedIfTest.h */; }; - D9960B32635B4806BEF7D271 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_ScopedFile.cpp */ = {isa = PBXBuildFile; fileRef = 90950D6E7DF043EC84E74D3F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_ScopedFile.cpp */; }; - D9AD15B60CCA4F88B3A2BBE2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporter.cpp */ = {isa = PBXBuildFile; fileRef = 247A21E795114A5BAD8D8934 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporter.cpp */; }; - D9C4E231D79F4350A56A13D9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/VLCTable.cpp */ = {isa = PBXBuildFile; fileRef = F0AA6EBA114D46AABC76B4A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/VLCTable.cpp */; }; - D9CA669AEE104C94B86F5916 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Div.h */ = {isa = PBXBuildFile; fileRef = A7229CD8C1FB4935B7F549ED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Div.h */; }; - D9D507494FD54912A65528BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/WasmModuleBuilder.cpp */ = {isa = PBXBuildFile; fileRef = 17226CFB04054A459A567B15 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/WasmModuleBuilder.cpp */; }; - DA07C2A633704289A9CB94C7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/std_experimental_set.h */ = {isa = PBXBuildFile; fileRef = B8D8EA493FA8419C8F103938 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/std_experimental_set.h */; }; - DA2B21BF8E3E4EADA68CEE03 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SimdDefs.h */ = {isa = PBXBuildFile; fileRef = D19F3E55407C43D8A7FB8108 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SimdDefs.h */; }; - DA3E911D51224573A2F69808 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/cross.png */ = {isa = PBXBuildFile; fileRef = D5461059DAE346CEA8310C06 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/cross.png */; }; - DA4B52309A274D02BFA7468C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/AArch64Assembler.h */ = {isa = PBXBuildFile; fileRef = E9E6A28153144976BF7E7C37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/AArch64Assembler.h */; }; - DA4FCEC3F83C449593B7004F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = E9B779951FE846A78B3BEE9D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist */; }; - DB02FEF3ADBD46119A4EAB92 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/AppDelegate.h */ = {isa = PBXBuildFile; fileRef = 920408FCFA864A2C86469055 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/AppDelegate.h */; }; - DB39AED6CC844F8897D7EBE1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/DMAC.cpp */ = {isa = PBXBuildFile; fileRef = BAB7D5DB61A5439C8D9E9E38 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/DMAC.cpp */; }; - DB58F724171C4A6C9D04EA00 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */ = {isa = PBXBuildFile; fileRef = 317EB7F4376240AFB6B8EED9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */; }; - DB593FF512C8453C90E98890 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Modload.h */ = {isa = PBXBuildFile; fileRef = DAA63E530DFA46FEBD60E658 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Modload.h */; }; - DB72679004BF4F90B78373B6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkAmazon/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = C1E83080B8A14423817E42FC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkAmazon/CMakeLists.txt */; }; - DB79C81DBFF94B6C8B9C9881 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/CMakeFiles/CAltKit.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = CB4D4C82DDD2457C83BDC1A7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/CMakeFiles/CAltKit.dir/Info.plist */; }; - DB8671644F4B4A63B067A6F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Alloc.c */ = {isa = PBXBuildFile; fileRef = 7D7D1FEE59D04B08839E8537 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Alloc.c */; }; - DB90E9A2990B42E2AB6FED6B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/VerticalLayout.h */ = {isa = PBXBuildFile; fileRef = A97D77D4C7244B9AA8013D0F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/VerticalLayout.h */; }; - DB9D51C46EAA424793A58A51 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_64.cpp */ = {isa = PBXBuildFile; fileRef = 4599ED47C93846AB917D59CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_64.cpp */; }; - DC2CC88ED9F447008F5F00E9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_SubSystem.h */ = {isa = PBXBuildFile; fileRef = 4EEA68E9C257456DBAD6D22C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_SubSystem.h */; }; + D507FB47044D49A39C0AD2B6 /* ../Play-/Source/iop/Iop_Timrman.h */ = {isa = PBXBuildFile; fileRef = C2771A04B4A84CA8BE1CF77B /* ../Play-/Source/iop/Iop_Timrman.h */; }; + D5139BE164D54ACEB9B9B835 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Int3Value.h */ = {isa = PBXBuildFile; fileRef = D8AF6D8C05B548F6B839A790 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Int3Value.h */; }; + D5203CB0CCC5472D9DE63842 /* ../Play-/deps/CodeGen/tests/MdFpTest.cpp */ = {isa = PBXBuildFile; fileRef = D2EFA68F368A4956A6E31C3D /* ../Play-/deps/CodeGen/tests/MdFpTest.cpp */; }; + D531BFA9096E4AFCA08AAF8D /* ../Play-/deps/Framework/src/mpeg2/CodedBlockPatternTable.cpp */ = {isa = PBXBuildFile; fileRef = 12979AB6450E450BB6A3DE30 /* ../Play-/deps/Framework/src/mpeg2/CodedBlockPatternTable.cpp */; }; + D552DD70D376425C982650FB /* ../Play-/Source/iop/Iop_Ilink.cpp */ = {isa = PBXBuildFile; fileRef = 00D9E3F78E714B5CBC8AA4B6 /* ../Play-/Source/iop/Iop_Ilink.cpp */; }; + D557522FD43D41CAA2C20472 /* ../Play-/Source/states/MemoryStateFile.cpp */ = {isa = PBXBuildFile; fileRef = 8D64D4533F674E88A7ACDE73 /* ../Play-/Source/states/MemoryStateFile.cpp */; }; + D565165591A842E3BF884C02 /* ../Play-/Source/iop/Iop_FileIoHandler2100.h */ = {isa = PBXBuildFile; fileRef = 1E71AB8261F744859BB8B90C /* ../Play-/Source/iop/Iop_FileIoHandler2100.h */; }; + D56C4969DD70454793511B4F /* ../Play-/Source/ee/FpAddTruncate.cpp */ = {isa = PBXBuildFile; fileRef = 375495BAF81C47A7ADB908FD /* ../Play-/Source/ee/FpAddTruncate.cpp */; }; + D58D4486784F4ABF8BFDCCF2 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/trees.h */ = {isa = PBXBuildFile; fileRef = 03EC7D1CADF64DAFA4CDC965 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/trees.h */; }; + D69234A2577A42C0860F75F8 /* ../Play-/Source/discimages/CsoImageStream.cpp */ = {isa = PBXBuildFile; fileRef = 31666DB5488D40E497BCA796 /* ../Play-/Source/discimages/CsoImageStream.cpp */; }; + D6C10118905D4F3099E7097F /* ../Play-/deps/CodeGen/tests/CursorTest.cpp */ = {isa = PBXBuildFile; fileRef = 9E74E42DEF794983A275177D /* ../Play-/deps/CodeGen/tests/CursorTest.cpp */; }; + D6FD679E2B53444487015635 /* ../Play-/deps/Framework/build_cmake/FrameworkVulkan/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = B18E662B5D11429A9B577007 /* ../Play-/deps/Framework/build_cmake/FrameworkVulkan/CMakeLists.txt */; }; + D721E815602D4FB8A13F12B9 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */ = {isa = PBXBuildFile; fileRef = 1B20352346AB44B4A86B934C /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */; }; + D7327ED786184102BE1F3687 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */ = {isa = PBXBuildFile; fileRef = 34A8AAFF273D4B4AB7957C52 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */; }; + D7AB42E106B54641B5408448 /* ../Play-/deps/CodeGen/tests/MdFpTest.h */ = {isa = PBXBuildFile; fileRef = B3A06DA1C5E34E25908C3358 /* ../Play-/deps/CodeGen/tests/MdFpTest.h */; }; + D7B0484BBD004868938B1474 /* ../Play-/Source/iop/Iop_DmacChannel.cpp */ = {isa = PBXBuildFile; fileRef = B046D8A21BE2412593CC9CA7 /* ../Play-/Source/iop/Iop_DmacChannel.cpp */; }; + D8ACFD620A0043A086D81765 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m */ = {isa = PBXBuildFile; fileRef = 447D83223C0B43AE9794D6CB /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m */; }; + D922C843E1B64F678E9BA668 /* ../Play-/deps/CodeGen/tests/MdSubTest.cpp */ = {isa = PBXBuildFile; fileRef = C5AE151FFFB240F39142D56C /* ../Play-/deps/CodeGen/tests/MdSubTest.cpp */; }; + D962549988034C5083BB3089 /* ../Play-/deps/CodeGen/tests/NestedIfTest.h */ = {isa = PBXBuildFile; fileRef = E759FB7D05DD4F6CB82CCD89 /* ../Play-/deps/CodeGen/tests/NestedIfTest.h */; }; + D9960B32635B4806BEF7D271 /* ../Play-/Source/iop/Ioman_ScopedFile.cpp */ = {isa = PBXBuildFile; fileRef = 90950D6E7DF043EC84E74D3F /* ../Play-/Source/iop/Ioman_ScopedFile.cpp */; }; + D9AD15B60CCA4F88B3A2BBE2 /* ../Play-/Source/saves/SaveImporter.cpp */ = {isa = PBXBuildFile; fileRef = 247A21E795114A5BAD8D8934 /* ../Play-/Source/saves/SaveImporter.cpp */; }; + D9C4E231D79F4350A56A13D9 /* ../Play-/deps/Framework/src/mpeg2/VLCTable.cpp */ = {isa = PBXBuildFile; fileRef = F0AA6EBA114D46AABC76B4A9 /* ../Play-/deps/Framework/src/mpeg2/VLCTable.cpp */; }; + D9CA669AEE104C94B86F5916 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Div.h */ = {isa = PBXBuildFile; fileRef = A7229CD8C1FB4935B7F549ED /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Div.h */; }; + D9D507494FD54912A65528BA /* ../Play-/deps/CodeGen/src/WasmModuleBuilder.cpp */ = {isa = PBXBuildFile; fileRef = 17226CFB04054A459A567B15 /* ../Play-/deps/CodeGen/src/WasmModuleBuilder.cpp */; }; + DA07C2A633704289A9CB94C7 /* ../Play-/deps/Framework/include/std_experimental_set.h */ = {isa = PBXBuildFile; fileRef = B8D8EA493FA8419C8F103938 /* ../Play-/deps/Framework/include/std_experimental_set.h */; }; + DA2B21BF8E3E4EADA68CEE03 /* ../Play-/deps/Framework/include/SimdDefs.h */ = {isa = PBXBuildFile; fileRef = D19F3E55407C43D8A7FB8108 /* ../Play-/deps/Framework/include/SimdDefs.h */; }; + DA3E911D51224573A2F69808 /* ../Play-/Source/ui_ios/Resources/cross.png */ = {isa = PBXBuildFile; fileRef = D5461059DAE346CEA8310C06 /* ../Play-/Source/ui_ios/Resources/cross.png */; }; + DA4B52309A274D02BFA7468C /* ../Play-/deps/CodeGen/include/AArch64Assembler.h */ = {isa = PBXBuildFile; fileRef = E9E6A28153144976BF7E7C37 /* ../Play-/deps/CodeGen/include/AArch64Assembler.h */; }; + DA4FCEC3F83C449593B7004F /* ../cmake/Source/ui_ios/Source/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = E9B779951FE846A78B3BEE9D /* ../cmake/Source/ui_ios/Source/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist */; }; + DB02FEF3ADBD46119A4EAB92 /* ../Play-/Source/ui_ios/AppDelegate.h */ = {isa = PBXBuildFile; fileRef = 920408FCFA864A2C86469055 /* ../Play-/Source/ui_ios/AppDelegate.h */; }; + DB39AED6CC844F8897D7EBE1 /* ../Play-/Source/ee/DMAC.cpp */ = {isa = PBXBuildFile; fileRef = BAB7D5DB61A5439C8D9E9E38 /* ../Play-/Source/ee/DMAC.cpp */; }; + DB58F724171C4A6C9D04EA00 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */ = {isa = PBXBuildFile; fileRef = 317EB7F4376240AFB6B8EED9 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */; }; + DB593FF512C8453C90E98890 /* ../Play-/Source/iop/Iop_Modload.h */ = {isa = PBXBuildFile; fileRef = DAA63E530DFA46FEBD60E658 /* ../Play-/Source/iop/Iop_Modload.h */; }; + DB72679004BF4F90B78373B6 /* ../Play-/deps/Framework/build_cmake/FrameworkAmazon/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = C1E83080B8A14423817E42FC /* ../Play-/deps/Framework/build_cmake/FrameworkAmazon/CMakeLists.txt */; }; + DB79C81DBFF94B6C8B9C9881 /* ../cmake/Source/ui_ios/AltKit/CMakeFiles/CAltKit.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = CB4D4C82DDD2457C83BDC1A7 /* ../cmake/Source/ui_ios/AltKit/CMakeFiles/CAltKit.dir/Info.plist */; }; + DB8671644F4B4A63B067A6F3 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Alloc.c */ = {isa = PBXBuildFile; fileRef = 7D7D1FEE59D04B08839E8537 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Alloc.c */; }; + DB90E9A2990B42E2AB6FED6B /* ../Play-/deps/Framework/include/layout/VerticalLayout.h */ = {isa = PBXBuildFile; fileRef = A97D77D4C7244B9AA8013D0F /* ../Play-/deps/Framework/include/layout/VerticalLayout.h */; }; + DB9D51C46EAA424793A58A51 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_64.cpp */ = {isa = PBXBuildFile; fileRef = 4599ED47C93846AB917D59CF /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_64.cpp */; }; + DC2CC88ED9F447008F5F00E9 /* ../Play-/Source/ee/Ee_SubSystem.h */ = {isa = PBXBuildFile; fileRef = 4EEA68E9C257456DBAD6D22C /* ../Play-/Source/ee/Ee_SubSystem.h */; }; DC8BB9A61B334E1F9C23CA88 /* /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework */ = {isa = PBXBuildFile; fileRef = 9B886BA0879C4D4D8F34A518 /* /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework */; }; - DCEF671EF77543BE828DE13C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */ = {isa = PBXBuildFile; fileRef = 36959F76F35144BBACB2807F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */; }; - DCF90FF3556049AE9081A4E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/SubpassInputValue.h */ = {isa = PBXBuildFile; fileRef = A7F39B79B24F45FB8AA536EC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/SubpassInputValue.h */; }; - DD57DB152B624365A7237473 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Buffer.h */ = {isa = PBXBuildFile; fileRef = DF1FBBAE176A406E89EF6E90 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Buffer.h */; }; - DD5824F506664EAB971E400A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/nodiscard.h */ = {isa = PBXBuildFile; fileRef = 9E27799809EA4F8D912BE24F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/nodiscard.h */; }; - DD9089ABABA24D9D8F3829C6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTestLiteral.cpp */ = {isa = PBXBuildFile; fileRef = 1F25FA747B1F43F8A0A4C664 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTestLiteral.cpp */; }; - DDD7B9BD6C4546FCA5E04DFA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Crc32Test.cpp */ = {isa = PBXBuildFile; fileRef = D976201F1EBA4CA48221B2BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Crc32Test.cpp */; }; - DDDE2F88303A4C20923077C2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest2.cpp */ = {isa = PBXBuildFile; fileRef = 09BAA53E78BB4F948F01A3FC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest2.cpp */; }; - DDEE3807C84B45899F9AEE85 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess8Test.cpp */ = {isa = PBXBuildFile; fileRef = 686D0A897B8D4CF789058116 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess8Test.cpp */; }; - DE1DE48337454F3C91A40BB4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTestLiteral.h */ = {isa = PBXBuildFile; fileRef = 1EB0D00C7B7D4835BFB0905C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTestLiteral.h */; }; - DE5DA594F33D40408A830A53 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDevice.h */ = {isa = PBXBuildFile; fileRef = 7E71C10085A4430B81F3BBD9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDevice.h */; }; - DF44317C325E41C6A83596A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/VirtualPad.cpp */ = {isa = PBXBuildFile; fileRef = 0DDC59F5EB894001A6CB3CCA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/VirtualPad.cpp */; }; - DF8E45C976344FCBB5C98A52 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ReorderAddTest.h */ = {isa = PBXBuildFile; fileRef = C0647E28553F40B2A5347B5D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ReorderAddTest.h */; }; - E00F8C7D7FA94246ADE1D62C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/XpsSaveImporter.cpp */ = {isa = PBXBuildFile; fileRef = A1D4850AB9D144978993D9A6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/XpsSaveImporter.cpp */; }; - E02E6AE010914980BD2EC4E9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Csv.cpp */ = {isa = PBXBuildFile; fileRef = 68D1833B2A76417BBCEA9886 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Csv.cpp */; }; - E06E52B8FBEA44968EAC4995 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */ = {isa = PBXBuildFile; fileRef = FB5D05E55CF14C408E237BA5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */; }; - E07E7F15CD7A414CA166ACFF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable.cpp */ = {isa = PBXBuildFile; fileRef = 610726257B824F6F9800F648 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable.cpp */; }; - E0AFB0347AE944068B4DC01B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/PreferenceDirectoryDevice.h */ = {isa = PBXBuildFile; fileRef = 05C8DEA60B3440308B86DC94 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/PreferenceDirectoryDevice.h */; }; - E0B8CA67BD084127AF07A5FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/amazon/AmazonClient.h */ = {isa = PBXBuildFile; fileRef = 02FB143E793A411D8634A33B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/amazon/AmazonClient.h */; }; - E0E099B4033F4607B2F09D9A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Instance.h */ = {isa = PBXBuildFile; fileRef = 632A5944ECC24121BA77B1FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Instance.h */; }; - E0F10C1CBACE4242ABBA07EF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vpu.h */ = {isa = PBXBuildFile; fileRef = C15A911D3B8F45B584006E4E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vpu.h */; }; - E163BD1297D3418CBE986813 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Alloc.h */ = {isa = PBXBuildFile; fileRef = 82C6696570C14FF89D629BC4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Alloc.h */; }; - E17D4D152FE3429682199945 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCmpTest.h */ = {isa = PBXBuildFile; fileRef = 595D100379204F0C82700A32 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCmpTest.h */; }; - E19FB948DEEB4A20B3DFA932 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessTest.h */ = {isa = PBXBuildFile; fileRef = D81D15A3D00C4BFCAADBCFF7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessTest.h */; }; - E1E8533ABEA8486A9BB60796 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpServer.cpp */ = {isa = PBXBuildFile; fileRef = F46802096DFD4F16928791C5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpServer.cpp */; }; - E2170E957E644BA49A906AC5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Utf8.h */ = {isa = PBXBuildFile; fileRef = 9620CD079E9D42708BFAEAF0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Utf8.h */; }; - E219CC14CB9841288250E721 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/GlslShaderGenerator.h */ = {isa = PBXBuildFile; fileRef = A1D69E2F6E724AFBA324CC37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/GlslShaderGenerator.h */; }; - E249B4BBDAA849E6A92717E4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.h */ = {isa = PBXBuildFile; fileRef = 5216301E2E894830949D4727 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.h */; }; - E252AE6DCB6642B3BB1485E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/ServerProtocol.swift */ = {isa = PBXBuildFile; fileRef = 74C9345E6A404B7D86C77684 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/ServerProtocol.swift */; }; - E2A5EEA77BCA4A638A3F3281 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/McDumpDevice.cpp */ = {isa = PBXBuildFile; fileRef = BB409B2C862A4BADB152A7FD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/McDumpDevice.cpp */; }; - E33F4B7FF9D4459D9B00B1F7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Shader.h */ = {isa = PBXBuildFile; fileRef = 8DB6A01D287240C5B422A90A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Shader.h */; }; - E34047F33DD84943A2EBBA25 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/CommandBufferPool.cpp */ = {isa = PBXBuildFile; fileRef = 75F2AF7D5E8947228E1855BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/CommandBufferPool.cpp */; }; - E341EC39D107429E9091A922 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 48B64ECAD002435EA28B371B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */; }; - E36C37D08D714078BA8C22B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpAddTruncate.h */ = {isa = PBXBuildFile; fileRef = 9AA83863E8A44FCDB1D756DB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpAddTruncate.h */; }; - E42707C259694DCE969632F7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter.h */ = {isa = PBXBuildFile; fileRef = 6F32466CB98F46F7B7FB18B8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter.h */; }; - E467B70711944CB6A1F885EB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/iCade-iOS/iCadeReaderView.m */ = {isa = PBXBuildFile; fileRef = E7CA5EC31D6D4DF39BB405CA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/iCade-iOS/iCadeReaderView.m */; }; - E48C97D9CC2F4813A516E2DA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 6B0E845F08B04B8294A23AEC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/CMakeLists.txt */; }; - E499F6E0BE6344D2813A5BC7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveExporter.h */ = {isa = PBXBuildFile; fileRef = 2DDFB7D3FC33401783745940 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveExporter.h */; }; - E54C2B91BC5549DFBE66B333 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuAnalysis.h */ = {isa = PBXBuildFile; fileRef = 18D3558B8D7945829C320E84 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuAnalysis.h */; }; - E5575326B5684225A7E388B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/signal/Signal.h */ = {isa = PBXBuildFile; fileRef = 89C12DCE4C614C57A6322FA6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/signal/Signal.h */; }; - E57A507915CC4CD8A8CCC0AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dev9.h */ = {isa = PBXBuildFile; fileRef = 3A103FDDD5E944A49928FF5C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dev9.h */; }; - E57BBD4CD8434AF9B368C46F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/VolumeDescriptor.h */ = {isa = PBXBuildFile; fileRef = 6C9148DC706945B4B619F8CC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/VolumeDescriptor.h */; }; - E5AFE2F6F093468E8AC181C5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.h */ = {isa = PBXBuildFile; fileRef = 24BF83A90A6A4C8D94C92063 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.h */; }; - E5BA7CDE9DD24236AABBC693 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ConditionTest.cpp */ = {isa = PBXBuildFile; fileRef = 86E0BE1EEF12424091167880 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ConditionTest.cpp */; }; - E5C3ACE1B3884563A46B7F1D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/HashUtils.cpp */ = {isa = PBXBuildFile; fileRef = B8C14F3D908C46F2BE67288F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/HashUtils.cpp */; }; - E5D54CAE034F4EA8A85216A8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/WasmDefs.h */ = {isa = PBXBuildFile; fileRef = B4E9B81DC0D0435BBF95C35E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/WasmDefs.h */; }; - E5DF8B418716402E95BABD8F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Timer.cpp */ = {isa = PBXBuildFile; fileRef = 0C50955A74D3437499E309CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Timer.cpp */; }; - E5FE345E30D241A09B2A5DD6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/QuantiserScaleTable.cpp */ = {isa = PBXBuildFile; fileRef = E070A279AA404249A5C4293B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/QuantiserScaleTable.cpp */; }; - E64F29240DA547BEBB9F342D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thbase.cpp */ = {isa = PBXBuildFile; fileRef = 96360743B09A4B23B2B80374 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thbase.cpp */; }; - E65A54F334554F60BFBE62BB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/ThreadPool.h */ = {isa = PBXBuildFile; fileRef = 6257203684234DBA834BCBA7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/ThreadPool.h */; }; - E6ABD0DE404E4909883D5832 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */ = {isa = PBXBuildFile; fileRef = 05D5FD03A5414562BF71D994 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */; }; - E6BC4DC07C074166880BC446 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpIntMixTest.cpp */ = {isa = PBXBuildFile; fileRef = D1654BF235F7409DAC0F31BD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpIntMixTest.cpp */; }; - E7585ED5BDDD48478D8619BB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysmem.cpp */ = {isa = PBXBuildFile; fileRef = A4DEDF10CADD44AE9045A965 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysmem.cpp */; }; - E776D1322AB34909B00CD67A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/DirectoryDevice.cpp */ = {isa = PBXBuildFile; fileRef = 7449CF53BC0641A9BCCD8137 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/DirectoryDevice.cpp */; }; - E789132B33D34A51ABA502B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadInterface.h */ = {isa = PBXBuildFile; fileRef = 7FE77D0A81BB4E3698027342 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadInterface.h */; }; - E7CEEC0244DD43C0893730EF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_LibSd.cpp */ = {isa = PBXBuildFile; fileRef = F17681A5F6804BA082C6560D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_LibSd.cpp */; }; - E822FFB72DD548759B687EC3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */ = {isa = PBXBuildFile; fileRef = 61F9C7521D0945AB89441843 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */; }; - E86E650CC7C04A289C29A297 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/RenderView.h */ = {isa = PBXBuildFile; fileRef = F5C5D2E2DFA5416F8C1C11B8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/RenderView.h */; }; - EA209CBD21A744739835CA51 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vpu.cpp */ = {isa = PBXBuildFile; fileRef = 1AED347BD42041759E577A02 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vpu.cpp */; }; - EA98208D3B42473793B9996F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/VulkanDef.h */ = {isa = PBXBuildFile; fileRef = 28C1A89333084866AFE01B1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/VulkanDef.h */; }; - EAE496B9DE444025A8702665 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Ps2Const.h */ = {isa = PBXBuildFile; fileRef = 937F27027B3A4336A727B417 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Ps2Const.h */; }; - EB1EC1139E8D49F09097E5AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/amazon/AmazonClient.cpp */ = {isa = PBXBuildFile; fileRef = 866EAFA3FD014FB38C4D90A2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/amazon/AmazonClient.cpp */; }; - EB252782BEAD4CEC8AFA82A5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdStreamSupport.cpp */ = {isa = PBXBuildFile; fileRef = FA5F923DE7D34F49B60B5D76 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdStreamSupport.cpp */; }; - EB66EC16CF6C4B0CB3016BF6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest3.cpp */ = {isa = PBXBuildFile; fileRef = 53D4B0E3C360445D968E052C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest3.cpp */; }; - EB6738802EE648FA9C4E0A5A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTable.h */ = {isa = PBXBuildFile; fileRef = D40088DE22434059A5C63FF0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTable.h */; }; - EB6A3CC4ED6446189B215057 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ShiftTest.h */ = {isa = PBXBuildFile; fileRef = E8CFC7C29AB04C8BB11C0FF1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ShiftTest.h */; }; - EB791027B3EF4001AE68F0B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PS2VM.h */ = {isa = PBXBuildFile; fileRef = 3AA790E944E44886B31F51BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PS2VM.h */; }; - EBA5AD742F0A40B78397D622 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StdStream.cpp */ = {isa = PBXBuildFile; fileRef = 98BBA08733504E648FCE8E98 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StdStream.cpp */; }; - EC3012FAB7E644D0BAD6A14F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Icon.cpp */ = {isa = PBXBuildFile; fileRef = 4C8BFC89D26E478697BF6367 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Icon.cpp */; }; - EC32223F83BF41DA8379BDBC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float2Value.h */ = {isa = PBXBuildFile; fileRef = 51E614D86EC5447A8DD58608 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float2Value.h */; }; - EC8E261DE7B547838539E5B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */ = {isa = PBXBuildFile; fileRef = 52D3D3A7868E47A28971C926 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */; }; - ED0BF1979DB3465388A992C1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_SymbolRef.h */ = {isa = PBXBuildFile; fileRef = 589ACC6228B3438AA9D93C8C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_SymbolRef.h */; }; - ED31F5DDACB040BA8E7430FC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.c */ = {isa = PBXBuildFile; fileRef = 5154AFF1AFCC472E992A678A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.c */; }; - ED48578B401648ECB25F7671 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.cpp */ = {isa = PBXBuildFile; fileRef = E1692FB71F494CA9AA5C5D3D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.cpp */; }; - ED7ABC2E2A6B4309BC0AA9EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdLogicTest.cpp */ = {isa = PBXBuildFile; fileRef = 2CDDF39D4B334918B190D1B1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdLogicTest.cpp */; }; - ED87BC18E2364D32B6CB9141 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Utf8.cpp */ = {isa = PBXBuildFile; fileRef = 36210D5DECD44E5581C5B233 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Utf8.cpp */; }; - ED9D37387A9A4AF89789ECC4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Crc32Test.h */ = {isa = PBXBuildFile; fileRef = EC187980E16848D98B675628 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Crc32Test.h */; }; - EDA62EF855BB4C19844D89FD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsTextureCache.h */ = {isa = PBXBuildFile; fileRef = 0211986CC4AB443DB9A38981 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsTextureCache.h */; }; - EDB2593A1C0A465EA5EE3B05 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/RenderView.mm */ = {isa = PBXBuildFile; fileRef = A4C52AAEFE7A4414B782AF79 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/RenderView.mm */; }; - EDFC6E9A5A964BA58C79D4C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/CoverViewController.h */ = {isa = PBXBuildFile; fileRef = E63BD4603855435CADBC1208 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/CoverViewController.h */; }; - EE177B046ECC432AA114F619 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.cpp */ = {isa = PBXBuildFile; fileRef = 9C3BD116AD55413AB598484E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.cpp */; }; - EE37133ADC1F461F8C672EF4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/McDumpDevice.h */ = {isa = PBXBuildFile; fileRef = C77F7702177A45B59ED55CF2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/McDumpDevice.h */; }; - EE71900FE90747A499307032 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PathUtils.h */ = {isa = PBXBuildFile; fileRef = 962B0F97ED8C4315975567F7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PathUtils.h */; }; - EEF074B842FC40089C30C859 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.h */ = {isa = PBXBuildFile; fileRef = E7F6F75234C44729B58FD0B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.h */; }; - EF06821B6B6B4A0EAA7AAB7F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/IntSwizzleSelector4.h */ = {isa = PBXBuildFile; fileRef = 1CE3EF2E68224FF2B104D8B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/IntSwizzleSelector4.h */; }; - EF241D5930134C79999BB47D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterState.cpp */ = {isa = PBXBuildFile; fileRef = 2A02992B6C034732A846D7E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterState.cpp */; }; - EFFC336FD65F4EC0B68A9A21 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsJitter.cpp */ = {isa = PBXBuildFile; fileRef = F13A686B519345FC8888FB6E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsJitter.cpp */; }; - F0120C947B0B467090757A85 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/psx/PsxBios.cpp */ = {isa = PBXBuildFile; fileRef = 1B029FD3F0494CC88ECA91AD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/psx/PsxBios.cpp */; }; - F02874312B8E431FB377EFE0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Bra.h */ = {isa = PBXBuildFile; fileRef = A82E0DE4F01F44D3BC96E661 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Bra.h */; }; - F06977F95ACE48249A42C78E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/InputProvider.h */ = {isa = PBXBuildFile; fileRef = 8E2C9E38AD6245E1B6FAF431 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/InputProvider.h */; }; - F098A1DB908E4027A4137974 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_DmVectorTable.h */ = {isa = PBXBuildFile; fileRef = 73C9880A8C364F358E9F7BE7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_DmVectorTable.h */; }; - F09A1EAC2D5D4D77BC29FC68 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ControllerInfo.cpp */ = {isa = PBXBuildFile; fileRef = BB2ABB5C43654EC79293D563 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ControllerInfo.cpp */; }; - F0A6DC8088734FDC8B432835 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.h */ = {isa = PBXBuildFile; fileRef = 138E7557B12647A6B9AB3F41 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.h */; }; - F0ACA14A4B4A412BB02C1A45 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_huffman.c */ = {isa = PBXBuildFile; fileRef = 45917E943BBD4E18B042A149 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_huffman.c */; }; - F0ADD6009D4E4033A02308A4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManNull.h */ = {isa = PBXBuildFile; fileRef = F3A78714C02249669671A50A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManNull.h */; }; - F0AFAEC243D942028FABEE51 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */ = {isa = PBXBuildFile; fileRef = 0AD6A11D2845416DBBA10D63 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */; }; - F11FFF21F94B4D8FB0AD36CE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Pch.h */ = {isa = PBXBuildFile; fileRef = 44579B0B9116453D9B71D44C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Pch.h */; }; - F1BA4F2B3C654F2EAF6B93C7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PathUtils.cpp */ = {isa = PBXBuildFile; fileRef = 9DABF34879294FCC90271EFF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PathUtils.cpp */; }; - F1DD4873C816459B9BD23DB0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VUShared.h */ = {isa = PBXBuildFile; fileRef = 707DC4E0C1F640DF8B3C5404 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VUShared.h */; }; - F23302266649468DBD501627 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_FPU.h */ = {isa = PBXBuildFile; fileRef = 97105ED7E3494ADEADC32EE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_FPU.h */; }; - F26B6020FFDD489FA53A9DE2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockAddressIncrementTable.h */ = {isa = PBXBuildFile; fileRef = A80CEE61AB02426483A5BEED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockAddressIncrementTable.h */; }; - F2B9AA08E04C4D86B7C0FCFE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */ = {isa = PBXBuildFile; fileRef = 9A353D51FF64449C82E5FC9C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */; }; - F2E37D6567BF4BC582E150BB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypeITable.cpp */ = {isa = PBXBuildFile; fileRef = FFADCFB1FAE44E9C965E0D1F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypeITable.cpp */; }; - F301286B92A547E0A89B9AC1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PadMan.h */ = {isa = PBXBuildFile; fileRef = B6B6703619D746A68D5A1A52 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PadMan.h */; }; - F31EA75E6B1D41D4AF73C09F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/ShaderModule.cpp */ = {isa = PBXBuildFile; fileRef = 1B0220875C6E453FB5825E62 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/ShaderModule.cpp */; }; - F383E3F56FCA4959BECDE9A3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/PNG.cpp */ = {isa = PBXBuildFile; fileRef = D03DD46D33CE4534BD661E83 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/PNG.cpp */; }; - F3C02C9F913F4A7E8198380D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmac.h */ = {isa = PBXBuildFile; fileRef = 7DBA8EA9971B409E8CD6686E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmac.h */; }; - F3CED30A5D294129BAFA5BC6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c */ = {isa = PBXBuildFile; fileRef = 96622639AA8549E5B81B0EC3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c */; }; - F3D37DA693844761BF5B9D3C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessTest.cpp */ = {isa = PBXBuildFile; fileRef = 6CC483ABFCA8450B8592515A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessTest.cpp */; }; - F3FE14F222F84FF3BB04DF19 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Logic64Test.h */ = {isa = PBXBuildFile; fileRef = 4D216DBF3EB648EC85B3D6B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Logic64Test.h */; }; - F405EC1D7F854B979E35710E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/BlockProvider.h */ = {isa = PBXBuildFile; fileRef = 93FBB1ABD3894835BFF9F75E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/BlockProvider.h */; }; - F425D003E25849A381F68F55 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClient.h */ = {isa = PBXBuildFile; fileRef = FC1C2B84F3A24335BA474A96 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClient.h */; }; - F495965A056046DBB3B78558 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/X86CpuFeatures.h */ = {isa = PBXBuildFile; fileRef = 09BFD51C5C914C67BBBF9629 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/X86CpuFeatures.h */; }; - F652ECE764504FBD839B897B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CueSheet.cpp */ = {isa = PBXBuildFile; fileRef = A8660D3B501A449A83E72C4D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CueSheet.cpp */; }; - F68D051BE4EE47A9AAD09766 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */ = {isa = PBXBuildFile; fileRef = C21EE9195C55489283BB20BD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */; }; - F704DDC3AEC64414BE1C8073 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/INTC.h */ = {isa = PBXBuildFile; fileRef = DB9468484E0744B99C9F655B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/INTC.h */; }; - F77D44E69AC84DAAA403A7E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.cpp */ = {isa = PBXBuildFile; fileRef = 10730DDC66914C86BA7A23D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.cpp */; }; - F791EF319C424F6B974908AD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Csv.h */ = {isa = PBXBuildFile; fileRef = A8BECCDB7BC84824905EFB5E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Csv.h */; }; - F7AA77022CCE401191BD30D3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.h */ = {isa = PBXBuildFile; fileRef = 27B9C8FED5F7477B8F682113 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.h */; }; - F7EFB4CE4CFA4835872DE720 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.h */ = {isa = PBXBuildFile; fileRef = E473542FF7024D22A308E674 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.h */; }; - F915B899BF464F3F8E381FB5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thvpool.h */ = {isa = PBXBuildFile; fileRef = A10EF33B1BCF490B90538661 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thvpool.h */; }; - F9194A51654C4219A18B795B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float4Value.h */ = {isa = PBXBuildFile; fileRef = 4E5592A179C24949B43C762A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float4Value.h */; }; - F9F1FD3D2AA144EFAA018BEE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */ = {isa = PBXBuildFile; fileRef = 6FE7C1B518E6422F83A5E6C6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */; }; - FA96CDA742134DBD92DCE5A7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_FPU_Reflection.cpp */ = {isa = PBXBuildFile; fileRef = 3609D40D3A1142299477AF85 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_FPU_Reflection.cpp */; }; - FAC2484130A249F8BBA7D074 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.cpp */ = {isa = PBXBuildFile; fileRef = AB0D4906DF0F4F70A6C2D602 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.cpp */; }; - FAEB9B24A0DF4D4D9412E56C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/ISO9660.h */ = {isa = PBXBuildFile; fileRef = 3E51CBA297784C90AA82E130 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/ISO9660.h */; }; - FB2EC013510B40CD874FCF96 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VUShared_Reflection.cpp */ = {isa = PBXBuildFile; fileRef = 045FF04F91BD4E1EBD946A32 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VUShared_Reflection.cpp */; }; - FB73B9F61C6340F99180773E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeExecutor.cpp */ = {isa = PBXBuildFile; fileRef = 7E20AA4CD68E47E582FC309B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeExecutor.cpp */; }; - FB76DD9EFB8E4DDCA9A0B5DD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManPs2.cpp */ = {isa = PBXBuildFile; fileRef = B2B879473E8F4239B01A8209 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManPs2.cpp */; }; - FB7B4B512BDA4C3DBBCEC468 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameDump.h */ = {isa = PBXBuildFile; fileRef = 069B762CA2974D37A7BB7DFD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameDump.h */; }; - FB7B7F1CB24F40D79F3D0E71 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */ = {isa = PBXBuildFile; fileRef = 70589937A2A043DBAC920D7D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */; }; - FC1237E8839E462093566067 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/DivTest.cpp */ = {isa = PBXBuildFile; fileRef = FA1DC315BC224EBCBA05EF79 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/DivTest.cpp */; }; - FCC4EFB924144897BD3D6D97 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Uint3Value.h */ = {isa = PBXBuildFile; fileRef = DCC60218987F4AF683BD2349 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Uint3Value.h */; }; - FD977060F91D44B0AFAB15B8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/ApaReader.h */ = {isa = PBXBuildFile; fileRef = 63DD20B525CA48FC898B1D0D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/ApaReader.h */; }; - FDCC4751B9E54E1C8D1DD2E1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Fpu.cpp */ = {isa = PBXBuildFile; fileRef = 93BFA1FBE36F4776A2B8C349 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Fpu.cpp */; }; - FE3D33C8C2964DAC8FCDBBA9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/ServerManager.swift */ = {isa = PBXBuildFile; fileRef = BE993F3E900943C48953DFB9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/ServerManager.swift */; }; - FE70AE3C6D724B9D9CE157D7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzHash.h */ = {isa = PBXBuildFile; fileRef = BE6906D815B34ACBA533C88E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzHash.h */; }; - FE73C902C2374608B4BC31E1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bits.h */ = {isa = PBXBuildFile; fileRef = F499451934144838AA8397FD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bits.h */; }; - FE797364DA7E4CAEA826FB6E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_bitstream.c */ = {isa = PBXBuildFile; fileRef = 420E6A80F7D84EEB8F5EA226 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_bitstream.c */; }; - FEC83FCC41354B1C8CB6FD21 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Utils.cpp */ = {isa = PBXBuildFile; fileRef = F2E7FE71CD98442FAE18264C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Utils.cpp */; }; - FECAF139620D4802B2CCA5D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */ = {isa = PBXBuildFile; fileRef = 650B4843147B4645B5B4776C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */; }; - FED8E15DE2FD4351893489F8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloader.m */ = {isa = PBXBuildFile; fileRef = BBB02F5393124842A00ECFB6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloader.m */; }; - FF83899470594D7A8FBC7DC0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Log.h */ = {isa = PBXBuildFile; fileRef = 0D1498B428B44A79B115770D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Log.h */; }; - FF968FACB8F24D41AA19E361 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DcSizeLuminanceTable.cpp */ = {isa = PBXBuildFile; fileRef = 535CFE4D00A844CFB8A44E0A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DcSizeLuminanceTable.cpp */; }; - FF9A90A435C44133AE621670 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Sse.cpp */ = {isa = PBXBuildFile; fileRef = 203FCB4AF5AA40359F8A81F7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Sse.cpp */; }; - FFDB0E18638C4B8BA3E39FD2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryUtils.cpp */ = {isa = PBXBuildFile; fileRef = 2488945390A34F6FB1F79983 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryUtils.cpp */; }; + DCEF671EF77543BE828DE13C /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */ = {isa = PBXBuildFile; fileRef = 36959F76F35144BBACB2807F /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */; }; + DCF90FF3556049AE9081A4E6 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/SubpassInputValue.h */ = {isa = PBXBuildFile; fileRef = A7F39B79B24F45FB8AA536EC /* ../Play-/deps/Nuanceur/include/nuanceur/builder/SubpassInputValue.h */; }; + DD57DB152B624365A7237473 /* ../Play-/deps/Framework/include/vulkan/Buffer.h */ = {isa = PBXBuildFile; fileRef = DF1FBBAE176A406E89EF6E90 /* ../Play-/deps/Framework/include/vulkan/Buffer.h */; }; + DD5824F506664EAB971E400A /* ../Play-/deps/Framework/include/nodiscard.h */ = {isa = PBXBuildFile; fileRef = 9E27799809EA4F8D912BE24F /* ../Play-/deps/Framework/include/nodiscard.h */; }; + DD9089ABABA24D9D8F3829C6 /* ../Play-/deps/CodeGen/tests/HugeJumpTestLiteral.cpp */ = {isa = PBXBuildFile; fileRef = 1F25FA747B1F43F8A0A4C664 /* ../Play-/deps/CodeGen/tests/HugeJumpTestLiteral.cpp */; }; + DDD7B9BD6C4546FCA5E04DFA /* ../Play-/deps/CodeGen/tests/Crc32Test.cpp */ = {isa = PBXBuildFile; fileRef = D976201F1EBA4CA48221B2BF /* ../Play-/deps/CodeGen/tests/Crc32Test.cpp */; }; + DDDE2F88303A4C20923077C2 /* ../Play-/deps/CodeGen/tests/AliasTest2.cpp */ = {isa = PBXBuildFile; fileRef = 09BAA53E78BB4F948F01A3FC /* ../Play-/deps/CodeGen/tests/AliasTest2.cpp */; }; + DDEE3807C84B45899F9AEE85 /* ../Play-/deps/CodeGen/tests/MemAccess8Test.cpp */ = {isa = PBXBuildFile; fileRef = 686D0A897B8D4CF789058116 /* ../Play-/deps/CodeGen/tests/MemAccess8Test.cpp */; }; + DE1DE48337454F3C91A40BB4 /* ../Play-/deps/CodeGen/tests/HugeJumpTestLiteral.h */ = {isa = PBXBuildFile; fileRef = 1EB0D00C7B7D4835BFB0905C /* ../Play-/deps/CodeGen/tests/HugeJumpTestLiteral.h */; }; + DE5DA594F33D40408A830A53 /* ../Play-/Source/iop/ioman/HardDiskDevice.h */ = {isa = PBXBuildFile; fileRef = 7E71C10085A4430B81F3BBD9 /* ../Play-/Source/iop/ioman/HardDiskDevice.h */; }; + DF44317C325E41C6A83596A9 /* ../Play-/Source/VirtualPad.cpp */ = {isa = PBXBuildFile; fileRef = 0DDC59F5EB894001A6CB3CCA /* ../Play-/Source/VirtualPad.cpp */; }; + DF8E45C976344FCBB5C98A52 /* ../Play-/deps/CodeGen/tests/ReorderAddTest.h */ = {isa = PBXBuildFile; fileRef = C0647E28553F40B2A5347B5D /* ../Play-/deps/CodeGen/tests/ReorderAddTest.h */; }; + E00F8C7D7FA94246ADE1D62C /* ../Play-/Source/saves/XpsSaveImporter.cpp */ = {isa = PBXBuildFile; fileRef = A1D4850AB9D144978993D9A6 /* ../Play-/Source/saves/XpsSaveImporter.cpp */; }; + E02E6AE010914980BD2EC4E9 /* ../Play-/deps/Framework/src/Csv.cpp */ = {isa = PBXBuildFile; fileRef = 68D1833B2A76417BBCEA9886 /* ../Play-/deps/Framework/src/Csv.cpp */; }; + E06E52B8FBEA44968EAC4995 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */ = {isa = PBXBuildFile; fileRef = FB5D05E55CF14C408E237BA5 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */; }; + E07E7F15CD7A414CA166ACFF /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable.cpp */ = {isa = PBXBuildFile; fileRef = 610726257B824F6F9800F648 /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable.cpp */; }; + E0AFB0347AE944068B4DC01B /* ../Play-/Source/iop/ioman/PreferenceDirectoryDevice.h */ = {isa = PBXBuildFile; fileRef = 05C8DEA60B3440308B86DC94 /* ../Play-/Source/iop/ioman/PreferenceDirectoryDevice.h */; }; + E0B8CA67BD084127AF07A5FA /* ../Play-/deps/Framework/include/amazon/AmazonClient.h */ = {isa = PBXBuildFile; fileRef = 02FB143E793A411D8634A33B /* ../Play-/deps/Framework/include/amazon/AmazonClient.h */; }; + E0E099B4033F4607B2F09D9A /* ../Play-/deps/Framework/include/vulkan/Instance.h */ = {isa = PBXBuildFile; fileRef = 632A5944ECC24121BA77B1FB /* ../Play-/deps/Framework/include/vulkan/Instance.h */; }; + E0F10C1CBACE4242ABBA07EF /* ../Play-/Source/ee/Vpu.h */ = {isa = PBXBuildFile; fileRef = C15A911D3B8F45B584006E4E /* ../Play-/Source/ee/Vpu.h */; }; + E163BD1297D3418CBE986813 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Alloc.h */ = {isa = PBXBuildFile; fileRef = 82C6696570C14FF89D629BC4 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Alloc.h */; }; + E17D4D152FE3429682199945 /* ../Play-/deps/CodeGen/tests/MdCmpTest.h */ = {isa = PBXBuildFile; fileRef = 595D100379204F0C82700A32 /* ../Play-/deps/CodeGen/tests/MdCmpTest.h */; }; + E19FB948DEEB4A20B3DFA932 /* ../Play-/deps/CodeGen/tests/MemAccessTest.h */ = {isa = PBXBuildFile; fileRef = D81D15A3D00C4BFCAADBCFF7 /* ../Play-/deps/CodeGen/tests/MemAccessTest.h */; }; + E1E8533ABEA8486A9BB60796 /* ../Play-/deps/Framework/src/http/HttpServer.cpp */ = {isa = PBXBuildFile; fileRef = F46802096DFD4F16928791C5 /* ../Play-/deps/Framework/src/http/HttpServer.cpp */; }; + E2170E957E644BA49A906AC5 /* ../Play-/deps/Framework/include/Utf8.h */ = {isa = PBXBuildFile; fileRef = 9620CD079E9D42708BFAEAF0 /* ../Play-/deps/Framework/include/Utf8.h */; }; + E219CC14CB9841288250E721 /* ../Play-/deps/Nuanceur/include/nuanceur/generators/GlslShaderGenerator.h */ = {isa = PBXBuildFile; fileRef = A1D69E2F6E724AFBA324CC37 /* ../Play-/deps/Nuanceur/include/nuanceur/generators/GlslShaderGenerator.h */; }; + E249B4BBDAA849E6A92717E4 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.h */ = {isa = PBXBuildFile; fileRef = 5216301E2E894830949D4727 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.h */; }; + E252AE6DCB6642B3BB1485E6 /* ../Play-/deps/AltKit/Sources/AltKit/Server/ServerProtocol.swift */ = {isa = PBXBuildFile; fileRef = 74C9345E6A404B7D86C77684 /* ../Play-/deps/AltKit/Sources/AltKit/Server/ServerProtocol.swift */; }; + E2A5EEA77BCA4A638A3F3281 /* ../Play-/Source/iop/ioman/McDumpDevice.cpp */ = {isa = PBXBuildFile; fileRef = BB409B2C862A4BADB152A7FD /* ../Play-/Source/iop/ioman/McDumpDevice.cpp */; }; + E33F4B7FF9D4459D9B00B1F7 /* ../Play-/deps/Framework/include/opengl/Shader.h */ = {isa = PBXBuildFile; fileRef = 8DB6A01D287240C5B422A90A /* ../Play-/deps/Framework/include/opengl/Shader.h */; }; + E34047F33DD84943A2EBBA25 /* ../Play-/deps/Framework/src/vulkan/CommandBufferPool.cpp */ = {isa = PBXBuildFile; fileRef = 75F2AF7D5E8947228E1855BF /* ../Play-/deps/Framework/src/vulkan/CommandBufferPool.cpp */; }; + E341EC39D107429E9091A922 /* ../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 48B64ECAD002435EA28B371B /* ../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */; }; + E36C37D08D714078BA8C22B3 /* ../Play-/Source/ee/FpAddTruncate.h */ = {isa = PBXBuildFile; fileRef = 9AA83863E8A44FCDB1D756DB /* ../Play-/Source/ee/FpAddTruncate.h */; }; + E42707C259694DCE969632F7 /* ../Play-/deps/CodeGen/include/Jitter.h */ = {isa = PBXBuildFile; fileRef = 6F32466CB98F46F7B7FB18B8 /* ../Play-/deps/CodeGen/include/Jitter.h */; }; + E467B70711944CB6A1F885EB /* ../Play-/deps/Dependencies/iCade-iOS/iCadeReaderView.m */ = {isa = PBXBuildFile; fileRef = E7CA5EC31D6D4DF39BB405CA /* ../Play-/deps/Dependencies/iCade-iOS/iCadeReaderView.m */; }; + E48C97D9CC2F4813A516E2DA /* ../Play-/deps/CodeGen/build_cmake/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 6B0E845F08B04B8294A23AEC /* ../Play-/deps/CodeGen/build_cmake/CMakeLists.txt */; }; + E499F6E0BE6344D2813A5BC7 /* ../Play-/Source/saves/SaveExporter.h */ = {isa = PBXBuildFile; fileRef = 2DDFB7D3FC33401783745940 /* ../Play-/Source/saves/SaveExporter.h */; }; + E54C2B91BC5549DFBE66B333 /* ../Play-/Source/ee/VuAnalysis.h */ = {isa = PBXBuildFile; fileRef = 18D3558B8D7945829C320E84 /* ../Play-/Source/ee/VuAnalysis.h */; }; + E5575326B5684225A7E388B5 /* ../Play-/deps/Framework/include/signal/Signal.h */ = {isa = PBXBuildFile; fileRef = 89C12DCE4C614C57A6322FA6 /* ../Play-/deps/Framework/include/signal/Signal.h */; }; + E57A507915CC4CD8A8CCC0AB /* ../Play-/Source/iop/Iop_Dev9.h */ = {isa = PBXBuildFile; fileRef = 3A103FDDD5E944A49928FF5C /* ../Play-/Source/iop/Iop_Dev9.h */; }; + E57BBD4CD8434AF9B368C46F /* ../Play-/Source/ISO9660/VolumeDescriptor.h */ = {isa = PBXBuildFile; fileRef = 6C9148DC706945B4B619F8CC /* ../Play-/Source/ISO9660/VolumeDescriptor.h */; }; + E5AFE2F6F093468E8AC181C5 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.h */ = {isa = PBXBuildFile; fileRef = 24BF83A90A6A4C8D94C92063 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.h */; }; + E5BA7CDE9DD24236AABBC693 /* ../Play-/deps/CodeGen/tests/ConditionTest.cpp */ = {isa = PBXBuildFile; fileRef = 86E0BE1EEF12424091167880 /* ../Play-/deps/CodeGen/tests/ConditionTest.cpp */; }; + E5C3ACE1B3884563A46B7F1D /* ../Play-/deps/Framework/src/HashUtils.cpp */ = {isa = PBXBuildFile; fileRef = B8C14F3D908C46F2BE67288F /* ../Play-/deps/Framework/src/HashUtils.cpp */; }; + E5D54CAE034F4EA8A85216A8 /* ../Play-/deps/CodeGen/include/WasmDefs.h */ = {isa = PBXBuildFile; fileRef = B4E9B81DC0D0435BBF95C35E /* ../Play-/deps/CodeGen/include/WasmDefs.h */; }; + E5DF8B418716402E95BABD8F /* ../Play-/Source/ee/Timer.cpp */ = {isa = PBXBuildFile; fileRef = 0C50955A74D3437499E309CF /* ../Play-/Source/ee/Timer.cpp */; }; + E5FE345E30D241A09B2A5DD6 /* ../Play-/deps/Framework/src/mpeg2/QuantiserScaleTable.cpp */ = {isa = PBXBuildFile; fileRef = E070A279AA404249A5C4293B /* ../Play-/deps/Framework/src/mpeg2/QuantiserScaleTable.cpp */; }; + E64F29240DA547BEBB9F342D /* ../Play-/Source/iop/Iop_Thbase.cpp */ = {isa = PBXBuildFile; fileRef = 96360743B09A4B23B2B80374 /* ../Play-/Source/iop/Iop_Thbase.cpp */; }; + E65A54F334554F60BFBE62BB /* ../Play-/deps/Framework/include/ThreadPool.h */ = {isa = PBXBuildFile; fileRef = 6257203684234DBA834BCBA7 /* ../Play-/deps/Framework/include/ThreadPool.h */; }; + E6ABD0DE404E4909883D5832 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */ = {isa = PBXBuildFile; fileRef = 05D5FD03A5414562BF71D994 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */; }; + E6BC4DC07C074166880BC446 /* ../Play-/deps/CodeGen/tests/FpIntMixTest.cpp */ = {isa = PBXBuildFile; fileRef = D1654BF235F7409DAC0F31BD /* ../Play-/deps/CodeGen/tests/FpIntMixTest.cpp */; }; + E7585ED5BDDD48478D8619BB /* ../Play-/Source/iop/Iop_Sysmem.cpp */ = {isa = PBXBuildFile; fileRef = A4DEDF10CADD44AE9045A965 /* ../Play-/Source/iop/Iop_Sysmem.cpp */; }; + E776D1322AB34909B00CD67A /* ../Play-/Source/iop/ioman/DirectoryDevice.cpp */ = {isa = PBXBuildFile; fileRef = 7449CF53BC0641A9BCCD8137 /* ../Play-/Source/iop/ioman/DirectoryDevice.cpp */; }; + E789132B33D34A51ABA502B2 /* ../Play-/Source/PadInterface.h */ = {isa = PBXBuildFile; fileRef = 7FE77D0A81BB4E3698027342 /* ../Play-/Source/PadInterface.h */; }; + E7CEEC0244DD43C0893730EF /* ../Play-/Source/iop/Iop_LibSd.cpp */ = {isa = PBXBuildFile; fileRef = F17681A5F6804BA082C6560D /* ../Play-/Source/iop/Iop_LibSd.cpp */; }; + E822FFB72DD548759B687EC3 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */ = {isa = PBXBuildFile; fileRef = 61F9C7521D0945AB89441843 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */; }; + E86E650CC7C04A289C29A297 /* ../Play-/Source/ui_ios/RenderView.h */ = {isa = PBXBuildFile; fileRef = F5C5D2E2DFA5416F8C1C11B8 /* ../Play-/Source/ui_ios/RenderView.h */; }; + EA209CBD21A744739835CA51 /* ../Play-/Source/ee/Vpu.cpp */ = {isa = PBXBuildFile; fileRef = 1AED347BD42041759E577A02 /* ../Play-/Source/ee/Vpu.cpp */; }; + EA98208D3B42473793B9996F /* ../Play-/deps/Framework/include/vulkan/VulkanDef.h */ = {isa = PBXBuildFile; fileRef = 28C1A89333084866AFE01B1B /* ../Play-/deps/Framework/include/vulkan/VulkanDef.h */; }; + EAE496B9DE444025A8702665 /* ../Play-/Source/Ps2Const.h */ = {isa = PBXBuildFile; fileRef = 937F27027B3A4336A727B417 /* ../Play-/Source/Ps2Const.h */; }; + EB1EC1139E8D49F09097E5AC /* ../Play-/deps/Framework/src/amazon/AmazonClient.cpp */ = {isa = PBXBuildFile; fileRef = 866EAFA3FD014FB38C4D90A2 /* ../Play-/deps/Framework/src/amazon/AmazonClient.cpp */; }; + EB252782BEAD4CEC8AFA82A5 /* ../Play-/Source/discimages/ChdStreamSupport.cpp */ = {isa = PBXBuildFile; fileRef = FA5F923DE7D34F49B60B5D76 /* ../Play-/Source/discimages/ChdStreamSupport.cpp */; }; + EB66EC16CF6C4B0CB3016BF6 /* ../Play-/deps/CodeGen/tests/RandomAluTest3.cpp */ = {isa = PBXBuildFile; fileRef = 53D4B0E3C360445D968E052C /* ../Play-/deps/CodeGen/tests/RandomAluTest3.cpp */; }; + EB6738802EE648FA9C4E0A5A /* ../Play-/Source/ISO9660/PathTable.h */ = {isa = PBXBuildFile; fileRef = D40088DE22434059A5C63FF0 /* ../Play-/Source/ISO9660/PathTable.h */; }; + EB6A3CC4ED6446189B215057 /* ../Play-/deps/CodeGen/tests/ShiftTest.h */ = {isa = PBXBuildFile; fileRef = E8CFC7C29AB04C8BB11C0FF1 /* ../Play-/deps/CodeGen/tests/ShiftTest.h */; }; + EB791027B3EF4001AE68F0B4 /* ../Play-/Source/PS2VM.h */ = {isa = PBXBuildFile; fileRef = 3AA790E944E44886B31F51BF /* ../Play-/Source/PS2VM.h */; }; + EBA5AD742F0A40B78397D622 /* ../Play-/deps/Framework/src/StdStream.cpp */ = {isa = PBXBuildFile; fileRef = 98BBA08733504E648FCE8E98 /* ../Play-/deps/Framework/src/StdStream.cpp */; }; + EC3012FAB7E644D0BAD6A14F /* ../Play-/Source/saves/Icon.cpp */ = {isa = PBXBuildFile; fileRef = 4C8BFC89D26E478697BF6367 /* ../Play-/Source/saves/Icon.cpp */; }; + EC32223F83BF41DA8379BDBC /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Float2Value.h */ = {isa = PBXBuildFile; fileRef = 51E614D86EC5447A8DD58608 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Float2Value.h */; }; + EC8E261DE7B547838539E5B2 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */ = {isa = PBXBuildFile; fileRef = 52D3D3A7868E47A28971C926 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */; }; + ED0BF1979DB3465388A992C1 /* ../Play-/deps/CodeGen/include/Jitter_SymbolRef.h */ = {isa = PBXBuildFile; fileRef = 589ACC6228B3438AA9D93C8C /* ../Play-/deps/CodeGen/include/Jitter_SymbolRef.h */; }; + ED31F5DDACB040BA8E7430FC /* ../Play-/deps/Dependencies/zstd/lib/common/threading.c */ = {isa = PBXBuildFile; fileRef = 5154AFF1AFCC472E992A678A /* ../Play-/deps/Dependencies/zstd/lib/common/threading.c */; }; + ED48578B401648ECB25F7671 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.cpp */ = {isa = PBXBuildFile; fileRef = E1692FB71F494CA9AA5C5D3D /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.cpp */; }; + ED7ABC2E2A6B4309BC0AA9EE /* ../Play-/deps/CodeGen/tests/MdLogicTest.cpp */ = {isa = PBXBuildFile; fileRef = 2CDDF39D4B334918B190D1B1 /* ../Play-/deps/CodeGen/tests/MdLogicTest.cpp */; }; + ED87BC18E2364D32B6CB9141 /* ../Play-/deps/Framework/src/Utf8.cpp */ = {isa = PBXBuildFile; fileRef = 36210D5DECD44E5581C5B233 /* ../Play-/deps/Framework/src/Utf8.cpp */; }; + ED9D37387A9A4AF89789ECC4 /* ../Play-/deps/CodeGen/tests/Crc32Test.h */ = {isa = PBXBuildFile; fileRef = EC187980E16848D98B675628 /* ../Play-/deps/CodeGen/tests/Crc32Test.h */; }; + EDA62EF855BB4C19844D89FD /* ../Play-/Source/gs/GsTextureCache.h */ = {isa = PBXBuildFile; fileRef = 0211986CC4AB443DB9A38981 /* ../Play-/Source/gs/GsTextureCache.h */; }; + EDB2593A1C0A465EA5EE3B05 /* ../Play-/Source/ui_ios/RenderView.mm */ = {isa = PBXBuildFile; fileRef = A4C52AAEFE7A4414B782AF79 /* ../Play-/Source/ui_ios/RenderView.mm */; }; + EDFC6E9A5A964BA58C79D4C9 /* ../Play-/Source/ui_ios/CoverViewController.h */ = {isa = PBXBuildFile; fileRef = E63BD4603855435CADBC1208 /* ../Play-/Source/ui_ios/CoverViewController.h */; }; + EE177B046ECC432AA114F619 /* ../Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.cpp */ = {isa = PBXBuildFile; fileRef = 9C3BD116AD55413AB598484E /* ../Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.cpp */; }; + EE37133ADC1F461F8C672EF4 /* ../Play-/Source/iop/ioman/McDumpDevice.h */ = {isa = PBXBuildFile; fileRef = C77F7702177A45B59ED55CF2 /* ../Play-/Source/iop/ioman/McDumpDevice.h */; }; + EE71900FE90747A499307032 /* ../Play-/Source/iop/Iop_PathUtils.h */ = {isa = PBXBuildFile; fileRef = 962B0F97ED8C4315975567F7 /* ../Play-/Source/iop/Iop_PathUtils.h */; }; + EEF074B842FC40089C30C859 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.h */ = {isa = PBXBuildFile; fileRef = E7F6F75234C44729B58FD0B3 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.h */; }; + EF06821B6B6B4A0EAA7AAB7F /* ../Play-/deps/Nuanceur/include/nuanceur/builder/IntSwizzleSelector4.h */ = {isa = PBXBuildFile; fileRef = 1CE3EF2E68224FF2B104D8B3 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/IntSwizzleSelector4.h */; }; + EF241D5930134C79999BB47D /* ../Play-/Source/states/RegisterState.cpp */ = {isa = PBXBuildFile; fileRef = 2A02992B6C034732A846D7E3 /* ../Play-/Source/states/RegisterState.cpp */; }; + EFFC336FD65F4EC0B68A9A21 /* ../Play-/Source/MipsJitter.cpp */ = {isa = PBXBuildFile; fileRef = F13A686B519345FC8888FB6E /* ../Play-/Source/MipsJitter.cpp */; }; + F0120C947B0B467090757A85 /* ../Play-/Source/psx/PsxBios.cpp */ = {isa = PBXBuildFile; fileRef = 1B029FD3F0494CC88ECA91AD /* ../Play-/Source/psx/PsxBios.cpp */; }; + F02874312B8E431FB377EFE0 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Bra.h */ = {isa = PBXBuildFile; fileRef = A82E0DE4F01F44D3BC96E661 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Bra.h */; }; + F06977F95ACE48249A42C78E /* ../Play-/Source/input/InputProvider.h */ = {isa = PBXBuildFile; fileRef = 8E2C9E38AD6245E1B6FAF431 /* ../Play-/Source/input/InputProvider.h */; }; + F098A1DB908E4027A4137974 /* ../Play-/Source/ee/IPU_DmVectorTable.h */ = {isa = PBXBuildFile; fileRef = 73C9880A8C364F358E9F7BE7 /* ../Play-/Source/ee/IPU_DmVectorTable.h */; }; + F09A1EAC2D5D4D77BC29FC68 /* ../Play-/Source/ControllerInfo.cpp */ = {isa = PBXBuildFile; fileRef = BB2ABB5C43654EC79293D563 /* ../Play-/Source/ControllerInfo.cpp */; }; + F0A6DC8088734FDC8B432835 /* ../Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.h */ = {isa = PBXBuildFile; fileRef = 138E7557B12647A6B9AB3F41 /* ../Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.h */; }; + F0ACA14A4B4A412BB02C1A45 /* ../Play-/deps/libchdr/src/libchdr_huffman.c */ = {isa = PBXBuildFile; fileRef = 45917E943BBD4E18B042A149 /* ../Play-/deps/libchdr/src/libchdr_huffman.c */; }; + F0ADD6009D4E4033A02308A4 /* ../Play-/Source/iop/Iop_SifManNull.h */ = {isa = PBXBuildFile; fileRef = F3A78714C02249669671A50A /* ../Play-/Source/iop/Iop_SifManNull.h */; }; + F0AFAEC243D942028FABEE51 /* ../Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */ = {isa = PBXBuildFile; fileRef = 0AD6A11D2845416DBBA10D63 /* ../Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */; }; + F11FFF21F94B4D8FB0AD36CE /* ../Play-/Source/Pch.h */ = {isa = PBXBuildFile; fileRef = 44579B0B9116453D9B71D44C /* ../Play-/Source/Pch.h */; }; + F1BA4F2B3C654F2EAF6B93C7 /* ../Play-/Source/iop/Iop_PathUtils.cpp */ = {isa = PBXBuildFile; fileRef = 9DABF34879294FCC90271EFF /* ../Play-/Source/iop/Iop_PathUtils.cpp */; }; + F1DD4873C816459B9BD23DB0 /* ../Play-/Source/ee/VUShared.h */ = {isa = PBXBuildFile; fileRef = 707DC4E0C1F640DF8B3C5404 /* ../Play-/Source/ee/VUShared.h */; }; + F23302266649468DBD501627 /* ../Play-/Source/COP_FPU.h */ = {isa = PBXBuildFile; fileRef = 97105ED7E3494ADEADC32EE5 /* ../Play-/Source/COP_FPU.h */; }; + F26B6020FFDD489FA53A9DE2 /* ../Play-/Source/ee/IPU_MacroblockAddressIncrementTable.h */ = {isa = PBXBuildFile; fileRef = A80CEE61AB02426483A5BEED /* ../Play-/Source/ee/IPU_MacroblockAddressIncrementTable.h */; }; + F2B9AA08E04C4D86B7C0FCFE /* ../Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */ = {isa = PBXBuildFile; fileRef = 9A353D51FF64449C82E5FC9C /* ../Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */; }; + F2E37D6567BF4BC582E150BB /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypeITable.cpp */ = {isa = PBXBuildFile; fileRef = FFADCFB1FAE44E9C965E0D1F /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypeITable.cpp */; }; + F301286B92A547E0A89B9AC1 /* ../Play-/Source/iop/Iop_PadMan.h */ = {isa = PBXBuildFile; fileRef = B6B6703619D746A68D5A1A52 /* ../Play-/Source/iop/Iop_PadMan.h */; }; + F31EA75E6B1D41D4AF73C09F /* ../Play-/deps/Framework/src/vulkan/ShaderModule.cpp */ = {isa = PBXBuildFile; fileRef = 1B0220875C6E453FB5825E62 /* ../Play-/deps/Framework/src/vulkan/ShaderModule.cpp */; }; + F383E3F56FCA4959BECDE9A3 /* ../Play-/deps/Framework/src/bitmap/PNG.cpp */ = {isa = PBXBuildFile; fileRef = D03DD46D33CE4534BD661E83 /* ../Play-/deps/Framework/src/bitmap/PNG.cpp */; }; + F3C02C9F913F4A7E8198380D /* ../Play-/Source/iop/Iop_Dmac.h */ = {isa = PBXBuildFile; fileRef = 7DBA8EA9971B409E8CD6686E /* ../Play-/Source/iop/Iop_Dmac.h */; }; + F3CED30A5D294129BAFA5BC6 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c */ = {isa = PBXBuildFile; fileRef = 96622639AA8549E5B81B0EC3 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c */; }; + F3D37DA693844761BF5B9D3C /* ../Play-/deps/CodeGen/tests/MemAccessTest.cpp */ = {isa = PBXBuildFile; fileRef = 6CC483ABFCA8450B8592515A /* ../Play-/deps/CodeGen/tests/MemAccessTest.cpp */; }; + F3FE14F222F84FF3BB04DF19 /* ../Play-/deps/CodeGen/tests/Logic64Test.h */ = {isa = PBXBuildFile; fileRef = 4D216DBF3EB648EC85B3D6B2 /* ../Play-/deps/CodeGen/tests/Logic64Test.h */; }; + F405EC1D7F854B979E35710E /* ../Play-/Source/ISO9660/BlockProvider.h */ = {isa = PBXBuildFile; fileRef = 93FBB1ABD3894835BFF9F75E /* ../Play-/Source/ISO9660/BlockProvider.h */; }; + F425D003E25849A381F68F55 /* ../Play-/deps/Framework/include/http/HttpClient.h */ = {isa = PBXBuildFile; fileRef = FC1C2B84F3A24335BA474A96 /* ../Play-/deps/Framework/include/http/HttpClient.h */; }; + F495965A056046DBB3B78558 /* ../Play-/deps/CodeGen/include/X86CpuFeatures.h */ = {isa = PBXBuildFile; fileRef = 09BFD51C5C914C67BBBF9629 /* ../Play-/deps/CodeGen/include/X86CpuFeatures.h */; }; + F652ECE764504FBD839B897B /* ../Play-/Source/discimages/CueSheet.cpp */ = {isa = PBXBuildFile; fileRef = A8660D3B501A449A83E72C4D /* ../Play-/Source/discimages/CueSheet.cpp */; }; + F68D051BE4EE47A9AAD09766 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */ = {isa = PBXBuildFile; fileRef = C21EE9195C55489283BB20BD /* ../Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */; }; + F704DDC3AEC64414BE1C8073 /* ../Play-/Source/ee/INTC.h */ = {isa = PBXBuildFile; fileRef = DB9468484E0744B99C9F655B /* ../Play-/Source/ee/INTC.h */; }; + F77D44E69AC84DAAA403A7E0 /* ../Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.cpp */ = {isa = PBXBuildFile; fileRef = 10730DDC66914C86BA7A23D1 /* ../Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.cpp */; }; + F791EF319C424F6B974908AD /* ../Play-/deps/Framework/include/Csv.h */ = {isa = PBXBuildFile; fileRef = A8BECCDB7BC84824905EFB5E /* ../Play-/deps/Framework/include/Csv.h */; }; + F7AA77022CCE401191BD30D3 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.h */ = {isa = PBXBuildFile; fileRef = 27B9C8FED5F7477B8F682113 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.h */; }; + F7EFB4CE4CFA4835872DE720 /* ../Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.h */ = {isa = PBXBuildFile; fileRef = E473542FF7024D22A308E674 /* ../Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.h */; }; + F915B899BF464F3F8E381FB5 /* ../Play-/Source/iop/Iop_Thvpool.h */ = {isa = PBXBuildFile; fileRef = A10EF33B1BCF490B90538661 /* ../Play-/Source/iop/Iop_Thvpool.h */; }; + F9194A51654C4219A18B795B /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Float4Value.h */ = {isa = PBXBuildFile; fileRef = 4E5592A179C24949B43C762A /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Float4Value.h */; }; + F9F1FD3D2AA144EFAA018BEE /* ../Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */ = {isa = PBXBuildFile; fileRef = 6FE7C1B518E6422F83A5E6C6 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */; }; + FA96CDA742134DBD92DCE5A7 /* ../Play-/Source/COP_FPU_Reflection.cpp */ = {isa = PBXBuildFile; fileRef = 3609D40D3A1142299477AF85 /* ../Play-/Source/COP_FPU_Reflection.cpp */; }; + FAC2484130A249F8BBA7D074 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.cpp */ = {isa = PBXBuildFile; fileRef = AB0D4906DF0F4F70A6C2D602 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.cpp */; }; + FAEB9B24A0DF4D4D9412E56C /* ../Play-/Source/ISO9660/ISO9660.h */ = {isa = PBXBuildFile; fileRef = 3E51CBA297784C90AA82E130 /* ../Play-/Source/ISO9660/ISO9660.h */; }; + FB2EC013510B40CD874FCF96 /* ../Play-/Source/ee/VUShared_Reflection.cpp */ = {isa = PBXBuildFile; fileRef = 045FF04F91BD4E1EBD946A32 /* ../Play-/Source/ee/VUShared_Reflection.cpp */; }; + FB73B9F61C6340F99180773E /* ../Play-/Source/ee/EeExecutor.cpp */ = {isa = PBXBuildFile; fileRef = 7E20AA4CD68E47E582FC309B /* ../Play-/Source/ee/EeExecutor.cpp */; }; + FB76DD9EFB8E4DDCA9A0B5DD /* ../Play-/Source/iop/Iop_SifManPs2.cpp */ = {isa = PBXBuildFile; fileRef = B2B879473E8F4239B01A8209 /* ../Play-/Source/iop/Iop_SifManPs2.cpp */; }; + FB7B4B512BDA4C3DBBCEC468 /* ../Play-/Source/FrameDump.h */ = {isa = PBXBuildFile; fileRef = 069B762CA2974D37A7BB7DFD /* ../Play-/Source/FrameDump.h */; }; + FB7B7F1CB24F40D79F3D0E71 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */ = {isa = PBXBuildFile; fileRef = 70589937A2A043DBAC920D7D /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */; }; + FC1237E8839E462093566067 /* ../Play-/deps/CodeGen/tests/DivTest.cpp */ = {isa = PBXBuildFile; fileRef = FA1DC315BC224EBCBA05EF79 /* ../Play-/deps/CodeGen/tests/DivTest.cpp */; }; + FCC4EFB924144897BD3D6D97 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Uint3Value.h */ = {isa = PBXBuildFile; fileRef = DCC60218987F4AF683BD2349 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Uint3Value.h */; }; + FD977060F91D44B0AFAB15B8 /* ../Play-/Source/hdd/ApaReader.h */ = {isa = PBXBuildFile; fileRef = 63DD20B525CA48FC898B1D0D /* ../Play-/Source/hdd/ApaReader.h */; }; + FDCC4751B9E54E1C8D1DD2E1 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Fpu.cpp */ = {isa = PBXBuildFile; fileRef = 93BFA1FBE36F4776A2B8C349 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Fpu.cpp */; }; + FE3D33C8C2964DAC8FCDBBA9 /* ../Play-/deps/AltKit/Sources/AltKit/Server/ServerManager.swift */ = {isa = PBXBuildFile; fileRef = BE993F3E900943C48953DFB9 /* ../Play-/deps/AltKit/Sources/AltKit/Server/ServerManager.swift */; }; + FE70AE3C6D724B9D9CE157D7 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzHash.h */ = {isa = PBXBuildFile; fileRef = BE6906D815B34ACBA533C88E /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzHash.h */; }; + FE73C902C2374608B4BC31E1 /* ../Play-/deps/Dependencies/zstd/lib/common/bits.h */ = {isa = PBXBuildFile; fileRef = F499451934144838AA8397FD /* ../Play-/deps/Dependencies/zstd/lib/common/bits.h */; }; + FE797364DA7E4CAEA826FB6E /* ../Play-/deps/libchdr/src/libchdr_bitstream.c */ = {isa = PBXBuildFile; fileRef = 420E6A80F7D84EEB8F5EA226 /* ../Play-/deps/libchdr/src/libchdr_bitstream.c */; }; + FEC83FCC41354B1C8CB6FD21 /* ../Play-/deps/Framework/src/xml/Utils.cpp */ = {isa = PBXBuildFile; fileRef = F2E7FE71CD98442FAE18264C /* ../Play-/deps/Framework/src/xml/Utils.cpp */; }; + FECAF139620D4802B2CCA5D4 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */ = {isa = PBXBuildFile; fileRef = 650B4843147B4645B5B4776C /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */; }; + FED8E15DE2FD4351893489F8 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloader.m */ = {isa = PBXBuildFile; fileRef = BBB02F5393124842A00ECFB6 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloader.m */; }; + FF83899470594D7A8FBC7DC0 /* ../Play-/Source/Log.h */ = {isa = PBXBuildFile; fileRef = 0D1498B428B44A79B115770D /* ../Play-/Source/Log.h */; }; + FF968FACB8F24D41AA19E361 /* ../Play-/deps/Framework/src/mpeg2/DcSizeLuminanceTable.cpp */ = {isa = PBXBuildFile; fileRef = 535CFE4D00A844CFB8A44E0A /* ../Play-/deps/Framework/src/mpeg2/DcSizeLuminanceTable.cpp */; }; + FF9A90A435C44133AE621670 /* ../Play-/deps/CodeGen/src/X86Assembler_Sse.cpp */ = {isa = PBXBuildFile; fileRef = 203FCB4AF5AA40359F8A81F7 /* ../Play-/deps/CodeGen/src/X86Assembler_Sse.cpp */; }; + FFDB0E18638C4B8BA3E39FD2 /* ../Play-/Source/MemoryUtils.cpp */ = {isa = PBXBuildFile; fileRef = 2488945390A34F6FB1F79983 /* ../Play-/Source/MemoryUtils.cpp */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ @@ -2066,1117 +2066,1117 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 001B9C3AC1464EB79E1ED6B9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dev9.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Dev9.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dev9.cpp"; sourceTree = ""; }; - 002B3B6A3DE04F72A233CCC6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCache.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = SDImageCache.m; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCache.m"; sourceTree = ""; }; - 0071E0422388470AB95184E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt"; sourceTree = ""; }; - 00D9E3F78E714B5CBC8AA4B6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ilink.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Ilink.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ilink.cpp"; sourceTree = ""; }; - 00FEA347FF79471A85E6EC43 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler1000.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_FileIoHandler1000.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler1000.h"; sourceTree = ""; }; - 01C7540A601C4C45AD8322D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast_sjis.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = string_cast_sjis.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast_sjis.cpp"; sourceTree = ""; }; - 01D35FF5B1D248F3881E5552 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/DirectoryDevice.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = DirectoryDevice.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/DirectoryDevice.h"; sourceTree = ""; }; - 01ED08687266442B849C5744 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/analogstick.png */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = image; name = analogstick.png; path = Resources/analogstick.png; sourceTree = SOURCE_ROOT; }; - 0211986CC4AB443DB9A38981 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsTextureCache.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GsTextureCache.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsTextureCache.h"; sourceTree = ""; }; - 025ECD4D58B9421FB84B2D03 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessIdxTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemAccessIdxTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessIdxTest.cpp"; sourceTree = ""; }; - 025F5A217B2444C2ABD64AFD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/GlslShaderGenerator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GlslShaderGenerator.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/GlslShaderGenerator.cpp"; sourceTree = ""; }; - 029F764DB59246FD867DFF7E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MailBox.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MailBox.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MailBox.h"; sourceTree = ""; }; - 02DE657D32B5439AA916F523 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/CMakeLists.txt"; sourceTree = ""; }; - 02FB143E793A411D8634A33B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/amazon/AmazonClient.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AmazonClient.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/amazon/AmazonClient.h"; sourceTree = ""; }; - 034CD532BAC4484F814277EF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thsema.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Thsema.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thsema.h"; sourceTree = ""; }; - 0379A5524D17433C9C991D5D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PS2VM_Preferences.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PS2VM_Preferences.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PS2VM_Preferences.h"; sourceTree = ""; }; - 03EC7D1CADF64DAFA4CDC965 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = trees.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.h"; sourceTree = ""; }; - 03F3C52523BC4C14ADD17D53 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_Device.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Ioman_Device.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_Device.h"; sourceTree = ""; }; - 03FCB6EA20F84E94AD354F29 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/IopBios.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IopBios.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/IopBios.h"; sourceTree = ""; }; - 045FF04F91BD4E1EBD946A32 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VUShared_Reflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VUShared_Reflection.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VUShared_Reflection.cpp"; sourceTree = ""; }; - 046427E304CD46BFB31B7259 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutObject.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LayoutObject.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutObject.h"; sourceTree = ""; }; - 047B72D357CD4158A7F87122 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FpUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FpUtils.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FpUtils.cpp"; sourceTree = ""; }; - 04DF0493C9CF41828F541A2A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_fast.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h"; sourceTree = ""; }; - 04FF4B20A1AE4CACB6EE7BF6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/CMakeFiles/gsh_vulkan.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/CMakeFiles/gsh_vulkan.dir/Info.plist; sourceTree = ""; }; - 051667B5C06C414A91CBC227 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_ddict.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c"; sourceTree = ""; }; - 0518C269164B453EA7DA3D93 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipInflateStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ZipInflateStream.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipInflateStream.h"; sourceTree = ""; }; - 05B95F0D3F8C4B848E054677 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_Wasm_64.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_64.cpp"; sourceTree = ""; }; - 05BDDE6E3BCD4E4C8B8E6774 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/LiteralPool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LiteralPool.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/LiteralPool.h"; sourceTree = ""; }; - 05C8DEA60B3440308B86DC94 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/PreferenceDirectoryDevice.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PreferenceDirectoryDevice.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/PreferenceDirectoryDevice.h"; sourceTree = ""; }; - 05D5FD03A5414562BF71D994 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzlib.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c"; sourceTree = ""; }; - 06029593627A4E9BBDBD528B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_SCU.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = COP_SCU.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_SCU.h"; sourceTree = ""; }; - 061B12EF93644EBC81F0F11B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Fpu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = X86Assembler_Fpu.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Fpu.cpp"; sourceTree = ""; }; - 069B762CA2974D37A7BB7DFD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameDump.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FrameDump.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameDump.h"; sourceTree = ""; }; - 06AC73B23B564929AA53FBA6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v01.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h"; sourceTree = ""; }; - 06E8EBDDFF674B479D4ABCCE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdCdImageStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ChdCdImageStream.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdCdImageStream.h"; sourceTree = ""; }; - 076E689FABE446B8A184890F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Profiler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Profiler.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Profiler.cpp"; sourceTree = ""; }; - 07B855465BAE4DC48940B7AD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifDynamic.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_SifDynamic.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifDynamic.h"; sourceTree = ""; }; - 07FAFBAF0DEE486D9B6181D9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/CMakeLists.txt"; sourceTree = ""; }; - 08DBAA312E0344F68CED48C6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = NamcoSys147NANDReader.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.h"; sourceTree = ""; }; - 08F46F1ED762408EA643A8B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuBasicBlock.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VuBasicBlock.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuBasicBlock.h"; sourceTree = ""; }; - 091A42225492434B9BB4FCA3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pool.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.c"; sourceTree = ""; }; - 092B41993D2A4FF085821FE8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v03.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h"; sourceTree = ""; }; - 093E5DEEACB84FD2AE94183C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAssembler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MIPSAssembler.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAssembler.cpp"; sourceTree = ""; }; - 0952CC56DF8A4B9799771F9D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGen.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGen.dir/Info.plist; sourceTree = ""; }; - 09A85B7E929643BFB848DCEC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/filesystem_def.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = filesystem_def.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/filesystem_def.h"; sourceTree = ""; }; - 09BAA53E78BB4F948F01A3FC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AliasTest2.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest2.cpp"; sourceTree = ""; }; - 09BFD51C5C914C67BBBF9629 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/X86CpuFeatures.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = X86CpuFeatures.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/X86CpuFeatures.h"; sourceTree = ""; }; - 09FF190BB33642D2A8DA6AE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/icon@2x.png */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = image; name = "icon@2x.png"; path = "Resources/icon@2x.png"; sourceTree = SOURCE_ROOT; }; - 0A00B9C58E254424B857368A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/Builder.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Builder.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/Builder.h"; sourceTree = ""; }; - 0A0D2E16629F4A638F80ADFF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifMan.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_SifMan.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifMan.h"; sourceTree = ""; }; - 0A30BCAA37614488935BE3AF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_AArch64.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_AArch64.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_AArch64.h"; sourceTree = ""; }; - 0A660CC85AB5417D8B3F4319 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_LibMc2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Ee_LibMc2.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_LibMc2.cpp"; sourceTree = ""; }; - 0A74912CE1CD446C9FC5A81A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/SocketStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SocketStream.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/SocketStream.cpp"; sourceTree = ""; }; - 0AD6A11D2845416DBBA10D63 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = entropy_common.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/entropy_common.c"; sourceTree = ""; }; - 0ADC5A905CB9408FAC554809 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = NamcoSys147NANDReader.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.cpp"; sourceTree = ""; }; - 0B1794A33CA849B1AB3B81CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_LowerReflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_VU_LowerReflection.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_LowerReflection.cpp"; sourceTree = ""; }; - 0B7B5E0746DF4F358ECCE98B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CompareTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CompareTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CompareTest.h"; sourceTree = ""; }; - 0BF390E66E354D7CA28FCD18 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AliasTest2.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest2.h"; sourceTree = ""; }; - 0C3DACB13DDA4301A3AC72CC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/SimpleMdTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SimpleMdTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/SimpleMdTest.h"; sourceTree = ""; }; - 0C50955A74D3437499E309CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Timer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Timer.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Timer.cpp"; sourceTree = ""; }; - 0C9262D3E9AE4981AC645593 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v02.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c"; sourceTree = ""; }; - 0D1498B428B44A79B115770D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Log.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Log.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Log.h"; sourceTree = ""; }; - 0D833505517C4060AFEE3655 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Secrman.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Secrman.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Secrman.h"; sourceTree = ""; }; - 0DDC59F5EB894001A6CB3CCA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/VirtualPad.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VirtualPad.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/VirtualPad.cpp"; sourceTree = ""; }; - 0E0CA88A512044438B7A849B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/BMP.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = BMP.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/BMP.cpp"; sourceTree = ""; }; - 0E87C967219B45AAA8389243 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PowerOff.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_PowerOff.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PowerOff.cpp"; sourceTree = ""; }; - 0E9A7809D45C46718F6F523E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/HorizontalLayout.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HorizontalLayout.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/HorizontalLayout.h"; sourceTree = ""; }; - 0F38F7D6F9B34BB9AAF1A6FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Parser.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Parser.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Parser.cpp"; sourceTree = ""; }; - 0F473E2175C24F28BF8A4DA9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = X86Assembler.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler.cpp"; sourceTree = ""; }; - 0F62568A6FEA4E9598D35DB2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thfpool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Thfpool.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thfpool.h"; sourceTree = ""; }; - 10221600D65443A1A0E11A24 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanDeviceInfo.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.h"; sourceTree = ""; }; - 102D29D9D4AA42E1AD40EB5C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdman.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Cdvdman.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdman.h"; sourceTree = ""; }; - 10730DDC66914C86BA7A23D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_NamcoAcRam.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.cpp"; sourceTree = ""; }; - 108567FA57A24DCBBABBEF80 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Merge64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Merge64Test.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Merge64Test.h"; sourceTree = ""; }; - 110EA6C22FF54DC0B0E7591C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SaveImporter.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporter.h"; sourceTree = ""; }; - 1127CA1D5ED7483FBAFAA356 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsExecutor.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MipsExecutor.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsExecutor.h"; sourceTree = ""; }; - 114D06CF0C3B4089B632B737 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifDynamic.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_SifDynamic.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifDynamic.cpp"; sourceTree = ""; }; - 117467D2933F4856B406EA3C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SocketDef.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SocketDef.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SocketDef.h"; sourceTree = ""; }; - 119B50ADFC9B43939BE78BC3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_opt.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c"; sourceTree = ""; }; - 11DD233AB01C4FD2AB4E27DB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt"; sourceTree = ""; }; - 12979AB6450E450BB6A3DE30 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/CodedBlockPatternTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CodedBlockPatternTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/CodedBlockPatternTable.cpp"; sourceTree = ""; }; - 13443A85A38046CBBD438E91 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_sequences.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h"; sourceTree = ""; }; - 138E7557B12647A6B9AB3F41 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = NamcoSys246Driver.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.h"; sourceTree = ""; }; - 13F156984D384C96BDDDD28F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Loader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Loader.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Loader.h"; sourceTree = ""; }; - 1409547A482F408EAC091E5A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/FilesystemUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FilesystemUtils.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/FilesystemUtils.cpp"; sourceTree = ""; }; - 141959309FEA48068D2CC3CB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsSpriteRegion.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GsSpriteRegion.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsSpriteRegion.h"; sourceTree = ""; }; - 14395D9AAD794A80894E20E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTableRecord.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PathTableRecord.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTableRecord.h"; sourceTree = ""; }; - 148A5DABA9A44452AE81EDDF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PadMan.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_PadMan.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PadMan.cpp"; sourceTree = ""; }; - 14A2BCC27D374AD286E67AFF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/PsuSaveImporter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PsuSaveImporter.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/PsuSaveImporter.h"; sourceTree = ""; }; - 14C9F5BFD33A4F298B54DB1C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Md.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_Wasm_Md.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Md.cpp"; sourceTree = ""; }; - 15502CAEF24C48DEB2C3C6FC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2100.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_FileIoHandler2100.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2100.cpp"; sourceTree = ""; }; - 158988023D6C4653B63BDE6D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess16Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemAccess16Test.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess16Test.cpp"; sourceTree = ""; }; - 15C6EC9DE2514810BF9F9D0C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpFlagTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdFpFlagTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpFlagTest.h"; sourceTree = ""; }; - 16036D575E58492C8E6A8216 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/GSH_OpenGLiOS.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_OpenGLiOS.cpp; path = GSH_OpenGLiOS.cpp; sourceTree = SOURCE_ROOT; }; - 1611F2DD41B647449C54772C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86CpuFeatures.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = X86CpuFeatures.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86CpuFeatures.cpp"; sourceTree = ""; }; - 165151C5214E4894BB7BF9D9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeFiles/Nuanceur.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeFiles/Nuanceur.dir/Info.plist; sourceTree = ""; }; - 1674D75814A24C3BA90CB8F4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockAddressIncrementTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IPU_MacroblockAddressIncrementTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockAddressIncrementTable.cpp"; sourceTree = ""; }; - 1686DE5273784AF685D54B01 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanMemoryUtils.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.h"; sourceTree = ""; }; - 168A08D1F91E49038142BD37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeBTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IPU_MacroblockTypeBTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeBTable.cpp"; sourceTree = ""; }; - 16E779AABE1A4F80A4DEB0A7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Heaplib.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Heaplib.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Heaplib.h"; sourceTree = ""; }; - 17226CFB04054A459A567B15 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/WasmModuleBuilder.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = WasmModuleBuilder.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/WasmModuleBuilder.cpp"; sourceTree = ""; }; - 1762AD8517E14E3DBB8F1FFC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsDebuggerInterface.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GsDebuggerInterface.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsDebuggerInterface.h"; sourceTree = ""; }; - 179F3FC54CE64E93B5452218 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/BackgroundLayer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BackgroundLayer.h; path = BackgroundLayer.h; sourceTree = SOURCE_ROOT; }; - 180BDD2D0A2048DEAFB2BAD0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessRefTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemAccessRefTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessRefTest.h"; sourceTree = ""; }; + 001B9C3AC1464EB79E1ED6B9 /* ../Play-/Source/iop/Iop_Dev9.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Dev9.cpp; path = "../Play-/Source/iop/Iop_Dev9.cpp"; sourceTree = ""; }; + 002B3B6A3DE04F72A233CCC6 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCache.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = SDImageCache.m; path = "../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCache.m"; sourceTree = ""; }; + 0071E0422388470AB95184E6 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt"; sourceTree = ""; }; + 00D9E3F78E714B5CBC8AA4B6 /* ../Play-/Source/iop/Iop_Ilink.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Ilink.cpp; path = "../Play-/Source/iop/Iop_Ilink.cpp"; sourceTree = ""; }; + 00FEA347FF79471A85E6EC43 /* ../Play-/Source/iop/Iop_FileIoHandler1000.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_FileIoHandler1000.h; path = "../Play-/Source/iop/Iop_FileIoHandler1000.h"; sourceTree = ""; }; + 01C7540A601C4C45AD8322D4 /* ../Play-/deps/Framework/src/string_cast_sjis.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = string_cast_sjis.cpp; path = "../Play-/deps/Framework/src/string_cast_sjis.cpp"; sourceTree = ""; }; + 01D35FF5B1D248F3881E5552 /* ../Play-/Source/iop/ioman/DirectoryDevice.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = DirectoryDevice.h; path = "../Play-/Source/iop/ioman/DirectoryDevice.h"; sourceTree = ""; }; + 01ED08687266442B849C5744 /* ../Play-/Source/ui_ios/Resources/analogstick.png */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = image; name = analogstick.png; path = Resources/analogstick.png; sourceTree = SOURCE_ROOT; }; + 0211986CC4AB443DB9A38981 /* ../Play-/Source/gs/GsTextureCache.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GsTextureCache.h; path = "../Play-/Source/gs/GsTextureCache.h"; sourceTree = ""; }; + 025ECD4D58B9421FB84B2D03 /* ../Play-/deps/CodeGen/tests/MemAccessIdxTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemAccessIdxTest.cpp; path = "../Play-/deps/CodeGen/tests/MemAccessIdxTest.cpp"; sourceTree = ""; }; + 025F5A217B2444C2ABD64AFD /* ../Play-/deps/Nuanceur/src/generators/GlslShaderGenerator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GlslShaderGenerator.cpp; path = "../Play-/deps/Nuanceur/src/generators/GlslShaderGenerator.cpp"; sourceTree = ""; }; + 029F764DB59246FD867DFF7E /* ../Play-/Source/MailBox.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MailBox.h; path = "../Play-/Source/MailBox.h"; sourceTree = ""; }; + 02DE657D32B5439AA916F523 /* ../Play-/Source/ui_shared/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/Source/ui_shared/CMakeLists.txt"; sourceTree = ""; }; + 02FB143E793A411D8634A33B /* ../Play-/deps/Framework/include/amazon/AmazonClient.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AmazonClient.h; path = "../Play-/deps/Framework/include/amazon/AmazonClient.h"; sourceTree = ""; }; + 034CD532BAC4484F814277EF /* ../Play-/Source/iop/Iop_Thsema.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Thsema.h; path = "../Play-/Source/iop/Iop_Thsema.h"; sourceTree = ""; }; + 0379A5524D17433C9C991D5D /* ../Play-/Source/PS2VM_Preferences.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PS2VM_Preferences.h; path = "../Play-/Source/PS2VM_Preferences.h"; sourceTree = ""; }; + 03EC7D1CADF64DAFA4CDC965 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/trees.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = trees.h; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/trees.h"; sourceTree = ""; }; + 03F3C52523BC4C14ADD17D53 /* ../Play-/Source/iop/Ioman_Device.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Ioman_Device.h; path = "../Play-/Source/iop/Ioman_Device.h"; sourceTree = ""; }; + 03FCB6EA20F84E94AD354F29 /* ../Play-/Source/iop/IopBios.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IopBios.h; path = "../Play-/Source/iop/IopBios.h"; sourceTree = ""; }; + 045FF04F91BD4E1EBD946A32 /* ../Play-/Source/ee/VUShared_Reflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VUShared_Reflection.cpp; path = "../Play-/Source/ee/VUShared_Reflection.cpp"; sourceTree = ""; }; + 046427E304CD46BFB31B7259 /* ../Play-/deps/Framework/include/layout/LayoutObject.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LayoutObject.h; path = "../Play-/deps/Framework/include/layout/LayoutObject.h"; sourceTree = ""; }; + 047B72D357CD4158A7F87122 /* ../Play-/Source/FpUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FpUtils.cpp; path = "../Play-/Source/FpUtils.cpp"; sourceTree = ""; }; + 04DF0493C9CF41828F541A2A /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_fast.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h"; sourceTree = ""; }; + 04FF4B20A1AE4CACB6EE7BF6 /* ../cmake/Source/ui_ios/gs/GSH_Vulkan/CMakeFiles/gsh_vulkan.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/gs/GSH_Vulkan/CMakeFiles/gsh_vulkan.dir/Info.plist; sourceTree = ""; }; + 051667B5C06C414A91CBC227 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_ddict.c; path = "../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c"; sourceTree = ""; }; + 0518C269164B453EA7DA3D93 /* ../Play-/deps/Framework/include/zip/ZipInflateStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ZipInflateStream.h; path = "../Play-/deps/Framework/include/zip/ZipInflateStream.h"; sourceTree = ""; }; + 05B95F0D3F8C4B848E054677 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_Wasm_64.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_64.cpp"; sourceTree = ""; }; + 05BDDE6E3BCD4E4C8B8E6774 /* ../Play-/deps/CodeGen/include/LiteralPool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LiteralPool.h; path = "../Play-/deps/CodeGen/include/LiteralPool.h"; sourceTree = ""; }; + 05C8DEA60B3440308B86DC94 /* ../Play-/Source/iop/ioman/PreferenceDirectoryDevice.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PreferenceDirectoryDevice.h; path = "../Play-/Source/iop/ioman/PreferenceDirectoryDevice.h"; sourceTree = ""; }; + 05D5FD03A5414562BF71D994 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzlib.c; path = "../Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c"; sourceTree = ""; }; + 06029593627A4E9BBDBD528B /* ../Play-/Source/COP_SCU.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = COP_SCU.h; path = "../Play-/Source/COP_SCU.h"; sourceTree = ""; }; + 061B12EF93644EBC81F0F11B /* ../Play-/deps/CodeGen/src/X86Assembler_Fpu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = X86Assembler_Fpu.cpp; path = "../Play-/deps/CodeGen/src/X86Assembler_Fpu.cpp"; sourceTree = ""; }; + 069B762CA2974D37A7BB7DFD /* ../Play-/Source/FrameDump.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FrameDump.h; path = "../Play-/Source/FrameDump.h"; sourceTree = ""; }; + 06AC73B23B564929AA53FBA6 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v01.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h"; sourceTree = ""; }; + 06E8EBDDFF674B479D4ABCCE /* ../Play-/Source/discimages/ChdCdImageStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ChdCdImageStream.h; path = "../Play-/Source/discimages/ChdCdImageStream.h"; sourceTree = ""; }; + 076E689FABE446B8A184890F /* ../Play-/Source/Profiler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Profiler.cpp; path = "../Play-/Source/Profiler.cpp"; sourceTree = ""; }; + 07B855465BAE4DC48940B7AD /* ../Play-/Source/iop/Iop_SifDynamic.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_SifDynamic.h; path = "../Play-/Source/iop/Iop_SifDynamic.h"; sourceTree = ""; }; + 07FAFBAF0DEE486D9B6181D9 /* ../Play-/deps/Framework/build_cmake/FrameworkOpenAl/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/Framework/build_cmake/FrameworkOpenAl/CMakeLists.txt"; sourceTree = ""; }; + 08DBAA312E0344F68CED48C6 /* ../Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = NamcoSys147NANDReader.h; path = "../Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.h"; sourceTree = ""; }; + 08F46F1ED762408EA643A8B7 /* ../Play-/Source/ee/VuBasicBlock.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VuBasicBlock.h; path = "../Play-/Source/ee/VuBasicBlock.h"; sourceTree = ""; }; + 091A42225492434B9BB4FCA3 /* ../Play-/deps/Dependencies/zstd/lib/common/pool.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pool.c; path = "../Play-/deps/Dependencies/zstd/lib/common/pool.c"; sourceTree = ""; }; + 092B41993D2A4FF085821FE8 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v03.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h"; sourceTree = ""; }; + 093E5DEEACB84FD2AE94183C /* ../Play-/Source/MIPSAssembler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MIPSAssembler.cpp; path = "../Play-/Source/MIPSAssembler.cpp"; sourceTree = ""; }; + 0952CC56DF8A4B9799771F9D /* ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGen.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGen.dir/Info.plist; sourceTree = ""; }; + 09A85B7E929643BFB848DCEC /* ../Play-/deps/Framework/include/filesystem_def.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = filesystem_def.h; path = "../Play-/deps/Framework/include/filesystem_def.h"; sourceTree = ""; }; + 09BAA53E78BB4F948F01A3FC /* ../Play-/deps/CodeGen/tests/AliasTest2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AliasTest2.cpp; path = "../Play-/deps/CodeGen/tests/AliasTest2.cpp"; sourceTree = ""; }; + 09BFD51C5C914C67BBBF9629 /* ../Play-/deps/CodeGen/include/X86CpuFeatures.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = X86CpuFeatures.h; path = "../Play-/deps/CodeGen/include/X86CpuFeatures.h"; sourceTree = ""; }; + 09FF190BB33642D2A8DA6AE5 /* ../Play-/Source/ui_ios/Resources/icon@2x.png */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = image; name = "icon@2x.png"; path = "Resources/icon@2x.png"; sourceTree = SOURCE_ROOT; }; + 0A00B9C58E254424B857368A /* ../Play-/deps/Nuanceur/include/nuanceur/Builder.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Builder.h; path = "../Play-/deps/Nuanceur/include/nuanceur/Builder.h"; sourceTree = ""; }; + 0A0D2E16629F4A638F80ADFF /* ../Play-/Source/iop/Iop_SifMan.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_SifMan.h; path = "../Play-/Source/iop/Iop_SifMan.h"; sourceTree = ""; }; + 0A30BCAA37614488935BE3AF /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_AArch64.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_AArch64.h; path = "../Play-/deps/CodeGen/include/Jitter_CodeGen_AArch64.h"; sourceTree = ""; }; + 0A660CC85AB5417D8B3F4319 /* ../Play-/Source/ee/Ee_LibMc2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Ee_LibMc2.cpp; path = "../Play-/Source/ee/Ee_LibMc2.cpp"; sourceTree = ""; }; + 0A74912CE1CD446C9FC5A81A /* ../Play-/deps/Framework/src/SocketStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SocketStream.cpp; path = "../Play-/deps/Framework/src/SocketStream.cpp"; sourceTree = ""; }; + 0AD6A11D2845416DBBA10D63 /* ../Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = entropy_common.c; path = "../Play-/deps/Dependencies/zstd/lib/common/entropy_common.c"; sourceTree = ""; }; + 0ADC5A905CB9408FAC554809 /* ../Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = NamcoSys147NANDReader.cpp; path = "../Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.cpp"; sourceTree = ""; }; + 0B1794A33CA849B1AB3B81CF /* ../Play-/Source/ee/MA_VU_LowerReflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_VU_LowerReflection.cpp; path = "../Play-/Source/ee/MA_VU_LowerReflection.cpp"; sourceTree = ""; }; + 0B7B5E0746DF4F358ECCE98B /* ../Play-/deps/CodeGen/tests/CompareTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CompareTest.h; path = "../Play-/deps/CodeGen/tests/CompareTest.h"; sourceTree = ""; }; + 0BF390E66E354D7CA28FCD18 /* ../Play-/deps/CodeGen/tests/AliasTest2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AliasTest2.h; path = "../Play-/deps/CodeGen/tests/AliasTest2.h"; sourceTree = ""; }; + 0C3DACB13DDA4301A3AC72CC /* ../Play-/deps/CodeGen/tests/SimpleMdTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SimpleMdTest.h; path = "../Play-/deps/CodeGen/tests/SimpleMdTest.h"; sourceTree = ""; }; + 0C50955A74D3437499E309CF /* ../Play-/Source/ee/Timer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Timer.cpp; path = "../Play-/Source/ee/Timer.cpp"; sourceTree = ""; }; + 0C9262D3E9AE4981AC645593 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v02.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c"; sourceTree = ""; }; + 0D1498B428B44A79B115770D /* ../Play-/Source/Log.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Log.h; path = "../Play-/Source/Log.h"; sourceTree = ""; }; + 0D833505517C4060AFEE3655 /* ../Play-/Source/iop/Iop_Secrman.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Secrman.h; path = "../Play-/Source/iop/Iop_Secrman.h"; sourceTree = ""; }; + 0DDC59F5EB894001A6CB3CCA /* ../Play-/Source/VirtualPad.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VirtualPad.cpp; path = "../Play-/Source/VirtualPad.cpp"; sourceTree = ""; }; + 0E0CA88A512044438B7A849B /* ../Play-/deps/Framework/src/bitmap/BMP.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = BMP.cpp; path = "../Play-/deps/Framework/src/bitmap/BMP.cpp"; sourceTree = ""; }; + 0E87C967219B45AAA8389243 /* ../Play-/Source/iop/Iop_PowerOff.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_PowerOff.cpp; path = "../Play-/Source/iop/Iop_PowerOff.cpp"; sourceTree = ""; }; + 0E9A7809D45C46718F6F523E /* ../Play-/deps/Framework/include/layout/HorizontalLayout.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HorizontalLayout.h; path = "../Play-/deps/Framework/include/layout/HorizontalLayout.h"; sourceTree = ""; }; + 0F38F7D6F9B34BB9AAF1A6FA /* ../Play-/deps/Framework/src/xml/Parser.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Parser.cpp; path = "../Play-/deps/Framework/src/xml/Parser.cpp"; sourceTree = ""; }; + 0F473E2175C24F28BF8A4DA9 /* ../Play-/deps/CodeGen/src/X86Assembler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = X86Assembler.cpp; path = "../Play-/deps/CodeGen/src/X86Assembler.cpp"; sourceTree = ""; }; + 0F62568A6FEA4E9598D35DB2 /* ../Play-/Source/iop/Iop_Thfpool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Thfpool.h; path = "../Play-/Source/iop/Iop_Thfpool.h"; sourceTree = ""; }; + 10221600D65443A1A0E11A24 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanDeviceInfo.h; path = "../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.h"; sourceTree = ""; }; + 102D29D9D4AA42E1AD40EB5C /* ../Play-/Source/iop/Iop_Cdvdman.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Cdvdman.h; path = "../Play-/Source/iop/Iop_Cdvdman.h"; sourceTree = ""; }; + 10730DDC66914C86BA7A23D1 /* ../Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_NamcoAcRam.cpp; path = "../Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.cpp"; sourceTree = ""; }; + 108567FA57A24DCBBABBEF80 /* ../Play-/deps/CodeGen/tests/Merge64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Merge64Test.h; path = "../Play-/deps/CodeGen/tests/Merge64Test.h"; sourceTree = ""; }; + 110EA6C22FF54DC0B0E7591C /* ../Play-/Source/saves/SaveImporter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SaveImporter.h; path = "../Play-/Source/saves/SaveImporter.h"; sourceTree = ""; }; + 1127CA1D5ED7483FBAFAA356 /* ../Play-/Source/MipsExecutor.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MipsExecutor.h; path = "../Play-/Source/MipsExecutor.h"; sourceTree = ""; }; + 114D06CF0C3B4089B632B737 /* ../Play-/Source/iop/Iop_SifDynamic.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_SifDynamic.cpp; path = "../Play-/Source/iop/Iop_SifDynamic.cpp"; sourceTree = ""; }; + 117467D2933F4856B406EA3C /* ../Play-/deps/Framework/include/SocketDef.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SocketDef.h; path = "../Play-/deps/Framework/include/SocketDef.h"; sourceTree = ""; }; + 119B50ADFC9B43939BE78BC3 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_opt.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c"; sourceTree = ""; }; + 11DD233AB01C4FD2AB4E27DB /* ../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt"; sourceTree = ""; }; + 12979AB6450E450BB6A3DE30 /* ../Play-/deps/Framework/src/mpeg2/CodedBlockPatternTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CodedBlockPatternTable.cpp; path = "../Play-/deps/Framework/src/mpeg2/CodedBlockPatternTable.cpp"; sourceTree = ""; }; + 13443A85A38046CBBD438E91 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_sequences.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h"; sourceTree = ""; }; + 138E7557B12647A6B9AB3F41 /* ../Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = NamcoSys246Driver.h; path = "../Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.h"; sourceTree = ""; }; + 13F156984D384C96BDDDD28F /* ../Play-/deps/Framework/include/vulkan/Loader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Loader.h; path = "../Play-/deps/Framework/include/vulkan/Loader.h"; sourceTree = ""; }; + 1409547A482F408EAC091E5A /* ../Play-/deps/Framework/src/FilesystemUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FilesystemUtils.cpp; path = "../Play-/deps/Framework/src/FilesystemUtils.cpp"; sourceTree = ""; }; + 141959309FEA48068D2CC3CB /* ../Play-/Source/gs/GsSpriteRegion.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GsSpriteRegion.h; path = "../Play-/Source/gs/GsSpriteRegion.h"; sourceTree = ""; }; + 14395D9AAD794A80894E20E6 /* ../Play-/Source/ISO9660/PathTableRecord.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PathTableRecord.h; path = "../Play-/Source/ISO9660/PathTableRecord.h"; sourceTree = ""; }; + 148A5DABA9A44452AE81EDDF /* ../Play-/Source/iop/Iop_PadMan.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_PadMan.cpp; path = "../Play-/Source/iop/Iop_PadMan.cpp"; sourceTree = ""; }; + 14A2BCC27D374AD286E67AFF /* ../Play-/Source/saves/PsuSaveImporter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PsuSaveImporter.h; path = "../Play-/Source/saves/PsuSaveImporter.h"; sourceTree = ""; }; + 14C9F5BFD33A4F298B54DB1C /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Md.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_Wasm_Md.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Md.cpp"; sourceTree = ""; }; + 15502CAEF24C48DEB2C3C6FC /* ../Play-/Source/iop/Iop_FileIoHandler2100.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_FileIoHandler2100.cpp; path = "../Play-/Source/iop/Iop_FileIoHandler2100.cpp"; sourceTree = ""; }; + 158988023D6C4653B63BDE6D /* ../Play-/deps/CodeGen/tests/MemAccess16Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemAccess16Test.cpp; path = "../Play-/deps/CodeGen/tests/MemAccess16Test.cpp"; sourceTree = ""; }; + 15C6EC9DE2514810BF9F9D0C /* ../Play-/deps/CodeGen/tests/MdFpFlagTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdFpFlagTest.h; path = "../Play-/deps/CodeGen/tests/MdFpFlagTest.h"; sourceTree = ""; }; + 16036D575E58492C8E6A8216 /* ../Play-/Source/ui_ios/GSH_OpenGLiOS.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_OpenGLiOS.cpp; path = GSH_OpenGLiOS.cpp; sourceTree = SOURCE_ROOT; }; + 1611F2DD41B647449C54772C /* ../Play-/deps/CodeGen/src/X86CpuFeatures.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = X86CpuFeatures.cpp; path = "../Play-/deps/CodeGen/src/X86CpuFeatures.cpp"; sourceTree = ""; }; + 165151C5214E4894BB7BF9D9 /* ../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeFiles/Nuanceur.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeFiles/Nuanceur.dir/Info.plist; sourceTree = ""; }; + 1674D75814A24C3BA90CB8F4 /* ../Play-/Source/ee/IPU_MacroblockAddressIncrementTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IPU_MacroblockAddressIncrementTable.cpp; path = "../Play-/Source/ee/IPU_MacroblockAddressIncrementTable.cpp"; sourceTree = ""; }; + 1686DE5273784AF685D54B01 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanMemoryUtils.h; path = "../Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.h"; sourceTree = ""; }; + 168A08D1F91E49038142BD37 /* ../Play-/Source/ee/IPU_MacroblockTypeBTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IPU_MacroblockTypeBTable.cpp; path = "../Play-/Source/ee/IPU_MacroblockTypeBTable.cpp"; sourceTree = ""; }; + 16E779AABE1A4F80A4DEB0A7 /* ../Play-/Source/iop/Iop_Heaplib.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Heaplib.h; path = "../Play-/Source/iop/Iop_Heaplib.h"; sourceTree = ""; }; + 17226CFB04054A459A567B15 /* ../Play-/deps/CodeGen/src/WasmModuleBuilder.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = WasmModuleBuilder.cpp; path = "../Play-/deps/CodeGen/src/WasmModuleBuilder.cpp"; sourceTree = ""; }; + 1762AD8517E14E3DBB8F1FFC /* ../Play-/Source/gs/GsDebuggerInterface.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GsDebuggerInterface.h; path = "../Play-/Source/gs/GsDebuggerInterface.h"; sourceTree = ""; }; + 179F3FC54CE64E93B5452218 /* ../Play-/Source/ui_ios/BackgroundLayer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BackgroundLayer.h; path = BackgroundLayer.h; sourceTree = SOURCE_ROOT; }; + 180BDD2D0A2048DEAFB2BAD0 /* ../Play-/deps/CodeGen/tests/MemAccessRefTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemAccessRefTest.h; path = "../Play-/deps/CodeGen/tests/MemAccessRefTest.h"; sourceTree = ""; }; 182C53786BFF4DD69E42CA8C /* /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/QuartzCore.framework */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = ""; }; - 1855857B25564D48AE6688D7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/MemoryFunction.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemoryFunction.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/MemoryFunction.cpp"; sourceTree = ""; }; - 18A0E0F702A94655B7494EFD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpClampTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FpClampTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpClampTest.h"; sourceTree = ""; }; - 18D3558B8D7945829C320E84 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuAnalysis.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VuAnalysis.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuAnalysis.h"; sourceTree = ""; }; - 1912309D54D6409EB42CD7B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StringUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StringUtils.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StringUtils.h"; sourceTree = ""; }; - 1968D3A92E2D4FFDA66EBA61 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Alu64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Alu64Test.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Alu64Test.cpp"; sourceTree = ""; }; - 19A5DA3A9F444302A79A15F7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+MultiFormat.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "UIImage+MultiFormat.m"; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+MultiFormat.m"; sourceTree = ""; }; - 19BF3FA278234643A229B687 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsPixelFormats.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GsPixelFormats.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsPixelFormats.cpp"; sourceTree = ""; }; - 19C3051EBC7248E18DA144C3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/opengl/Shader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Shader.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/opengl/Shader.cpp"; sourceTree = ""; }; - 19D136008A03463BB5A75756 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AliasTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest.cpp"; sourceTree = ""; }; - 19DCEF5CD2CA4D9C93A1D026 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_ScopedFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Ioman_ScopedFile.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_ScopedFile.h"; sourceTree = ""; }; - 1A1F453F0678433F9417699A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/AArch64Assembler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AArch64Assembler.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/AArch64Assembler.cpp"; sourceTree = ""; }; - 1A364A9BCE3A4B3F8C3E4E3D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StringUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StringUtils.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StringUtils.cpp"; sourceTree = ""; }; - 1A78125883BE4A8A803DF045 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_legacy.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h"; sourceTree = ""; }; - 1A8F14B4BE3842FC87BC5432 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadHandler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PadHandler.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadHandler.h"; sourceTree = ""; }; - 1AC2C635BF19410180EDB0CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/CMakeFiles/AltKit.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/CMakeFiles/AltKit.dir/Info.plist; sourceTree = ""; }; - 1AED347BD42041759E577A02 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vpu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Vpu.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vpu.cpp"; sourceTree = ""; }; - 1B0220875C6E453FB5825E62 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/ShaderModule.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ShaderModule.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/ShaderModule.cpp"; sourceTree = ""; }; - 1B029FD3F0494CC88ECA91AD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/psx/PsxBios.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PsxBios.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/psx/PsxBios.cpp"; sourceTree = ""; }; - 1B20352346AB44B4A86B934C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = cover.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c"; sourceTree = ""; }; - 1C603F1AD651461B915C9391 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/CMakeFiles/chdr-static.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/CMakeFiles/chdr-static.dir/Info.plist"; sourceTree = ""; }; - 1CAE4A5D1B87457EA39E86B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryMap.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemoryMap.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryMap.h"; sourceTree = ""; }; - 1CC793B581114F9196BB2470 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanTransferHost.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.h"; sourceTree = ""; }; - 1CE3DC26157A4F4187229647 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/CMakeLists.txt"; sourceTree = ""; }; - 1CE3EF2E68224FF2B104D8B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/IntSwizzleSelector4.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IntSwizzleSelector4.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/IntSwizzleSelector4.h"; sourceTree = ""; }; - 1CE7F1BAF7B2485DB0408D92 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Node.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Node.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Node.cpp"; sourceTree = ""; }; - 1CE9D52D044C469BA7037573 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_SymbolTable.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_SymbolTable.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_SymbolTable.h"; sourceTree = ""; }; - 1D2BF338F1E64C91BEC61253 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist; sourceTree = ""; }; - 1E167863D2EC46A6A40FDB15 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/iCade-iOS/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/iCade-iOS/CMakeLists.txt"; sourceTree = ""; }; - 1E48CD9D15D343DC89170F75 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpuTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FpuTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpuTest.cpp"; sourceTree = ""; }; - 1E71AB8261F744859BB8B90C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2100.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_FileIoHandler2100.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2100.h"; sourceTree = ""; }; - 1E97859D9DFF42268239436C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_FPU.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = COP_FPU.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_FPU.cpp"; sourceTree = ""; }; - 1EB0D00C7B7D4835BFB0905C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTestLiteral.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HugeJumpTestLiteral.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTestLiteral.h"; sourceTree = ""; }; - 1EE649FD56B74BDCA491FB8C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SubSystem.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_SubSystem.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SubSystem.cpp"; sourceTree = ""; }; - 1F070394F9E44424AA7C3CEE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmac.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Dmac.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmac.cpp"; sourceTree = ""; }; - 1F20C249372346E082DFCE3C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/XmlStateFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = XmlStateFile.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/XmlStateFile.cpp"; sourceTree = ""; }; - 1F25FA747B1F43F8A0A4C664 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTestLiteral.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HugeJumpTestLiteral.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTestLiteral.cpp"; sourceTree = ""; }; - 1F2832E3013743DEBD612642 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ExternJumpTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ExternJumpTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ExternJumpTest.cpp"; sourceTree = ""; }; + 1855857B25564D48AE6688D7 /* ../Play-/deps/CodeGen/src/MemoryFunction.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemoryFunction.cpp; path = "../Play-/deps/CodeGen/src/MemoryFunction.cpp"; sourceTree = ""; }; + 18A0E0F702A94655B7494EFD /* ../Play-/deps/CodeGen/tests/FpClampTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FpClampTest.h; path = "../Play-/deps/CodeGen/tests/FpClampTest.h"; sourceTree = ""; }; + 18D3558B8D7945829C320E84 /* ../Play-/Source/ee/VuAnalysis.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VuAnalysis.h; path = "../Play-/Source/ee/VuAnalysis.h"; sourceTree = ""; }; + 1912309D54D6409EB42CD7B5 /* ../Play-/deps/Framework/include/StringUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StringUtils.h; path = "../Play-/deps/Framework/include/StringUtils.h"; sourceTree = ""; }; + 1968D3A92E2D4FFDA66EBA61 /* ../Play-/deps/CodeGen/tests/Alu64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Alu64Test.cpp; path = "../Play-/deps/CodeGen/tests/Alu64Test.cpp"; sourceTree = ""; }; + 19A5DA3A9F444302A79A15F7 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+MultiFormat.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "UIImage+MultiFormat.m"; path = "../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+MultiFormat.m"; sourceTree = ""; }; + 19BF3FA278234643A229B687 /* ../Play-/Source/gs/GsPixelFormats.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GsPixelFormats.cpp; path = "../Play-/Source/gs/GsPixelFormats.cpp"; sourceTree = ""; }; + 19C3051EBC7248E18DA144C3 /* ../Play-/deps/Framework/src/opengl/Shader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Shader.cpp; path = "../Play-/deps/Framework/src/opengl/Shader.cpp"; sourceTree = ""; }; + 19D136008A03463BB5A75756 /* ../Play-/deps/CodeGen/tests/AliasTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AliasTest.cpp; path = "../Play-/deps/CodeGen/tests/AliasTest.cpp"; sourceTree = ""; }; + 19DCEF5CD2CA4D9C93A1D026 /* ../Play-/Source/iop/Ioman_ScopedFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Ioman_ScopedFile.h; path = "../Play-/Source/iop/Ioman_ScopedFile.h"; sourceTree = ""; }; + 1A1F453F0678433F9417699A /* ../Play-/deps/CodeGen/src/AArch64Assembler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AArch64Assembler.cpp; path = "../Play-/deps/CodeGen/src/AArch64Assembler.cpp"; sourceTree = ""; }; + 1A364A9BCE3A4B3F8C3E4E3D /* ../Play-/deps/Framework/src/StringUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StringUtils.cpp; path = "../Play-/deps/Framework/src/StringUtils.cpp"; sourceTree = ""; }; + 1A78125883BE4A8A803DF045 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_legacy.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h"; sourceTree = ""; }; + 1A8F14B4BE3842FC87BC5432 /* ../Play-/Source/PadHandler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PadHandler.h; path = "../Play-/Source/PadHandler.h"; sourceTree = ""; }; + 1AC2C635BF19410180EDB0CF /* ../cmake/Source/ui_ios/AltKit/CMakeFiles/AltKit.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/AltKit/CMakeFiles/AltKit.dir/Info.plist; sourceTree = ""; }; + 1AED347BD42041759E577A02 /* ../Play-/Source/ee/Vpu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Vpu.cpp; path = "../Play-/Source/ee/Vpu.cpp"; sourceTree = ""; }; + 1B0220875C6E453FB5825E62 /* ../Play-/deps/Framework/src/vulkan/ShaderModule.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ShaderModule.cpp; path = "../Play-/deps/Framework/src/vulkan/ShaderModule.cpp"; sourceTree = ""; }; + 1B029FD3F0494CC88ECA91AD /* ../Play-/Source/psx/PsxBios.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PsxBios.cpp; path = "../Play-/Source/psx/PsxBios.cpp"; sourceTree = ""; }; + 1B20352346AB44B4A86B934C /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = cover.c; path = "../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c"; sourceTree = ""; }; + 1C603F1AD651461B915C9391 /* ../cmake/Source/ui_ios/Source/libchdr/CMakeFiles/chdr-static.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "../cmake/Source/ui_ios/Source/libchdr/CMakeFiles/chdr-static.dir/Info.plist"; sourceTree = ""; }; + 1CAE4A5D1B87457EA39E86B4 /* ../Play-/Source/MemoryMap.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemoryMap.h; path = "../Play-/Source/MemoryMap.h"; sourceTree = ""; }; + 1CC793B581114F9196BB2470 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanTransferHost.h; path = "../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.h"; sourceTree = ""; }; + 1CE3DC26157A4F4187229647 /* ../Play-/Source/gs/GSH_Vulkan/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/Source/gs/GSH_Vulkan/CMakeLists.txt"; sourceTree = ""; }; + 1CE3EF2E68224FF2B104D8B3 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/IntSwizzleSelector4.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IntSwizzleSelector4.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/IntSwizzleSelector4.h"; sourceTree = ""; }; + 1CE7F1BAF7B2485DB0408D92 /* ../Play-/deps/Framework/src/xml/Node.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Node.cpp; path = "../Play-/deps/Framework/src/xml/Node.cpp"; sourceTree = ""; }; + 1CE9D52D044C469BA7037573 /* ../Play-/deps/CodeGen/include/Jitter_SymbolTable.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_SymbolTable.h; path = "../Play-/deps/CodeGen/include/Jitter_SymbolTable.h"; sourceTree = ""; }; + 1D2BF338F1E64C91BEC61253 /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist; sourceTree = ""; }; + 1E167863D2EC46A6A40FDB15 /* ../Play-/deps/Dependencies/build_cmake/iCade-iOS/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/Dependencies/build_cmake/iCade-iOS/CMakeLists.txt"; sourceTree = ""; }; + 1E48CD9D15D343DC89170F75 /* ../Play-/deps/CodeGen/tests/FpuTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FpuTest.cpp; path = "../Play-/deps/CodeGen/tests/FpuTest.cpp"; sourceTree = ""; }; + 1E71AB8261F744859BB8B90C /* ../Play-/Source/iop/Iop_FileIoHandler2100.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_FileIoHandler2100.h; path = "../Play-/Source/iop/Iop_FileIoHandler2100.h"; sourceTree = ""; }; + 1E97859D9DFF42268239436C /* ../Play-/Source/COP_FPU.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = COP_FPU.cpp; path = "../Play-/Source/COP_FPU.cpp"; sourceTree = ""; }; + 1EB0D00C7B7D4835BFB0905C /* ../Play-/deps/CodeGen/tests/HugeJumpTestLiteral.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HugeJumpTestLiteral.h; path = "../Play-/deps/CodeGen/tests/HugeJumpTestLiteral.h"; sourceTree = ""; }; + 1EE649FD56B74BDCA491FB8C /* ../Play-/Source/iop/Iop_SubSystem.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_SubSystem.cpp; path = "../Play-/Source/iop/Iop_SubSystem.cpp"; sourceTree = ""; }; + 1F070394F9E44424AA7C3CEE /* ../Play-/Source/iop/Iop_Dmac.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Dmac.cpp; path = "../Play-/Source/iop/Iop_Dmac.cpp"; sourceTree = ""; }; + 1F20C249372346E082DFCE3C /* ../Play-/Source/states/XmlStateFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = XmlStateFile.cpp; path = "../Play-/Source/states/XmlStateFile.cpp"; sourceTree = ""; }; + 1F25FA747B1F43F8A0A4C664 /* ../Play-/deps/CodeGen/tests/HugeJumpTestLiteral.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HugeJumpTestLiteral.cpp; path = "../Play-/deps/CodeGen/tests/HugeJumpTestLiteral.cpp"; sourceTree = ""; }; + 1F2832E3013743DEBD612642 /* ../Play-/deps/CodeGen/tests/ExternJumpTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ExternJumpTest.cpp; path = "../Play-/deps/CodeGen/tests/ExternJumpTest.cpp"; sourceTree = ""; }; 1F7455F673214BFDBE839CC1 /* Framework_OpenGl */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libFramework_OpenGl.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 1F7D98E6B3A94B99BFDA2B37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImagePrefetcher.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = SDWebImagePrefetcher.m; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImagePrefetcher.m"; sourceTree = ""; }; - 1F8D1E392B054659B41D1040 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/EmulatorViewController.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; name = EmulatorViewController.mm; path = EmulatorViewController.mm; sourceTree = SOURCE_ROOT; }; - 202D1DB5CECD4226A3FFB69C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/main.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; name = main.mm; path = main.mm; sourceTree = SOURCE_ROOT; }; - 203FCB4AF5AA40359F8A81F7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Sse.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = X86Assembler_Sse.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Sse.cpp"; sourceTree = ""; }; - 2052CA808BB84CD6B65B523A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_decompress_internal.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h"; sourceTree = ""; }; - 2075C21DD0AF4C848279CBE2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen.cpp"; sourceTree = ""; }; + 1F7D98E6B3A94B99BFDA2B37 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImagePrefetcher.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = SDWebImagePrefetcher.m; path = "../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImagePrefetcher.m"; sourceTree = ""; }; + 1F8D1E392B054659B41D1040 /* ../Play-/Source/ui_ios/EmulatorViewController.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; name = EmulatorViewController.mm; path = EmulatorViewController.mm; sourceTree = SOURCE_ROOT; }; + 202D1DB5CECD4226A3FFB69C /* ../Play-/Source/ui_ios/main.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; name = main.mm; path = main.mm; sourceTree = SOURCE_ROOT; }; + 203FCB4AF5AA40359F8A81F7 /* ../Play-/deps/CodeGen/src/X86Assembler_Sse.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = X86Assembler_Sse.cpp; path = "../Play-/deps/CodeGen/src/X86Assembler_Sse.cpp"; sourceTree = ""; }; + 2052CA808BB84CD6B65B523A /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_decompress_internal.h; path = "../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h"; sourceTree = ""; }; + 2075C21DD0AF4C848279CBE2 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen.cpp"; sourceTree = ""; }; 20AE7714F983476A98F1272E /* gsh_opengl */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libgsh_opengl.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 20F7E9D578F745FFB623A769 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Uint4Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Uint4Value.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Uint4Value.h"; sourceTree = ""; }; - 20FB728BAF3C4B399AF97899 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanDrawMobile.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.h"; sourceTree = ""; }; - 214211E51FBB4E17997D0D12 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Config.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Config.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Config.cpp"; sourceTree = ""; }; - 21B4A924F2F349E5BD5179A6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/FlatLayout.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FlatLayout.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/FlatLayout.h"; sourceTree = ""; }; - 21C3A2A80A594FC0A1B1C8D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/PathDirectoryIterator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PathDirectoryIterator.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/PathDirectoryIterator.cpp"; sourceTree = ""; }; - 21D5EA1105E44224BFEDA885 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/Server.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = Server.swift; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/Server.swift"; sourceTree = ""; }; - 22CC87679ED7420183F03325 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/CMakeFiles/ui_shared.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/CMakeFiles/ui_shared.dir/Info.plist; sourceTree = ""; }; - 22F48D6865864B9088B50615 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/idct/IEEE1180.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IEEE1180.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/idct/IEEE1180.cpp"; sourceTree = ""; }; - 233FE64A727F4F6684A568B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_EE_Reflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_EE_Reflection.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_EE_Reflection.cpp"; sourceTree = ""; }; - 236241B47DFE45448C48CD79 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/CMakeFiles/Play.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/CMakeFiles/Play.dir/Info.plist; sourceTree = ""; }; - 23A848CAE3F7493BBEEBC0F1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Image.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Image.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Image.h"; sourceTree = ""; }; - 23D343D10E0D4965AD2325FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/DirectoryRecord.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DirectoryRecord.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/DirectoryRecord.cpp"; sourceTree = ""; }; + 20F7E9D578F745FFB623A769 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Uint4Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Uint4Value.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/Uint4Value.h"; sourceTree = ""; }; + 20FB728BAF3C4B399AF97899 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanDrawMobile.h; path = "../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.h"; sourceTree = ""; }; + 214211E51FBB4E17997D0D12 /* ../Play-/deps/Framework/src/Config.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Config.cpp; path = "../Play-/deps/Framework/src/Config.cpp"; sourceTree = ""; }; + 21B4A924F2F349E5BD5179A6 /* ../Play-/deps/Framework/include/layout/FlatLayout.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FlatLayout.h; path = "../Play-/deps/Framework/include/layout/FlatLayout.h"; sourceTree = ""; }; + 21C3A2A80A594FC0A1B1C8D8 /* ../Play-/Source/iop/ioman/PathDirectoryIterator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PathDirectoryIterator.cpp; path = "../Play-/Source/iop/ioman/PathDirectoryIterator.cpp"; sourceTree = ""; }; + 21D5EA1105E44224BFEDA885 /* ../Play-/deps/AltKit/Sources/AltKit/Server/Server.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = Server.swift; path = "../Play-/deps/AltKit/Sources/AltKit/Server/Server.swift"; sourceTree = ""; }; + 22CC87679ED7420183F03325 /* ../cmake/Source/ui_ios/ui_shared/CMakeFiles/ui_shared.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/ui_shared/CMakeFiles/ui_shared.dir/Info.plist; sourceTree = ""; }; + 22F48D6865864B9088B50615 /* ../Play-/deps/Framework/src/idct/IEEE1180.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IEEE1180.cpp; path = "../Play-/deps/Framework/src/idct/IEEE1180.cpp"; sourceTree = ""; }; + 233FE64A727F4F6684A568B4 /* ../Play-/Source/ee/MA_EE_Reflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_EE_Reflection.cpp; path = "../Play-/Source/ee/MA_EE_Reflection.cpp"; sourceTree = ""; }; + 236241B47DFE45448C48CD79 /* ../cmake/Source/ui_ios/CMakeFiles/Play.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/CMakeFiles/Play.dir/Info.plist; sourceTree = ""; }; + 23A848CAE3F7493BBEEBC0F1 /* ../Play-/deps/Framework/include/vulkan/Image.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Image.h; path = "../Play-/deps/Framework/include/vulkan/Image.h"; sourceTree = ""; }; + 23D343D10E0D4965AD2325FA /* ../Play-/Source/ISO9660/DirectoryRecord.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DirectoryRecord.cpp; path = "../Play-/Source/ISO9660/DirectoryRecord.cpp"; sourceTree = ""; }; 2450CB2D051F4CD4B9169E33 /* ui_shared */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libui_shared.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 247A21E795114A5BAD8D8934 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SaveImporter.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporter.cpp"; sourceTree = ""; }; - 2488945390A34F6FB1F79983 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemoryUtils.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryUtils.cpp"; sourceTree = ""; }; - 24BF83A90A6A4C8D94C92063 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanDraw.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.h"; sourceTree = ""; }; - 256E18A61E6640C59DA39E38 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScopedVmPauser.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ScopedVmPauser.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScopedVmPauser.h"; sourceTree = ""; }; - 25F218BF6A1F4B37ACDEE703 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSReflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MIPSReflection.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSReflection.cpp"; sourceTree = ""; }; - 2665E45DDF614AE1B28CBF36 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/CoverViewController.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; name = CoverViewController.mm; path = CoverViewController.mm; sourceTree = SOURCE_ROOT; }; - 266DDDD172DF43BCA407E195 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpSaveImporter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = McDumpSaveImporter.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpSaveImporter.cpp"; sourceTree = ""; }; - 2714D2CC0B374304A7DDD29B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIo.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_FileIo.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIo.h"; sourceTree = ""; }; - 272766CB73BD49B99DF58FC7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OsVariableWrapper.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = OsVariableWrapper.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OsVariableWrapper.h"; sourceTree = ""; }; - 27888633383E45829B52B244 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Alu64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Alu64Test.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Alu64Test.h"; sourceTree = ""; }; - 278EB7C4D544453F82E74BBF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_sequences.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c"; sourceTree = ""; }; - 27A46F7F88FF41F2A82B8237 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Texture2DValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Texture2DValue.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Texture2DValue.h"; sourceTree = ""; }; - 27B9C8FED5F7477B8F682113 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = deflate.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.h"; sourceTree = ""; }; - 27ED7597E0FF4EDB82E79389 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/SifModule.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SifModule.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/SifModule.h"; sourceTree = ""; }; - 28234E4ED1294381AA2B6E7B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_32.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_32.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_32.cpp"; sourceTree = ""; }; - 28575F5F6EAE40BAB014697F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/MaxSaveImporter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MaxSaveImporter.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/MaxSaveImporter.cpp"; sourceTree = ""; }; - 28C1A89333084866AFE01B1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/VulkanDef.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VulkanDef.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/VulkanDef.h"; sourceTree = ""; }; - 2947C747405548B0A2DC3C60 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsJitter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MipsJitter.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsJitter.h"; sourceTree = ""; }; - 2959EFD9507D46A7B0931C6B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/SaveStateViewController.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = SaveStateViewController.m; path = SaveStateViewController.m; sourceTree = SOURCE_ROOT; }; - 296E345512524FBAA4588DEB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpClampTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FpClampTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpClampTest.cpp"; sourceTree = ""; }; - 29BD08A4B98243AC96AE640D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaDec.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzmaDec.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaDec.h"; sourceTree = ""; }; - 29E3C0FE68B546E1A576D108 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDevice.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = OpticalMediaDevice.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDevice.h"; sourceTree = ""; }; - 29E3F08301FC44F6BBA39449 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RandomAluTest2.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest2.cpp"; sourceTree = ""; }; - 29F3C33D499B4EFB9D99D2F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thevent.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Thevent.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thevent.h"; sourceTree = ""; }; - 29F7AD56793347049EDF59F8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdImageStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ChdImageStream.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdImageStream.cpp"; sourceTree = ""; }; - 2A02992B6C034732A846D7E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterState.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RegisterState.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterState.cpp"; sourceTree = ""; }; - 2A3921A80CBE4D5694CAD54F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist"; sourceTree = ""; }; - 2A4773BE8F6E4ED2B0717AB3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inflate.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.h"; sourceTree = ""; }; - 2A48B17A4D484C49B487F746 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = hist.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.c"; sourceTree = ""; }; - 2A7F47907A53494FB021A13F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageManager.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = SDWebImageManager.m; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageManager.m"; sourceTree = ""; }; - 2AF459573A2541CEB017A393 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessRefTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemAccessRefTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessRefTest.cpp"; sourceTree = ""; }; - 2B04A52C488643FF9E750EAE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_Wasm.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_Wasm.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_Wasm.h"; sourceTree = ""; }; - 2B5121A760D543ECA815550C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/VirtualPadStick.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VirtualPadStick.h; path = VirtualPadStick.h; sourceTree = SOURCE_ROOT; }; - 2B8F9C79835A4C35A0922431 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/PathDirectoryDevice.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PathDirectoryDevice.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/PathDirectoryDevice.h"; sourceTree = ""; }; - 2B9007A479174F0C8ACF9EA0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/File.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = File.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/File.cpp"; sourceTree = ""; }; - 2BDA97B426174282A64C8E20 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanOffscreen.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.cpp"; sourceTree = ""; }; - 2C2C55F593DA488BBB95D9C3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutStretch.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LayoutStretch.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutStretch.cpp"; sourceTree = ""; }; - 2C3AFC926B9643719F3E918A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_Symbol.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_Symbol.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_Symbol.h"; sourceTree = ""; }; - 2C81F42A594C4EF78C9DC5B0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzFind.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzFind.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzFind.h"; sourceTree = ""; }; - 2C8406F5733E4ED7912EEE67 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CueSheet.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CueSheet.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CueSheet.h"; sourceTree = ""; }; - 2CDDF39D4B334918B190D1B1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdLogicTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdLogicTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdLogicTest.cpp"; sourceTree = ""; }; - 2D0BB4E4C8864C30B92104C7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdShiftTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdShiftTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdShiftTest.h"; sourceTree = ""; }; - 2D5DD23A9AFE44238501D7FF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesProcesses.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BootablesProcesses.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesProcesses.h"; sourceTree = ""; }; - 2DDFB7D3FC33401783745940 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveExporter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SaveExporter.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveExporter.h"; sourceTree = ""; }; - 2E150832D4CD47EBB852AE17 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/SaveStateViewController.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SaveStateViewController.h; path = SaveStateViewController.h; sourceTree = SOURCE_ROOT; }; - 2E38A39322DE4D06BA42D63E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ddict.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h"; sourceTree = ""; }; - 2E46CEDFBD6C4A4FB0B630E4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_flac.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_flac.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_flac.c"; sourceTree = ""; }; - 2E9852F7D4F3475A99A6E2B8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast_win1252.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = string_cast_win1252.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast_win1252.cpp"; sourceTree = ""; }; - 2F24FDB21B944AC68DE17947 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Mul.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86_Mul.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Mul.h"; sourceTree = ""; }; - 2FB3B92DAEE94B3ABDCEDF2B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/CoverViewCell.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CoverViewCell.h; path = CoverViewCell.h; sourceTree = SOURCE_ROOT; }; - 30023297217B4B40B889F63C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_UpperReflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_VU_UpperReflection.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_UpperReflection.cpp"; sourceTree = ""; }; + 247A21E795114A5BAD8D8934 /* ../Play-/Source/saves/SaveImporter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SaveImporter.cpp; path = "../Play-/Source/saves/SaveImporter.cpp"; sourceTree = ""; }; + 2488945390A34F6FB1F79983 /* ../Play-/Source/MemoryUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemoryUtils.cpp; path = "../Play-/Source/MemoryUtils.cpp"; sourceTree = ""; }; + 24BF83A90A6A4C8D94C92063 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanDraw.h; path = "../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.h"; sourceTree = ""; }; + 256E18A61E6640C59DA39E38 /* ../Play-/Source/ScopedVmPauser.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ScopedVmPauser.h; path = "../Play-/Source/ScopedVmPauser.h"; sourceTree = ""; }; + 25F218BF6A1F4B37ACDEE703 /* ../Play-/Source/MIPSReflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MIPSReflection.cpp; path = "../Play-/Source/MIPSReflection.cpp"; sourceTree = ""; }; + 2665E45DDF614AE1B28CBF36 /* ../Play-/Source/ui_ios/CoverViewController.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; name = CoverViewController.mm; path = CoverViewController.mm; sourceTree = SOURCE_ROOT; }; + 266DDDD172DF43BCA407E195 /* ../Play-/Source/saves/McDumpSaveImporter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = McDumpSaveImporter.cpp; path = "../Play-/Source/saves/McDumpSaveImporter.cpp"; sourceTree = ""; }; + 2714D2CC0B374304A7DDD29B /* ../Play-/Source/iop/Iop_FileIo.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_FileIo.h; path = "../Play-/Source/iop/Iop_FileIo.h"; sourceTree = ""; }; + 272766CB73BD49B99DF58FC7 /* ../Play-/Source/OsVariableWrapper.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = OsVariableWrapper.h; path = "../Play-/Source/OsVariableWrapper.h"; sourceTree = ""; }; + 27888633383E45829B52B244 /* ../Play-/deps/CodeGen/tests/Alu64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Alu64Test.h; path = "../Play-/deps/CodeGen/tests/Alu64Test.h"; sourceTree = ""; }; + 278EB7C4D544453F82E74BBF /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_sequences.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c"; sourceTree = ""; }; + 27A46F7F88FF41F2A82B8237 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Texture2DValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Texture2DValue.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/Texture2DValue.h"; sourceTree = ""; }; + 27B9C8FED5F7477B8F682113 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = deflate.h; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.h"; sourceTree = ""; }; + 27ED7597E0FF4EDB82E79389 /* ../Play-/Source/SifModule.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SifModule.h; path = "../Play-/Source/SifModule.h"; sourceTree = ""; }; + 28234E4ED1294381AA2B6E7B /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_32.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_32.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_32.cpp"; sourceTree = ""; }; + 28575F5F6EAE40BAB014697F /* ../Play-/Source/saves/MaxSaveImporter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MaxSaveImporter.cpp; path = "../Play-/Source/saves/MaxSaveImporter.cpp"; sourceTree = ""; }; + 28C1A89333084866AFE01B1B /* ../Play-/deps/Framework/include/vulkan/VulkanDef.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VulkanDef.h; path = "../Play-/deps/Framework/include/vulkan/VulkanDef.h"; sourceTree = ""; }; + 2947C747405548B0A2DC3C60 /* ../Play-/Source/MipsJitter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MipsJitter.h; path = "../Play-/Source/MipsJitter.h"; sourceTree = ""; }; + 2959EFD9507D46A7B0931C6B /* ../Play-/Source/ui_ios/SaveStateViewController.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = SaveStateViewController.m; path = SaveStateViewController.m; sourceTree = SOURCE_ROOT; }; + 296E345512524FBAA4588DEB /* ../Play-/deps/CodeGen/tests/FpClampTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FpClampTest.cpp; path = "../Play-/deps/CodeGen/tests/FpClampTest.cpp"; sourceTree = ""; }; + 29BD08A4B98243AC96AE640D /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaDec.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzmaDec.h; path = "../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaDec.h"; sourceTree = ""; }; + 29E3C0FE68B546E1A576D108 /* ../Play-/Source/iop/ioman/OpticalMediaDevice.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = OpticalMediaDevice.h; path = "../Play-/Source/iop/ioman/OpticalMediaDevice.h"; sourceTree = ""; }; + 29E3F08301FC44F6BBA39449 /* ../Play-/deps/CodeGen/tests/RandomAluTest2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RandomAluTest2.cpp; path = "../Play-/deps/CodeGen/tests/RandomAluTest2.cpp"; sourceTree = ""; }; + 29F3C33D499B4EFB9D99D2F0 /* ../Play-/Source/iop/Iop_Thevent.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Thevent.h; path = "../Play-/Source/iop/Iop_Thevent.h"; sourceTree = ""; }; + 29F7AD56793347049EDF59F8 /* ../Play-/Source/discimages/ChdImageStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ChdImageStream.cpp; path = "../Play-/Source/discimages/ChdImageStream.cpp"; sourceTree = ""; }; + 2A02992B6C034732A846D7E3 /* ../Play-/Source/states/RegisterState.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RegisterState.cpp; path = "../Play-/Source/states/RegisterState.cpp"; sourceTree = ""; }; + 2A3921A80CBE4D5694CAD54F /* ../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist"; sourceTree = ""; }; + 2A4773BE8F6E4ED2B0717AB3 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inflate.h; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.h"; sourceTree = ""; }; + 2A48B17A4D484C49B487F746 /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = hist.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/hist.c"; sourceTree = ""; }; + 2A7F47907A53494FB021A13F /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageManager.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = SDWebImageManager.m; path = "../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageManager.m"; sourceTree = ""; }; + 2AF459573A2541CEB017A393 /* ../Play-/deps/CodeGen/tests/MemAccessRefTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemAccessRefTest.cpp; path = "../Play-/deps/CodeGen/tests/MemAccessRefTest.cpp"; sourceTree = ""; }; + 2B04A52C488643FF9E750EAE /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_Wasm.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_Wasm.h; path = "../Play-/deps/CodeGen/include/Jitter_CodeGen_Wasm.h"; sourceTree = ""; }; + 2B5121A760D543ECA815550C /* ../Play-/Source/ui_ios/VirtualPadStick.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VirtualPadStick.h; path = VirtualPadStick.h; sourceTree = SOURCE_ROOT; }; + 2B8F9C79835A4C35A0922431 /* ../Play-/Source/iop/ioman/PathDirectoryDevice.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PathDirectoryDevice.h; path = "../Play-/Source/iop/ioman/PathDirectoryDevice.h"; sourceTree = ""; }; + 2B9007A479174F0C8ACF9EA0 /* ../Play-/Source/ISO9660/File.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = File.cpp; path = "../Play-/Source/ISO9660/File.cpp"; sourceTree = ""; }; + 2BDA97B426174282A64C8E20 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanOffscreen.cpp; path = "../Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.cpp"; sourceTree = ""; }; + 2C2C55F593DA488BBB95D9C3 /* ../Play-/deps/Framework/src/layout/LayoutStretch.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LayoutStretch.cpp; path = "../Play-/deps/Framework/src/layout/LayoutStretch.cpp"; sourceTree = ""; }; + 2C3AFC926B9643719F3E918A /* ../Play-/deps/CodeGen/include/Jitter_Symbol.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_Symbol.h; path = "../Play-/deps/CodeGen/include/Jitter_Symbol.h"; sourceTree = ""; }; + 2C81F42A594C4EF78C9DC5B0 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzFind.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzFind.h; path = "../Play-/deps/libchdr/deps/lzma-22.01/include/LzFind.h"; sourceTree = ""; }; + 2C8406F5733E4ED7912EEE67 /* ../Play-/Source/discimages/CueSheet.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CueSheet.h; path = "../Play-/Source/discimages/CueSheet.h"; sourceTree = ""; }; + 2CDDF39D4B334918B190D1B1 /* ../Play-/deps/CodeGen/tests/MdLogicTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdLogicTest.cpp; path = "../Play-/deps/CodeGen/tests/MdLogicTest.cpp"; sourceTree = ""; }; + 2D0BB4E4C8864C30B92104C7 /* ../Play-/deps/CodeGen/tests/MdShiftTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdShiftTest.h; path = "../Play-/deps/CodeGen/tests/MdShiftTest.h"; sourceTree = ""; }; + 2D5DD23A9AFE44238501D7FF /* ../Play-/Source/ui_shared/BootablesProcesses.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BootablesProcesses.h; path = "../Play-/Source/ui_shared/BootablesProcesses.h"; sourceTree = ""; }; + 2DDFB7D3FC33401783745940 /* ../Play-/Source/saves/SaveExporter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SaveExporter.h; path = "../Play-/Source/saves/SaveExporter.h"; sourceTree = ""; }; + 2E150832D4CD47EBB852AE17 /* ../Play-/Source/ui_ios/SaveStateViewController.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SaveStateViewController.h; path = SaveStateViewController.h; sourceTree = SOURCE_ROOT; }; + 2E38A39322DE4D06BA42D63E /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ddict.h; path = "../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h"; sourceTree = ""; }; + 2E46CEDFBD6C4A4FB0B630E4 /* ../Play-/deps/libchdr/src/libchdr_flac.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_flac.c; path = "../Play-/deps/libchdr/src/libchdr_flac.c"; sourceTree = ""; }; + 2E9852F7D4F3475A99A6E2B8 /* ../Play-/deps/Framework/src/string_cast_win1252.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = string_cast_win1252.cpp; path = "../Play-/deps/Framework/src/string_cast_win1252.cpp"; sourceTree = ""; }; + 2F24FDB21B944AC68DE17947 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Mul.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86_Mul.h; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Mul.h"; sourceTree = ""; }; + 2FB3B92DAEE94B3ABDCEDF2B /* ../Play-/Source/ui_ios/CoverViewCell.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CoverViewCell.h; path = CoverViewCell.h; sourceTree = SOURCE_ROOT; }; + 30023297217B4B40B889F63C /* ../Play-/Source/ee/MA_VU_UpperReflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_VU_UpperReflection.cpp; path = "../Play-/Source/ee/MA_VU_UpperReflection.cpp"; sourceTree = ""; }; 300AB2808A4F47A186345E44 /* lzma */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = liblzma.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 300D63022E844F42BB500041 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoSys147.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_NamcoSys147.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoSys147.h"; sourceTree = ""; }; - 3015F838D959414E80541A02 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ArrayUintValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ArrayUintValue.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ArrayUintValue.h"; sourceTree = ""; }; - 3022EEB11C51432BACD7DC80 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_decompress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c"; sourceTree = ""; }; - 306C0BACE0CC495C89295811 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fse_compress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c"; sourceTree = ""; }; - 309355EAFC254D68AFC629BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdfsv.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Cdvdfsv.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdfsv.h"; sourceTree = ""; }; - 30A45C5B47BD44C7B19FC482 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_McServ.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_McServ.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_McServ.cpp"; sourceTree = ""; }; - 30E61F8AC98B40F7AF0B1AE2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/CMakeLists.txt"; sourceTree = ""; }; - 30FCFCAC0216427CB459FDBC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PH_Generic.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PH_Generic.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PH_Generic.cpp"; sourceTree = ""; }; - 31493D9CA55A4077B39231FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/BitStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = BitStream.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/BitStream.cpp"; sourceTree = ""; }; - 3151D41E7AC24FEBAF5FB114 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Sort.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Sort.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Sort.c"; sourceTree = ""; }; - 31666DB5488D40E497BCA796 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CsoImageStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CsoImageStream.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CsoImageStream.cpp"; sourceTree = ""; }; - 317EB7F4376240AFB6B8EED9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v03.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c"; sourceTree = ""; }; - 31D6DC83E6584883A32AD171 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Module.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Module.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Module.h"; sourceTree = ""; }; - 3212E748F54F4EAFA09E6AC2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/CMakeLists.txt"; sourceTree = ""; }; - 322087645CC2479A8F6FAE44 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/MemoryStateFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemoryStateFile.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/MemoryStateFile.h"; sourceTree = ""; }; - 327749DF737544BB9E672285 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RandomAluTest2.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest2.h"; sourceTree = ""; }; - 330D1493E36741AA976D201B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIo.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_FileIo.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIo.cpp"; sourceTree = ""; }; - 333223D13A2342369E5E5CE2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_SCU_Reflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = COP_SCU_Reflection.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_SCU_Reflection.cpp"; sourceTree = ""; }; - 33D055C989594FADAFD411E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c"; sourceTree = ""; }; - 34481F49159646F1819E914F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_64.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_64.cpp"; sourceTree = ""; }; - 344B96D7361D4996A0A50352 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/COP_VU_Reflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = COP_VU_Reflection.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/COP_VU_Reflection.cpp"; sourceTree = ""; }; - 349202E6973844C4B1947B61 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/HddDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HddDefs.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/HddDefs.h"; sourceTree = ""; }; - 34A8AAFF273D4B4AB7957C52 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_superblock.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c"; sourceTree = ""; }; - 35101385CD8042FDAE9DA24D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Spu.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu.h"; sourceTree = ""; }; - 352499A11536491AB456C49E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSArchitecture.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MIPSArchitecture.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSArchitecture.cpp"; sourceTree = ""; }; - 3544355992BD40A985EC84B8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HugeJumpTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTest.cpp"; sourceTree = ""; }; - 3609D40D3A1142299477AF85 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_FPU_Reflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = COP_FPU_Reflection.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_FPU_Reflection.cpp"; sourceTree = ""; }; - 3610864003154FAFAAA2DD74 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/CMakeLists.txt"; sourceTree = ""; }; - 36210D5DECD44E5581C5B233 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Utf8.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Utf8.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Utf8.cpp"; sourceTree = ""; }; - 36694B2575DF4A759BEE98AA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SpuBase.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_SpuBase.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SpuBase.cpp"; sourceTree = ""; }; - 36959F76F35144BBACB2807F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstdmt_compress.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h"; sourceTree = ""; }; - 36BC07E8B8F74053825915E7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadInterface.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PadInterface.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadInterface.cpp"; sourceTree = ""; }; - 3700CB7CB743493FBD0F42BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/up.png */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = image; name = up.png; path = Resources/up.png; sourceTree = SOURCE_ROOT; }; - 370203BBCF074977B4F0F30A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/psx/PsxBios.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PsxBios.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/psx/PsxBios.h"; sourceTree = ""; }; - 37403D14055142169A1559C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Buffer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Buffer.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Buffer.cpp"; sourceTree = ""; }; - 375495BAF81C47A7ADB908FD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpAddTruncate.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FpAddTruncate.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpAddTruncate.cpp"; sourceTree = ""; }; - 377219712CF9476F881BF81D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MachoObjectFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MachoObjectFile.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MachoObjectFile.h"; sourceTree = ""; }; - 379050C07A204BF6829B3EE9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanFrameCommandBuffer.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.h"; sourceTree = ""; }; - 379CC660F87949A48833F2A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCache.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "UIView+WebCache.m"; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCache.m"; sourceTree = ""; }; + 300D63022E844F42BB500041 /* ../Play-/Source/iop/namco_sys147/Iop_NamcoSys147.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_NamcoSys147.h; path = "../Play-/Source/iop/namco_sys147/Iop_NamcoSys147.h"; sourceTree = ""; }; + 3015F838D959414E80541A02 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/ArrayUintValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ArrayUintValue.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/ArrayUintValue.h"; sourceTree = ""; }; + 3022EEB11C51432BACD7DC80 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_decompress.c; path = "../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c"; sourceTree = ""; }; + 306C0BACE0CC495C89295811 /* ../Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fse_compress.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c"; sourceTree = ""; }; + 309355EAFC254D68AFC629BF /* ../Play-/Source/iop/Iop_Cdvdfsv.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Cdvdfsv.h; path = "../Play-/Source/iop/Iop_Cdvdfsv.h"; sourceTree = ""; }; + 30A45C5B47BD44C7B19FC482 /* ../Play-/Source/iop/Iop_McServ.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_McServ.cpp; path = "../Play-/Source/iop/Iop_McServ.cpp"; sourceTree = ""; }; + 30E61F8AC98B40F7AF0B1AE2 /* ../Play-/deps/libchdr/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/libchdr/CMakeLists.txt"; sourceTree = ""; }; + 30FCFCAC0216427CB459FDBC /* ../Play-/Source/PH_Generic.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PH_Generic.cpp; path = "../Play-/Source/PH_Generic.cpp"; sourceTree = ""; }; + 31493D9CA55A4077B39231FA /* ../Play-/deps/Framework/src/BitStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = BitStream.cpp; path = "../Play-/deps/Framework/src/BitStream.cpp"; sourceTree = ""; }; + 3151D41E7AC24FEBAF5FB114 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Sort.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Sort.c; path = "../Play-/deps/libchdr/deps/lzma-22.01/src/Sort.c"; sourceTree = ""; }; + 31666DB5488D40E497BCA796 /* ../Play-/Source/discimages/CsoImageStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CsoImageStream.cpp; path = "../Play-/Source/discimages/CsoImageStream.cpp"; sourceTree = ""; }; + 317EB7F4376240AFB6B8EED9 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v03.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c"; sourceTree = ""; }; + 31D6DC83E6584883A32AD171 /* ../Play-/Source/iop/Iop_Module.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Module.h; path = "../Play-/Source/iop/Iop_Module.h"; sourceTree = ""; }; + 3212E748F54F4EAFA09E6AC2 /* ../Play-/Source/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/Source/CMakeLists.txt"; sourceTree = ""; }; + 322087645CC2479A8F6FAE44 /* ../Play-/Source/states/MemoryStateFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemoryStateFile.h; path = "../Play-/Source/states/MemoryStateFile.h"; sourceTree = ""; }; + 327749DF737544BB9E672285 /* ../Play-/deps/CodeGen/tests/RandomAluTest2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RandomAluTest2.h; path = "../Play-/deps/CodeGen/tests/RandomAluTest2.h"; sourceTree = ""; }; + 330D1493E36741AA976D201B /* ../Play-/Source/iop/Iop_FileIo.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_FileIo.cpp; path = "../Play-/Source/iop/Iop_FileIo.cpp"; sourceTree = ""; }; + 333223D13A2342369E5E5CE2 /* ../Play-/Source/COP_SCU_Reflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = COP_SCU_Reflection.cpp; path = "../Play-/Source/COP_SCU_Reflection.cpp"; sourceTree = ""; }; + 33D055C989594FADAFD411E0 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c"; sourceTree = ""; }; + 34481F49159646F1819E914F /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_64.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_64.cpp"; sourceTree = ""; }; + 344B96D7361D4996A0A50352 /* ../Play-/Source/ee/COP_VU_Reflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = COP_VU_Reflection.cpp; path = "../Play-/Source/ee/COP_VU_Reflection.cpp"; sourceTree = ""; }; + 349202E6973844C4B1947B61 /* ../Play-/Source/hdd/HddDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HddDefs.h; path = "../Play-/Source/hdd/HddDefs.h"; sourceTree = ""; }; + 34A8AAFF273D4B4AB7957C52 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_superblock.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c"; sourceTree = ""; }; + 35101385CD8042FDAE9DA24D /* ../Play-/Source/iop/Iop_Spu.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Spu.h; path = "../Play-/Source/iop/Iop_Spu.h"; sourceTree = ""; }; + 352499A11536491AB456C49E /* ../Play-/Source/MIPSArchitecture.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MIPSArchitecture.cpp; path = "../Play-/Source/MIPSArchitecture.cpp"; sourceTree = ""; }; + 3544355992BD40A985EC84B8 /* ../Play-/deps/CodeGen/tests/HugeJumpTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HugeJumpTest.cpp; path = "../Play-/deps/CodeGen/tests/HugeJumpTest.cpp"; sourceTree = ""; }; + 3609D40D3A1142299477AF85 /* ../Play-/Source/COP_FPU_Reflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = COP_FPU_Reflection.cpp; path = "../Play-/Source/COP_FPU_Reflection.cpp"; sourceTree = ""; }; + 3610864003154FAFAAA2DD74 /* ../Play-/deps/AltKit/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/AltKit/CMakeLists.txt"; sourceTree = ""; }; + 36210D5DECD44E5581C5B233 /* ../Play-/deps/Framework/src/Utf8.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Utf8.cpp; path = "../Play-/deps/Framework/src/Utf8.cpp"; sourceTree = ""; }; + 36694B2575DF4A759BEE98AA /* ../Play-/Source/iop/Iop_SpuBase.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_SpuBase.cpp; path = "../Play-/Source/iop/Iop_SpuBase.cpp"; sourceTree = ""; }; + 36959F76F35144BBACB2807F /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstdmt_compress.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h"; sourceTree = ""; }; + 36BC07E8B8F74053825915E7 /* ../Play-/Source/PadInterface.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PadInterface.cpp; path = "../Play-/Source/PadInterface.cpp"; sourceTree = ""; }; + 3700CB7CB743493FBD0F42BF /* ../Play-/Source/ui_ios/Resources/up.png */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = image; name = up.png; path = Resources/up.png; sourceTree = SOURCE_ROOT; }; + 370203BBCF074977B4F0F30A /* ../Play-/Source/psx/PsxBios.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PsxBios.h; path = "../Play-/Source/psx/PsxBios.h"; sourceTree = ""; }; + 37403D14055142169A1559C9 /* ../Play-/deps/Framework/src/vulkan/Buffer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Buffer.cpp; path = "../Play-/deps/Framework/src/vulkan/Buffer.cpp"; sourceTree = ""; }; + 375495BAF81C47A7ADB908FD /* ../Play-/Source/ee/FpAddTruncate.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FpAddTruncate.cpp; path = "../Play-/Source/ee/FpAddTruncate.cpp"; sourceTree = ""; }; + 377219712CF9476F881BF81D /* ../Play-/deps/CodeGen/include/MachoObjectFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MachoObjectFile.h; path = "../Play-/deps/CodeGen/include/MachoObjectFile.h"; sourceTree = ""; }; + 379050C07A204BF6829B3EE9 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanFrameCommandBuffer.h; path = "../Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.h"; sourceTree = ""; }; + 379CC660F87949A48833F2A9 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCache.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "UIView+WebCache.m"; path = "../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCache.m"; sourceTree = ""; }; 37E58CEDA757454DAC65EA7E /* Nuanceur */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libNuanceur.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 37EEB4F718EA4332850139B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_EE.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_EE.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_EE.cpp"; sourceTree = ""; }; - 3804D081E75748E39948771F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/triangle.png */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = image; name = triangle.png; path = Resources/triangle.png; sourceTree = SOURCE_ROOT; }; - 384440544B684400B101CC52 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BasicBlock.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = BasicBlock.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BasicBlock.cpp"; sourceTree = ""; }; - 3924B89CB0874BEA84B47EAF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Sort.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Sort.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Sort.h"; sourceTree = ""; }; - 396AC744B2634EBA979B5F14 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdImageStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ChdImageStream.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdImageStream.h"; sourceTree = ""; }; - 397F667736FD43BA94E227B6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/CMakeFiles/gsh_opengl.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/CMakeFiles/gsh_opengl.dir/Info.plist; sourceTree = ""; }; - 39968F50C0EC4A1CBB0F2A66 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/VirtualPadStick.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; name = VirtualPadStick.mm; path = VirtualPadStick.mm; sourceTree = SOURCE_ROOT; }; - 39E1C389D2064CBF89C46DE6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/tests/benchmark.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = benchmark.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/tests/benchmark.c"; sourceTree = ""; }; - 39ED00085BF8475192849C12 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/GridLayout.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GridLayout.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/GridLayout.cpp"; sourceTree = ""; }; - 3A0123F20326486CA9951B57 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_cwksp.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h"; sourceTree = ""; }; - 3A103FDDD5E944A49928FF5C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dev9.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Dev9.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dev9.h"; sourceTree = ""; }; - 3A7E8731F5764BC5B3902C01 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/MaxSaveImporter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MaxSaveImporter.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/MaxSaveImporter.h"; sourceTree = ""; }; - 3AA790E944E44886B31F51BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PS2VM.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PS2VM.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PS2VM.h"; sourceTree = ""; }; - 3AB636CB774A4B9382A4E1A8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/DivTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = DivTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/DivTest.h"; sourceTree = ""; }; - 3ABB1C54706047A6972EBFA6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanMemoryUtils.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.cpp"; sourceTree = ""; }; - 3AC013EAFDF944B0BC9CD4F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Icon.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Icon.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Icon.h"; sourceTree = ""; }; - 3B55D32E78DB449B94AA2A97 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = hist.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.h"; sourceTree = ""; }; - 3B7DB4D4D9F847C88A829394 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutObject.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LayoutObject.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutObject.cpp"; sourceTree = ""; }; - 3BC2E9D3005E49879A6CC64E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/AltServerJitService.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; name = AltServerJitService.mm; path = AltServerJitService.mm; sourceTree = SOURCE_ROOT; }; - 3C452167FD6040A187AA7D9C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/NSData+ImageContentType.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "NSData+ImageContentType.m"; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/NSData+ImageContentType.m"; sourceTree = ""; }; - 3C5020158CAC432C8F13458B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeITable.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IPU_MacroblockTypeITable.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeITable.h"; sourceTree = ""; }; - 3C5E907DBCAA4E0BBDEFCA99 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/PtrStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PtrStream.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/PtrStream.cpp"; sourceTree = ""; }; - 3CB2BFEF8EA84ACDBEB075D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_AArch32.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_AArch32.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_AArch32.h"; sourceTree = ""; }; - 3CC89C9C0A6B4B7A9668DA2F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RegisterStateFile.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateFile.h"; sourceTree = ""; }; - 3D4F5623035542DDA987B050 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/AltServerJitService.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AltServerJitService.h; path = AltServerJitService.h; sourceTree = SOURCE_ROOT; }; - 3DA6CDA302654E3AA60084CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/BraIA64.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = BraIA64.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/BraIA64.c"; sourceTree = ""; }; - 3DE6949E088B4477B8463700 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/std_experimental_map.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = std_experimental_map.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/std_experimental_map.h"; sourceTree = ""; }; - 3E3E8B7316DD440C8100B95F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_LoadStore.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_Wasm_LoadStore.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_LoadStore.h"; sourceTree = ""; }; - 3E51CBA297784C90AA82E130 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/ISO9660.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ISO9660.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/ISO9660.h"; sourceTree = ""; }; - 3E5BE73B02574A138DA0772D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md_Avx.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_Md_Avx.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md_Avx.cpp"; sourceTree = ""; }; - 3E6B7AF3527846F9BC5DC7CE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Loader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Loader.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Loader.cpp"; sourceTree = ""; }; - 3F491752278E420CABA8948A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/huf.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = huf.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/huf.h"; sourceTree = ""; }; - 3F6E544C3F9F4412A3FDF920 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/VerticalLayout.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VerticalLayout.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/VerticalLayout.cpp"; sourceTree = ""; }; - 3FABD0E963BE4B88BB78710D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/File.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = File.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/File.h"; sourceTree = ""; }; - 3FE4A6EC95614E148639381C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/xxhash.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = xxhash.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/xxhash.c"; sourceTree = ""; }; - 4040F1C3025B4D798667A320 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaLib.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzmaLib.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaLib.h"; sourceTree = ""; }; - 40AB363804A140018368C473 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BlockLookupTwoWay.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BlockLookupTwoWay.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BlockLookupTwoWay.h"; sourceTree = ""; }; - 40AD0A1A86684DB89F2B940E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Alu.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86_Alu.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Alu.h"; sourceTree = ""; }; - 410C40D4A591443A9A8AF0DA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/CpuArch.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CpuArch.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/CpuArch.h"; sourceTree = ""; }; - 4117C05DE87F4818AAA7F913 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_lazy.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c"; sourceTree = ""; }; - 41336FF9738944158E3417EF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = xxhash.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.h"; sourceTree = ""; }; - 4155483089BB4FC79972548F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ilink.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Ilink.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ilink.h"; sourceTree = ""; }; - 417959608B6D4140AA60B26F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Profiler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Profiler.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Profiler.h"; sourceTree = ""; }; - 4180BDA5595B412BB6CEA687 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v04.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c"; sourceTree = ""; }; - 41AC29397D9A478180D15531 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdCdImageStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ChdCdImageStream.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdCdImageStream.cpp"; sourceTree = ""; }; - 41F39D16D6074F14B381E6CE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/EndianUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = EndianUtils.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/EndianUtils.h"; sourceTree = ""; }; - 420E6A80F7D84EEB8F5EA226 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_bitstream.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_bitstream.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_bitstream.c"; sourceTree = ""; }; - 4228B9AC99D2409B8279537F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/SifDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SifDefs.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/SifDefs.h"; sourceTree = ""; }; - 423CCD4299944457914BED6F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsFunctionPatternDb.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MipsFunctionPatternDb.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsFunctionPatternDb.h"; sourceTree = ""; }; + 37EEB4F718EA4332850139B2 /* ../Play-/Source/ee/MA_EE.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_EE.cpp; path = "../Play-/Source/ee/MA_EE.cpp"; sourceTree = ""; }; + 3804D081E75748E39948771F /* ../Play-/Source/ui_ios/Resources/triangle.png */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = image; name = triangle.png; path = Resources/triangle.png; sourceTree = SOURCE_ROOT; }; + 384440544B684400B101CC52 /* ../Play-/Source/BasicBlock.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = BasicBlock.cpp; path = "../Play-/Source/BasicBlock.cpp"; sourceTree = ""; }; + 3924B89CB0874BEA84B47EAF /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Sort.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Sort.h; path = "../Play-/deps/libchdr/deps/lzma-22.01/include/Sort.h"; sourceTree = ""; }; + 396AC744B2634EBA979B5F14 /* ../Play-/Source/discimages/ChdImageStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ChdImageStream.h; path = "../Play-/Source/discimages/ChdImageStream.h"; sourceTree = ""; }; + 397F667736FD43BA94E227B6 /* ../cmake/Source/ui_ios/gs/GSH_OpenGL/CMakeFiles/gsh_opengl.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/gs/GSH_OpenGL/CMakeFiles/gsh_opengl.dir/Info.plist; sourceTree = ""; }; + 39968F50C0EC4A1CBB0F2A66 /* ../Play-/Source/ui_ios/VirtualPadStick.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; name = VirtualPadStick.mm; path = VirtualPadStick.mm; sourceTree = SOURCE_ROOT; }; + 39E1C389D2064CBF89C46DE6 /* ../Play-/deps/libchdr/tests/benchmark.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = benchmark.c; path = "../Play-/deps/libchdr/tests/benchmark.c"; sourceTree = ""; }; + 39ED00085BF8475192849C12 /* ../Play-/deps/Framework/src/layout/GridLayout.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GridLayout.cpp; path = "../Play-/deps/Framework/src/layout/GridLayout.cpp"; sourceTree = ""; }; + 3A0123F20326486CA9951B57 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_cwksp.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h"; sourceTree = ""; }; + 3A103FDDD5E944A49928FF5C /* ../Play-/Source/iop/Iop_Dev9.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Dev9.h; path = "../Play-/Source/iop/Iop_Dev9.h"; sourceTree = ""; }; + 3A7E8731F5764BC5B3902C01 /* ../Play-/Source/saves/MaxSaveImporter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MaxSaveImporter.h; path = "../Play-/Source/saves/MaxSaveImporter.h"; sourceTree = ""; }; + 3AA790E944E44886B31F51BF /* ../Play-/Source/PS2VM.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PS2VM.h; path = "../Play-/Source/PS2VM.h"; sourceTree = ""; }; + 3AB636CB774A4B9382A4E1A8 /* ../Play-/deps/CodeGen/tests/DivTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = DivTest.h; path = "../Play-/deps/CodeGen/tests/DivTest.h"; sourceTree = ""; }; + 3ABB1C54706047A6972EBFA6 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanMemoryUtils.cpp; path = "../Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.cpp"; sourceTree = ""; }; + 3AC013EAFDF944B0BC9CD4F5 /* ../Play-/Source/saves/Icon.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Icon.h; path = "../Play-/Source/saves/Icon.h"; sourceTree = ""; }; + 3B55D32E78DB449B94AA2A97 /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = hist.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/hist.h"; sourceTree = ""; }; + 3B7DB4D4D9F847C88A829394 /* ../Play-/deps/Framework/src/layout/LayoutObject.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LayoutObject.cpp; path = "../Play-/deps/Framework/src/layout/LayoutObject.cpp"; sourceTree = ""; }; + 3BC2E9D3005E49879A6CC64E /* ../Play-/Source/ui_ios/AltServerJitService.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; name = AltServerJitService.mm; path = AltServerJitService.mm; sourceTree = SOURCE_ROOT; }; + 3C452167FD6040A187AA7D9C /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/NSData+ImageContentType.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "NSData+ImageContentType.m"; path = "../Play-/deps/Dependencies/SDWebImage/SDWebImage/NSData+ImageContentType.m"; sourceTree = ""; }; + 3C5020158CAC432C8F13458B /* ../Play-/Source/ee/IPU_MacroblockTypeITable.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IPU_MacroblockTypeITable.h; path = "../Play-/Source/ee/IPU_MacroblockTypeITable.h"; sourceTree = ""; }; + 3C5E907DBCAA4E0BBDEFCA99 /* ../Play-/deps/Framework/src/PtrStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PtrStream.cpp; path = "../Play-/deps/Framework/src/PtrStream.cpp"; sourceTree = ""; }; + 3CB2BFEF8EA84ACDBEB075D1 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_AArch32.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_AArch32.h; path = "../Play-/deps/CodeGen/include/Jitter_CodeGen_AArch32.h"; sourceTree = ""; }; + 3CC89C9C0A6B4B7A9668DA2F /* ../Play-/Source/states/RegisterStateFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RegisterStateFile.h; path = "../Play-/Source/states/RegisterStateFile.h"; sourceTree = ""; }; + 3D4F5623035542DDA987B050 /* ../Play-/Source/ui_ios/AltServerJitService.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AltServerJitService.h; path = AltServerJitService.h; sourceTree = SOURCE_ROOT; }; + 3DA6CDA302654E3AA60084CF /* ../Play-/deps/libchdr/deps/lzma-22.01/src/BraIA64.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = BraIA64.c; path = "../Play-/deps/libchdr/deps/lzma-22.01/src/BraIA64.c"; sourceTree = ""; }; + 3DE6949E088B4477B8463700 /* ../Play-/deps/Framework/include/std_experimental_map.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = std_experimental_map.h; path = "../Play-/deps/Framework/include/std_experimental_map.h"; sourceTree = ""; }; + 3E3E8B7316DD440C8100B95F /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_LoadStore.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_Wasm_LoadStore.h; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_LoadStore.h"; sourceTree = ""; }; + 3E51CBA297784C90AA82E130 /* ../Play-/Source/ISO9660/ISO9660.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ISO9660.h; path = "../Play-/Source/ISO9660/ISO9660.h"; sourceTree = ""; }; + 3E5BE73B02574A138DA0772D /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md_Avx.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_Md_Avx.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md_Avx.cpp"; sourceTree = ""; }; + 3E6B7AF3527846F9BC5DC7CE /* ../Play-/deps/Framework/src/vulkan/Loader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Loader.cpp; path = "../Play-/deps/Framework/src/vulkan/Loader.cpp"; sourceTree = ""; }; + 3F491752278E420CABA8948A /* ../Play-/deps/Dependencies/zstd/lib/common/huf.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = huf.h; path = "../Play-/deps/Dependencies/zstd/lib/common/huf.h"; sourceTree = ""; }; + 3F6E544C3F9F4412A3FDF920 /* ../Play-/deps/Framework/src/layout/VerticalLayout.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VerticalLayout.cpp; path = "../Play-/deps/Framework/src/layout/VerticalLayout.cpp"; sourceTree = ""; }; + 3FABD0E963BE4B88BB78710D /* ../Play-/Source/ISO9660/File.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = File.h; path = "../Play-/Source/ISO9660/File.h"; sourceTree = ""; }; + 3FE4A6EC95614E148639381C /* ../Play-/deps/Dependencies/xxHash/xxhash.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = xxhash.c; path = "../Play-/deps/Dependencies/xxHash/xxhash.c"; sourceTree = ""; }; + 4040F1C3025B4D798667A320 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaLib.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzmaLib.h; path = "../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaLib.h"; sourceTree = ""; }; + 40AB363804A140018368C473 /* ../Play-/Source/BlockLookupTwoWay.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BlockLookupTwoWay.h; path = "../Play-/Source/BlockLookupTwoWay.h"; sourceTree = ""; }; + 40AD0A1A86684DB89F2B940E /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Alu.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86_Alu.h; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Alu.h"; sourceTree = ""; }; + 410C40D4A591443A9A8AF0DA /* ../Play-/deps/libchdr/deps/lzma-22.01/include/CpuArch.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CpuArch.h; path = "../Play-/deps/libchdr/deps/lzma-22.01/include/CpuArch.h"; sourceTree = ""; }; + 4117C05DE87F4818AAA7F913 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_lazy.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c"; sourceTree = ""; }; + 41336FF9738944158E3417EF /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = xxhash.h; path = "../Play-/deps/Dependencies/zstd/lib/common/xxhash.h"; sourceTree = ""; }; + 4155483089BB4FC79972548F /* ../Play-/Source/iop/Iop_Ilink.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Ilink.h; path = "../Play-/Source/iop/Iop_Ilink.h"; sourceTree = ""; }; + 417959608B6D4140AA60B26F /* ../Play-/Source/Profiler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Profiler.h; path = "../Play-/Source/Profiler.h"; sourceTree = ""; }; + 4180BDA5595B412BB6CEA687 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v04.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c"; sourceTree = ""; }; + 41AC29397D9A478180D15531 /* ../Play-/Source/discimages/ChdCdImageStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ChdCdImageStream.cpp; path = "../Play-/Source/discimages/ChdCdImageStream.cpp"; sourceTree = ""; }; + 41F39D16D6074F14B381E6CE /* ../Play-/deps/Framework/include/EndianUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = EndianUtils.h; path = "../Play-/deps/Framework/include/EndianUtils.h"; sourceTree = ""; }; + 420E6A80F7D84EEB8F5EA226 /* ../Play-/deps/libchdr/src/libchdr_bitstream.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_bitstream.c; path = "../Play-/deps/libchdr/src/libchdr_bitstream.c"; sourceTree = ""; }; + 4228B9AC99D2409B8279537F /* ../Play-/Source/SifDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SifDefs.h; path = "../Play-/Source/SifDefs.h"; sourceTree = ""; }; + 423CCD4299944457914BED6F /* ../Play-/Source/MipsFunctionPatternDb.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MipsFunctionPatternDb.h; path = "../Play-/Source/MipsFunctionPatternDb.h"; sourceTree = ""; }; 423D354C0D3C4917978DDD92 /* /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/ImageIO.framework */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = wrapper.framework; name = ImageIO.framework; path = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/ImageIO.framework; sourceTree = ""; }; - 42A6E100C562422FA9CCD03A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thbase.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Thbase.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thbase.h"; sourceTree = ""; }; - 42C11641EC704D0986ABE45D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; sourceTree = ""; }; - 42C8AEC2561A424681E9A10C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/VirtualPadButton.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VirtualPadButton.h; path = VirtualPadButton.h; sourceTree = SOURCE_ROOT; }; - 42FC3EA7500B4070A8FEA856 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SocketStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SocketStream.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SocketStream.h"; sourceTree = ""; }; - 430C8E48762742C7BB515618 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemAccess64Test.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess64Test.h"; sourceTree = ""; }; + 42A6E100C562422FA9CCD03A /* ../Play-/Source/iop/Iop_Thbase.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Thbase.h; path = "../Play-/Source/iop/Iop_Thbase.h"; sourceTree = ""; }; + 42C11641EC704D0986ABE45D /* ../cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "../cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; sourceTree = ""; }; + 42C8AEC2561A424681E9A10C /* ../Play-/Source/ui_ios/VirtualPadButton.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VirtualPadButton.h; path = VirtualPadButton.h; sourceTree = SOURCE_ROOT; }; + 42FC3EA7500B4070A8FEA856 /* ../Play-/deps/Framework/include/SocketStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SocketStream.h; path = "../Play-/deps/Framework/include/SocketStream.h"; sourceTree = ""; }; + 430C8E48762742C7BB515618 /* ../Play-/deps/CodeGen/tests/MemAccess64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemAccess64Test.h; path = "../Play-/deps/CodeGen/tests/MemAccess64Test.h"; sourceTree = ""; }; 432F41DFCCBB479EAA4AD5F1 /* CodeGen */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libCodeGen.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 438E1E0D60314833B76EC349 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/MemStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemStream.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/MemStream.cpp"; sourceTree = ""; }; - 4390B224A34140F29998055B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Precomp.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Precomp.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Precomp.h"; sourceTree = ""; }; - 444FEEDB73E3483EB05502B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/AmazonS3Utils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AmazonS3Utils.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/AmazonS3Utils.h"; sourceTree = ""; }; - 44579B0B9116453D9B71D44C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Pch.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Pch.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Pch.h"; sourceTree = ""; }; - 447D83223C0B43AE9794D6CB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = SDWebImageDownloaderOperation.m; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m"; sourceTree = ""; }; - 44B8FED7A7D24DFC9237FA05 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ldm_geartab.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h"; sourceTree = ""; }; - 451408B30F10471CBFD23FE8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpIntMixTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FpIntMixTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpIntMixTest.h"; sourceTree = ""; }; - 45917E943BBD4E18B042A149 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_huffman.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_huffman.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_huffman.c"; sourceTree = ""; }; - 4599ED47C93846AB917D59CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch32_64.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_64.cpp"; sourceTree = ""; }; - 4655FBB04BEA4562967828C2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RandomAluTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest.h"; sourceTree = ""; }; - 46DDBCC7FABD49C783FF9697 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/DiskUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DiskUtils.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/DiskUtils.cpp"; sourceTree = ""; }; - 46DDFAAA2B88419998ECF0E9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_Fpu.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu.cpp"; sourceTree = ""; }; - 4714ED34326D4832A96F459E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/InputBindingManager.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = InputBindingManager.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/InputBindingManager.cpp"; sourceTree = ""; }; - 472D6511885146ACBEE063A3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/PsfPlayer/Source/SH_OpenAL/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/PsfPlayer/Source/SH_OpenAL/CMakeLists.txt"; sourceTree = ""; }; - 4735D3FF6D214C0B897036CE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryMap.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemoryMap.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryMap.cpp"; sourceTree = ""; }; - 473ED8A19B80423AB7075B32 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSInstructionFactory.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MIPSInstructionFactory.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSInstructionFactory.cpp"; sourceTree = ""; }; - 481428E243CD45349435140E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/CMakeLists.txt"; sourceTree = ""; }; - 4823D5565D9340D6B3056D72 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoSys147.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_NamcoSys147.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoSys147.cpp"; sourceTree = ""; }; - 48A007FB185146CF8179B39B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesDbClient.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BootablesDbClient.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesDbClient.h"; sourceTree = ""; }; - 48B1CCB3C94C4B4B94C257E7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Shift64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Shift64Test.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Shift64Test.h"; sourceTree = ""; }; - 48B64ECAD002435EA28B371B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt"; sourceTree = ""; }; - 48D2A060A1644C9F9E11915C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/NestedIfTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = NestedIfTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/NestedIfTest.cpp"; sourceTree = ""; }; + 438E1E0D60314833B76EC349 /* ../Play-/deps/Framework/src/MemStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemStream.cpp; path = "../Play-/deps/Framework/src/MemStream.cpp"; sourceTree = ""; }; + 4390B224A34140F29998055B /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Precomp.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Precomp.h; path = "../Play-/deps/libchdr/deps/lzma-22.01/include/Precomp.h"; sourceTree = ""; }; + 444FEEDB73E3483EB05502B7 /* ../Play-/Source/ui_shared/AmazonS3Utils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AmazonS3Utils.h; path = "../Play-/Source/ui_shared/AmazonS3Utils.h"; sourceTree = ""; }; + 44579B0B9116453D9B71D44C /* ../Play-/Source/Pch.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Pch.h; path = "../Play-/Source/Pch.h"; sourceTree = ""; }; + 447D83223C0B43AE9794D6CB /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = SDWebImageDownloaderOperation.m; path = "../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m"; sourceTree = ""; }; + 44B8FED7A7D24DFC9237FA05 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ldm_geartab.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h"; sourceTree = ""; }; + 451408B30F10471CBFD23FE8 /* ../Play-/deps/CodeGen/tests/FpIntMixTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FpIntMixTest.h; path = "../Play-/deps/CodeGen/tests/FpIntMixTest.h"; sourceTree = ""; }; + 45917E943BBD4E18B042A149 /* ../Play-/deps/libchdr/src/libchdr_huffman.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_huffman.c; path = "../Play-/deps/libchdr/src/libchdr_huffman.c"; sourceTree = ""; }; + 4599ED47C93846AB917D59CF /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch32_64.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_64.cpp"; sourceTree = ""; }; + 4655FBB04BEA4562967828C2 /* ../Play-/deps/CodeGen/tests/RandomAluTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RandomAluTest.h; path = "../Play-/deps/CodeGen/tests/RandomAluTest.h"; sourceTree = ""; }; + 46DDBCC7FABD49C783FF9697 /* ../Play-/Source/DiskUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DiskUtils.cpp; path = "../Play-/Source/DiskUtils.cpp"; sourceTree = ""; }; + 46DDFAAA2B88419998ECF0E9 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_Fpu.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu.cpp"; sourceTree = ""; }; + 4714ED34326D4832A96F459E /* ../Play-/Source/input/InputBindingManager.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = InputBindingManager.cpp; path = "../Play-/Source/input/InputBindingManager.cpp"; sourceTree = ""; }; + 472D6511885146ACBEE063A3 /* ../Play-/tools/PsfPlayer/Source/SH_OpenAL/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/tools/PsfPlayer/Source/SH_OpenAL/CMakeLists.txt"; sourceTree = ""; }; + 4735D3FF6D214C0B897036CE /* ../Play-/Source/MemoryMap.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemoryMap.cpp; path = "../Play-/Source/MemoryMap.cpp"; sourceTree = ""; }; + 473ED8A19B80423AB7075B32 /* ../Play-/Source/MIPSInstructionFactory.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MIPSInstructionFactory.cpp; path = "../Play-/Source/MIPSInstructionFactory.cpp"; sourceTree = ""; }; + 481428E243CD45349435140E /* ../Play-/deps/CodeGen/build_cmake/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/CodeGen/build_cmake/CMakeLists.txt"; sourceTree = ""; }; + 4823D5565D9340D6B3056D72 /* ../Play-/Source/iop/namco_sys147/Iop_NamcoSys147.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_NamcoSys147.cpp; path = "../Play-/Source/iop/namco_sys147/Iop_NamcoSys147.cpp"; sourceTree = ""; }; + 48A007FB185146CF8179B39B /* ../Play-/Source/ui_shared/BootablesDbClient.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BootablesDbClient.h; path = "../Play-/Source/ui_shared/BootablesDbClient.h"; sourceTree = ""; }; + 48B1CCB3C94C4B4B94C257E7 /* ../Play-/deps/CodeGen/tests/Shift64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Shift64Test.h; path = "../Play-/deps/CodeGen/tests/Shift64Test.h"; sourceTree = ""; }; + 48B64ECAD002435EA28B371B /* ../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt"; sourceTree = ""; }; + 48D2A060A1644C9F9E11915C /* ../Play-/deps/CodeGen/tests/NestedIfTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = NestedIfTest.cpp; path = "../Play-/deps/CodeGen/tests/NestedIfTest.cpp"; sourceTree = ""; }; 4A1DE1E073424F41A4A5CA2C /* Framework_OpenAl */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libFramework_OpenAl.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 4A2EF60C731C40A1B283BBAD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_Lower.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_VU_Lower.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_Lower.cpp"; sourceTree = ""; }; + 4A2EF60C731C40A1B283BBAD /* ../Play-/Source/ee/MA_VU_Lower.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_VU_Lower.cpp; path = "../Play-/Source/ee/MA_VU_Lower.cpp"; sourceTree = ""; }; 4A71736DBF8943D9B3E83DF4 /* Framework_Http */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libFramework_Http.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 4AC6E1C573754B28AAD7F9BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_trace.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h"; sourceTree = ""; }; - 4AEB58B0686446FDAEE98C1A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Operations.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Operations.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Operations.h"; sourceTree = ""; }; - 4B2BDD5E12A54685A1A89255 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v07.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h"; sourceTree = ""; }; - 4B48F1E3BA8D407B970D57F6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/ArcadeDefinition.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ArcadeDefinition.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/ArcadeDefinition.h"; sourceTree = ""; }; - 4BFFCCF3A1C94F37992710BE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FloatValue.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatValue.h"; sourceTree = ""; }; - 4C0FE7C56708490CBCA70768 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/EmulatorViewController.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = EmulatorViewController.h; path = EmulatorViewController.h; sourceTree = SOURCE_ROOT; }; - 4C3EACC3909B49CA9386021D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Vblank.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Vblank.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Vblank.h"; sourceTree = ""; }; - 4C83CB065894468CACEB3C87 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Save.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Save.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Save.h"; sourceTree = ""; }; - 4C863E0D014843ED8D2A898B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dynamic.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Dynamic.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dynamic.h"; sourceTree = ""; }; - 4C8BFC89D26E478697BF6367 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Icon.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Icon.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Icon.cpp"; sourceTree = ""; }; - 4CC2F47B164542ECA2E27377 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intrman.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Intrman.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intrman.h"; sourceTree = ""; }; - 4CCC873C62F1469B9C79877E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_NamcoPadMan.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.cpp"; sourceTree = ""; }; - 4CFB6DE9095546C793244C49 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/OpenGlDef.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = OpenGlDef.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/OpenGlDef.h"; sourceTree = ""; }; - 4D216DBF3EB648EC85B3D6B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Logic64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Logic64Test.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Logic64Test.h"; sourceTree = ""; }; - 4D378A4363A54719AE0C527D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_decompress_block.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c"; sourceTree = ""; }; - 4D47B9AE1AC847A6A82710A3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Extensions/Result+Conveniences.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = "Result+Conveniences.swift"; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Extensions/Result+Conveniences.swift"; sourceTree = ""; }; - 4D5DDE86CCD347A9AC998A66 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Stdio.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Stdio.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Stdio.cpp"; sourceTree = ""; }; + 4AC6E1C573754B28AAD7F9BF /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_trace.h; path = "../Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h"; sourceTree = ""; }; + 4AEB58B0686446FDAEE98C1A /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Operations.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Operations.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/Operations.h"; sourceTree = ""; }; + 4B2BDD5E12A54685A1A89255 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v07.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h"; sourceTree = ""; }; + 4B48F1E3BA8D407B970D57F6 /* ../Play-/Source/ui_shared/ArcadeDefinition.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ArcadeDefinition.h; path = "../Play-/Source/ui_shared/ArcadeDefinition.h"; sourceTree = ""; }; + 4BFFCCF3A1C94F37992710BE /* ../Play-/deps/Nuanceur/include/nuanceur/builder/FloatValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FloatValue.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/FloatValue.h"; sourceTree = ""; }; + 4C0FE7C56708490CBCA70768 /* ../Play-/Source/ui_ios/EmulatorViewController.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = EmulatorViewController.h; path = EmulatorViewController.h; sourceTree = SOURCE_ROOT; }; + 4C3EACC3909B49CA9386021D /* ../Play-/Source/iop/Iop_Vblank.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Vblank.h; path = "../Play-/Source/iop/Iop_Vblank.h"; sourceTree = ""; }; + 4C83CB065894468CACEB3C87 /* ../Play-/Source/saves/Save.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Save.h; path = "../Play-/Source/saves/Save.h"; sourceTree = ""; }; + 4C863E0D014843ED8D2A898B /* ../Play-/Source/iop/Iop_Dynamic.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Dynamic.h; path = "../Play-/Source/iop/Iop_Dynamic.h"; sourceTree = ""; }; + 4C8BFC89D26E478697BF6367 /* ../Play-/Source/saves/Icon.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Icon.cpp; path = "../Play-/Source/saves/Icon.cpp"; sourceTree = ""; }; + 4CC2F47B164542ECA2E27377 /* ../Play-/Source/iop/Iop_Intrman.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Intrman.h; path = "../Play-/Source/iop/Iop_Intrman.h"; sourceTree = ""; }; + 4CCC873C62F1469B9C79877E /* ../Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_NamcoPadMan.cpp; path = "../Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.cpp"; sourceTree = ""; }; + 4CFB6DE9095546C793244C49 /* ../Play-/deps/Framework/include/opengl/OpenGlDef.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = OpenGlDef.h; path = "../Play-/deps/Framework/include/opengl/OpenGlDef.h"; sourceTree = ""; }; + 4D216DBF3EB648EC85B3D6B2 /* ../Play-/deps/CodeGen/tests/Logic64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Logic64Test.h; path = "../Play-/deps/CodeGen/tests/Logic64Test.h"; sourceTree = ""; }; + 4D378A4363A54719AE0C527D /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_decompress_block.c; path = "../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c"; sourceTree = ""; }; + 4D47B9AE1AC847A6A82710A3 /* ../Play-/deps/AltKit/Sources/AltKit/Extensions/Result+Conveniences.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = "Result+Conveniences.swift"; path = "../Play-/deps/AltKit/Sources/AltKit/Extensions/Result+Conveniences.swift"; sourceTree = ""; }; + 4D5DDE86CCD347A9AC998A66 /* ../Play-/Source/iop/Iop_Stdio.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Stdio.cpp; path = "../Play-/Source/iop/Iop_Stdio.cpp"; sourceTree = ""; }; 4D985B1EE85046A6BA951696 /* libzstd_static */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libzstd.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 4DEE3DA243F848BFA383A886 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Avx.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = X86Assembler_Avx.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Avx.cpp"; sourceTree = ""; }; - 4E207EA16E76427AA70D137D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/SpirvShaderGenerator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SpirvShaderGenerator.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/SpirvShaderGenerator.cpp"; sourceTree = ""; }; - 4E281968F21446D9AC4D7595 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Intc.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intc.h"; sourceTree = ""; }; - 4E5592A179C24949B43C762A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float4Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Float4Value.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float4Value.h"; sourceTree = ""; }; - 4E8B906DFF1542C48ED3E642 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/JPEG.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = JPEG.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/JPEG.cpp"; sourceTree = ""; }; - 4EC4364358C5481CA2F9B475 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClient.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HttpClient.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClient.cpp"; sourceTree = ""; }; - 4EEA68E9C257456DBAD6D22C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_SubSystem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Ee_SubSystem.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_SubSystem.h"; sourceTree = ""; }; + 4DEE3DA243F848BFA383A886 /* ../Play-/deps/CodeGen/src/X86Assembler_Avx.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = X86Assembler_Avx.cpp; path = "../Play-/deps/CodeGen/src/X86Assembler_Avx.cpp"; sourceTree = ""; }; + 4E207EA16E76427AA70D137D /* ../Play-/deps/Nuanceur/src/generators/SpirvShaderGenerator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SpirvShaderGenerator.cpp; path = "../Play-/deps/Nuanceur/src/generators/SpirvShaderGenerator.cpp"; sourceTree = ""; }; + 4E281968F21446D9AC4D7595 /* ../Play-/Source/iop/Iop_Intc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Intc.h; path = "../Play-/Source/iop/Iop_Intc.h"; sourceTree = ""; }; + 4E5592A179C24949B43C762A /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Float4Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Float4Value.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/Float4Value.h"; sourceTree = ""; }; + 4E8B906DFF1542C48ED3E642 /* ../Play-/deps/Framework/src/bitmap/JPEG.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = JPEG.cpp; path = "../Play-/deps/Framework/src/bitmap/JPEG.cpp"; sourceTree = ""; }; + 4EC4364358C5481CA2F9B475 /* ../Play-/deps/Framework/src/http/HttpClient.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HttpClient.cpp; path = "../Play-/deps/Framework/src/http/HttpClient.cpp"; sourceTree = ""; }; + 4EEA68E9C257456DBAD6D22C /* ../Play-/Source/ee/Ee_SubSystem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Ee_SubSystem.h; path = "../Play-/Source/ee/Ee_SubSystem.h"; sourceTree = ""; }; 4F0FEB1464004DF9BCF4AB38 /* CAltKit */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libCAltKit.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 4F8A3E82281843B0A532562B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_cdrom.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_cdrom.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_cdrom.c"; sourceTree = ""; }; - 4FB46437BEBB48419108D386 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_IomanX.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_IomanX.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_IomanX.cpp"; sourceTree = ""; }; - 50D04807D7C34D47BFEC9466 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage/CMakeFiles/SDWebImage_Static.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage/CMakeFiles/SDWebImage_Static.dir/Info.plist; sourceTree = ""; }; - 511E4B1F341941A4A7208C00 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/opengl/Program.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Program.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/opengl/Program.cpp"; sourceTree = ""; }; - 5154AFF1AFCC472E992A678A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = threading.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.c"; sourceTree = ""; }; - 51845166E8DC43369EE06E70 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/InputConfig.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = InputConfig.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/InputConfig.h"; sourceTree = ""; }; - 51DDADE110EA4C198C0423A4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/NSImage+WebCache.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "NSImage+WebCache.m"; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/NSImage+WebCache.m"; sourceTree = ""; }; - 51E4E65457ED4D2CB446ADCA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/CMakeLists.txt"; sourceTree = ""; }; - 51E614D86EC5447A8DD58608 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float2Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Float2Value.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float2Value.h"; sourceTree = ""; }; - 5216301E2E894830949D4727 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanDrawUtils.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.h"; sourceTree = ""; }; - 52182D24D88248EE8ED09A1A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Device.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Device.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Device.cpp"; sourceTree = ""; }; - 52D3D3A7868E47A28971C926 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = deflate.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c"; sourceTree = ""; }; - 53191FC68C6740109C36F16B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector4.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FloatSwizzleSelector4.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector4.h"; sourceTree = ""; }; - 535226D2FFAB4425A20B079B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/COP_VU.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = COP_VU.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/COP_VU.cpp"; sourceTree = ""; }; - 535CFE4D00A844CFB8A44E0A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DcSizeLuminanceTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DcSizeLuminanceTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DcSizeLuminanceTable.cpp"; sourceTree = ""; }; - 53B26D1F24964D288848F10F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Singleton.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Singleton.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Singleton.h"; sourceTree = ""; }; - 53D4B0E3C360445D968E052C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest3.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RandomAluTest3.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest3.cpp"; sourceTree = ""; }; - 53DB6D9C11134DE0B312C7D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Lzma86.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Lzma86.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Lzma86.h"; sourceTree = ""; }; - 53F241304A6F4E50A535DB96 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipDeflateStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ZipDeflateStream.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipDeflateStream.h"; sourceTree = ""; }; - 540CC64084FC40808E8566EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = crc32.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c"; sourceTree = ""; }; - 54553966591F4ED0AD3758AD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_Vulkan.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.h"; sourceTree = ""; }; - 54C639B322DA408388754CA5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist"; sourceTree = ""; }; - 55689BD549214061B6EDC1A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipStoreStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ZipStoreStream.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipStoreStream.h"; sourceTree = ""; }; - 5592D410A0284B4DB478E4CE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Instance.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Instance.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Instance.cpp"; sourceTree = ""; }; - 5597884FC05A4D7785FB2867 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClientFactory.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HttpClientFactory.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClientFactory.h"; sourceTree = ""; }; - 55C8CB48119D4ED6A6BFFFA6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/PfsDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PfsDefs.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/PfsDefs.h"; sourceTree = ""; }; - 55F77064D3004F5190501011 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/ArcadeUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ArcadeUtils.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/ArcadeUtils.cpp"; sourceTree = ""; }; - 56D593B3400B4A649AD85FEB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_OpenGL.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.cpp"; sourceTree = ""; }; - 5726258692F142368CA0E30F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipStoreStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ZipStoreStream.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipStoreStream.cpp"; sourceTree = ""; }; - 572FB9EB27924987913BF2C5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanDraw.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.cpp"; sourceTree = ""; }; - 575FF93520DB47859D808DE1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/ISO9660.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ISO9660.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/ISO9660.cpp"; sourceTree = ""; }; - 583060EEC7F14F5A9C230799 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesDbClient.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = BootablesDbClient.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesDbClient.cpp"; sourceTree = ""; }; - 589ACC6228B3438AA9D93C8C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_SymbolRef.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_SymbolRef.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_SymbolRef.h"; sourceTree = ""; }; - 58A8B8A4CEDC45D9BBC98271 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSCoprocessor.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MIPSCoprocessor.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSCoprocessor.cpp"; sourceTree = ""; }; - 58C597B14EFF4E609B8137BD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/XmlStateFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = XmlStateFile.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/XmlStateFile.h"; sourceTree = ""; }; - 5913E0EDEE934BD080C7EECC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = fse.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse.h"; sourceTree = ""; }; - 595D100379204F0C82700A32 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCmpTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdCmpTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCmpTest.h"; sourceTree = ""; }; - 5A00E81A70334550820CC506 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/SIF.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SIF.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/SIF.h"; sourceTree = ""; }; - 5A116C53291E4B9BB488E97E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/WasmModuleBuilder.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = WasmModuleBuilder.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/WasmModuleBuilder.h"; sourceTree = ""; }; - 5A9F87DC06E04118B5B2E654 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Writer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Writer.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Writer.cpp"; sourceTree = ""; }; - 5B3A40A0555D4580A389471F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Cmp64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Cmp64Test.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Cmp64Test.cpp"; sourceTree = ""; }; - 5B76982A18A6427EBBD6D24F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/left.png */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = image; name = left.png; path = Resources/left.png; sourceTree = SOURCE_ROOT; }; - 5B90B933684146B5AF382203 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Dmac_Channel.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Dmac_Channel.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Dmac_Channel.h"; sourceTree = ""; }; - 5C60E5DFCA4F4CE184FD048B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGenFactory.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGenFactory.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGenFactory.cpp"; sourceTree = ""; }; - 5C6992A706B7438D9E5AAF98 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/AArch32Assembler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AArch32Assembler.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/AArch32Assembler.cpp"; sourceTree = ""; }; - 5C75FD5F713B43DDBDCDC76A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zutil.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c"; sourceTree = ""; }; - 5C7C91C6A49549879D96AA62 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_RegAlloc.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_RegAlloc.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_RegAlloc.cpp"; sourceTree = ""; }; - 5CAEDB8328154634A2F9CB05 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = portability_macros.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/portability_macros.h"; sourceTree = ""; }; - 5D407B47FA924799A6D74DD1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Shift.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86_Shift.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Shift.h"; sourceTree = ""; }; - 5D628D7C4B1F4E8F99566860 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Timrman.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Timrman.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Timrman.cpp"; sourceTree = ""; }; - 5DD3CDEF5E2A4D698DAF766E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ShaderBuilder.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ShaderBuilder.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ShaderBuilder.h"; sourceTree = ""; }; - 5E7430BB563D471E9F4D1817 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/PH_GenericInput.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PH_GenericInput.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/PH_GenericInput.cpp"; sourceTree = ""; }; - 5ED20A9D53104E24A39C7ADA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */ = {isa = PBXFileReference; explicitFileType = sourcecode.asm; fileEncoding = 4; name = huf_decompress_amd64.S; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S"; sourceTree = ""; }; - 5ED407D14BED45A68414A1AE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/DiskUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = DiskUtils.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/DiskUtils.h"; sourceTree = ""; }; - 5EDBFF83803045FD8E36E553 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateCollectionFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RegisterStateCollectionFile.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateCollectionFile.h"; sourceTree = ""; }; - 5EE33C5B91E6481C889D38E1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LoopTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LoopTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LoopTest.h"; sourceTree = ""; }; - 5EF93D681660447B87823C40 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Base64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Base64.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Base64.cpp"; sourceTree = ""; }; - 5F509D8C91FE44099BAD1CCF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScreenShotUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ScreenShotUtils.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScreenShotUtils.cpp"; sourceTree = ""; }; - 5F92DA7932ED4FCB94B86310 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v07.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c"; sourceTree = ""; }; - 5FC42D76F958474F9C7B43A1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpReader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = McDumpReader.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpReader.cpp"; sourceTree = ""; }; - 600D27CF266541E49AEBC8CA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/PS2OS.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PS2OS.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/PS2OS.h"; sourceTree = ""; }; - 60378F5C562848AF8B57E55C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Main.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Main.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Main.cpp"; sourceTree = ""; }; - 60378F74B6944B50B3028645 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Source.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Source.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Source.cpp"; sourceTree = ""; }; - 60BFEDE693894A7CBB49A626 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Log.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Log.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Log.cpp"; sourceTree = ""; }; - 60C902CE422D4D11AA4A55B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSTags.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MIPSTags.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSTags.h"; sourceTree = ""; }; - 60CE7F8AB39946F3ADC34FB6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipDeflateStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ZipDeflateStream.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipDeflateStream.cpp"; sourceTree = ""; }; - 610726257B824F6F9800F648 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DctCoefficientTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable.cpp"; sourceTree = ""; }; - 6116958D5D404BE497FF0111 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess16Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemAccess16Test.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess16Test.h"; sourceTree = ""; }; - 615DD55C834C4BCABE4CC008 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstdmt_compress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c"; sourceTree = ""; }; - 615E4A7BB7C24A32A1089686 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Call64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Call64Test.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Call64Test.h"; sourceTree = ""; }; - 616B758F12FD4A278CDCDD7F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float3Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Float3Value.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float3Value.h"; sourceTree = ""; }; - 617A4875CFE8444CBCF81D0C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sio2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Sio2.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sio2.cpp"; sourceTree = ""; }; - 61A2E6FAAE0E49DEB8FC7510 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Program.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Program.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Program.h"; sourceTree = ""; }; - 61B2F207627043B7983CD750 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = huf_decompress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c"; sourceTree = ""; }; - 61BC881113E04A9D9BE5D774 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ioman.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Ioman.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ioman.h"; sourceTree = ""; }; - 61C8B917D4AD42C0A59FCA89 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/square.png */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = image; name = square.png; path = Resources/square.png; sourceTree = SOURCE_ROOT; }; - 61DACCFDE3514C82878D0C46 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_RootCounters.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_RootCounters.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_RootCounters.cpp"; sourceTree = ""; }; - 61E8884DFC104A6FA06C796D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/clevels.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = clevels.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/clevels.h"; sourceTree = ""; }; - 61F9C7521D0945AB89441843 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v06.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h"; sourceTree = ""; }; - 6257203684234DBA834BCBA7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/ThreadPool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ThreadPool.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/ThreadPool.h"; sourceTree = ""; }; - 62A1E6AA0D1744FC869E47C1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Speed.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Speed.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Speed.cpp"; sourceTree = ""; }; - 62E36EB179A0456BBA7D5AFD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thmsgbx.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Thmsgbx.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thmsgbx.cpp"; sourceTree = ""; }; - 632A5944ECC24121BA77B1FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Instance.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Instance.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Instance.h"; sourceTree = ""; }; - 636E3CAE9DDE4094B1F572E4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Utils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Utils.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Utils.cpp"; sourceTree = ""; }; - 63DD20B525CA48FC898B1D0D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/ApaReader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ApaReader.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/ApaReader.h"; sourceTree = ""; }; - 63F34BF25D554970874C01AF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_IdleEvaluator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Ee_IdleEvaluator.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_IdleEvaluator.h"; sourceTree = ""; }; - 640AF06257CC4D90A374B428 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV_Templates.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_MIPSIV_Templates.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV_Templates.cpp"; sourceTree = ""; }; - 642A895D90C047B38B09E42A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = NamcoSys246Driver.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.cpp"; sourceTree = ""; }; - 650B4843147B4645B5B4776C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = divsufsort.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h"; sourceTree = ""; }; - 651BB1C8CB974E699EC81639 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v05.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c"; sourceTree = ""; }; - 6525E85382F04611B95A2B08 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Cmp64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Cmp64Test.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Cmp64Test.h"; sourceTree = ""; }; - 6536BBBD603B45969CBAFB55 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_SCU.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = COP_SCU.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_SCU.cpp"; sourceTree = ""; }; - 65848924F6194076BDAB45D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSTags.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MIPSTags.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSTags.cpp"; sourceTree = ""; }; - 666EF734D81B4F51B228D96E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dynamic.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Dynamic.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dynamic.cpp"; sourceTree = ""; }; - 66964E7070C740CE98DB2C02 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FpUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FpUtils.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FpUtils.h"; sourceTree = ""; }; - 669BA5F9181B4893B11FEFFD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = debug.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.h"; sourceTree = ""; }; - 66C92D6A9BA841248CD7824A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ReorderAddTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ReorderAddTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ReorderAddTest.cpp"; sourceTree = ""; }; - 66D4A82FEBC04C579FB9C7C2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV_Reflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_MIPSIV_Reflection.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV_Reflection.cpp"; sourceTree = ""; }; - 66DB29A91ADE437D8CDABD2D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpuTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FpuTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpuTest.h"; sourceTree = ""; }; - 66E24D957EA54C46B8562FC1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_Statement.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_Statement.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_Statement.cpp"; sourceTree = ""; }; - 670D263870E34F479EE8153B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Pch.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Pch.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Pch.cpp"; sourceTree = ""; }; - 671A6F2389C146789F459FD6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/StructChain.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StructChain.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/StructChain.h"; sourceTree = ""; }; - 671AAB7B6CDB4AF98A6B3B23 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FloatSwizzleSelector.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector.h"; sourceTree = ""; }; - 67FBC62E2BDC493485148C0B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/VirtualPadView.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; name = VirtualPadView.mm; path = VirtualPadView.mm; sourceTree = SOURCE_ROOT; }; - 67FE5F8E1777425BA2CCDFE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/MachoObjectFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MachoObjectFile.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/MachoObjectFile.cpp"; sourceTree = ""; }; - 686D0A897B8D4CF789058116 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess8Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemAccess8Test.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess8Test.cpp"; sourceTree = ""; }; - 689F5A034B394D4BB5CE206E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86_32.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86_32.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86_32.h"; sourceTree = ""; }; - 68D1833B2A76417BBCEA9886 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Csv.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Csv.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Csv.cpp"; sourceTree = ""; }; - 693D753D4FCE4111A878116E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_internal.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h"; sourceTree = ""; }; - 6948DE38BE794B0FA654FB87 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BiosDebugInfoProvider.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BiosDebugInfoProvider.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BiosDebugInfoProvider.h"; sourceTree = ""; }; - 6951A72315CC48DDBC26B6F2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdShiftTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdShiftTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdShiftTest.cpp"; sourceTree = ""; }; - 698231AE756D4B48ABF3638D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsPixelFormats.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GsPixelFormats.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsPixelFormats.h"; sourceTree = ""; }; - 69BEE468C4534DD2A8494A52 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/CMakeLists.txt"; sourceTree = ""; }; - 69C287E60DE74372822A3177 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateCollectionFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RegisterStateCollectionFile.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateCollectionFile.cpp"; sourceTree = ""; }; - 69DDB52CFC5F4F6687324092 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/SettingsViewController.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SettingsViewController.h; path = SettingsViewController.h; sourceTree = SOURCE_ROOT; }; - 6A328196E4134B1BB504C0A8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysmem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Sysmem.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysmem.h"; sourceTree = ""; }; - 6A58E9C8756A42BE9EC8A153 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_MtapMan.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_MtapMan.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_MtapMan.h"; sourceTree = ""; }; - 6AAC54FA9B7646B1B7475C3F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = crc32.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.h"; sourceTree = ""; }; - 6ABC0B9699A5446D9C83C571 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Vblank.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Vblank.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Vblank.cpp"; sourceTree = ""; }; - 6AF25856D0394DC59A097945 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OsStructManager.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = OsStructManager.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OsStructManager.h"; sourceTree = ""; }; - 6B04137C3B7241358688A0F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/GotoTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GotoTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/GotoTest.h"; sourceTree = ""; }; - 6B0E845F08B04B8294A23AEC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/CMakeLists.txt"; sourceTree = ""; }; + 4F8A3E82281843B0A532562B /* ../Play-/deps/libchdr/src/libchdr_cdrom.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_cdrom.c; path = "../Play-/deps/libchdr/src/libchdr_cdrom.c"; sourceTree = ""; }; + 4FB46437BEBB48419108D386 /* ../Play-/Source/iop/Iop_IomanX.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_IomanX.cpp; path = "../Play-/Source/iop/Iop_IomanX.cpp"; sourceTree = ""; }; + 50D04807D7C34D47BFEC9466 /* ../cmake/Source/ui_ios/SDWebImage/CMakeFiles/SDWebImage_Static.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/SDWebImage/CMakeFiles/SDWebImage_Static.dir/Info.plist; sourceTree = ""; }; + 511E4B1F341941A4A7208C00 /* ../Play-/deps/Framework/src/opengl/Program.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Program.cpp; path = "../Play-/deps/Framework/src/opengl/Program.cpp"; sourceTree = ""; }; + 5154AFF1AFCC472E992A678A /* ../Play-/deps/Dependencies/zstd/lib/common/threading.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = threading.c; path = "../Play-/deps/Dependencies/zstd/lib/common/threading.c"; sourceTree = ""; }; + 51845166E8DC43369EE06E70 /* ../Play-/Source/InputConfig.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = InputConfig.h; path = "../Play-/Source/InputConfig.h"; sourceTree = ""; }; + 51DDADE110EA4C198C0423A4 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/NSImage+WebCache.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "NSImage+WebCache.m"; path = "../Play-/deps/Dependencies/SDWebImage/SDWebImage/NSImage+WebCache.m"; sourceTree = ""; }; + 51E4E65457ED4D2CB446ADCA /* ../Play-/deps/Nuanceur/build_cmake/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/Nuanceur/build_cmake/CMakeLists.txt"; sourceTree = ""; }; + 51E614D86EC5447A8DD58608 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Float2Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Float2Value.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/Float2Value.h"; sourceTree = ""; }; + 5216301E2E894830949D4727 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanDrawUtils.h; path = "../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.h"; sourceTree = ""; }; + 52182D24D88248EE8ED09A1A /* ../Play-/deps/Framework/src/openal/Device.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Device.cpp; path = "../Play-/deps/Framework/src/openal/Device.cpp"; sourceTree = ""; }; + 52D3D3A7868E47A28971C926 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = deflate.c; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c"; sourceTree = ""; }; + 53191FC68C6740109C36F16B /* ../Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector4.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FloatSwizzleSelector4.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector4.h"; sourceTree = ""; }; + 535226D2FFAB4425A20B079B /* ../Play-/Source/ee/COP_VU.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = COP_VU.cpp; path = "../Play-/Source/ee/COP_VU.cpp"; sourceTree = ""; }; + 535CFE4D00A844CFB8A44E0A /* ../Play-/deps/Framework/src/mpeg2/DcSizeLuminanceTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DcSizeLuminanceTable.cpp; path = "../Play-/deps/Framework/src/mpeg2/DcSizeLuminanceTable.cpp"; sourceTree = ""; }; + 53B26D1F24964D288848F10F /* ../Play-/deps/Framework/include/Singleton.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Singleton.h; path = "../Play-/deps/Framework/include/Singleton.h"; sourceTree = ""; }; + 53D4B0E3C360445D968E052C /* ../Play-/deps/CodeGen/tests/RandomAluTest3.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RandomAluTest3.cpp; path = "../Play-/deps/CodeGen/tests/RandomAluTest3.cpp"; sourceTree = ""; }; + 53DB6D9C11134DE0B312C7D8 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Lzma86.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Lzma86.h; path = "../Play-/deps/libchdr/deps/lzma-22.01/include/Lzma86.h"; sourceTree = ""; }; + 53F241304A6F4E50A535DB96 /* ../Play-/deps/Framework/include/zip/ZipDeflateStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ZipDeflateStream.h; path = "../Play-/deps/Framework/include/zip/ZipDeflateStream.h"; sourceTree = ""; }; + 540CC64084FC40808E8566EE /* ../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = crc32.c; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c"; sourceTree = ""; }; + 54553966591F4ED0AD3758AD /* ../Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_Vulkan.h; path = "../Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.h"; sourceTree = ""; }; + 54C639B322DA408388754CA5 /* ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist"; sourceTree = ""; }; + 55689BD549214061B6EDC1A9 /* ../Play-/deps/Framework/include/zip/ZipStoreStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ZipStoreStream.h; path = "../Play-/deps/Framework/include/zip/ZipStoreStream.h"; sourceTree = ""; }; + 5592D410A0284B4DB478E4CE /* ../Play-/deps/Framework/src/vulkan/Instance.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Instance.cpp; path = "../Play-/deps/Framework/src/vulkan/Instance.cpp"; sourceTree = ""; }; + 5597884FC05A4D7785FB2867 /* ../Play-/deps/Framework/include/http/HttpClientFactory.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HttpClientFactory.h; path = "../Play-/deps/Framework/include/http/HttpClientFactory.h"; sourceTree = ""; }; + 55C8CB48119D4ED6A6BFFFA6 /* ../Play-/Source/hdd/PfsDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PfsDefs.h; path = "../Play-/Source/hdd/PfsDefs.h"; sourceTree = ""; }; + 55F77064D3004F5190501011 /* ../Play-/Source/ui_shared/ArcadeUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ArcadeUtils.cpp; path = "../Play-/Source/ui_shared/ArcadeUtils.cpp"; sourceTree = ""; }; + 56D593B3400B4A649AD85FEB /* ../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_OpenGL.cpp; path = "../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.cpp"; sourceTree = ""; }; + 5726258692F142368CA0E30F /* ../Play-/deps/Framework/src/zip/ZipStoreStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ZipStoreStream.cpp; path = "../Play-/deps/Framework/src/zip/ZipStoreStream.cpp"; sourceTree = ""; }; + 572FB9EB27924987913BF2C5 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanDraw.cpp; path = "../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.cpp"; sourceTree = ""; }; + 575FF93520DB47859D808DE1 /* ../Play-/Source/ISO9660/ISO9660.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ISO9660.cpp; path = "../Play-/Source/ISO9660/ISO9660.cpp"; sourceTree = ""; }; + 583060EEC7F14F5A9C230799 /* ../Play-/Source/ui_shared/BootablesDbClient.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = BootablesDbClient.cpp; path = "../Play-/Source/ui_shared/BootablesDbClient.cpp"; sourceTree = ""; }; + 589ACC6228B3438AA9D93C8C /* ../Play-/deps/CodeGen/include/Jitter_SymbolRef.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_SymbolRef.h; path = "../Play-/deps/CodeGen/include/Jitter_SymbolRef.h"; sourceTree = ""; }; + 58A8B8A4CEDC45D9BBC98271 /* ../Play-/Source/MIPSCoprocessor.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MIPSCoprocessor.cpp; path = "../Play-/Source/MIPSCoprocessor.cpp"; sourceTree = ""; }; + 58C597B14EFF4E609B8137BD /* ../Play-/Source/states/XmlStateFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = XmlStateFile.h; path = "../Play-/Source/states/XmlStateFile.h"; sourceTree = ""; }; + 5913E0EDEE934BD080C7EECC /* ../Play-/deps/Dependencies/zstd/lib/common/fse.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = fse.h; path = "../Play-/deps/Dependencies/zstd/lib/common/fse.h"; sourceTree = ""; }; + 595D100379204F0C82700A32 /* ../Play-/deps/CodeGen/tests/MdCmpTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdCmpTest.h; path = "../Play-/deps/CodeGen/tests/MdCmpTest.h"; sourceTree = ""; }; + 5A00E81A70334550820CC506 /* ../Play-/Source/ee/SIF.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SIF.h; path = "../Play-/Source/ee/SIF.h"; sourceTree = ""; }; + 5A116C53291E4B9BB488E97E /* ../Play-/deps/CodeGen/include/WasmModuleBuilder.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = WasmModuleBuilder.h; path = "../Play-/deps/CodeGen/include/WasmModuleBuilder.h"; sourceTree = ""; }; + 5A9F87DC06E04118B5B2E654 /* ../Play-/deps/Framework/src/xml/Writer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Writer.cpp; path = "../Play-/deps/Framework/src/xml/Writer.cpp"; sourceTree = ""; }; + 5B3A40A0555D4580A389471F /* ../Play-/deps/CodeGen/tests/Cmp64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Cmp64Test.cpp; path = "../Play-/deps/CodeGen/tests/Cmp64Test.cpp"; sourceTree = ""; }; + 5B76982A18A6427EBBD6D24F /* ../Play-/Source/ui_ios/Resources/left.png */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = image; name = left.png; path = Resources/left.png; sourceTree = SOURCE_ROOT; }; + 5B90B933684146B5AF382203 /* ../Play-/Source/ee/Dmac_Channel.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Dmac_Channel.h; path = "../Play-/Source/ee/Dmac_Channel.h"; sourceTree = ""; }; + 5C60E5DFCA4F4CE184FD048B /* ../Play-/deps/CodeGen/src/Jitter_CodeGenFactory.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGenFactory.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGenFactory.cpp"; sourceTree = ""; }; + 5C6992A706B7438D9E5AAF98 /* ../Play-/deps/CodeGen/src/AArch32Assembler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AArch32Assembler.cpp; path = "../Play-/deps/CodeGen/src/AArch32Assembler.cpp"; sourceTree = ""; }; + 5C75FD5F713B43DDBDCDC76A /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zutil.c; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c"; sourceTree = ""; }; + 5C7C91C6A49549879D96AA62 /* ../Play-/deps/CodeGen/src/Jitter_RegAlloc.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_RegAlloc.cpp; path = "../Play-/deps/CodeGen/src/Jitter_RegAlloc.cpp"; sourceTree = ""; }; + 5CAEDB8328154634A2F9CB05 /* ../Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = portability_macros.h; path = "../Play-/deps/Dependencies/zstd/lib/common/portability_macros.h"; sourceTree = ""; }; + 5D407B47FA924799A6D74DD1 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Shift.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86_Shift.h; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Shift.h"; sourceTree = ""; }; + 5D628D7C4B1F4E8F99566860 /* ../Play-/Source/iop/Iop_Timrman.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Timrman.cpp; path = "../Play-/Source/iop/Iop_Timrman.cpp"; sourceTree = ""; }; + 5DD3CDEF5E2A4D698DAF766E /* ../Play-/deps/Nuanceur/include/nuanceur/builder/ShaderBuilder.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ShaderBuilder.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/ShaderBuilder.h"; sourceTree = ""; }; + 5E7430BB563D471E9F4D1817 /* ../Play-/Source/input/PH_GenericInput.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PH_GenericInput.cpp; path = "../Play-/Source/input/PH_GenericInput.cpp"; sourceTree = ""; }; + 5ED20A9D53104E24A39C7ADA /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */ = {isa = PBXFileReference; explicitFileType = sourcecode.asm; fileEncoding = 4; name = huf_decompress_amd64.S; path = "../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S"; sourceTree = ""; }; + 5ED407D14BED45A68414A1AE /* ../Play-/Source/DiskUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = DiskUtils.h; path = "../Play-/Source/DiskUtils.h"; sourceTree = ""; }; + 5EDBFF83803045FD8E36E553 /* ../Play-/Source/states/RegisterStateCollectionFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RegisterStateCollectionFile.h; path = "../Play-/Source/states/RegisterStateCollectionFile.h"; sourceTree = ""; }; + 5EE33C5B91E6481C889D38E1 /* ../Play-/deps/CodeGen/tests/LoopTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LoopTest.h; path = "../Play-/deps/CodeGen/tests/LoopTest.h"; sourceTree = ""; }; + 5EF93D681660447B87823C40 /* ../Play-/deps/Framework/src/Base64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Base64.cpp; path = "../Play-/deps/Framework/src/Base64.cpp"; sourceTree = ""; }; + 5F509D8C91FE44099BAD1CCF /* ../Play-/Source/ScreenShotUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ScreenShotUtils.cpp; path = "../Play-/Source/ScreenShotUtils.cpp"; sourceTree = ""; }; + 5F92DA7932ED4FCB94B86310 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v07.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c"; sourceTree = ""; }; + 5FC42D76F958474F9C7B43A1 /* ../Play-/Source/saves/McDumpReader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = McDumpReader.cpp; path = "../Play-/Source/saves/McDumpReader.cpp"; sourceTree = ""; }; + 600D27CF266541E49AEBC8CA /* ../Play-/Source/ee/PS2OS.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PS2OS.h; path = "../Play-/Source/ee/PS2OS.h"; sourceTree = ""; }; + 60378F5C562848AF8B57E55C /* ../Play-/deps/CodeGen/tests/Main.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Main.cpp; path = "../Play-/deps/CodeGen/tests/Main.cpp"; sourceTree = ""; }; + 60378F74B6944B50B3028645 /* ../Play-/deps/Framework/src/openal/Source.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Source.cpp; path = "../Play-/deps/Framework/src/openal/Source.cpp"; sourceTree = ""; }; + 60BFEDE693894A7CBB49A626 /* ../Play-/Source/Log.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Log.cpp; path = "../Play-/Source/Log.cpp"; sourceTree = ""; }; + 60C902CE422D4D11AA4A55B7 /* ../Play-/Source/MIPSTags.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MIPSTags.h; path = "../Play-/Source/MIPSTags.h"; sourceTree = ""; }; + 60CE7F8AB39946F3ADC34FB6 /* ../Play-/deps/Framework/src/zip/ZipDeflateStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ZipDeflateStream.cpp; path = "../Play-/deps/Framework/src/zip/ZipDeflateStream.cpp"; sourceTree = ""; }; + 610726257B824F6F9800F648 /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DctCoefficientTable.cpp; path = "../Play-/deps/Framework/src/mpeg2/DctCoefficientTable.cpp"; sourceTree = ""; }; + 6116958D5D404BE497FF0111 /* ../Play-/deps/CodeGen/tests/MemAccess16Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemAccess16Test.h; path = "../Play-/deps/CodeGen/tests/MemAccess16Test.h"; sourceTree = ""; }; + 615DD55C834C4BCABE4CC008 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstdmt_compress.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c"; sourceTree = ""; }; + 615E4A7BB7C24A32A1089686 /* ../Play-/deps/CodeGen/tests/Call64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Call64Test.h; path = "../Play-/deps/CodeGen/tests/Call64Test.h"; sourceTree = ""; }; + 616B758F12FD4A278CDCDD7F /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Float3Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Float3Value.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/Float3Value.h"; sourceTree = ""; }; + 617A4875CFE8444CBCF81D0C /* ../Play-/Source/iop/Iop_Sio2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Sio2.cpp; path = "../Play-/Source/iop/Iop_Sio2.cpp"; sourceTree = ""; }; + 61A2E6FAAE0E49DEB8FC7510 /* ../Play-/deps/Framework/include/opengl/Program.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Program.h; path = "../Play-/deps/Framework/include/opengl/Program.h"; sourceTree = ""; }; + 61B2F207627043B7983CD750 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = huf_decompress.c; path = "../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c"; sourceTree = ""; }; + 61BC881113E04A9D9BE5D774 /* ../Play-/Source/iop/Iop_Ioman.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Ioman.h; path = "../Play-/Source/iop/Iop_Ioman.h"; sourceTree = ""; }; + 61C8B917D4AD42C0A59FCA89 /* ../Play-/Source/ui_ios/Resources/square.png */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = image; name = square.png; path = Resources/square.png; sourceTree = SOURCE_ROOT; }; + 61DACCFDE3514C82878D0C46 /* ../Play-/Source/iop/Iop_RootCounters.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_RootCounters.cpp; path = "../Play-/Source/iop/Iop_RootCounters.cpp"; sourceTree = ""; }; + 61E8884DFC104A6FA06C796D /* ../Play-/deps/Dependencies/zstd/lib/compress/clevels.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = clevels.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/clevels.h"; sourceTree = ""; }; + 61F9C7521D0945AB89441843 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v06.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h"; sourceTree = ""; }; + 6257203684234DBA834BCBA7 /* ../Play-/deps/Framework/include/ThreadPool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ThreadPool.h; path = "../Play-/deps/Framework/include/ThreadPool.h"; sourceTree = ""; }; + 62A1E6AA0D1744FC869E47C1 /* ../Play-/Source/iop/Iop_Speed.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Speed.cpp; path = "../Play-/Source/iop/Iop_Speed.cpp"; sourceTree = ""; }; + 62E36EB179A0456BBA7D5AFD /* ../Play-/Source/iop/Iop_Thmsgbx.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Thmsgbx.cpp; path = "../Play-/Source/iop/Iop_Thmsgbx.cpp"; sourceTree = ""; }; + 632A5944ECC24121BA77B1FB /* ../Play-/deps/Framework/include/vulkan/Instance.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Instance.h; path = "../Play-/deps/Framework/include/vulkan/Instance.h"; sourceTree = ""; }; + 636E3CAE9DDE4094B1F572E4 /* ../Play-/deps/Framework/src/vulkan/Utils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Utils.cpp; path = "../Play-/deps/Framework/src/vulkan/Utils.cpp"; sourceTree = ""; }; + 63DD20B525CA48FC898B1D0D /* ../Play-/Source/hdd/ApaReader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ApaReader.h; path = "../Play-/Source/hdd/ApaReader.h"; sourceTree = ""; }; + 63F34BF25D554970874C01AF /* ../Play-/Source/ee/Ee_IdleEvaluator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Ee_IdleEvaluator.h; path = "../Play-/Source/ee/Ee_IdleEvaluator.h"; sourceTree = ""; }; + 640AF06257CC4D90A374B428 /* ../Play-/Source/MA_MIPSIV_Templates.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_MIPSIV_Templates.cpp; path = "../Play-/Source/MA_MIPSIV_Templates.cpp"; sourceTree = ""; }; + 642A895D90C047B38B09E42A /* ../Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = NamcoSys246Driver.cpp; path = "../Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.cpp"; sourceTree = ""; }; + 650B4843147B4645B5B4776C /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = divsufsort.h; path = "../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h"; sourceTree = ""; }; + 651BB1C8CB974E699EC81639 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v05.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c"; sourceTree = ""; }; + 6525E85382F04611B95A2B08 /* ../Play-/deps/CodeGen/tests/Cmp64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Cmp64Test.h; path = "../Play-/deps/CodeGen/tests/Cmp64Test.h"; sourceTree = ""; }; + 6536BBBD603B45969CBAFB55 /* ../Play-/Source/COP_SCU.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = COP_SCU.cpp; path = "../Play-/Source/COP_SCU.cpp"; sourceTree = ""; }; + 65848924F6194076BDAB45D4 /* ../Play-/Source/MIPSTags.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MIPSTags.cpp; path = "../Play-/Source/MIPSTags.cpp"; sourceTree = ""; }; + 666EF734D81B4F51B228D96E /* ../Play-/Source/iop/Iop_Dynamic.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Dynamic.cpp; path = "../Play-/Source/iop/Iop_Dynamic.cpp"; sourceTree = ""; }; + 66964E7070C740CE98DB2C02 /* ../Play-/Source/FpUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FpUtils.h; path = "../Play-/Source/FpUtils.h"; sourceTree = ""; }; + 669BA5F9181B4893B11FEFFD /* ../Play-/deps/Dependencies/zstd/lib/common/debug.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = debug.h; path = "../Play-/deps/Dependencies/zstd/lib/common/debug.h"; sourceTree = ""; }; + 66C92D6A9BA841248CD7824A /* ../Play-/deps/CodeGen/tests/ReorderAddTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ReorderAddTest.cpp; path = "../Play-/deps/CodeGen/tests/ReorderAddTest.cpp"; sourceTree = ""; }; + 66D4A82FEBC04C579FB9C7C2 /* ../Play-/Source/MA_MIPSIV_Reflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_MIPSIV_Reflection.cpp; path = "../Play-/Source/MA_MIPSIV_Reflection.cpp"; sourceTree = ""; }; + 66DB29A91ADE437D8CDABD2D /* ../Play-/deps/CodeGen/tests/FpuTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FpuTest.h; path = "../Play-/deps/CodeGen/tests/FpuTest.h"; sourceTree = ""; }; + 66E24D957EA54C46B8562FC1 /* ../Play-/deps/CodeGen/src/Jitter_Statement.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_Statement.cpp; path = "../Play-/deps/CodeGen/src/Jitter_Statement.cpp"; sourceTree = ""; }; + 670D263870E34F479EE8153B /* ../Play-/Source/Pch.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Pch.cpp; path = "../Play-/Source/Pch.cpp"; sourceTree = ""; }; + 671A6F2389C146789F459FD6 /* ../Play-/deps/Framework/include/vulkan/StructChain.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StructChain.h; path = "../Play-/deps/Framework/include/vulkan/StructChain.h"; sourceTree = ""; }; + 671AAB7B6CDB4AF98A6B3B23 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FloatSwizzleSelector.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector.h"; sourceTree = ""; }; + 67FBC62E2BDC493485148C0B /* ../Play-/Source/ui_ios/VirtualPadView.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; name = VirtualPadView.mm; path = VirtualPadView.mm; sourceTree = SOURCE_ROOT; }; + 67FE5F8E1777425BA2CCDFE5 /* ../Play-/deps/CodeGen/src/MachoObjectFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MachoObjectFile.cpp; path = "../Play-/deps/CodeGen/src/MachoObjectFile.cpp"; sourceTree = ""; }; + 686D0A897B8D4CF789058116 /* ../Play-/deps/CodeGen/tests/MemAccess8Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemAccess8Test.cpp; path = "../Play-/deps/CodeGen/tests/MemAccess8Test.cpp"; sourceTree = ""; }; + 689F5A034B394D4BB5CE206E /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_x86_32.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86_32.h; path = "../Play-/deps/CodeGen/include/Jitter_CodeGen_x86_32.h"; sourceTree = ""; }; + 68D1833B2A76417BBCEA9886 /* ../Play-/deps/Framework/src/Csv.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Csv.cpp; path = "../Play-/deps/Framework/src/Csv.cpp"; sourceTree = ""; }; + 693D753D4FCE4111A878116E /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_internal.h; path = "../Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h"; sourceTree = ""; }; + 6948DE38BE794B0FA654FB87 /* ../Play-/Source/BiosDebugInfoProvider.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BiosDebugInfoProvider.h; path = "../Play-/Source/BiosDebugInfoProvider.h"; sourceTree = ""; }; + 6951A72315CC48DDBC26B6F2 /* ../Play-/deps/CodeGen/tests/MdShiftTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdShiftTest.cpp; path = "../Play-/deps/CodeGen/tests/MdShiftTest.cpp"; sourceTree = ""; }; + 698231AE756D4B48ABF3638D /* ../Play-/Source/gs/GsPixelFormats.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GsPixelFormats.h; path = "../Play-/Source/gs/GsPixelFormats.h"; sourceTree = ""; }; + 69BEE468C4534DD2A8494A52 /* ../Play-/deps/Dependencies/xxHash/cmake_unofficial/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/Dependencies/xxHash/cmake_unofficial/CMakeLists.txt"; sourceTree = ""; }; + 69C287E60DE74372822A3177 /* ../Play-/Source/states/RegisterStateCollectionFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RegisterStateCollectionFile.cpp; path = "../Play-/Source/states/RegisterStateCollectionFile.cpp"; sourceTree = ""; }; + 69DDB52CFC5F4F6687324092 /* ../Play-/Source/ui_ios/SettingsViewController.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SettingsViewController.h; path = SettingsViewController.h; sourceTree = SOURCE_ROOT; }; + 6A328196E4134B1BB504C0A8 /* ../Play-/Source/iop/Iop_Sysmem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Sysmem.h; path = "../Play-/Source/iop/Iop_Sysmem.h"; sourceTree = ""; }; + 6A58E9C8756A42BE9EC8A153 /* ../Play-/Source/iop/Iop_MtapMan.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_MtapMan.h; path = "../Play-/Source/iop/Iop_MtapMan.h"; sourceTree = ""; }; + 6AAC54FA9B7646B1B7475C3F /* ../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = crc32.h; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.h"; sourceTree = ""; }; + 6ABC0B9699A5446D9C83C571 /* ../Play-/Source/iop/Iop_Vblank.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Vblank.cpp; path = "../Play-/Source/iop/Iop_Vblank.cpp"; sourceTree = ""; }; + 6AF25856D0394DC59A097945 /* ../Play-/Source/OsStructManager.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = OsStructManager.h; path = "../Play-/Source/OsStructManager.h"; sourceTree = ""; }; + 6B04137C3B7241358688A0F3 /* ../Play-/deps/CodeGen/tests/GotoTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GotoTest.h; path = "../Play-/deps/CodeGen/tests/GotoTest.h"; sourceTree = ""; }; + 6B0E845F08B04B8294A23AEC /* ../Play-/deps/CodeGen/build_cmake/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/CodeGen/build_cmake/CMakeLists.txt"; sourceTree = ""; }; 6B22A50D949A4066B704DD1A /* /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/CoreGraphics.framework */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = ""; }; - 6B9D1E227C6248798F6E7494 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "NSError+ALTServerError.h"; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.h"; sourceTree = ""; }; - 6BB1F310EA5348229A18B66B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StdStreamUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StdStreamUtils.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StdStreamUtils.h"; sourceTree = ""; }; - 6C0064A7BDE24FCEA1AC4A7C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/InputBindingManager.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = InputBindingManager.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/InputBindingManager.h"; sourceTree = ""; }; - 6C4D9B8C66504F6F998A9804 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdLogicTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdLogicTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdLogicTest.h"; sourceTree = ""; }; - 6C9148DC706945B4B619F8CC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/VolumeDescriptor.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VolumeDescriptor.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/VolumeDescriptor.h"; sourceTree = ""; }; + 6B9D1E227C6248798F6E7494 /* ../Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = "NSError+ALTServerError.h"; path = "../Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.h"; sourceTree = ""; }; + 6BB1F310EA5348229A18B66B /* ../Play-/deps/Framework/include/StdStreamUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StdStreamUtils.h; path = "../Play-/deps/Framework/include/StdStreamUtils.h"; sourceTree = ""; }; + 6C0064A7BDE24FCEA1AC4A7C /* ../Play-/Source/input/InputBindingManager.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = InputBindingManager.h; path = "../Play-/Source/input/InputBindingManager.h"; sourceTree = ""; }; + 6C4D9B8C66504F6F998A9804 /* ../Play-/deps/CodeGen/tests/MdLogicTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdLogicTest.h; path = "../Play-/deps/CodeGen/tests/MdLogicTest.h"; sourceTree = ""; }; + 6C9148DC706945B4B619F8CC /* ../Play-/Source/ISO9660/VolumeDescriptor.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VolumeDescriptor.h; path = "../Play-/Source/ISO9660/VolumeDescriptor.h"; sourceTree = ""; }; 6C99E3F82AC04CF989B2069E /* Framework_Amazon */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libFramework_Amazon.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 6CC483ABFCA8450B8592515A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemAccessTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessTest.cpp"; sourceTree = ""; }; - 6CF40C0D599B4A70B1CA1A6B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzread.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c"; sourceTree = ""; }; - 6D052911137C4F9A97781669 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanTransferLocal.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.cpp"; sourceTree = ""; }; - 6D94759B630140A0A0ABB8A4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpMulTruncate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FpMulTruncate.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpMulTruncate.h"; sourceTree = ""; }; - 6DD69CCCC797427ABAF582DC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/COP_VU.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = COP_VU.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/COP_VU.h"; sourceTree = ""; }; - 6E34D7D960A643E0A9698171 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_IdleEvaluator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Ee_IdleEvaluator.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_IdleEvaluator.cpp"; sourceTree = ""; }; - 6E35E30A1BBB4CA78A7790B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysclib.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Sysclib.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysclib.h"; sourceTree = ""; }; - 6ED75BDBF4E9429D9CA6CAA5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CompareTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CompareTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CompareTest.cpp"; sourceTree = ""; }; - 6EE329AA304E45FAB873F64B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StreamBitStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StreamBitStream.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StreamBitStream.cpp"; sourceTree = ""; }; - 6EE710DA4E6E48F7890C542E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inffast.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.h"; sourceTree = ""; }; - 6EF125C0ED7D460D82D7A0E4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDecoder.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = SDWebImageDecoder.m; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDecoder.m"; sourceTree = ""; }; - 6F32466CB98F46F7B7FB18B8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter.h"; sourceTree = ""; }; - 6F3D711E0C8845A59D02D5CB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_Statement.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_Statement.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_Statement.h"; sourceTree = ""; }; - 6F4259659192473799B92932 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/SettingsListSelectorViewController.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SettingsListSelectorViewController.h; path = SettingsListSelectorViewController.h; sourceTree = SOURCE_ROOT; }; - 6F856BEA3B5D4C15B0A146C1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int4Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Int4Value.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int4Value.h"; sourceTree = ""; }; - 6FE7C1B518E6422F83A5E6C6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = adler32.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c"; sourceTree = ""; }; - 6FEFBF4C2112458F95CA9066 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/GridLayout.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GridLayout.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/GridLayout.h"; sourceTree = ""; }; - 7002256DF7EA459A87E58C99 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutBase.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LayoutBase.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutBase.cpp"; sourceTree = ""; }; - 70589937A2A043DBAC920D7D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = cover.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h"; sourceTree = ""; }; - 707DC4E0C1F640DF8B3C5404 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VUShared.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VUShared.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VUShared.h"; sourceTree = ""; }; - 70B4E7F4EA194673AF379345 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/VolumeDescriptor.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VolumeDescriptor.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/VolumeDescriptor.cpp"; sourceTree = ""; }; - 70D4AE68416E4C5FA4D5B8CB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/amazon/AmazonS3Client.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AmazonS3Client.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/amazon/AmazonS3Client.cpp"; sourceTree = ""; }; - 70E6B12148DD449AB9A0E63B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable1.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DctCoefficientTable1.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable1.cpp"; sourceTree = ""; }; - 71275D5880544798904CFE6A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = OpticalMediaDirectoryIterator.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.h"; sourceTree = ""; }; - 71832366FFAB48599646BCA9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Save.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Save.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Save.cpp"; sourceTree = ""; }; - 71A21207BC924BC1B88B4B66 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTempTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RegAllocTempTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTempTest.h"; sourceTree = ""; }; - 728970ADB6834077A93F36B1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeFiles/Framework_Vulkan.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeFiles/Framework_Vulkan.dir/Info.plist; sourceTree = ""; }; - 730843C6E32E454E82580A41 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MA_VU.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU.h"; sourceTree = ""; }; - 730FFAC945FF45DC98DEBD59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86.cpp"; sourceTree = ""; }; - 7320F6928641477B8990D601 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanContext.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanContext.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanContext.h"; sourceTree = ""; }; - 738BCA40D3744C0C8768F048 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MotionCodeTable.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IPU_MotionCodeTable.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MotionCodeTable.h"; sourceTree = ""; }; - 738F6F76F1E8488CAC5B240D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/uint128.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = uint128.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/uint128.h"; sourceTree = ""; }; - 73B82D3E44DD45F2B7CC72BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/7zTypes.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = 7zTypes.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/7zTypes.h"; sourceTree = ""; }; - 73C9880A8C364F358E9F7BE7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_DmVectorTable.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IPU_DmVectorTable.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_DmVectorTable.h"; sourceTree = ""; }; - 74247524DEF04D1E82769F03 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/HlslShaderGenerator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HlslShaderGenerator.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/HlslShaderGenerator.h"; sourceTree = ""; }; - 7449CF53BC0641A9BCCD8137 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/DirectoryDevice.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DirectoryDevice.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/DirectoryDevice.cpp"; sourceTree = ""; }; - 744F9419916D41B4BA5414D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_SubSystem.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Ee_SubSystem.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_SubSystem.cpp"; sourceTree = ""; }; - 749048109EFB4EF2A4A366FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIButton+WebCache.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "UIButton+WebCache.m"; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIButton+WebCache.m"; sourceTree = ""; }; - 74C9345E6A404B7D86C77684 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/ServerProtocol.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = ServerProtocol.swift; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/ServerProtocol.swift"; sourceTree = ""; }; - 74E8D5068B7846178BC755F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_EE.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MA_EE.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_EE.h"; sourceTree = ""; }; - 750053C9C0A14551A950CDF5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutBase.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LayoutBase.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutBase.h"; sourceTree = ""; }; - 7528C4E5D4A54AEFBBE41758 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeFiles/Framework_Amazon.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeFiles/Framework_Amazon.dir/Info.plist; sourceTree = ""; }; - 753D09689817474F98CE7D83 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutBaseItem.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LayoutBaseItem.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutBaseItem.cpp"; sourceTree = ""; }; - 75663E74920B4465B5967FB6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_NamcoPadMan.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.h"; sourceTree = ""; }; - 75F2AF7D5E8947228E1855BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/CommandBufferPool.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CommandBufferPool.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/CommandBufferPool.cpp"; sourceTree = ""; }; - 765B67DD0B9E4E27927A0DBE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_SifCmd.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifCmd.h"; sourceTree = ""; }; - 76705DF8CB824422AF3C572A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/NetworkConnection.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = NetworkConnection.swift; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/NetworkConnection.swift"; sourceTree = ""; }; - 76D30EBC6D174F139841281D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch32.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32.cpp"; sourceTree = ""; }; - 77337A84994F43DE94C045CB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest3.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RandomAluTest3.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest3.h"; sourceTree = ""; }; - 778403EB874D41F4BC00F493 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_opt.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h"; sourceTree = ""; }; - 77F3E8F1092C405181E93AEC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/PS2OS.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PS2OS.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/PS2OS.cpp"; sourceTree = ""; }; - 786950D61CD745EAA0DEA5D6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Fpu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch64_Fpu.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Fpu.cpp"; sourceTree = ""; }; - 786C7B82AA704AEEAEBFB433 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EEAssembler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = EEAssembler.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EEAssembler.h"; sourceTree = ""; }; - 78BB6C1F55D54FA387F1D171 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IPU.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU.cpp"; sourceTree = ""; }; - 794F7514259B48028D90743D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_VU.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU.cpp"; sourceTree = ""; }; - 7974F478FC5344D489587CCD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen.h"; sourceTree = ""; }; - 79B486ABFFC84313BDCBEC73 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v05.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h"; sourceTree = ""; }; - 79C8D006149440A0A49FED5E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/XpsSaveImporter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = XpsSaveImporter.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/XpsSaveImporter.h"; sourceTree = ""; }; - 79D0AE36C8F0497BA1C57A39 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/static_loop.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = static_loop.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/static_loop.h"; sourceTree = ""; }; - 79DECE9F96AD48A188611532 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/CpuArch.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = CpuArch.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/CpuArch.c"; sourceTree = ""; }; - 7AA6F224D88E4E9BA7FE7945 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/BitManip.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BitManip.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/BitManip.h"; sourceTree = ""; }; - 7B0551D1182042D7A00ABA33 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSHandler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSHandler.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSHandler.cpp"; sourceTree = ""; }; - 7B40840A835E4C5CAA86C4D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PH_Generic.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PH_Generic.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PH_Generic.h"; sourceTree = ""; }; - 7CAE51278D564807873F1628 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/TimeUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = TimeUtils.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/TimeUtils.h"; sourceTree = ""; }; - 7CC6AC32070A4A02B238690C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/UintValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = UintValue.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/UintValue.h"; sourceTree = ""; }; - 7D07C8B00090420D9B586894 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ZipFile.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipFile.h"; sourceTree = ""; }; - 7D46EAB6B5C94B29B45664AD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAnalysis.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MIPSAnalysis.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAnalysis.cpp"; sourceTree = ""; }; - 7D476F1F73B14DE8B788D035 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/SifModuleAdapter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SifModuleAdapter.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/SifModuleAdapter.h"; sourceTree = ""; }; - 7D4DBD16ADF74B788575F1F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_Upper.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_VU_Upper.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_Upper.cpp"; sourceTree = ""; }; - 7D619B836E004F78B0F9CA95 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageCompat.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = SDWebImageCompat.m; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageCompat.m"; sourceTree = ""; }; - 7D7D1FEE59D04B08839E8537 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Alloc.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Alloc.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Alloc.c"; sourceTree = ""; }; - 7D9FB8DF246246B3B53D8E50 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpMulTruncate.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FpMulTruncate.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpMulTruncate.cpp"; sourceTree = ""; }; - 7DBA8EA9971B409E8CD6686E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmac.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Dmac.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmac.h"; sourceTree = ""; }; - 7DE518D61AD64761A2D2929D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 7DFB93DADD1C4AC3B6C8C975 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intc.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Intc.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intc.cpp"; sourceTree = ""; }; - 7E0770AD90F447ACBBE647E1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v06.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c"; sourceTree = ""; }; - 7E079F9E1A174D5DBE3DDBEB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanDrawMobile.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.cpp"; sourceTree = ""; }; - 7E20AA4CD68E47E582FC309B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeExecutor.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = EeExecutor.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeExecutor.cpp"; sourceTree = ""; }; - 7E71C10085A4430B81F3BBD9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDevice.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HardDiskDevice.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDevice.h"; sourceTree = ""; }; - 7E834FF121E54CB9B649DD72 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v02.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h"; sourceTree = ""; }; - 7EA3E08A7802412FB4A5B806 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScreenPositionListener.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ScreenPositionListener.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScreenPositionListener.h"; sourceTree = ""; }; - 7F7AD012A3F24890AB748A13 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Delta.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Delta.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Delta.h"; sourceTree = ""; }; - 7FE1F5665D6D400DA61C2D80 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/StructDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StructDefs.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/StructDefs.h"; sourceTree = ""; }; - 7FE77D0A81BB4E3698027342 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadInterface.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PadInterface.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadInterface.h"; sourceTree = ""; }; - 80257675E2C34B8E98A70FC5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = string_cast.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast.cpp"; sourceTree = ""; }; - 80A4AF98761A4C80B963F760 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipArchiveWriter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ZipArchiveWriter.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipArchiveWriter.cpp"; sourceTree = ""; }; - 80C98275B302431295B29F47 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_MIPSIV.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV.cpp"; sourceTree = ""; }; + 6CC483ABFCA8450B8592515A /* ../Play-/deps/CodeGen/tests/MemAccessTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemAccessTest.cpp; path = "../Play-/deps/CodeGen/tests/MemAccessTest.cpp"; sourceTree = ""; }; + 6CF40C0D599B4A70B1CA1A6B /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzread.c; path = "../Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c"; sourceTree = ""; }; + 6D052911137C4F9A97781669 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanTransferLocal.cpp; path = "../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.cpp"; sourceTree = ""; }; + 6D94759B630140A0A0ABB8A4 /* ../Play-/Source/ee/FpMulTruncate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FpMulTruncate.h; path = "../Play-/Source/ee/FpMulTruncate.h"; sourceTree = ""; }; + 6DD69CCCC797427ABAF582DC /* ../Play-/Source/ee/COP_VU.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = COP_VU.h; path = "../Play-/Source/ee/COP_VU.h"; sourceTree = ""; }; + 6E34D7D960A643E0A9698171 /* ../Play-/Source/ee/Ee_IdleEvaluator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Ee_IdleEvaluator.cpp; path = "../Play-/Source/ee/Ee_IdleEvaluator.cpp"; sourceTree = ""; }; + 6E35E30A1BBB4CA78A7790B4 /* ../Play-/Source/iop/Iop_Sysclib.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Sysclib.h; path = "../Play-/Source/iop/Iop_Sysclib.h"; sourceTree = ""; }; + 6ED75BDBF4E9429D9CA6CAA5 /* ../Play-/deps/CodeGen/tests/CompareTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CompareTest.cpp; path = "../Play-/deps/CodeGen/tests/CompareTest.cpp"; sourceTree = ""; }; + 6EE329AA304E45FAB873F64B /* ../Play-/deps/Framework/src/StreamBitStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StreamBitStream.cpp; path = "../Play-/deps/Framework/src/StreamBitStream.cpp"; sourceTree = ""; }; + 6EE710DA4E6E48F7890C542E /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inffast.h; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.h"; sourceTree = ""; }; + 6EF125C0ED7D460D82D7A0E4 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDecoder.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = SDWebImageDecoder.m; path = "../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDecoder.m"; sourceTree = ""; }; + 6F32466CB98F46F7B7FB18B8 /* ../Play-/deps/CodeGen/include/Jitter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter.h; path = "../Play-/deps/CodeGen/include/Jitter.h"; sourceTree = ""; }; + 6F3D711E0C8845A59D02D5CB /* ../Play-/deps/CodeGen/include/Jitter_Statement.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_Statement.h; path = "../Play-/deps/CodeGen/include/Jitter_Statement.h"; sourceTree = ""; }; + 6F4259659192473799B92932 /* ../Play-/Source/ui_ios/SettingsListSelectorViewController.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SettingsListSelectorViewController.h; path = SettingsListSelectorViewController.h; sourceTree = SOURCE_ROOT; }; + 6F856BEA3B5D4C15B0A146C1 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Int4Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Int4Value.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/Int4Value.h"; sourceTree = ""; }; + 6FE7C1B518E6422F83A5E6C6 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = adler32.c; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c"; sourceTree = ""; }; + 6FEFBF4C2112458F95CA9066 /* ../Play-/deps/Framework/include/layout/GridLayout.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GridLayout.h; path = "../Play-/deps/Framework/include/layout/GridLayout.h"; sourceTree = ""; }; + 7002256DF7EA459A87E58C99 /* ../Play-/deps/Framework/src/layout/LayoutBase.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LayoutBase.cpp; path = "../Play-/deps/Framework/src/layout/LayoutBase.cpp"; sourceTree = ""; }; + 70589937A2A043DBAC920D7D /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = cover.h; path = "../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h"; sourceTree = ""; }; + 707DC4E0C1F640DF8B3C5404 /* ../Play-/Source/ee/VUShared.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VUShared.h; path = "../Play-/Source/ee/VUShared.h"; sourceTree = ""; }; + 70B4E7F4EA194673AF379345 /* ../Play-/Source/ISO9660/VolumeDescriptor.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VolumeDescriptor.cpp; path = "../Play-/Source/ISO9660/VolumeDescriptor.cpp"; sourceTree = ""; }; + 70D4AE68416E4C5FA4D5B8CB /* ../Play-/deps/Framework/src/amazon/AmazonS3Client.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AmazonS3Client.cpp; path = "../Play-/deps/Framework/src/amazon/AmazonS3Client.cpp"; sourceTree = ""; }; + 70E6B12148DD449AB9A0E63B /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable1.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DctCoefficientTable1.cpp; path = "../Play-/deps/Framework/src/mpeg2/DctCoefficientTable1.cpp"; sourceTree = ""; }; + 71275D5880544798904CFE6A /* ../Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = OpticalMediaDirectoryIterator.h; path = "../Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.h"; sourceTree = ""; }; + 71832366FFAB48599646BCA9 /* ../Play-/Source/saves/Save.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Save.cpp; path = "../Play-/Source/saves/Save.cpp"; sourceTree = ""; }; + 71A21207BC924BC1B88B4B66 /* ../Play-/deps/CodeGen/tests/RegAllocTempTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RegAllocTempTest.h; path = "../Play-/deps/CodeGen/tests/RegAllocTempTest.h"; sourceTree = ""; }; + 728970ADB6834077A93F36B1 /* ../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeFiles/Framework_Vulkan.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeFiles/Framework_Vulkan.dir/Info.plist; sourceTree = ""; }; + 730843C6E32E454E82580A41 /* ../Play-/Source/ee/MA_VU.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MA_VU.h; path = "../Play-/Source/ee/MA_VU.h"; sourceTree = ""; }; + 730FFAC945FF45DC98DEBD59 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_x86.cpp"; sourceTree = ""; }; + 7320F6928641477B8990D601 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanContext.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanContext.h; path = "../Play-/Source/gs/GSH_Vulkan/GSH_VulkanContext.h"; sourceTree = ""; }; + 738BCA40D3744C0C8768F048 /* ../Play-/Source/ee/IPU_MotionCodeTable.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IPU_MotionCodeTable.h; path = "../Play-/Source/ee/IPU_MotionCodeTable.h"; sourceTree = ""; }; + 738F6F76F1E8488CAC5B240D /* ../Play-/Source/uint128.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = uint128.h; path = "../Play-/Source/uint128.h"; sourceTree = ""; }; + 73B82D3E44DD45F2B7CC72BA /* ../Play-/deps/libchdr/deps/lzma-22.01/include/7zTypes.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = 7zTypes.h; path = "../Play-/deps/libchdr/deps/lzma-22.01/include/7zTypes.h"; sourceTree = ""; }; + 73C9880A8C364F358E9F7BE7 /* ../Play-/Source/ee/IPU_DmVectorTable.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IPU_DmVectorTable.h; path = "../Play-/Source/ee/IPU_DmVectorTable.h"; sourceTree = ""; }; + 74247524DEF04D1E82769F03 /* ../Play-/deps/Nuanceur/include/nuanceur/generators/HlslShaderGenerator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HlslShaderGenerator.h; path = "../Play-/deps/Nuanceur/include/nuanceur/generators/HlslShaderGenerator.h"; sourceTree = ""; }; + 7449CF53BC0641A9BCCD8137 /* ../Play-/Source/iop/ioman/DirectoryDevice.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DirectoryDevice.cpp; path = "../Play-/Source/iop/ioman/DirectoryDevice.cpp"; sourceTree = ""; }; + 744F9419916D41B4BA5414D1 /* ../Play-/Source/ee/Ee_SubSystem.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Ee_SubSystem.cpp; path = "../Play-/Source/ee/Ee_SubSystem.cpp"; sourceTree = ""; }; + 749048109EFB4EF2A4A366FB /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIButton+WebCache.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "UIButton+WebCache.m"; path = "../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIButton+WebCache.m"; sourceTree = ""; }; + 74C9345E6A404B7D86C77684 /* ../Play-/deps/AltKit/Sources/AltKit/Server/ServerProtocol.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = ServerProtocol.swift; path = "../Play-/deps/AltKit/Sources/AltKit/Server/ServerProtocol.swift"; sourceTree = ""; }; + 74E8D5068B7846178BC755F3 /* ../Play-/Source/ee/MA_EE.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MA_EE.h; path = "../Play-/Source/ee/MA_EE.h"; sourceTree = ""; }; + 750053C9C0A14551A950CDF5 /* ../Play-/deps/Framework/include/layout/LayoutBase.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LayoutBase.h; path = "../Play-/deps/Framework/include/layout/LayoutBase.h"; sourceTree = ""; }; + 7528C4E5D4A54AEFBBE41758 /* ../cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeFiles/Framework_Amazon.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeFiles/Framework_Amazon.dir/Info.plist; sourceTree = ""; }; + 753D09689817474F98CE7D83 /* ../Play-/deps/Framework/src/layout/LayoutBaseItem.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LayoutBaseItem.cpp; path = "../Play-/deps/Framework/src/layout/LayoutBaseItem.cpp"; sourceTree = ""; }; + 75663E74920B4465B5967FB6 /* ../Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_NamcoPadMan.h; path = "../Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.h"; sourceTree = ""; }; + 75F2AF7D5E8947228E1855BF /* ../Play-/deps/Framework/src/vulkan/CommandBufferPool.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CommandBufferPool.cpp; path = "../Play-/deps/Framework/src/vulkan/CommandBufferPool.cpp"; sourceTree = ""; }; + 765B67DD0B9E4E27927A0DBE /* ../Play-/Source/iop/Iop_SifCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_SifCmd.h; path = "../Play-/Source/iop/Iop_SifCmd.h"; sourceTree = ""; }; + 76705DF8CB824422AF3C572A /* ../Play-/deps/AltKit/Sources/AltKit/Server/NetworkConnection.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = NetworkConnection.swift; path = "../Play-/deps/AltKit/Sources/AltKit/Server/NetworkConnection.swift"; sourceTree = ""; }; + 76D30EBC6D174F139841281D /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch32.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32.cpp"; sourceTree = ""; }; + 77337A84994F43DE94C045CB /* ../Play-/deps/CodeGen/tests/RandomAluTest3.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RandomAluTest3.h; path = "../Play-/deps/CodeGen/tests/RandomAluTest3.h"; sourceTree = ""; }; + 778403EB874D41F4BC00F493 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_opt.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h"; sourceTree = ""; }; + 77F3E8F1092C405181E93AEC /* ../Play-/Source/ee/PS2OS.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PS2OS.cpp; path = "../Play-/Source/ee/PS2OS.cpp"; sourceTree = ""; }; + 786950D61CD745EAA0DEA5D6 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Fpu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch64_Fpu.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Fpu.cpp"; sourceTree = ""; }; + 786C7B82AA704AEEAEBFB433 /* ../Play-/Source/ee/EEAssembler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = EEAssembler.h; path = "../Play-/Source/ee/EEAssembler.h"; sourceTree = ""; }; + 78BB6C1F55D54FA387F1D171 /* ../Play-/Source/ee/IPU.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IPU.cpp; path = "../Play-/Source/ee/IPU.cpp"; sourceTree = ""; }; + 794F7514259B48028D90743D /* ../Play-/Source/ee/MA_VU.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_VU.cpp; path = "../Play-/Source/ee/MA_VU.cpp"; sourceTree = ""; }; + 7974F478FC5344D489587CCD /* ../Play-/deps/CodeGen/include/Jitter_CodeGen.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen.h; path = "../Play-/deps/CodeGen/include/Jitter_CodeGen.h"; sourceTree = ""; }; + 79B486ABFFC84313BDCBEC73 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v05.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h"; sourceTree = ""; }; + 79C8D006149440A0A49FED5E /* ../Play-/Source/saves/XpsSaveImporter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = XpsSaveImporter.h; path = "../Play-/Source/saves/XpsSaveImporter.h"; sourceTree = ""; }; + 79D0AE36C8F0497BA1C57A39 /* ../Play-/Source/static_loop.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = static_loop.h; path = "../Play-/Source/static_loop.h"; sourceTree = ""; }; + 79DECE9F96AD48A188611532 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/CpuArch.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = CpuArch.c; path = "../Play-/deps/libchdr/deps/lzma-22.01/src/CpuArch.c"; sourceTree = ""; }; + 7AA6F224D88E4E9BA7FE7945 /* ../Play-/deps/Framework/include/BitManip.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BitManip.h; path = "../Play-/deps/Framework/include/BitManip.h"; sourceTree = ""; }; + 7B0551D1182042D7A00ABA33 /* ../Play-/Source/gs/GSHandler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSHandler.cpp; path = "../Play-/Source/gs/GSHandler.cpp"; sourceTree = ""; }; + 7B40840A835E4C5CAA86C4D4 /* ../Play-/Source/PH_Generic.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PH_Generic.h; path = "../Play-/Source/PH_Generic.h"; sourceTree = ""; }; + 7CAE51278D564807873F1628 /* ../Play-/Source/TimeUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = TimeUtils.h; path = "../Play-/Source/TimeUtils.h"; sourceTree = ""; }; + 7CC6AC32070A4A02B238690C /* ../Play-/deps/Nuanceur/include/nuanceur/builder/UintValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = UintValue.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/UintValue.h"; sourceTree = ""; }; + 7D07C8B00090420D9B586894 /* ../Play-/deps/Framework/include/zip/ZipFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ZipFile.h; path = "../Play-/deps/Framework/include/zip/ZipFile.h"; sourceTree = ""; }; + 7D46EAB6B5C94B29B45664AD /* ../Play-/Source/MIPSAnalysis.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MIPSAnalysis.cpp; path = "../Play-/Source/MIPSAnalysis.cpp"; sourceTree = ""; }; + 7D476F1F73B14DE8B788D035 /* ../Play-/Source/SifModuleAdapter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SifModuleAdapter.h; path = "../Play-/Source/SifModuleAdapter.h"; sourceTree = ""; }; + 7D4DBD16ADF74B788575F1F5 /* ../Play-/Source/ee/MA_VU_Upper.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_VU_Upper.cpp; path = "../Play-/Source/ee/MA_VU_Upper.cpp"; sourceTree = ""; }; + 7D619B836E004F78B0F9CA95 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageCompat.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = SDWebImageCompat.m; path = "../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageCompat.m"; sourceTree = ""; }; + 7D7D1FEE59D04B08839E8537 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Alloc.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Alloc.c; path = "../Play-/deps/libchdr/deps/lzma-22.01/src/Alloc.c"; sourceTree = ""; }; + 7D9FB8DF246246B3B53D8E50 /* ../Play-/Source/ee/FpMulTruncate.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FpMulTruncate.cpp; path = "../Play-/Source/ee/FpMulTruncate.cpp"; sourceTree = ""; }; + 7DBA8EA9971B409E8CD6686E /* ../Play-/Source/iop/Iop_Dmac.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Dmac.h; path = "../Play-/Source/iop/Iop_Dmac.h"; sourceTree = ""; }; + 7DE518D61AD64761A2D2929D /* ../Play-/Source/ui_ios/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 7DFB93DADD1C4AC3B6C8C975 /* ../Play-/Source/iop/Iop_Intc.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Intc.cpp; path = "../Play-/Source/iop/Iop_Intc.cpp"; sourceTree = ""; }; + 7E0770AD90F447ACBBE647E1 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v06.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c"; sourceTree = ""; }; + 7E079F9E1A174D5DBE3DDBEB /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanDrawMobile.cpp; path = "../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.cpp"; sourceTree = ""; }; + 7E20AA4CD68E47E582FC309B /* ../Play-/Source/ee/EeExecutor.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = EeExecutor.cpp; path = "../Play-/Source/ee/EeExecutor.cpp"; sourceTree = ""; }; + 7E71C10085A4430B81F3BBD9 /* ../Play-/Source/iop/ioman/HardDiskDevice.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HardDiskDevice.h; path = "../Play-/Source/iop/ioman/HardDiskDevice.h"; sourceTree = ""; }; + 7E834FF121E54CB9B649DD72 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v02.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h"; sourceTree = ""; }; + 7EA3E08A7802412FB4A5B806 /* ../Play-/Source/ScreenPositionListener.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ScreenPositionListener.h; path = "../Play-/Source/ScreenPositionListener.h"; sourceTree = ""; }; + 7F7AD012A3F24890AB748A13 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Delta.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Delta.h; path = "../Play-/deps/libchdr/deps/lzma-22.01/include/Delta.h"; sourceTree = ""; }; + 7FE1F5665D6D400DA61C2D80 /* ../Play-/deps/Framework/include/vulkan/StructDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StructDefs.h; path = "../Play-/deps/Framework/include/vulkan/StructDefs.h"; sourceTree = ""; }; + 7FE77D0A81BB4E3698027342 /* ../Play-/Source/PadInterface.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PadInterface.h; path = "../Play-/Source/PadInterface.h"; sourceTree = ""; }; + 80257675E2C34B8E98A70FC5 /* ../Play-/deps/Framework/src/string_cast.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = string_cast.cpp; path = "../Play-/deps/Framework/src/string_cast.cpp"; sourceTree = ""; }; + 80A4AF98761A4C80B963F760 /* ../Play-/deps/Framework/src/zip/ZipArchiveWriter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ZipArchiveWriter.cpp; path = "../Play-/deps/Framework/src/zip/ZipArchiveWriter.cpp"; sourceTree = ""; }; + 80C98275B302431295B29F47 /* ../Play-/Source/MA_MIPSIV.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_MIPSIV.cpp; path = "../Play-/Source/MA_MIPSIV.cpp"; sourceTree = ""; }; 811769F0E9DE4A14BF43F000 /* zlib */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libz.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 814AD0D095724369894FEB4E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zutil.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.h"; sourceTree = ""; }; - 814E1D4B1E4A45C4B6225E1D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Null.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_Null.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Null.cpp"; sourceTree = ""; }; - 8193095595D847099031931F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/SDWebImage/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/SDWebImage/CMakeLists.txt"; sourceTree = ""; }; - 82C6696570C14FF89D629BC4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Alloc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Alloc.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Alloc.h"; sourceTree = ""; }; - 82C9375975594E26B66DAF1E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCacheOperation.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "UIView+WebCacheOperation.m"; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCacheOperation.m"; sourceTree = ""; }; - 830CFCB8C4974552910E4B62 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ControllerInfo.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ControllerInfo.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ControllerInfo.h"; sourceTree = ""; }; - 839651434C0A46FB94A2F485 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86.h"; sourceTree = ""; }; - 83CEBB4A3C174976BDD3D966 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/builder/ShaderBuilder.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ShaderBuilder.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/builder/ShaderBuilder.cpp"; sourceTree = ""; }; - 841B4CB46D754623B7442E7E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/StatsManager.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StatsManager.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/StatsManager.h"; sourceTree = ""; }; + 814AD0D095724369894FEB4E /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zutil.h; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.h"; sourceTree = ""; }; + 814E1D4B1E4A45C4B6225E1D /* ../Play-/Source/gs/GSH_Null.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_Null.cpp; path = "../Play-/Source/gs/GSH_Null.cpp"; sourceTree = ""; }; + 8193095595D847099031931F /* ../Play-/deps/Dependencies/build_cmake/SDWebImage/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/Dependencies/build_cmake/SDWebImage/CMakeLists.txt"; sourceTree = ""; }; + 82C6696570C14FF89D629BC4 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Alloc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Alloc.h; path = "../Play-/deps/libchdr/deps/lzma-22.01/include/Alloc.h"; sourceTree = ""; }; + 82C9375975594E26B66DAF1E /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCacheOperation.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "UIView+WebCacheOperation.m"; path = "../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCacheOperation.m"; sourceTree = ""; }; + 830CFCB8C4974552910E4B62 /* ../Play-/Source/ControllerInfo.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ControllerInfo.h; path = "../Play-/Source/ControllerInfo.h"; sourceTree = ""; }; + 839651434C0A46FB94A2F485 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_x86.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86.h; path = "../Play-/deps/CodeGen/include/Jitter_CodeGen_x86.h"; sourceTree = ""; }; + 83CEBB4A3C174976BDD3D966 /* ../Play-/deps/Nuanceur/src/builder/ShaderBuilder.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ShaderBuilder.cpp; path = "../Play-/deps/Nuanceur/src/builder/ShaderBuilder.cpp"; sourceTree = ""; }; + 841B4CB46D754623B7442E7E /* ../Play-/Source/ui_shared/StatsManager.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StatsManager.h; path = "../Play-/Source/ui_shared/StatsManager.h"; sourceTree = ""; }; 841C5CDD212E4090902D28A3 /* AltKit */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libAltKit.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 843B5B89ABC24301AD6E27CD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSCoprocessor.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MIPSCoprocessor.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSCoprocessor.h"; sourceTree = ""; }; - 84A3BD447FD7489FBB1AF9B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MA_MIPSIV.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV.h"; sourceTree = ""; }; - 84D89A13F42B454BACBD5C4F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysclib.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Sysclib.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysclib.cpp"; sourceTree = ""; }; - 84ECD42330CF44D8B2A4E124 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/builder/Operations.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Operations.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/builder/Operations.cpp"; sourceTree = ""; }; - 850058088D8141DDBCB0349D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/IopBios.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IopBios.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/IopBios.cpp"; sourceTree = ""; }; - 8550B82B66A7477DA30F6C88 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/LzAri.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LzAri.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/LzAri.cpp"; sourceTree = ""; }; - 8570C2CC97484BB3B0CD64A6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ImageUint2DValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ImageUint2DValue.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ImageUint2DValue.h"; sourceTree = ""; }; - 85C4A6DC631D406FA33BE0D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterState.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RegisterState.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterState.h"; sourceTree = ""; }; - 866EAFA3FD014FB38C4D90A2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/amazon/AmazonClient.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AmazonClient.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/amazon/AmazonClient.cpp"; sourceTree = ""; }; - 866F221A23114D9098B642E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RandomAluTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest.cpp"; sourceTree = ""; }; - 86B26C95426D4D78B25FBF7B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BlockLookupOneWay.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BlockLookupOneWay.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BlockLookupOneWay.h"; sourceTree = ""; }; - 86BE2C5BE7194BA4B18A4103 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTempTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RegAllocTempTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTempTest.cpp"; sourceTree = ""; }; - 86E0BE1EEF12424091167880 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ConditionTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ConditionTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ConditionTest.cpp"; sourceTree = ""; }; - 8745C7C9058F4BBEB892CDBD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypeBTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MacroblockTypeBTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypeBTable.cpp"; sourceTree = ""; }; - 87A036403289430699319766 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanTransferLocal.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.h"; sourceTree = ""; }; - 87C131645BD84EBC80DDB833 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_RootCounters.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_RootCounters.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_RootCounters.h"; sourceTree = ""; }; - 87EFA4C63987412AAAFE710A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_LibMc2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Ee_LibMc2.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_LibMc2.h"; sourceTree = ""; }; - 88169A4C34E641AAB1E59501 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/PfsReader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PfsReader.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/PfsReader.h"; sourceTree = ""; }; - 8824D4B2502F43A193218F67 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_internal.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h"; sourceTree = ""; }; - 8843CC52CA334F3EB214D98F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/X86Assembler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = X86Assembler.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/X86Assembler.h"; sourceTree = ""; }; - 886CF0FFB5F04847BA2D56AD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanClutLoad.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.cpp"; sourceTree = ""; }; - 894E13B0249C4B208B9EA0E2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/ArcadeUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ArcadeUtils.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/ArcadeUtils.h"; sourceTree = ""; }; - 8973011B0FA54E1799BAE334 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Image.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Image.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Image.cpp"; sourceTree = ""; }; - 8979FCDA32AA4A44A6C58F7F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/AppDelegate.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; name = AppDelegate.mm; path = AppDelegate.mm; sourceTree = SOURCE_ROOT; }; - 89C12DCE4C614C57A6322FA6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/signal/Signal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Signal.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/signal/Signal.h"; sourceTree = ""; }; - 89CBE919DDED4A86B5232A1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist; sourceTree = ""; }; - 8A5E2A9837114B7B8E835EB9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifMan.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_SifMan.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifMan.cpp"; sourceTree = ""; }; - 8A6C9B735DB2415DAC96256E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/right.png */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = image; name = right.png; path = Resources/right.png; sourceTree = SOURCE_ROOT; }; - 8A7BC44B7AD3485F862D7728 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thsema.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Thsema.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thsema.cpp"; sourceTree = ""; }; - 8AB47E336EF44BA1892FBEB2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManNull.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_SifManNull.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManNull.cpp"; sourceTree = ""; }; - 8B1961DBF08F4D93BDD16C04 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManPs2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_SifManPs2.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManPs2.h"; sourceTree = ""; }; - 8B357CAA37ED4951925C045E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_NamcoAcRam.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.h"; sourceTree = ""; }; - 8B794A16129B48B492E76D68 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadHandler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PadHandler.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadHandler.cpp"; sourceTree = ""; }; - 8BBEB1CCE2D74F139E49D9DD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_McServ.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_McServ.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_McServ.h"; sourceTree = ""; }; - 8C545D5A0CA54973BEC7F2A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/IntValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IntValue.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/IntValue.h"; sourceTree = ""; }; - 8C6E641F5D424702890B0C8C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Null.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_Null.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Null.h"; sourceTree = ""; }; - 8C8FCA0EC3674A3CA257110F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ZipFile.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipFile.cpp"; sourceTree = ""; }; - 8D02C33EABA344B99FDB97FE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/FlatLayout.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FlatLayout.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/FlatLayout.cpp"; sourceTree = ""; }; + 843B5B89ABC24301AD6E27CD /* ../Play-/Source/MIPSCoprocessor.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MIPSCoprocessor.h; path = "../Play-/Source/MIPSCoprocessor.h"; sourceTree = ""; }; + 84A3BD447FD7489FBB1AF9B4 /* ../Play-/Source/MA_MIPSIV.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MA_MIPSIV.h; path = "../Play-/Source/MA_MIPSIV.h"; sourceTree = ""; }; + 84D89A13F42B454BACBD5C4F /* ../Play-/Source/iop/Iop_Sysclib.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Sysclib.cpp; path = "../Play-/Source/iop/Iop_Sysclib.cpp"; sourceTree = ""; }; + 84ECD42330CF44D8B2A4E124 /* ../Play-/deps/Nuanceur/src/builder/Operations.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Operations.cpp; path = "../Play-/deps/Nuanceur/src/builder/Operations.cpp"; sourceTree = ""; }; + 850058088D8141DDBCB0349D /* ../Play-/Source/iop/IopBios.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IopBios.cpp; path = "../Play-/Source/iop/IopBios.cpp"; sourceTree = ""; }; + 8550B82B66A7477DA30F6C88 /* ../Play-/deps/Framework/src/LzAri.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LzAri.cpp; path = "../Play-/deps/Framework/src/LzAri.cpp"; sourceTree = ""; }; + 8570C2CC97484BB3B0CD64A6 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/ImageUint2DValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ImageUint2DValue.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/ImageUint2DValue.h"; sourceTree = ""; }; + 85C4A6DC631D406FA33BE0D4 /* ../Play-/Source/states/RegisterState.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RegisterState.h; path = "../Play-/Source/states/RegisterState.h"; sourceTree = ""; }; + 866EAFA3FD014FB38C4D90A2 /* ../Play-/deps/Framework/src/amazon/AmazonClient.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AmazonClient.cpp; path = "../Play-/deps/Framework/src/amazon/AmazonClient.cpp"; sourceTree = ""; }; + 866F221A23114D9098B642E3 /* ../Play-/deps/CodeGen/tests/RandomAluTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RandomAluTest.cpp; path = "../Play-/deps/CodeGen/tests/RandomAluTest.cpp"; sourceTree = ""; }; + 86B26C95426D4D78B25FBF7B /* ../Play-/Source/BlockLookupOneWay.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BlockLookupOneWay.h; path = "../Play-/Source/BlockLookupOneWay.h"; sourceTree = ""; }; + 86BE2C5BE7194BA4B18A4103 /* ../Play-/deps/CodeGen/tests/RegAllocTempTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RegAllocTempTest.cpp; path = "../Play-/deps/CodeGen/tests/RegAllocTempTest.cpp"; sourceTree = ""; }; + 86E0BE1EEF12424091167880 /* ../Play-/deps/CodeGen/tests/ConditionTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ConditionTest.cpp; path = "../Play-/deps/CodeGen/tests/ConditionTest.cpp"; sourceTree = ""; }; + 8745C7C9058F4BBEB892CDBD /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypeBTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MacroblockTypeBTable.cpp; path = "../Play-/deps/Framework/src/mpeg2/MacroblockTypeBTable.cpp"; sourceTree = ""; }; + 87A036403289430699319766 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanTransferLocal.h; path = "../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.h"; sourceTree = ""; }; + 87C131645BD84EBC80DDB833 /* ../Play-/Source/iop/Iop_RootCounters.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_RootCounters.h; path = "../Play-/Source/iop/Iop_RootCounters.h"; sourceTree = ""; }; + 87EFA4C63987412AAAFE710A /* ../Play-/Source/ee/Ee_LibMc2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Ee_LibMc2.h; path = "../Play-/Source/ee/Ee_LibMc2.h"; sourceTree = ""; }; + 88169A4C34E641AAB1E59501 /* ../Play-/Source/hdd/PfsReader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PfsReader.h; path = "../Play-/Source/hdd/PfsReader.h"; sourceTree = ""; }; + 8824D4B2502F43A193218F67 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_internal.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h"; sourceTree = ""; }; + 8843CC52CA334F3EB214D98F /* ../Play-/deps/CodeGen/include/X86Assembler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = X86Assembler.h; path = "../Play-/deps/CodeGen/include/X86Assembler.h"; sourceTree = ""; }; + 886CF0FFB5F04847BA2D56AD /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanClutLoad.cpp; path = "../Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.cpp"; sourceTree = ""; }; + 894E13B0249C4B208B9EA0E2 /* ../Play-/Source/ui_shared/ArcadeUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ArcadeUtils.h; path = "../Play-/Source/ui_shared/ArcadeUtils.h"; sourceTree = ""; }; + 8973011B0FA54E1799BAE334 /* ../Play-/deps/Framework/src/vulkan/Image.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Image.cpp; path = "../Play-/deps/Framework/src/vulkan/Image.cpp"; sourceTree = ""; }; + 8979FCDA32AA4A44A6C58F7F /* ../Play-/Source/ui_ios/AppDelegate.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; name = AppDelegate.mm; path = AppDelegate.mm; sourceTree = SOURCE_ROOT; }; + 89C12DCE4C614C57A6322FA6 /* ../Play-/deps/Framework/include/signal/Signal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Signal.h; path = "../Play-/deps/Framework/include/signal/Signal.h"; sourceTree = ""; }; + 89CBE919DDED4A86B5232A1B /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist; sourceTree = ""; }; + 8A5E2A9837114B7B8E835EB9 /* ../Play-/Source/iop/Iop_SifMan.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_SifMan.cpp; path = "../Play-/Source/iop/Iop_SifMan.cpp"; sourceTree = ""; }; + 8A6C9B735DB2415DAC96256E /* ../Play-/Source/ui_ios/Resources/right.png */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = image; name = right.png; path = Resources/right.png; sourceTree = SOURCE_ROOT; }; + 8A7BC44B7AD3485F862D7728 /* ../Play-/Source/iop/Iop_Thsema.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Thsema.cpp; path = "../Play-/Source/iop/Iop_Thsema.cpp"; sourceTree = ""; }; + 8AB47E336EF44BA1892FBEB2 /* ../Play-/Source/iop/Iop_SifManNull.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_SifManNull.cpp; path = "../Play-/Source/iop/Iop_SifManNull.cpp"; sourceTree = ""; }; + 8B1961DBF08F4D93BDD16C04 /* ../Play-/Source/iop/Iop_SifManPs2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_SifManPs2.h; path = "../Play-/Source/iop/Iop_SifManPs2.h"; sourceTree = ""; }; + 8B357CAA37ED4951925C045E /* ../Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_NamcoAcRam.h; path = "../Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.h"; sourceTree = ""; }; + 8B794A16129B48B492E76D68 /* ../Play-/Source/PadHandler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PadHandler.cpp; path = "../Play-/Source/PadHandler.cpp"; sourceTree = ""; }; + 8BBEB1CCE2D74F139E49D9DD /* ../Play-/Source/iop/Iop_McServ.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_McServ.h; path = "../Play-/Source/iop/Iop_McServ.h"; sourceTree = ""; }; + 8C545D5A0CA54973BEC7F2A9 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/IntValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IntValue.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/IntValue.h"; sourceTree = ""; }; + 8C6E641F5D424702890B0C8C /* ../Play-/Source/gs/GSH_Null.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_Null.h; path = "../Play-/Source/gs/GSH_Null.h"; sourceTree = ""; }; + 8C8FCA0EC3674A3CA257110F /* ../Play-/deps/Framework/src/zip/ZipFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ZipFile.cpp; path = "../Play-/deps/Framework/src/zip/ZipFile.cpp"; sourceTree = ""; }; + 8D02C33EABA344B99FDB97FE /* ../Play-/deps/Framework/src/layout/FlatLayout.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FlatLayout.cpp; path = "../Play-/deps/Framework/src/layout/FlatLayout.cpp"; sourceTree = ""; }; 8D2682B6359742F5B4ABFC7F /* chdr-benchmark */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "chdr-benchmark"; sourceTree = BUILT_PRODUCTS_DIR; }; - 8D64D4533F674E88A7ACDE73 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/MemoryStateFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemoryStateFile.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/MemoryStateFile.cpp"; sourceTree = ""; }; - 8D95527739954031A17432B9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/SettingsListSelectorViewController.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; name = SettingsListSelectorViewController.mm; path = SettingsListSelectorViewController.mm; sourceTree = SOURCE_ROOT; }; - 8DB6A01D287240C5B422A90A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Shader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Shader.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Shader.h"; sourceTree = ""; }; - 8DB95D898B774280A2346B93 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OsStructQueue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = OsStructQueue.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OsStructQueue.h"; sourceTree = ""; }; - 8E2C9E38AD6245E1B6FAF431 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/InputProvider.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = InputProvider.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/InputProvider.h"; sourceTree = ""; }; - 8E4952FBF4D541039BF4B35F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_NamcoNANDDevice.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.cpp"; sourceTree = ""; }; - 8F0EB67BE47443E48D8C53D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = debug.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.c"; sourceTree = ""; }; - 8F420C2EEA914549831D5FBC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LzcTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzcTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LzcTest.h"; sourceTree = ""; }; - 8F5FA03416D84B2386DF4F38 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inffast.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c"; sourceTree = ""; }; - 8F8CE23633D645EE91AE285E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAnalysis.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MIPSAnalysis.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAnalysis.h"; sourceTree = ""; }; - 8FEAC327F7E44A18B5F47A4A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmacman.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Dmacman.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmacman.h"; sourceTree = ""; }; - 9040E48098FB4D5788D9954E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ConditionTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ConditionTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ConditionTest.h"; sourceTree = ""; }; - 904DEB7992DD4D76B1FEEC99 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fse_decompress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c"; sourceTree = ""; }; - 90950D6E7DF043EC84E74D3F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_ScopedFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Ioman_ScopedFile.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_ScopedFile.cpp"; sourceTree = ""; }; - 917F919F21B14199A08F1377 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanPlatformDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanPlatformDefs.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanPlatformDefs.h"; sourceTree = ""; }; - 919C8CD5DFFE40109657879D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = error_private.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.h"; sourceTree = ""; }; - 91D29A1AE513472CB678B7F8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/GIF.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GIF.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/GIF.h"; sourceTree = ""; }; - 91E4A55F5AF84291A90B00E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/CoffObjectFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CoffObjectFile.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/CoffObjectFile.h"; sourceTree = ""; }; - 920408FCFA864A2C86469055 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/AppDelegate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AppDelegate.h; path = AppDelegate.h; sourceTree = SOURCE_ROOT; }; - 9287F3D13BDF4BA893234550 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/SettingsViewController.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; name = SettingsViewController.mm; path = SettingsViewController.mm; sourceTree = SOURCE_ROOT; }; - 92DA0E46DE5348A395D85E4B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSHandler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSHandler.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSHandler.h"; sourceTree = ""; }; - 930057E62C474E2FAE232D3F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_Defs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Ioman_Defs.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_Defs.h"; sourceTree = ""; }; + 8D64D4533F674E88A7ACDE73 /* ../Play-/Source/states/MemoryStateFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemoryStateFile.cpp; path = "../Play-/Source/states/MemoryStateFile.cpp"; sourceTree = ""; }; + 8D95527739954031A17432B9 /* ../Play-/Source/ui_ios/SettingsListSelectorViewController.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; name = SettingsListSelectorViewController.mm; path = SettingsListSelectorViewController.mm; sourceTree = SOURCE_ROOT; }; + 8DB6A01D287240C5B422A90A /* ../Play-/deps/Framework/include/opengl/Shader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Shader.h; path = "../Play-/deps/Framework/include/opengl/Shader.h"; sourceTree = ""; }; + 8DB95D898B774280A2346B93 /* ../Play-/Source/OsStructQueue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = OsStructQueue.h; path = "../Play-/Source/OsStructQueue.h"; sourceTree = ""; }; + 8E2C9E38AD6245E1B6FAF431 /* ../Play-/Source/input/InputProvider.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = InputProvider.h; path = "../Play-/Source/input/InputProvider.h"; sourceTree = ""; }; + 8E4952FBF4D541039BF4B35F /* ../Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_NamcoNANDDevice.cpp; path = "../Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.cpp"; sourceTree = ""; }; + 8F0EB67BE47443E48D8C53D8 /* ../Play-/deps/Dependencies/zstd/lib/common/debug.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = debug.c; path = "../Play-/deps/Dependencies/zstd/lib/common/debug.c"; sourceTree = ""; }; + 8F420C2EEA914549831D5FBC /* ../Play-/deps/CodeGen/tests/LzcTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzcTest.h; path = "../Play-/deps/CodeGen/tests/LzcTest.h"; sourceTree = ""; }; + 8F5FA03416D84B2386DF4F38 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inffast.c; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c"; sourceTree = ""; }; + 8F8CE23633D645EE91AE285E /* ../Play-/Source/MIPSAnalysis.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MIPSAnalysis.h; path = "../Play-/Source/MIPSAnalysis.h"; sourceTree = ""; }; + 8FEAC327F7E44A18B5F47A4A /* ../Play-/Source/iop/Iop_Dmacman.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Dmacman.h; path = "../Play-/Source/iop/Iop_Dmacman.h"; sourceTree = ""; }; + 9040E48098FB4D5788D9954E /* ../Play-/deps/CodeGen/tests/ConditionTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ConditionTest.h; path = "../Play-/deps/CodeGen/tests/ConditionTest.h"; sourceTree = ""; }; + 904DEB7992DD4D76B1FEEC99 /* ../Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fse_decompress.c; path = "../Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c"; sourceTree = ""; }; + 90950D6E7DF043EC84E74D3F /* ../Play-/Source/iop/Ioman_ScopedFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Ioman_ScopedFile.cpp; path = "../Play-/Source/iop/Ioman_ScopedFile.cpp"; sourceTree = ""; }; + 917F919F21B14199A08F1377 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanPlatformDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanPlatformDefs.h; path = "../Play-/Source/gs/GSH_Vulkan/GSH_VulkanPlatformDefs.h"; sourceTree = ""; }; + 919C8CD5DFFE40109657879D /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = error_private.h; path = "../Play-/deps/Dependencies/zstd/lib/common/error_private.h"; sourceTree = ""; }; + 91D29A1AE513472CB678B7F8 /* ../Play-/Source/ee/GIF.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GIF.h; path = "../Play-/Source/ee/GIF.h"; sourceTree = ""; }; + 91E4A55F5AF84291A90B00E6 /* ../Play-/deps/CodeGen/include/CoffObjectFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CoffObjectFile.h; path = "../Play-/deps/CodeGen/include/CoffObjectFile.h"; sourceTree = ""; }; + 920408FCFA864A2C86469055 /* ../Play-/Source/ui_ios/AppDelegate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AppDelegate.h; path = AppDelegate.h; sourceTree = SOURCE_ROOT; }; + 9287F3D13BDF4BA893234550 /* ../Play-/Source/ui_ios/SettingsViewController.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; name = SettingsViewController.mm; path = SettingsViewController.mm; sourceTree = SOURCE_ROOT; }; + 92DA0E46DE5348A395D85E4B /* ../Play-/Source/gs/GSHandler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSHandler.h; path = "../Play-/Source/gs/GSHandler.h"; sourceTree = ""; }; + 930057E62C474E2FAE232D3F /* ../Play-/Source/iop/Ioman_Defs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Ioman_Defs.h; path = "../Play-/Source/iop/Ioman_Defs.h"; sourceTree = ""; }; 930273F8B71347409F34CE0E /* Play */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = Play; sourceTree = BUILT_PRODUCTS_DIR; }; - 937F27027B3A4336A727B417 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Ps2Const.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Ps2Const.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Ps2Const.h"; sourceTree = ""; }; - 93BE3204AD964A439F570B43 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/HashUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HashUtils.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/HashUtils.h"; sourceTree = ""; }; - 93BFA1FBE36F4776A2B8C349 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Fpu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch32_Fpu.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Fpu.cpp"; sourceTree = ""; }; - 93F41814F0324114AAFF4BE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess8Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemAccess8Test.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess8Test.h"; sourceTree = ""; }; - 93FBB1ABD3894835BFF9F75E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/BlockProvider.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BlockProvider.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/BlockProvider.h"; sourceTree = ""; }; - 94172B743C074717A3CB2AC6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Sse.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_Fpu_Sse.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Sse.cpp"; sourceTree = ""; }; - 958A805690FE4AA1B1E227C4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sio2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Sio2.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sio2.h"; sourceTree = ""; }; - 959DD867537B457C822F6E68 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsCachedArea.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GsCachedArea.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsCachedArea.cpp"; sourceTree = ""; }; - 959DF5281C8841B9BDC70BB2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMemAccessTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdMemAccessTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMemAccessTest.h"; sourceTree = ""; }; - 95EAAE8DD69046818B2261D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/lr.png */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = image; name = lr.png; path = Resources/lr.png; sourceTree = SOURCE_ROOT; }; - 960B55579C674BFAB9B0DA33 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/AppConfig.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AppConfig.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/AppConfig.cpp"; sourceTree = ""; }; - 9620CD079E9D42708BFAEAF0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Utf8.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Utf8.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Utf8.h"; sourceTree = ""; }; - 9627C16E1C194DC6800299F8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt"; sourceTree = ""; }; - 962B0F97ED8C4315975567F7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PathUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_PathUtils.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PathUtils.h"; sourceTree = ""; }; - 96360743B09A4B23B2B80374 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thbase.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Thbase.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thbase.cpp"; sourceTree = ""; }; - 965F11B736B940189E3E052E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/CMakeLists.txt"; sourceTree = ""; }; - 96622639AA8549E5B81B0EC3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Lzma86Dec.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c"; sourceTree = ""; }; - 966DAFD265F04CF4B2051118 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_decompress_block.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h"; sourceTree = ""; }; - 966FF41B2E834D858972B6B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/tests/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/tests/CMakeLists.txt"; sourceTree = ""; }; - 9692B220004D426BA5B33414 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeFiles/Framework_OpenGl.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeFiles/Framework_OpenGl.dir/Info.plist; sourceTree = ""; }; - 96F183AE7C2B478AAD03FDBE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/VirtualPadButton.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; name = VirtualPadButton.mm; path = VirtualPadButton.mm; sourceTree = SOURCE_ROOT; }; - 97105ED7E3494ADEADC32EE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_FPU.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = COP_FPU.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_FPU.h"; sourceTree = ""; }; - 976C99D69882492E857B3736 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thevent.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Thevent.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thevent.cpp"; sourceTree = ""; }; - 97B4D1D1AD924D2DAC8D8527 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/down.png */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = image; name = down.png; path = Resources/down.png; sourceTree = SOURCE_ROOT; }; - 97BA7D347F8C4DAC97C91DF5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CsoImageStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CsoImageStream.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CsoImageStream.h"; sourceTree = ""; }; - 983C1E46E0DF45669B4F0A5D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/FilesystemUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FilesystemUtils.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/FilesystemUtils.h"; sourceTree = ""; }; - 985B0D8854FF493BAD384AE4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/CoffDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CoffDefs.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/CoffDefs.h"; sourceTree = ""; }; - 986FACD669524C7BA8C696CC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuAnalysis.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VuAnalysis.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuAnalysis.cpp"; sourceTree = ""; }; - 98B2D2F376D74DB591884D6E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/zstd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/zstd.h"; sourceTree = ""; }; - 98BBA08733504E648FCE8E98 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StdStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StdStream.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StdStream.cpp"; sourceTree = ""; }; + 937F27027B3A4336A727B417 /* ../Play-/Source/Ps2Const.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Ps2Const.h; path = "../Play-/Source/Ps2Const.h"; sourceTree = ""; }; + 93BE3204AD964A439F570B43 /* ../Play-/deps/Framework/include/HashUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HashUtils.h; path = "../Play-/deps/Framework/include/HashUtils.h"; sourceTree = ""; }; + 93BFA1FBE36F4776A2B8C349 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Fpu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch32_Fpu.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Fpu.cpp"; sourceTree = ""; }; + 93F41814F0324114AAFF4BE5 /* ../Play-/deps/CodeGen/tests/MemAccess8Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemAccess8Test.h; path = "../Play-/deps/CodeGen/tests/MemAccess8Test.h"; sourceTree = ""; }; + 93FBB1ABD3894835BFF9F75E /* ../Play-/Source/ISO9660/BlockProvider.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BlockProvider.h; path = "../Play-/Source/ISO9660/BlockProvider.h"; sourceTree = ""; }; + 94172B743C074717A3CB2AC6 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Sse.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_Fpu_Sse.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Sse.cpp"; sourceTree = ""; }; + 958A805690FE4AA1B1E227C4 /* ../Play-/Source/iop/Iop_Sio2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Sio2.h; path = "../Play-/Source/iop/Iop_Sio2.h"; sourceTree = ""; }; + 959DD867537B457C822F6E68 /* ../Play-/Source/gs/GsCachedArea.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GsCachedArea.cpp; path = "../Play-/Source/gs/GsCachedArea.cpp"; sourceTree = ""; }; + 959DF5281C8841B9BDC70BB2 /* ../Play-/deps/CodeGen/tests/MdMemAccessTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdMemAccessTest.h; path = "../Play-/deps/CodeGen/tests/MdMemAccessTest.h"; sourceTree = ""; }; + 95EAAE8DD69046818B2261D5 /* ../Play-/Source/ui_ios/Resources/lr.png */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = image; name = lr.png; path = Resources/lr.png; sourceTree = SOURCE_ROOT; }; + 960B55579C674BFAB9B0DA33 /* ../Play-/Source/AppConfig.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AppConfig.cpp; path = "../Play-/Source/AppConfig.cpp"; sourceTree = ""; }; + 9620CD079E9D42708BFAEAF0 /* ../Play-/deps/Framework/include/Utf8.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Utf8.h; path = "../Play-/deps/Framework/include/Utf8.h"; sourceTree = ""; }; + 9627C16E1C194DC6800299F8 /* ../Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt"; sourceTree = ""; }; + 962B0F97ED8C4315975567F7 /* ../Play-/Source/iop/Iop_PathUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_PathUtils.h; path = "../Play-/Source/iop/Iop_PathUtils.h"; sourceTree = ""; }; + 96360743B09A4B23B2B80374 /* ../Play-/Source/iop/Iop_Thbase.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Thbase.cpp; path = "../Play-/Source/iop/Iop_Thbase.cpp"; sourceTree = ""; }; + 965F11B736B940189E3E052E /* ../Play-/deps/Dependencies/zstd/build/cmake/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/Dependencies/zstd/build/cmake/CMakeLists.txt"; sourceTree = ""; }; + 96622639AA8549E5B81B0EC3 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Lzma86Dec.c; path = "../Play-/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c"; sourceTree = ""; }; + 966DAFD265F04CF4B2051118 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_decompress_block.h; path = "../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h"; sourceTree = ""; }; + 966FF41B2E834D858972B6B3 /* ../Play-/deps/libchdr/tests/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/libchdr/tests/CMakeLists.txt"; sourceTree = ""; }; + 9692B220004D426BA5B33414 /* ../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeFiles/Framework_OpenGl.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeFiles/Framework_OpenGl.dir/Info.plist; sourceTree = ""; }; + 96F183AE7C2B478AAD03FDBE /* ../Play-/Source/ui_ios/VirtualPadButton.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; name = VirtualPadButton.mm; path = VirtualPadButton.mm; sourceTree = SOURCE_ROOT; }; + 97105ED7E3494ADEADC32EE5 /* ../Play-/Source/COP_FPU.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = COP_FPU.h; path = "../Play-/Source/COP_FPU.h"; sourceTree = ""; }; + 976C99D69882492E857B3736 /* ../Play-/Source/iop/Iop_Thevent.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Thevent.cpp; path = "../Play-/Source/iop/Iop_Thevent.cpp"; sourceTree = ""; }; + 97B4D1D1AD924D2DAC8D8527 /* ../Play-/Source/ui_ios/Resources/down.png */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = image; name = down.png; path = Resources/down.png; sourceTree = SOURCE_ROOT; }; + 97BA7D347F8C4DAC97C91DF5 /* ../Play-/Source/discimages/CsoImageStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CsoImageStream.h; path = "../Play-/Source/discimages/CsoImageStream.h"; sourceTree = ""; }; + 983C1E46E0DF45669B4F0A5D /* ../Play-/deps/Framework/include/FilesystemUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FilesystemUtils.h; path = "../Play-/deps/Framework/include/FilesystemUtils.h"; sourceTree = ""; }; + 985B0D8854FF493BAD384AE4 /* ../Play-/deps/CodeGen/include/CoffDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CoffDefs.h; path = "../Play-/deps/CodeGen/include/CoffDefs.h"; sourceTree = ""; }; + 986FACD669524C7BA8C696CC /* ../Play-/Source/ee/VuAnalysis.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VuAnalysis.cpp; path = "../Play-/Source/ee/VuAnalysis.cpp"; sourceTree = ""; }; + 98B2D2F376D74DB591884D6E /* ../Play-/deps/Dependencies/zstd/lib/zstd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd.h; path = "../Play-/deps/Dependencies/zstd/lib/zstd.h"; sourceTree = ""; }; + 98BBA08733504E648FCE8E98 /* ../Play-/deps/Framework/src/StdStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StdStream.cpp; path = "../Play-/deps/Framework/src/StdStream.cpp"; sourceTree = ""; }; 98D1CE9FCFA54D3E8BF3A889 /* CodeGenTestSuite */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = CodeGenTestSuite; sourceTree = BUILT_PRODUCTS_DIR; }; - 9900CEF5035E41E488D588FD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoSys246.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_NamcoSys246.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoSys246.h"; sourceTree = ""; }; - 9955DDAB8C5D4A1EA5CF1EA0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Heaplib.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Heaplib.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Heaplib.cpp"; sourceTree = ""; }; - 998A7E05CACC4037B1EC021C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeBasicBlock.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = EeBasicBlock.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeBasicBlock.h"; sourceTree = ""; }; - 999099E502C64029B97E326D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeBTable.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IPU_MacroblockTypeBTable.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeBTable.h"; sourceTree = ""; }; - 99C8DE2D3F094F5AB8BE5308 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/HlslShaderGenerator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HlslShaderGenerator.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/HlslShaderGenerator.cpp"; sourceTree = ""; }; - 99FF855BA91D4B08A92665D0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+GIF.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "UIImage+GIF.m"; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+GIF.m"; sourceTree = ""; }; - 9A353D51FF64449C82E5FC9C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = compress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/compress.c"; sourceTree = ""; }; - 9A6A6DA78B8F48DD9A8670FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ShiftTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ShiftTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ShiftTest.cpp"; sourceTree = ""; }; - 9A99C4FF8DB6447BABEFF814 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/uint128.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = uint128.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/uint128.h"; sourceTree = ""; }; - 9AA83863E8A44FCDB1D756DB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpAddTruncate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FpAddTruncate.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpAddTruncate.h"; sourceTree = ""; }; - 9AD0513BE43045CABC26A352 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveExporter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SaveExporter.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveExporter.cpp"; sourceTree = ""; }; - 9B31FF9737514E86B645FA88 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/GSH_OpenGLiOS.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_OpenGLiOS.h; path = GSH_OpenGLiOS.h; sourceTree = SOURCE_ROOT; }; - 9B57F6CE6B26415390E7E1DE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScreenShotUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ScreenShotUtils.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScreenShotUtils.h"; sourceTree = ""; }; + 9900CEF5035E41E488D588FD /* ../Play-/Source/iop/namco_sys246/Iop_NamcoSys246.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_NamcoSys246.h; path = "../Play-/Source/iop/namco_sys246/Iop_NamcoSys246.h"; sourceTree = ""; }; + 9955DDAB8C5D4A1EA5CF1EA0 /* ../Play-/Source/iop/Iop_Heaplib.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Heaplib.cpp; path = "../Play-/Source/iop/Iop_Heaplib.cpp"; sourceTree = ""; }; + 998A7E05CACC4037B1EC021C /* ../Play-/Source/ee/EeBasicBlock.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = EeBasicBlock.h; path = "../Play-/Source/ee/EeBasicBlock.h"; sourceTree = ""; }; + 999099E502C64029B97E326D /* ../Play-/Source/ee/IPU_MacroblockTypeBTable.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IPU_MacroblockTypeBTable.h; path = "../Play-/Source/ee/IPU_MacroblockTypeBTable.h"; sourceTree = ""; }; + 99C8DE2D3F094F5AB8BE5308 /* ../Play-/deps/Nuanceur/src/generators/HlslShaderGenerator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HlslShaderGenerator.cpp; path = "../Play-/deps/Nuanceur/src/generators/HlslShaderGenerator.cpp"; sourceTree = ""; }; + 99FF855BA91D4B08A92665D0 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+GIF.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "UIImage+GIF.m"; path = "../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+GIF.m"; sourceTree = ""; }; + 9A353D51FF64449C82E5FC9C /* ../Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = compress.c; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/compress.c"; sourceTree = ""; }; + 9A6A6DA78B8F48DD9A8670FA /* ../Play-/deps/CodeGen/tests/ShiftTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ShiftTest.cpp; path = "../Play-/deps/CodeGen/tests/ShiftTest.cpp"; sourceTree = ""; }; + 9A99C4FF8DB6447BABEFF814 /* ../Play-/deps/CodeGen/tests/uint128.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = uint128.h; path = "../Play-/deps/CodeGen/tests/uint128.h"; sourceTree = ""; }; + 9AA83863E8A44FCDB1D756DB /* ../Play-/Source/ee/FpAddTruncate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FpAddTruncate.h; path = "../Play-/Source/ee/FpAddTruncate.h"; sourceTree = ""; }; + 9AD0513BE43045CABC26A352 /* ../Play-/Source/saves/SaveExporter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SaveExporter.cpp; path = "../Play-/Source/saves/SaveExporter.cpp"; sourceTree = ""; }; + 9B31FF9737514E86B645FA88 /* ../Play-/Source/ui_ios/GSH_OpenGLiOS.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_OpenGLiOS.h; path = GSH_OpenGLiOS.h; sourceTree = SOURCE_ROOT; }; + 9B57F6CE6B26415390E7E1DE /* ../Play-/Source/ScreenShotUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ScreenShotUtils.h; path = "../Play-/Source/ScreenShotUtils.h"; sourceTree = ""; }; 9B886BA0879C4D4D8F34A518 /* /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = wrapper.framework; name = OpenAL.framework; path = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework; sourceTree = ""; }; - 9C3BD116AD55413AB598484E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_NamcoAcCdvd.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.cpp"; sourceTree = ""; }; - 9C4239A2547545769F8EF66C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCallTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdCallTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCallTest.cpp"; sourceTree = ""; }; - 9C59DB7E9E8F444293B687EF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/CMakeLists.txt"; sourceTree = ""; }; - 9C7C6DAE563B484DA261EB55 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MoltenVK/dylib/iOS/libMoltenVK.dylib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = "compiled.mach-o.dylib"; name = libMoltenVK.dylib; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MoltenVK/dylib/iOS/libMoltenVK.dylib"; sourceTree = ""; }; - 9C917D185CCA43BBB18161B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zdict.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c"; sourceTree = ""; }; - 9DABF34879294FCC90271EFF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PathUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_PathUtils.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PathUtils.cpp"; sourceTree = ""; }; - 9E27799809EA4F8D912BE24F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/nodiscard.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = nodiscard.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/nodiscard.h"; sourceTree = ""; }; - 9E74E42DEF794983A275177D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CursorTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CursorTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CursorTest.cpp"; sourceTree = ""; }; - 9E87F0C75F3947EB882CBCEB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_lazy.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h"; sourceTree = ""; }; + 9C3BD116AD55413AB598484E /* ../Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_NamcoAcCdvd.cpp; path = "../Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.cpp"; sourceTree = ""; }; + 9C4239A2547545769F8EF66C /* ../Play-/deps/CodeGen/tests/MdCallTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdCallTest.cpp; path = "../Play-/deps/CodeGen/tests/MdCallTest.cpp"; sourceTree = ""; }; + 9C59DB7E9E8F444293B687EF /* ../Play-/deps/Framework/build_cmake/Framework/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/Framework/build_cmake/Framework/CMakeLists.txt"; sourceTree = ""; }; + 9C7C6DAE563B484DA261EB55 /* ../Play-/Source/MoltenVK/dylib/iOS/libMoltenVK.dylib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = "compiled.mach-o.dylib"; name = libMoltenVK.dylib; path = "../Play-/Source/MoltenVK/dylib/iOS/libMoltenVK.dylib"; sourceTree = ""; }; + 9C917D185CCA43BBB18161B7 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zdict.c; path = "../Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c"; sourceTree = ""; }; + 9DABF34879294FCC90271EFF /* ../Play-/Source/iop/Iop_PathUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_PathUtils.cpp; path = "../Play-/Source/iop/Iop_PathUtils.cpp"; sourceTree = ""; }; + 9E27799809EA4F8D912BE24F /* ../Play-/deps/Framework/include/nodiscard.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = nodiscard.h; path = "../Play-/deps/Framework/include/nodiscard.h"; sourceTree = ""; }; + 9E74E42DEF794983A275177D /* ../Play-/deps/CodeGen/tests/CursorTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CursorTest.cpp; path = "../Play-/deps/CodeGen/tests/CursorTest.cpp"; sourceTree = ""; }; + 9E87F0C75F3947EB882CBCEB /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_lazy.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h"; sourceTree = ""; }; 9F3359897AD54AF083CCB4E2 /* /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/UIKit.framework */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = ""; }; - 9FDAC27F543542439A77EC16 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LzcTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LzcTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LzcTest.cpp"; sourceTree = ""; }; - 9FDDF3D62661422AA1B29298 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/s3stream/S3ObjectStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = S3ObjectStream.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/s3stream/S3ObjectStream.cpp"; sourceTree = ""; }; - 9FE4982D74DF49CDAEE6E38D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdStreamSupport.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ChdStreamSupport.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdStreamSupport.h"; sourceTree = ""; }; - 9FF50D098BF94A5598FF327F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_SifCmd.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifCmd.cpp"; sourceTree = ""; }; - A0078A5ECDA049F3A4EB9A2D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_double_fast.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h"; sourceTree = ""; }; - A05B78AE0CA24C4D96149F9D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_ldm.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c"; sourceTree = ""; }; - A072DA98F3BB4E8197B50CD3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/DebuggerSimulator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DebuggerSimulator.cpp; path = DebuggerSimulator.cpp; sourceTree = SOURCE_ROOT; }; - A072EAC4D43C4895869C5353 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Url.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Url.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Url.h"; sourceTree = ""; }; - A10EF33B1BCF490B90538661 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thvpool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Thvpool.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thvpool.h"; sourceTree = ""; }; - A137A323DC37417884C79E6D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif1.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Vif1.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif1.h"; sourceTree = ""; }; - A179F480BDB442AFAA1CFE80 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporterBase.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SaveImporterBase.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporterBase.cpp"; sourceTree = ""; }; - A1B3E6CF7BBD4B588A299052 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_IomanX.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_IomanX.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_IomanX.h"; sourceTree = ""; }; - A1D4850AB9D144978993D9A6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/XpsSaveImporter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = XpsSaveImporter.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/XpsSaveImporter.cpp"; sourceTree = ""; }; - A1D69E2F6E724AFBA324CC37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/GlslShaderGenerator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GlslShaderGenerator.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/GlslShaderGenerator.h"; sourceTree = ""; }; - A273A706720843B1A8694168 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameLimiter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FrameLimiter.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameLimiter.h"; sourceTree = ""; }; - A3B3246753744770AE12F0C4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/maybe_unused.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = maybe_unused.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/maybe_unused.h"; sourceTree = ""; }; - A4C52AAEFE7A4414B782AF79 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/RenderView.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; name = RenderView.mm; path = RenderView.mm; sourceTree = SOURCE_ROOT; }; - A4D93664C1C4441B880E3F6A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = NamcoSys147Driver.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.cpp"; sourceTree = ""; }; - A4DEDF10CADD44AE9045A965 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysmem.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Sysmem.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysmem.cpp"; sourceTree = ""; }; - A4E7A59B2E5C4A02BB7299E1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipArchiveWriter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ZipArchiveWriter.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipArchiveWriter.h"; sourceTree = ""; }; - A54F901EDA494DDFBA63F234 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BasicBlock.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BasicBlock.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BasicBlock.h"; sourceTree = ""; }; - A56766B9860B460A98B778CB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/LiteralPool.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LiteralPool.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/LiteralPool.cpp"; sourceTree = ""; }; - A58DBD1DCC894036AC7B6B9C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LoopTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LoopTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LoopTest.cpp"; sourceTree = ""; }; - A617DEEDE2C84D03B387C4C3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDevice.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = OpticalMediaDevice.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDevice.cpp"; sourceTree = ""; }; - A6A44203AC854C2396064B91 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch64.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64.cpp"; sourceTree = ""; }; - A716BF08BF1A41F397C87755 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2200.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_FileIoHandler2200.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2200.h"; sourceTree = ""; }; - A7229CD8C1FB4935B7F549ED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Div.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_AArch32_Div.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Div.h"; sourceTree = ""; }; - A7C19E6A051C47FAB0182554 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/idct/TrivialC.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = TrivialC.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/idct/TrivialC.cpp"; sourceTree = ""; }; - A7F39B79B24F45FB8AA536EC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/SubpassInputValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SubpassInputValue.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/SubpassInputValue.h"; sourceTree = ""; }; - A80407822E034A8580846ACC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_LibSd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_LibSd.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_LibSd.h"; sourceTree = ""; }; - A80CEE61AB02426483A5BEED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockAddressIncrementTable.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IPU_MacroblockAddressIncrementTable.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockAddressIncrementTable.h"; sourceTree = ""; }; - A80EC781B3834212B1C6C49D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/TheGamesDbClient.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = TheGamesDbClient.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/TheGamesDbClient.cpp"; sourceTree = ""; }; + 9FDAC27F543542439A77EC16 /* ../Play-/deps/CodeGen/tests/LzcTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LzcTest.cpp; path = "../Play-/deps/CodeGen/tests/LzcTest.cpp"; sourceTree = ""; }; + 9FDDF3D62661422AA1B29298 /* ../Play-/Source/s3stream/S3ObjectStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = S3ObjectStream.cpp; path = "../Play-/Source/s3stream/S3ObjectStream.cpp"; sourceTree = ""; }; + 9FE4982D74DF49CDAEE6E38D /* ../Play-/Source/discimages/ChdStreamSupport.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ChdStreamSupport.h; path = "../Play-/Source/discimages/ChdStreamSupport.h"; sourceTree = ""; }; + 9FF50D098BF94A5598FF327F /* ../Play-/Source/iop/Iop_SifCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_SifCmd.cpp; path = "../Play-/Source/iop/Iop_SifCmd.cpp"; sourceTree = ""; }; + A0078A5ECDA049F3A4EB9A2D /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_double_fast.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h"; sourceTree = ""; }; + A05B78AE0CA24C4D96149F9D /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_ldm.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c"; sourceTree = ""; }; + A072DA98F3BB4E8197B50CD3 /* ../Play-/Source/ui_ios/DebuggerSimulator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DebuggerSimulator.cpp; path = DebuggerSimulator.cpp; sourceTree = SOURCE_ROOT; }; + A072EAC4D43C4895869C5353 /* ../Play-/deps/Framework/include/Url.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Url.h; path = "../Play-/deps/Framework/include/Url.h"; sourceTree = ""; }; + A10EF33B1BCF490B90538661 /* ../Play-/Source/iop/Iop_Thvpool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Thvpool.h; path = "../Play-/Source/iop/Iop_Thvpool.h"; sourceTree = ""; }; + A137A323DC37417884C79E6D /* ../Play-/Source/ee/Vif1.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Vif1.h; path = "../Play-/Source/ee/Vif1.h"; sourceTree = ""; }; + A179F480BDB442AFAA1CFE80 /* ../Play-/Source/saves/SaveImporterBase.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SaveImporterBase.cpp; path = "../Play-/Source/saves/SaveImporterBase.cpp"; sourceTree = ""; }; + A1B3E6CF7BBD4B588A299052 /* ../Play-/Source/iop/Iop_IomanX.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_IomanX.h; path = "../Play-/Source/iop/Iop_IomanX.h"; sourceTree = ""; }; + A1D4850AB9D144978993D9A6 /* ../Play-/Source/saves/XpsSaveImporter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = XpsSaveImporter.cpp; path = "../Play-/Source/saves/XpsSaveImporter.cpp"; sourceTree = ""; }; + A1D69E2F6E724AFBA324CC37 /* ../Play-/deps/Nuanceur/include/nuanceur/generators/GlslShaderGenerator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GlslShaderGenerator.h; path = "../Play-/deps/Nuanceur/include/nuanceur/generators/GlslShaderGenerator.h"; sourceTree = ""; }; + A273A706720843B1A8694168 /* ../Play-/Source/FrameLimiter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FrameLimiter.h; path = "../Play-/Source/FrameLimiter.h"; sourceTree = ""; }; + A3B3246753744770AE12F0C4 /* ../Play-/deps/Framework/include/maybe_unused.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = maybe_unused.h; path = "../Play-/deps/Framework/include/maybe_unused.h"; sourceTree = ""; }; + A4C52AAEFE7A4414B782AF79 /* ../Play-/Source/ui_ios/RenderView.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; name = RenderView.mm; path = RenderView.mm; sourceTree = SOURCE_ROOT; }; + A4D93664C1C4441B880E3F6A /* ../Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = NamcoSys147Driver.cpp; path = "../Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.cpp"; sourceTree = ""; }; + A4DEDF10CADD44AE9045A965 /* ../Play-/Source/iop/Iop_Sysmem.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Sysmem.cpp; path = "../Play-/Source/iop/Iop_Sysmem.cpp"; sourceTree = ""; }; + A4E7A59B2E5C4A02BB7299E1 /* ../Play-/deps/Framework/include/zip/ZipArchiveWriter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ZipArchiveWriter.h; path = "../Play-/deps/Framework/include/zip/ZipArchiveWriter.h"; sourceTree = ""; }; + A54F901EDA494DDFBA63F234 /* ../Play-/Source/BasicBlock.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BasicBlock.h; path = "../Play-/Source/BasicBlock.h"; sourceTree = ""; }; + A56766B9860B460A98B778CB /* ../Play-/deps/CodeGen/src/LiteralPool.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LiteralPool.cpp; path = "../Play-/deps/CodeGen/src/LiteralPool.cpp"; sourceTree = ""; }; + A58DBD1DCC894036AC7B6B9C /* ../Play-/deps/CodeGen/tests/LoopTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LoopTest.cpp; path = "../Play-/deps/CodeGen/tests/LoopTest.cpp"; sourceTree = ""; }; + A617DEEDE2C84D03B387C4C3 /* ../Play-/Source/iop/ioman/OpticalMediaDevice.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = OpticalMediaDevice.cpp; path = "../Play-/Source/iop/ioman/OpticalMediaDevice.cpp"; sourceTree = ""; }; + A6A44203AC854C2396064B91 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch64.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64.cpp"; sourceTree = ""; }; + A716BF08BF1A41F397C87755 /* ../Play-/Source/iop/Iop_FileIoHandler2200.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_FileIoHandler2200.h; path = "../Play-/Source/iop/Iop_FileIoHandler2200.h"; sourceTree = ""; }; + A7229CD8C1FB4935B7F549ED /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Div.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_AArch32_Div.h; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Div.h"; sourceTree = ""; }; + A7C19E6A051C47FAB0182554 /* ../Play-/deps/Framework/src/idct/TrivialC.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = TrivialC.cpp; path = "../Play-/deps/Framework/src/idct/TrivialC.cpp"; sourceTree = ""; }; + A7F39B79B24F45FB8AA536EC /* ../Play-/deps/Nuanceur/include/nuanceur/builder/SubpassInputValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SubpassInputValue.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/SubpassInputValue.h"; sourceTree = ""; }; + A80407822E034A8580846ACC /* ../Play-/Source/iop/Iop_LibSd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_LibSd.h; path = "../Play-/Source/iop/Iop_LibSd.h"; sourceTree = ""; }; + A80CEE61AB02426483A5BEED /* ../Play-/Source/ee/IPU_MacroblockAddressIncrementTable.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IPU_MacroblockAddressIncrementTable.h; path = "../Play-/Source/ee/IPU_MacroblockAddressIncrementTable.h"; sourceTree = ""; }; + A80EC781B3834212B1C6C49D /* ../Play-/Source/ui_shared/TheGamesDbClient.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = TheGamesDbClient.cpp; path = "../Play-/Source/ui_shared/TheGamesDbClient.cpp"; sourceTree = ""; }; A816D5A4F2B64808A0296230 /* xxhash */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libxxhash.a; sourceTree = BUILT_PRODUCTS_DIR; }; - A82E0DE4F01F44D3BC96E661 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Bra.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Bra.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Bra.h"; sourceTree = ""; }; - A8660D3B501A449A83E72C4D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CueSheet.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CueSheet.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CueSheet.cpp"; sourceTree = ""; }; + A82E0DE4F01F44D3BC96E661 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Bra.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Bra.h; path = "../Play-/deps/libchdr/deps/lzma-22.01/include/Bra.h"; sourceTree = ""; }; + A8660D3B501A449A83E72C4D /* ../Play-/Source/discimages/CueSheet.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CueSheet.cpp; path = "../Play-/Source/discimages/CueSheet.cpp"; sourceTree = ""; }; A8AF8B61E49C4A7B91FD7390 /* /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/GameController.framework */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = wrapper.framework; name = GameController.framework; path = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/GameController.framework; sourceTree = ""; }; - A8BECCDB7BC84824905EFB5E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Csv.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Csv.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Csv.h"; sourceTree = ""; }; - A8CAFEEA456547FB93DD5E30 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanClutLoad.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.h"; sourceTree = ""; }; - A92EA0B746454B7E8D08BC3D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = xxhash.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.c"; sourceTree = ""; }; - A97419F73C6D4B6F9440E49A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/UintSwizzleSelector4.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = UintSwizzleSelector4.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/UintSwizzleSelector4.h"; sourceTree = ""; }; - A97D77D4C7244B9AA8013D0F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/VerticalLayout.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VerticalLayout.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/VerticalLayout.h"; sourceTree = ""; }; - A9826633987A4B8C826A1C1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/Connection.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = Connection.swift; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/Connection.swift"; sourceTree = ""; }; - A9E47A61E5F4437DA8336D26 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/CMakeFiles/Framework.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/CMakeFiles/Framework.dir/Info.plist; sourceTree = ""; }; - A9E5A85ED3794E98B9D02C25 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzwrite.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c"; sourceTree = ""; }; - A9E7C19B4F6F4637B0A676B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RegisterStateFile.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateFile.cpp"; sourceTree = ""; }; - AA00DADFF5BA4F428CD594BD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/gzguts.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = gzguts.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/gzguts.h"; sourceTree = ""; }; - AB0D4906DF0F4F70A6C2D602 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanDeviceInfo.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.cpp"; sourceTree = ""; }; - AB183ED1BB4D4C3A8101D6AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ElfFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ElfFile.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ElfFile.h"; sourceTree = ""; }; - AB47C95DF0D54F66B5936083 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Avx.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_Fpu_Avx.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Avx.cpp"; sourceTree = ""; }; - AB5B1AA506C64B39BFFDD663 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/compiler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = compiler.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/compiler.h"; sourceTree = ""; }; - AB724AC8C2A545FE9A5DC6A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpReader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = McDumpReader.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpReader.h"; sourceTree = ""; }; - AB89A6F5FDCF41F1B3146CC9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/CMakeLists.txt"; sourceTree = ""; }; - ABDCD44A0A164BA4B19B8875 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_literals.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h"; sourceTree = ""; }; - AC43B17DCC784708B819ACD8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanDrawDesktop.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.cpp"; sourceTree = ""; }; - AC6A1852EBF34A09AB37439B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = OpticalMediaDirectoryIterator.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.cpp"; sourceTree = ""; }; - AC74841B8B1F4056B6F26EFB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTableRecord.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PathTableRecord.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTableRecord.cpp"; sourceTree = ""; }; - AC9A0457E88A44A59E3DA756 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = uncompr.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c"; sourceTree = ""; }; - ACA1266DB72E4193A9C8FA60 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/PathUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PathUtils.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/PathUtils.cpp"; sourceTree = ""; }; - ACE18A2AB8794556AC986EE2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Compiler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Compiler.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Compiler.h"; sourceTree = ""; }; - AD4816835B894EB397E356B6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = LzmaDec.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c"; sourceTree = ""; }; - AD8EC267402D495BA304A8E5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = LzmaEnc.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c"; sourceTree = ""; }; - ADBD878748214EA38A2B27A6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/PreferenceDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PreferenceDefs.h; path = PreferenceDefs.h; sourceTree = SOURCE_ROOT; }; - ADEC174666824ED4860955D7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RegAllocTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTest.h"; sourceTree = ""; }; - AE2D1AA13E3F40CBB965F1E7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpFlagTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdFpFlagTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpFlagTest.cpp"; sourceTree = ""; }; - AE4709A0BDBA469FA9F3190F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeITable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IPU_MacroblockTypeITable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeITable.cpp"; sourceTree = ""; }; - AE7506125C6A46DDB9CDE593 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/IszImageStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IszImageStream.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/IszImageStream.cpp"; sourceTree = ""; }; - AEE3F9D8D1154EA59FC62F1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CMakeFiles/PlayCore.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CMakeFiles/PlayCore.dir/Info.plist; sourceTree = ""; }; - AF10D33BB3624450A0F271C5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SpuBase.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_SpuBase.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SpuBase.h"; sourceTree = ""; }; - AF2E2282683742D1BEA55545 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCallTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdCallTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCallTest.h"; sourceTree = ""; }; - AF66BBFCC49940E78B4C0ABE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2_Core.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Spu2_Core.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2_Core.h"; sourceTree = ""; }; - AFA50889093E4DC3B678C269 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_deps.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h"; sourceTree = ""; }; - B046D8A21BE2412593CC9CA7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_DmacChannel.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_DmacChannel.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_DmacChannel.cpp"; sourceTree = ""; }; - B0C0A72115F2478F82B041C7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ldm.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h"; sourceTree = ""; }; - B1633E815CD44BB487C81BD5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/GotoTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GotoTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/GotoTest.cpp"; sourceTree = ""; }; - B18E662B5D11429A9B577007 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/CMakeLists.txt"; sourceTree = ""; }; - B236126317E346B083965A78 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/GSH_VulkaniOS.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkaniOS.h; path = GSH_VulkaniOS.h; sourceTree = SOURCE_ROOT; }; - B2A24246A341487499202144 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IPU.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU.h"; sourceTree = ""; }; - B2B879473E8F4239B01A8209 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManPs2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_SifManPs2.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManPs2.cpp"; sourceTree = ""; }; - B2C67523BFE54A6691FE3373 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pool.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.h"; sourceTree = ""; }; - B3A06DA1C5E34E25908C3358 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdFpTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpTest.h"; sourceTree = ""; }; - B3B0125BD9ED485D99D020C6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/PathDirectoryIterator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PathDirectoryIterator.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/PathDirectoryIterator.h"; sourceTree = ""; }; - B3CC9C6F125849CCA9E6B3A6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdSubTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdSubTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdSubTest.h"; sourceTree = ""; }; - B4A022B3D2724B018D31C588 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/ArcadeDriver.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ArcadeDriver.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/ArcadeDriver.h"; sourceTree = ""; }; + A8BECCDB7BC84824905EFB5E /* ../Play-/deps/Framework/include/Csv.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Csv.h; path = "../Play-/deps/Framework/include/Csv.h"; sourceTree = ""; }; + A8CAFEEA456547FB93DD5E30 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanClutLoad.h; path = "../Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.h"; sourceTree = ""; }; + A92EA0B746454B7E8D08BC3D /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = xxhash.c; path = "../Play-/deps/Dependencies/zstd/lib/common/xxhash.c"; sourceTree = ""; }; + A97419F73C6D4B6F9440E49A /* ../Play-/deps/Nuanceur/include/nuanceur/builder/UintSwizzleSelector4.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = UintSwizzleSelector4.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/UintSwizzleSelector4.h"; sourceTree = ""; }; + A97D77D4C7244B9AA8013D0F /* ../Play-/deps/Framework/include/layout/VerticalLayout.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VerticalLayout.h; path = "../Play-/deps/Framework/include/layout/VerticalLayout.h"; sourceTree = ""; }; + A9826633987A4B8C826A1C1B /* ../Play-/deps/AltKit/Sources/AltKit/Server/Connection.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = Connection.swift; path = "../Play-/deps/AltKit/Sources/AltKit/Server/Connection.swift"; sourceTree = ""; }; + A9E47A61E5F4437DA8336D26 /* ../cmake/Source/ui_ios/Source/Framework/CMakeFiles/Framework.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/Source/Framework/CMakeFiles/Framework.dir/Info.plist; sourceTree = ""; }; + A9E5A85ED3794E98B9D02C25 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzwrite.c; path = "../Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c"; sourceTree = ""; }; + A9E7C19B4F6F4637B0A676B5 /* ../Play-/Source/states/RegisterStateFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RegisterStateFile.cpp; path = "../Play-/Source/states/RegisterStateFile.cpp"; sourceTree = ""; }; + AA00DADFF5BA4F428CD594BD /* ../Play-/deps/libchdr/deps/zlib-1.2.12/gzguts.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = gzguts.h; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/gzguts.h"; sourceTree = ""; }; + AB0D4906DF0F4F70A6C2D602 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanDeviceInfo.cpp; path = "../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.cpp"; sourceTree = ""; }; + AB183ED1BB4D4C3A8101D6AC /* ../Play-/Source/ElfFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ElfFile.h; path = "../Play-/Source/ElfFile.h"; sourceTree = ""; }; + AB47C95DF0D54F66B5936083 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Avx.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_Fpu_Avx.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Avx.cpp"; sourceTree = ""; }; + AB5B1AA506C64B39BFFDD663 /* ../Play-/deps/Dependencies/zstd/lib/common/compiler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = compiler.h; path = "../Play-/deps/Dependencies/zstd/lib/common/compiler.h"; sourceTree = ""; }; + AB724AC8C2A545FE9A5DC6A9 /* ../Play-/Source/saves/McDumpReader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = McDumpReader.h; path = "../Play-/Source/saves/McDumpReader.h"; sourceTree = ""; }; + AB89A6F5FDCF41F1B3146CC9 /* ../Play-/deps/libchdr/deps/lzma-22.01/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/libchdr/deps/lzma-22.01/CMakeLists.txt"; sourceTree = ""; }; + ABDCD44A0A164BA4B19B8875 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_literals.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h"; sourceTree = ""; }; + AC43B17DCC784708B819ACD8 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanDrawDesktop.cpp; path = "../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.cpp"; sourceTree = ""; }; + AC6A1852EBF34A09AB37439B /* ../Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = OpticalMediaDirectoryIterator.cpp; path = "../Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.cpp"; sourceTree = ""; }; + AC74841B8B1F4056B6F26EFB /* ../Play-/Source/ISO9660/PathTableRecord.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PathTableRecord.cpp; path = "../Play-/Source/ISO9660/PathTableRecord.cpp"; sourceTree = ""; }; + AC9A0457E88A44A59E3DA756 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = uncompr.c; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c"; sourceTree = ""; }; + ACA1266DB72E4193A9C8FA60 /* ../Play-/deps/Framework/src/PathUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PathUtils.cpp; path = "../Play-/deps/Framework/src/PathUtils.cpp"; sourceTree = ""; }; + ACE18A2AB8794556AC986EE2 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Compiler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Compiler.h; path = "../Play-/deps/libchdr/deps/lzma-22.01/include/Compiler.h"; sourceTree = ""; }; + AD4816835B894EB397E356B6 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = LzmaDec.c; path = "../Play-/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c"; sourceTree = ""; }; + AD8EC267402D495BA304A8E5 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = LzmaEnc.c; path = "../Play-/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c"; sourceTree = ""; }; + ADBD878748214EA38A2B27A6 /* ../Play-/Source/ui_ios/PreferenceDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PreferenceDefs.h; path = PreferenceDefs.h; sourceTree = SOURCE_ROOT; }; + ADEC174666824ED4860955D7 /* ../Play-/deps/CodeGen/tests/RegAllocTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RegAllocTest.h; path = "../Play-/deps/CodeGen/tests/RegAllocTest.h"; sourceTree = ""; }; + AE2D1AA13E3F40CBB965F1E7 /* ../Play-/deps/CodeGen/tests/MdFpFlagTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdFpFlagTest.cpp; path = "../Play-/deps/CodeGen/tests/MdFpFlagTest.cpp"; sourceTree = ""; }; + AE4709A0BDBA469FA9F3190F /* ../Play-/Source/ee/IPU_MacroblockTypeITable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IPU_MacroblockTypeITable.cpp; path = "../Play-/Source/ee/IPU_MacroblockTypeITable.cpp"; sourceTree = ""; }; + AE7506125C6A46DDB9CDE593 /* ../Play-/Source/discimages/IszImageStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IszImageStream.cpp; path = "../Play-/Source/discimages/IszImageStream.cpp"; sourceTree = ""; }; + AEE3F9D8D1154EA59FC62F1B /* ../cmake/Source/ui_ios/Source/CMakeFiles/PlayCore.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/Source/CMakeFiles/PlayCore.dir/Info.plist; sourceTree = ""; }; + AF10D33BB3624450A0F271C5 /* ../Play-/Source/iop/Iop_SpuBase.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_SpuBase.h; path = "../Play-/Source/iop/Iop_SpuBase.h"; sourceTree = ""; }; + AF2E2282683742D1BEA55545 /* ../Play-/deps/CodeGen/tests/MdCallTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdCallTest.h; path = "../Play-/deps/CodeGen/tests/MdCallTest.h"; sourceTree = ""; }; + AF66BBFCC49940E78B4C0ABE /* ../Play-/Source/iop/Iop_Spu2_Core.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Spu2_Core.h; path = "../Play-/Source/iop/Iop_Spu2_Core.h"; sourceTree = ""; }; + AFA50889093E4DC3B678C269 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_deps.h; path = "../Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h"; sourceTree = ""; }; + B046D8A21BE2412593CC9CA7 /* ../Play-/Source/iop/Iop_DmacChannel.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_DmacChannel.cpp; path = "../Play-/Source/iop/Iop_DmacChannel.cpp"; sourceTree = ""; }; + B0C0A72115F2478F82B041C7 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ldm.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h"; sourceTree = ""; }; + B1633E815CD44BB487C81BD5 /* ../Play-/deps/CodeGen/tests/GotoTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GotoTest.cpp; path = "../Play-/deps/CodeGen/tests/GotoTest.cpp"; sourceTree = ""; }; + B18E662B5D11429A9B577007 /* ../Play-/deps/Framework/build_cmake/FrameworkVulkan/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/Framework/build_cmake/FrameworkVulkan/CMakeLists.txt"; sourceTree = ""; }; + B236126317E346B083965A78 /* ../Play-/Source/ui_ios/GSH_VulkaniOS.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkaniOS.h; path = GSH_VulkaniOS.h; sourceTree = SOURCE_ROOT; }; + B2A24246A341487499202144 /* ../Play-/Source/ee/IPU.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IPU.h; path = "../Play-/Source/ee/IPU.h"; sourceTree = ""; }; + B2B879473E8F4239B01A8209 /* ../Play-/Source/iop/Iop_SifManPs2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_SifManPs2.cpp; path = "../Play-/Source/iop/Iop_SifManPs2.cpp"; sourceTree = ""; }; + B2C67523BFE54A6691FE3373 /* ../Play-/deps/Dependencies/zstd/lib/common/pool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pool.h; path = "../Play-/deps/Dependencies/zstd/lib/common/pool.h"; sourceTree = ""; }; + B3A06DA1C5E34E25908C3358 /* ../Play-/deps/CodeGen/tests/MdFpTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdFpTest.h; path = "../Play-/deps/CodeGen/tests/MdFpTest.h"; sourceTree = ""; }; + B3B0125BD9ED485D99D020C6 /* ../Play-/Source/iop/ioman/PathDirectoryIterator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PathDirectoryIterator.h; path = "../Play-/Source/iop/ioman/PathDirectoryIterator.h"; sourceTree = ""; }; + B3CC9C6F125849CCA9E6B3A6 /* ../Play-/deps/CodeGen/tests/MdSubTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdSubTest.h; path = "../Play-/deps/CodeGen/tests/MdSubTest.h"; sourceTree = ""; }; + B4A022B3D2724B018D31C588 /* ../Play-/Source/ui_shared/arcadedrivers/ArcadeDriver.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ArcadeDriver.h; path = "../Play-/Source/ui_shared/arcadedrivers/ArcadeDriver.h"; sourceTree = ""; }; B4A5029B1A994BA79FFA3F7A /* SDWebImage_Static */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libSDWebImage_Static.a; sourceTree = BUILT_PRODUCTS_DIR; }; - B4E9B81DC0D0435BBF95C35E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/WasmDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = WasmDefs.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/WasmDefs.h"; sourceTree = ""; }; - B50A2E753CAC49379967597F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/DMAC.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = DMAC.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/DMAC.h"; sourceTree = ""; }; - B58C44AE0B38459F9C4F7332 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdManipTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdManipTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdManipTest.cpp"; sourceTree = ""; }; - B5BF7CE712714A429038D848 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Loadcore.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Loadcore.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Loadcore.h"; sourceTree = ""; }; - B66637A46FCB48CB95B186FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_DmacChannel.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_DmacChannel.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_DmacChannel.h"; sourceTree = ""; }; - B6967B9830974061A8B2B5EB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/ThreadPool.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ThreadPool.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/ThreadPool.cpp"; sourceTree = ""; }; - B6B6703619D746A68D5A1A52 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PadMan.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_PadMan.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PadMan.h"; sourceTree = ""; }; - B72C07F5842E4FC6B0EA39F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MultTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MultTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MultTest.h"; sourceTree = ""; }; + B4E9B81DC0D0435BBF95C35E /* ../Play-/deps/CodeGen/include/WasmDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = WasmDefs.h; path = "../Play-/deps/CodeGen/include/WasmDefs.h"; sourceTree = ""; }; + B50A2E753CAC49379967597F /* ../Play-/Source/ee/DMAC.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = DMAC.h; path = "../Play-/Source/ee/DMAC.h"; sourceTree = ""; }; + B58C44AE0B38459F9C4F7332 /* ../Play-/deps/CodeGen/tests/MdManipTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdManipTest.cpp; path = "../Play-/deps/CodeGen/tests/MdManipTest.cpp"; sourceTree = ""; }; + B5BF7CE712714A429038D848 /* ../Play-/Source/iop/Iop_Loadcore.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Loadcore.h; path = "../Play-/Source/iop/Iop_Loadcore.h"; sourceTree = ""; }; + B66637A46FCB48CB95B186FA /* ../Play-/Source/iop/Iop_DmacChannel.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_DmacChannel.h; path = "../Play-/Source/iop/Iop_DmacChannel.h"; sourceTree = ""; }; + B6967B9830974061A8B2B5EB /* ../Play-/deps/Framework/src/ThreadPool.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ThreadPool.cpp; path = "../Play-/deps/Framework/src/ThreadPool.cpp"; sourceTree = ""; }; + B6B6703619D746A68D5A1A52 /* ../Play-/Source/iop/Iop_PadMan.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_PadMan.h; path = "../Play-/Source/iop/Iop_PadMan.h"; sourceTree = ""; }; + B72C07F5842E4FC6B0EA39F0 /* ../Play-/deps/CodeGen/tests/MultTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MultTest.h; path = "../Play-/deps/CodeGen/tests/MultTest.h"; sourceTree = ""; }; B768AFB20C56483AA6869AB1 /* chdr-static */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libchdr-static.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - B771AD3D26364A63B17EC70F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thfpool.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Thfpool.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thfpool.cpp"; sourceTree = ""; }; - B77C5217C724435F96CE0FAD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Speed.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Speed.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Speed.h"; sourceTree = ""; }; - B816AE79DA22443A8666E539 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Stream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Stream.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Stream.h"; sourceTree = ""; }; - B85621635B784E57BBAA0520 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "NSError+ALTServerError.m"; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.m"; sourceTree = ""; }; - B886FBF5359C4DC28A8AFEC5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_superblock.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h"; sourceTree = ""; }; - B88B0343779C45598195438D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporterBase.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SaveImporterBase.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporterBase.h"; sourceTree = ""; }; - B89F73B7A68B4DDF9EACB087 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSInstructionFactory.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MIPSInstructionFactory.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSInstructionFactory.h"; sourceTree = ""; }; - B8B3D8D531884CAFB902F8C7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMinMaxTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdMinMaxTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMinMaxTest.h"; sourceTree = ""; }; - B8BFA92EC6964B07A5FCBB25 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/ThreadUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ThreadUtils.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/ThreadUtils.h"; sourceTree = ""; }; - B8C14F3D908C46F2BE67288F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/HashUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HashUtils.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/HashUtils.cpp"; sourceTree = ""; }; - B8C9150E292F44DBB6E3FCE8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesProcesses.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = BootablesProcesses.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesProcesses.cpp"; sourceTree = ""; }; - B8D8EA493FA8419C8F103938 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/std_experimental_set.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = std_experimental_set.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/std_experimental_set.h"; sourceTree = ""; }; - B9D5447AC65E493BAFA900C4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Utils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Utils.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Utils.h"; sourceTree = ""; }; - BAB7D5DB61A5439C8D9E9E38 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/DMAC.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DMAC.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/DMAC.cpp"; sourceTree = ""; }; - BAC74D83A5E54FFA9332007B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ElfDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ElfDefs.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ElfDefs.h"; sourceTree = ""; }; - BAD07F4B466E46658FDB8EAA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/CommandBufferPool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CommandBufferPool.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/CommandBufferPool.h"; sourceTree = ""; }; - BAE9E1E4D0EA40AF8146C961 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Resource.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Resource.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Resource.h"; sourceTree = ""; }; - BB2ABB5C43654EC79293D563 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ControllerInfo.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ControllerInfo.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ControllerInfo.cpp"; sourceTree = ""; }; - BB409B2C862A4BADB152A7FD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/McDumpDevice.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = McDumpDevice.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/McDumpDevice.cpp"; sourceTree = ""; }; - BB50651D4CD24B40A40683D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/CoffObjectFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CoffObjectFile.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/CoffObjectFile.cpp"; sourceTree = ""; }; - BB6E6719F12A41989611E347 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipArchiveReader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ZipArchiveReader.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipArchiveReader.h"; sourceTree = ""; }; - BBB02F5393124842A00ECFB6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloader.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = SDWebImageDownloader.m; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloader.m"; sourceTree = ""; }; - BBF00192D9724B0892F784F9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanDrawDesktop.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.h"; sourceTree = ""; }; - BC18C7C4396348DA9FFD63F1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86_64.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86_64.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86_64.h"; sourceTree = ""; }; - BC1CBFFCF0A8468A9091E420 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Vif.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif.cpp"; sourceTree = ""; }; - BC6B430C06C14841A9E9047E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeExecutor.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = EeExecutor.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeExecutor.h"; sourceTree = ""; }; - BD2872C7BD114F37BA23F4BC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Literal128.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Literal128.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Literal128.h"; sourceTree = ""; }; - BD6B7BEFCBD143B88495BB6D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Spu2.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2.h"; sourceTree = ""; }; - BD9A7D8604D045318AFD9D09 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/boxart.png */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = image; name = boxart.png; path = Resources/boxart.png; sourceTree = SOURCE_ROOT; }; - BDC1ED2B822F4437B394A565 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EEAssembler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = EEAssembler.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EEAssembler.cpp"; sourceTree = ""; }; - BDD4B2CE935849CDA5954980 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PS2VM.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PS2VM.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PS2VM.cpp"; sourceTree = ""; }; - BE0AA59A7185441EB61B0E2B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Test.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Test.h"; sourceTree = ""; }; - BE22F9A45E934B30BF444019 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/AppleHttpClient.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AppleHttpClient.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/AppleHttpClient.h"; sourceTree = ""; }; - BE5A9A1D51F245529B1D9267 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/BoolValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BoolValue.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/BoolValue.h"; sourceTree = ""; }; - BE6906D815B34ACBA533C88E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzHash.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzHash.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzHash.h"; sourceTree = ""; }; - BE993F3E900943C48953DFB9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/ServerManager.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = ServerManager.swift; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/ServerManager.swift"; sourceTree = ""; }; - BEF07039C1F140ABBCC1F095 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CursorTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CursorTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CursorTest.h"; sourceTree = ""; }; - BF0CD93350A440938F97BB7A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Extensions/ALTServerError+Conveniences.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = "ALTServerError+Conveniences.swift"; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Extensions/ALTServerError+Conveniences.swift"; sourceTree = ""; }; + B771AD3D26364A63B17EC70F /* ../Play-/Source/iop/Iop_Thfpool.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Thfpool.cpp; path = "../Play-/Source/iop/Iop_Thfpool.cpp"; sourceTree = ""; }; + B77C5217C724435F96CE0FAD /* ../Play-/Source/iop/Iop_Speed.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Speed.h; path = "../Play-/Source/iop/Iop_Speed.h"; sourceTree = ""; }; + B816AE79DA22443A8666E539 /* ../Play-/deps/Framework/include/Stream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Stream.h; path = "../Play-/deps/Framework/include/Stream.h"; sourceTree = ""; }; + B85621635B784E57BBAA0520 /* ../Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "NSError+ALTServerError.m"; path = "../Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.m"; sourceTree = ""; }; + B886FBF5359C4DC28A8AFEC5 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_superblock.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h"; sourceTree = ""; }; + B88B0343779C45598195438D /* ../Play-/Source/saves/SaveImporterBase.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SaveImporterBase.h; path = "../Play-/Source/saves/SaveImporterBase.h"; sourceTree = ""; }; + B89F73B7A68B4DDF9EACB087 /* ../Play-/Source/MIPSInstructionFactory.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MIPSInstructionFactory.h; path = "../Play-/Source/MIPSInstructionFactory.h"; sourceTree = ""; }; + B8B3D8D531884CAFB902F8C7 /* ../Play-/deps/CodeGen/tests/MdMinMaxTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdMinMaxTest.h; path = "../Play-/deps/CodeGen/tests/MdMinMaxTest.h"; sourceTree = ""; }; + B8BFA92EC6964B07A5FCBB25 /* ../Play-/deps/Framework/include/ThreadUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ThreadUtils.h; path = "../Play-/deps/Framework/include/ThreadUtils.h"; sourceTree = ""; }; + B8C14F3D908C46F2BE67288F /* ../Play-/deps/Framework/src/HashUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HashUtils.cpp; path = "../Play-/deps/Framework/src/HashUtils.cpp"; sourceTree = ""; }; + B8C9150E292F44DBB6E3FCE8 /* ../Play-/Source/ui_shared/BootablesProcesses.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = BootablesProcesses.cpp; path = "../Play-/Source/ui_shared/BootablesProcesses.cpp"; sourceTree = ""; }; + B8D8EA493FA8419C8F103938 /* ../Play-/deps/Framework/include/std_experimental_set.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = std_experimental_set.h; path = "../Play-/deps/Framework/include/std_experimental_set.h"; sourceTree = ""; }; + B9D5447AC65E493BAFA900C4 /* ../Play-/deps/Framework/include/vulkan/Utils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Utils.h; path = "../Play-/deps/Framework/include/vulkan/Utils.h"; sourceTree = ""; }; + BAB7D5DB61A5439C8D9E9E38 /* ../Play-/Source/ee/DMAC.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DMAC.cpp; path = "../Play-/Source/ee/DMAC.cpp"; sourceTree = ""; }; + BAC74D83A5E54FFA9332007B /* ../Play-/Source/ElfDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ElfDefs.h; path = "../Play-/Source/ElfDefs.h"; sourceTree = ""; }; + BAD07F4B466E46658FDB8EAA /* ../Play-/deps/Framework/include/vulkan/CommandBufferPool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CommandBufferPool.h; path = "../Play-/deps/Framework/include/vulkan/CommandBufferPool.h"; sourceTree = ""; }; + BAE9E1E4D0EA40AF8146C961 /* ../Play-/deps/Framework/include/opengl/Resource.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Resource.h; path = "../Play-/deps/Framework/include/opengl/Resource.h"; sourceTree = ""; }; + BB2ABB5C43654EC79293D563 /* ../Play-/Source/ControllerInfo.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ControllerInfo.cpp; path = "../Play-/Source/ControllerInfo.cpp"; sourceTree = ""; }; + BB409B2C862A4BADB152A7FD /* ../Play-/Source/iop/ioman/McDumpDevice.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = McDumpDevice.cpp; path = "../Play-/Source/iop/ioman/McDumpDevice.cpp"; sourceTree = ""; }; + BB50651D4CD24B40A40683D4 /* ../Play-/deps/CodeGen/src/CoffObjectFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CoffObjectFile.cpp; path = "../Play-/deps/CodeGen/src/CoffObjectFile.cpp"; sourceTree = ""; }; + BB6E6719F12A41989611E347 /* ../Play-/deps/Framework/include/zip/ZipArchiveReader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ZipArchiveReader.h; path = "../Play-/deps/Framework/include/zip/ZipArchiveReader.h"; sourceTree = ""; }; + BBB02F5393124842A00ECFB6 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloader.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = SDWebImageDownloader.m; path = "../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloader.m"; sourceTree = ""; }; + BBF00192D9724B0892F784F9 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanDrawDesktop.h; path = "../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.h"; sourceTree = ""; }; + BC18C7C4396348DA9FFD63F1 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_x86_64.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86_64.h; path = "../Play-/deps/CodeGen/include/Jitter_CodeGen_x86_64.h"; sourceTree = ""; }; + BC1CBFFCF0A8468A9091E420 /* ../Play-/Source/ee/Vif.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Vif.cpp; path = "../Play-/Source/ee/Vif.cpp"; sourceTree = ""; }; + BC6B430C06C14841A9E9047E /* ../Play-/Source/ee/EeExecutor.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = EeExecutor.h; path = "../Play-/Source/ee/EeExecutor.h"; sourceTree = ""; }; + BD2872C7BD114F37BA23F4BC /* ../Play-/deps/CodeGen/include/Literal128.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Literal128.h; path = "../Play-/deps/CodeGen/include/Literal128.h"; sourceTree = ""; }; + BD6B7BEFCBD143B88495BB6D /* ../Play-/Source/iop/Iop_Spu2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Spu2.h; path = "../Play-/Source/iop/Iop_Spu2.h"; sourceTree = ""; }; + BD9A7D8604D045318AFD9D09 /* ../Play-/Source/ui_ios/Resources/boxart.png */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = image; name = boxart.png; path = Resources/boxart.png; sourceTree = SOURCE_ROOT; }; + BDC1ED2B822F4437B394A565 /* ../Play-/Source/ee/EEAssembler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = EEAssembler.cpp; path = "../Play-/Source/ee/EEAssembler.cpp"; sourceTree = ""; }; + BDD4B2CE935849CDA5954980 /* ../Play-/Source/PS2VM.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PS2VM.cpp; path = "../Play-/Source/PS2VM.cpp"; sourceTree = ""; }; + BE0AA59A7185441EB61B0E2B /* ../Play-/deps/CodeGen/tests/Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Test.h; path = "../Play-/deps/CodeGen/tests/Test.h"; sourceTree = ""; }; + BE22F9A45E934B30BF444019 /* ../Play-/deps/Framework/include/http/AppleHttpClient.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AppleHttpClient.h; path = "../Play-/deps/Framework/include/http/AppleHttpClient.h"; sourceTree = ""; }; + BE5A9A1D51F245529B1D9267 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/BoolValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BoolValue.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/BoolValue.h"; sourceTree = ""; }; + BE6906D815B34ACBA533C88E /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzHash.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzHash.h; path = "../Play-/deps/libchdr/deps/lzma-22.01/include/LzHash.h"; sourceTree = ""; }; + BE993F3E900943C48953DFB9 /* ../Play-/deps/AltKit/Sources/AltKit/Server/ServerManager.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = ServerManager.swift; path = "../Play-/deps/AltKit/Sources/AltKit/Server/ServerManager.swift"; sourceTree = ""; }; + BEF07039C1F140ABBCC1F095 /* ../Play-/deps/CodeGen/tests/CursorTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CursorTest.h; path = "../Play-/deps/CodeGen/tests/CursorTest.h"; sourceTree = ""; }; + BF0CD93350A440938F97BB7A /* ../Play-/deps/AltKit/Sources/AltKit/Extensions/ALTServerError+Conveniences.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = "ALTServerError+Conveniences.swift"; path = "../Play-/deps/AltKit/Sources/AltKit/Extensions/ALTServerError+Conveniences.swift"; sourceTree = ""; }; BFA7E98463D94C60ACD1403D /* PlayCore */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libPlayCore.a; sourceTree = BUILT_PRODUCTS_DIR; }; - BFBEB660F281415FA53FED59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/GIF.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GIF.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/GIF.cpp"; sourceTree = ""; }; - BFDE21979DA14DE5860F03D2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/SIF.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SIF.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/SIF.cpp"; sourceTree = ""; }; - BFE88A1304DA4A2B805C33F8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RegAllocTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTest.cpp"; sourceTree = ""; }; - C04E05C8DCFE4CE59592986A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/mem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = mem.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/mem.h"; sourceTree = ""; }; - C0647E28553F40B2A5347B5D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ReorderAddTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ReorderAddTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ReorderAddTest.h"; sourceTree = ""; }; - C068C562DB8C4358931E7E91 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/ShaderModule.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ShaderModule.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/ShaderModule.h"; sourceTree = ""; }; - C083FDC0F55B4894AE4BF9E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/SimpleMdTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SimpleMdTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/SimpleMdTest.cpp"; sourceTree = ""; }; + BFBEB660F281415FA53FED59 /* ../Play-/Source/ee/GIF.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GIF.cpp; path = "../Play-/Source/ee/GIF.cpp"; sourceTree = ""; }; + BFDE21979DA14DE5860F03D2 /* ../Play-/Source/ee/SIF.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SIF.cpp; path = "../Play-/Source/ee/SIF.cpp"; sourceTree = ""; }; + BFE88A1304DA4A2B805C33F8 /* ../Play-/deps/CodeGen/tests/RegAllocTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RegAllocTest.cpp; path = "../Play-/deps/CodeGen/tests/RegAllocTest.cpp"; sourceTree = ""; }; + C04E05C8DCFE4CE59592986A /* ../Play-/deps/Dependencies/zstd/lib/common/mem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = mem.h; path = "../Play-/deps/Dependencies/zstd/lib/common/mem.h"; sourceTree = ""; }; + C0647E28553F40B2A5347B5D /* ../Play-/deps/CodeGen/tests/ReorderAddTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ReorderAddTest.h; path = "../Play-/deps/CodeGen/tests/ReorderAddTest.h"; sourceTree = ""; }; + C068C562DB8C4358931E7E91 /* ../Play-/deps/Framework/include/vulkan/ShaderModule.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ShaderModule.h; path = "../Play-/deps/Framework/include/vulkan/ShaderModule.h"; sourceTree = ""; }; + C083FDC0F55B4894AE4BF9E6 /* ../Play-/deps/CodeGen/tests/SimpleMdTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SimpleMdTest.cpp; path = "../Play-/deps/CodeGen/tests/SimpleMdTest.cpp"; sourceTree = ""; }; C08E3DAC9CC74DC482C7BBB5 /* gsh_vulkan */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libgsh_vulkan.a; sourceTree = BUILT_PRODUCTS_DIR; }; - C0C20A7346264AF0A21F7C2D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/ThreadUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ThreadUtils.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/ThreadUtils.cpp"; sourceTree = ""; }; - C0D7F5A33B004846B02FEB77 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Secrman.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Secrman.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Secrman.cpp"; sourceTree = ""; }; - C0F3B0A16EE7493FBA0208E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OpticalMedia.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = OpticalMedia.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OpticalMedia.h"; sourceTree = ""; }; - C1217700537E4F728CA9629F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpSaveImporter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = McDumpSaveImporter.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpSaveImporter.h"; sourceTree = ""; }; - C15A911D3B8F45B584006E4E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vpu.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Vpu.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vpu.h"; sourceTree = ""; }; - C1C94A356B4446DDA67A6C90 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutStretch.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LayoutStretch.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutStretch.h"; sourceTree = ""; }; - C1E83080B8A14423817E42FC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkAmazon/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkAmazon/CMakeLists.txt"; sourceTree = ""; }; - C2130B6AB6CA4FD988EAF354 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Div.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86_Div.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Div.h"; sourceTree = ""; }; - C21EE9195C55489283BB20BD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = trees.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.c"; sourceTree = ""; }; - C225E4B892D94F4086F54B54 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Delta.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Delta.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Delta.c"; sourceTree = ""; }; - C236C397916E49ECA148F4A2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/amazon/AmazonS3Client.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AmazonS3Client.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/amazon/AmazonS3Client.h"; sourceTree = ""; }; - C247001002584EECAC00BC5E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanPresent.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.cpp"; sourceTree = ""; }; - C2771A04B4A84CA8BE1CF77B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Timrman.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Timrman.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Timrman.h"; sourceTree = ""; }; - C2BE17755B7C4E9DB8C75C02 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inflate.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c"; sourceTree = ""; }; - C33F7553214E478E9474D532 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/AmazonS3Utils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AmazonS3Utils.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/AmazonS3Utils.cpp"; sourceTree = ""; }; - C3A8EE001090494DB7F9D5C8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Logic64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Logic64Test.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Logic64Test.cpp"; sourceTree = ""; }; - C3B4E6E25A3442E5B5138C8E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/HorizontalLayout.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HorizontalLayout.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/HorizontalLayout.cpp"; sourceTree = ""; }; - C3D64AA0FF0142EEA2EC5BB7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "UIImageView+HighlightedWebCache.m"; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.m"; sourceTree = ""; }; - C3DB73F14A9A453B93A96A70 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Url.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Url.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Url.cpp"; sourceTree = ""; }; - C4607D6034264F2B9A44A589 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OpticalMedia.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = OpticalMedia.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OpticalMedia.cpp"; sourceTree = ""; }; - C49F018B16774D179CAA3114 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = NamcoSys147Driver.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.h"; sourceTree = ""; }; - C5AE151FFFB240F39142D56C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdSubTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdSubTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdSubTest.cpp"; sourceTree = ""; }; - C6C187228B704A999740C489 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = error_private.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.c"; sourceTree = ""; }; - C6FC5DFD9C6544FFAC41BED0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipArchiveReader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ZipArchiveReader.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipArchiveReader.cpp"; sourceTree = ""; }; - C73D64AE23A546AF9B33832C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockAddressIncrementTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MacroblockAddressIncrementTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockAddressIncrementTable.cpp"; sourceTree = ""; }; - C77F7702177A45B59ED55CF2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/McDumpDevice.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = McDumpDevice.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/McDumpDevice.h"; sourceTree = ""; }; - C82AB0DF92FC4DA8A18162A1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MultTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MultTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MultTest.cpp"; sourceTree = ""; }; - C83D58CC136F47CFB0A50FE1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMinMaxTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdMinMaxTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMinMaxTest.cpp"; sourceTree = ""; }; - C85390585863447AB4B11828 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdAddTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdAddTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdAddTest.h"; sourceTree = ""; }; - C8917A810A8349AAA33C13A0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/VirtualPadItem.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; name = VirtualPadItem.mm; path = VirtualPadItem.mm; sourceTree = SOURCE_ROOT; }; - C9563B2C9A224E2A9A546917 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdAddTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdAddTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdAddTest.cpp"; sourceTree = ""; }; - C96106A862DD47F3BDBD29AF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/MdsDiscImage.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdsDiscImage.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/MdsDiscImage.cpp"; sourceTree = ""; }; - C96F2C41BC6443B4A8717BD3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSReflection.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MIPSReflection.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSReflection.h"; sourceTree = ""; }; - CA229E39192E46379D4A890D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/CoverViewCell.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = CoverViewCell.m; path = CoverViewCell.m; sourceTree = SOURCE_ROOT; }; - CA3F041F167C42EA9356D1D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/CMakeFiles/sh_openal.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/CMakeFiles/sh_openal.dir/Info.plist; sourceTree = ""; }; - CA541CA31A6A4E65B4C85CBF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2_Core.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Spu2_Core.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2_Core.cpp"; sourceTree = ""; }; - CA8185F7E9A848DAAF5F2019 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_literals.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c"; sourceTree = ""; }; - CB4D4C82DDD2457C83BDC1A7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/CMakeFiles/CAltKit.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/CMakeFiles/CAltKit.dir/Info.plist; sourceTree = ""; }; - CB6414D9F73D453581D0F3EC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanDrawUtils.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.cpp"; sourceTree = ""; }; - CB97089CF1D64E0282F80560 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS/CMakeFiles/iCade_Static.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS/CMakeFiles/iCade_Static.dir/Info.plist"; sourceTree = ""; }; - CBF277B1DF834B5FA25A2EE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_DmVectorTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IPU_DmVectorTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_DmVectorTable.cpp"; sourceTree = ""; }; - CCA6AE18F1E442BAB3515A3E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeBasicBlock.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = EeBasicBlock.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeBasicBlock.cpp"; sourceTree = ""; }; - CDF2E027F1DD4F8BBB818CA1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_DirectoryIterator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Ioman_DirectoryIterator.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_DirectoryIterator.h"; sourceTree = ""; }; - CE0D1A009AB749D18BA2464A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bitstream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = bitstream.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bitstream.h"; sourceTree = ""; }; - CE3623F688B0487CB7062159 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_common.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_common.c"; sourceTree = ""; }; - CE48F86044044B46819493B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/VirtualPad.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VirtualPad.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/VirtualPad.h"; sourceTree = ""; }; - CEF5D1F16181495A8281FB57 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_double_fast.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c"; sourceTree = ""; }; - CF1BCD94001F41F385799D2C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/math/MathStringUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MathStringUtils.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/math/MathStringUtils.cpp"; sourceTree = ""; }; - CFF07735AF3C484B903A687E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Modload.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Modload.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Modload.cpp"; sourceTree = ""; }; - D03DD46D33CE4534BD661E83 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/PNG.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PNG.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/PNG.cpp"; sourceTree = ""; }; + C0C20A7346264AF0A21F7C2D /* ../Play-/deps/Framework/src/ThreadUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ThreadUtils.cpp; path = "../Play-/deps/Framework/src/ThreadUtils.cpp"; sourceTree = ""; }; + C0D7F5A33B004846B02FEB77 /* ../Play-/Source/iop/Iop_Secrman.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Secrman.cpp; path = "../Play-/Source/iop/Iop_Secrman.cpp"; sourceTree = ""; }; + C0F3B0A16EE7493FBA0208E3 /* ../Play-/Source/OpticalMedia.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = OpticalMedia.h; path = "../Play-/Source/OpticalMedia.h"; sourceTree = ""; }; + C1217700537E4F728CA9629F /* ../Play-/Source/saves/McDumpSaveImporter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = McDumpSaveImporter.h; path = "../Play-/Source/saves/McDumpSaveImporter.h"; sourceTree = ""; }; + C15A911D3B8F45B584006E4E /* ../Play-/Source/ee/Vpu.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Vpu.h; path = "../Play-/Source/ee/Vpu.h"; sourceTree = ""; }; + C1C94A356B4446DDA67A6C90 /* ../Play-/deps/Framework/include/layout/LayoutStretch.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LayoutStretch.h; path = "../Play-/deps/Framework/include/layout/LayoutStretch.h"; sourceTree = ""; }; + C1E83080B8A14423817E42FC /* ../Play-/deps/Framework/build_cmake/FrameworkAmazon/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/Framework/build_cmake/FrameworkAmazon/CMakeLists.txt"; sourceTree = ""; }; + C2130B6AB6CA4FD988EAF354 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Div.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86_Div.h; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Div.h"; sourceTree = ""; }; + C21EE9195C55489283BB20BD /* ../Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = trees.c; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/trees.c"; sourceTree = ""; }; + C225E4B892D94F4086F54B54 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Delta.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Delta.c; path = "../Play-/deps/libchdr/deps/lzma-22.01/src/Delta.c"; sourceTree = ""; }; + C236C397916E49ECA148F4A2 /* ../Play-/deps/Framework/include/amazon/AmazonS3Client.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AmazonS3Client.h; path = "../Play-/deps/Framework/include/amazon/AmazonS3Client.h"; sourceTree = ""; }; + C247001002584EECAC00BC5E /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanPresent.cpp; path = "../Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.cpp"; sourceTree = ""; }; + C2771A04B4A84CA8BE1CF77B /* ../Play-/Source/iop/Iop_Timrman.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Timrman.h; path = "../Play-/Source/iop/Iop_Timrman.h"; sourceTree = ""; }; + C2BE17755B7C4E9DB8C75C02 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inflate.c; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c"; sourceTree = ""; }; + C33F7553214E478E9474D532 /* ../Play-/Source/ui_shared/AmazonS3Utils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AmazonS3Utils.cpp; path = "../Play-/Source/ui_shared/AmazonS3Utils.cpp"; sourceTree = ""; }; + C3A8EE001090494DB7F9D5C8 /* ../Play-/deps/CodeGen/tests/Logic64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Logic64Test.cpp; path = "../Play-/deps/CodeGen/tests/Logic64Test.cpp"; sourceTree = ""; }; + C3B4E6E25A3442E5B5138C8E /* ../Play-/deps/Framework/src/layout/HorizontalLayout.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HorizontalLayout.cpp; path = "../Play-/deps/Framework/src/layout/HorizontalLayout.cpp"; sourceTree = ""; }; + C3D64AA0FF0142EEA2EC5BB7 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "UIImageView+HighlightedWebCache.m"; path = "../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.m"; sourceTree = ""; }; + C3DB73F14A9A453B93A96A70 /* ../Play-/deps/Framework/src/Url.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Url.cpp; path = "../Play-/deps/Framework/src/Url.cpp"; sourceTree = ""; }; + C4607D6034264F2B9A44A589 /* ../Play-/Source/OpticalMedia.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = OpticalMedia.cpp; path = "../Play-/Source/OpticalMedia.cpp"; sourceTree = ""; }; + C49F018B16774D179CAA3114 /* ../Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = NamcoSys147Driver.h; path = "../Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.h"; sourceTree = ""; }; + C5AE151FFFB240F39142D56C /* ../Play-/deps/CodeGen/tests/MdSubTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdSubTest.cpp; path = "../Play-/deps/CodeGen/tests/MdSubTest.cpp"; sourceTree = ""; }; + C6C187228B704A999740C489 /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = error_private.c; path = "../Play-/deps/Dependencies/zstd/lib/common/error_private.c"; sourceTree = ""; }; + C6FC5DFD9C6544FFAC41BED0 /* ../Play-/deps/Framework/src/zip/ZipArchiveReader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ZipArchiveReader.cpp; path = "../Play-/deps/Framework/src/zip/ZipArchiveReader.cpp"; sourceTree = ""; }; + C73D64AE23A546AF9B33832C /* ../Play-/deps/Framework/src/mpeg2/MacroblockAddressIncrementTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MacroblockAddressIncrementTable.cpp; path = "../Play-/deps/Framework/src/mpeg2/MacroblockAddressIncrementTable.cpp"; sourceTree = ""; }; + C77F7702177A45B59ED55CF2 /* ../Play-/Source/iop/ioman/McDumpDevice.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = McDumpDevice.h; path = "../Play-/Source/iop/ioman/McDumpDevice.h"; sourceTree = ""; }; + C82AB0DF92FC4DA8A18162A1 /* ../Play-/deps/CodeGen/tests/MultTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MultTest.cpp; path = "../Play-/deps/CodeGen/tests/MultTest.cpp"; sourceTree = ""; }; + C83D58CC136F47CFB0A50FE1 /* ../Play-/deps/CodeGen/tests/MdMinMaxTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdMinMaxTest.cpp; path = "../Play-/deps/CodeGen/tests/MdMinMaxTest.cpp"; sourceTree = ""; }; + C85390585863447AB4B11828 /* ../Play-/deps/CodeGen/tests/MdAddTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdAddTest.h; path = "../Play-/deps/CodeGen/tests/MdAddTest.h"; sourceTree = ""; }; + C8917A810A8349AAA33C13A0 /* ../Play-/Source/ui_ios/VirtualPadItem.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; name = VirtualPadItem.mm; path = VirtualPadItem.mm; sourceTree = SOURCE_ROOT; }; + C9563B2C9A224E2A9A546917 /* ../Play-/deps/CodeGen/tests/MdAddTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdAddTest.cpp; path = "../Play-/deps/CodeGen/tests/MdAddTest.cpp"; sourceTree = ""; }; + C96106A862DD47F3BDBD29AF /* ../Play-/Source/discimages/MdsDiscImage.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdsDiscImage.cpp; path = "../Play-/Source/discimages/MdsDiscImage.cpp"; sourceTree = ""; }; + C96F2C41BC6443B4A8717BD3 /* ../Play-/Source/MIPSReflection.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MIPSReflection.h; path = "../Play-/Source/MIPSReflection.h"; sourceTree = ""; }; + CA229E39192E46379D4A890D /* ../Play-/Source/ui_ios/CoverViewCell.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = CoverViewCell.m; path = CoverViewCell.m; sourceTree = SOURCE_ROOT; }; + CA3F041F167C42EA9356D1D1 /* ../cmake/Source/ui_ios/SH_OpenAL/CMakeFiles/sh_openal.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/SH_OpenAL/CMakeFiles/sh_openal.dir/Info.plist; sourceTree = ""; }; + CA541CA31A6A4E65B4C85CBF /* ../Play-/Source/iop/Iop_Spu2_Core.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Spu2_Core.cpp; path = "../Play-/Source/iop/Iop_Spu2_Core.cpp"; sourceTree = ""; }; + CA8185F7E9A848DAAF5F2019 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_literals.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c"; sourceTree = ""; }; + CB4D4C82DDD2457C83BDC1A7 /* ../cmake/Source/ui_ios/AltKit/CMakeFiles/CAltKit.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/AltKit/CMakeFiles/CAltKit.dir/Info.plist; sourceTree = ""; }; + CB6414D9F73D453581D0F3EC /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanDrawUtils.cpp; path = "../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.cpp"; sourceTree = ""; }; + CB97089CF1D64E0282F80560 /* ../cmake/Source/ui_ios/iCade-iOS/CMakeFiles/iCade_Static.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "../cmake/Source/ui_ios/iCade-iOS/CMakeFiles/iCade_Static.dir/Info.plist"; sourceTree = ""; }; + CBF277B1DF834B5FA25A2EE5 /* ../Play-/Source/ee/IPU_DmVectorTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IPU_DmVectorTable.cpp; path = "../Play-/Source/ee/IPU_DmVectorTable.cpp"; sourceTree = ""; }; + CCA6AE18F1E442BAB3515A3E /* ../Play-/Source/ee/EeBasicBlock.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = EeBasicBlock.cpp; path = "../Play-/Source/ee/EeBasicBlock.cpp"; sourceTree = ""; }; + CDF2E027F1DD4F8BBB818CA1 /* ../Play-/Source/iop/Ioman_DirectoryIterator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Ioman_DirectoryIterator.h; path = "../Play-/Source/iop/Ioman_DirectoryIterator.h"; sourceTree = ""; }; + CE0D1A009AB749D18BA2464A /* ../Play-/deps/Dependencies/zstd/lib/common/bitstream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = bitstream.h; path = "../Play-/deps/Dependencies/zstd/lib/common/bitstream.h"; sourceTree = ""; }; + CE3623F688B0487CB7062159 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_common.c; path = "../Play-/deps/Dependencies/zstd/lib/common/zstd_common.c"; sourceTree = ""; }; + CE48F86044044B46819493B5 /* ../Play-/Source/VirtualPad.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VirtualPad.h; path = "../Play-/Source/VirtualPad.h"; sourceTree = ""; }; + CEF5D1F16181495A8281FB57 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_double_fast.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c"; sourceTree = ""; }; + CF1BCD94001F41F385799D2C /* ../Play-/deps/Framework/src/math/MathStringUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MathStringUtils.cpp; path = "../Play-/deps/Framework/src/math/MathStringUtils.cpp"; sourceTree = ""; }; + CFF07735AF3C484B903A687E /* ../Play-/Source/iop/Iop_Modload.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Modload.cpp; path = "../Play-/Source/iop/Iop_Modload.cpp"; sourceTree = ""; }; + D03DD46D33CE4534BD661E83 /* ../Play-/deps/Framework/src/bitmap/PNG.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PNG.cpp; path = "../Play-/deps/Framework/src/bitmap/PNG.cpp"; sourceTree = ""; }; D07B7C2063E24DF7B14E34E0 /* Framework_Vulkan */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libFramework_Vulkan.a; sourceTree = BUILT_PRODUCTS_DIR; }; - D09A21930DC44635AD6F4550 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fastcover.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c"; sourceTree = ""; }; - D0A8DED14C5B40C7819D1937 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/VirtualPadItem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VirtualPadItem.h; path = VirtualPadItem.h; sourceTree = SOURCE_ROOT; }; - D0B58CA445B242F6BB2BC035 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Context.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Context.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Context.cpp"; sourceTree = ""; }; - D1654BF235F7409DAC0F31BD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpIntMixTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FpIntMixTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpIntMixTest.cpp"; sourceTree = ""; }; - D19C8643C2B4499E99FEE077 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/PfsReader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PfsReader.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/PfsReader.cpp"; sourceTree = ""; }; - D19F3E55407C43D8A7FB8108 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SimdDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SimdDefs.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SimdDefs.h"; sourceTree = ""; }; - D22CBEAF9D1A4CA4A523F9A8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PathTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTable.cpp"; sourceTree = ""; }; - D2E7AC3D20054772BBA63167 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+WebCache.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "UIImageView+WebCache.m"; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+WebCache.m"; sourceTree = ""; }; - D2EFA68F368A4956A6E31C3D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdFpTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpTest.cpp"; sourceTree = ""; }; - D32BE63D5992499AB6366610 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = divsufsort.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c"; sourceTree = ""; }; - D380C497760E4E6FBB267CE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/circle.png */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = image; name = circle.png; path = Resources/circle.png; sourceTree = SOURCE_ROOT; }; - D3A5A15C544E4A35B19E1AE2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Shift64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Shift64Test.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Shift64Test.cpp"; sourceTree = ""; }; - D3B32859F03A42D2B74D950B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Spu2.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2.cpp"; sourceTree = ""; }; - D3F1FFC15FB440F4B9A8C911 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/CMakeFiles/xxhash.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/CMakeFiles/xxhash.dir/Info.plist; sourceTree = ""; }; - D40088DE22434059A5C63FF0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTable.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PathTable.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTable.h"; sourceTree = ""; }; - D475799CFEAE40AF80DE75FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuBasicBlock.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VuBasicBlock.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuBasicBlock.cpp"; sourceTree = ""; }; - D48A4EF73C454B1EA322651A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/CMakeFiles/Play-CMakeForceLinker.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = "Play-CMakeForceLinker.swift"; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/CMakeFiles/Play-CMakeForceLinker.swift"; sourceTree = ""; }; - D4990DE8D3F04ECDB232BA0A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ioman.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Ioman.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ioman.cpp"; sourceTree = ""; }; - D4B973BBA5354ADE834B5311 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGenFactory.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGenFactory.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGenFactory.h"; sourceTree = ""; }; - D4CFF9A709A94F779A871264 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v04.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h"; sourceTree = ""; }; - D5461059DAE346CEA8310C06 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/cross.png */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = image; name = cross.png; path = Resources/cross.png; sourceTree = SOURCE_ROOT; }; - D5BE909F5D1D4322B704214C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuExecutor.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VuExecutor.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuExecutor.h"; sourceTree = ""; }; - D656DDF805734613B129010A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/CMakeLists.txt"; sourceTree = ""; }; - D67A180E8F4543E0AEAA7E15 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_SymbolTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_SymbolTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_SymbolTable.cpp"; sourceTree = ""; }; - D6C026339E494A8090664B31 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thvpool.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Thvpool.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thvpool.cpp"; sourceTree = ""; }; - D75BF12E853341D68E3D4460 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/MemoryCard.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemoryCard.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/MemoryCard.cpp"; sourceTree = ""; }; - D81D15A3D00C4BFCAADBCFF7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemAccessTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessTest.h"; sourceTree = ""; }; - D83716DCB860450A82B7B653 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDumpDevice.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HardDiskDumpDevice.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDumpDevice.cpp"; sourceTree = ""; }; - D84CDE899D11494BB523F0A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDumpDevice.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HardDiskDumpDevice.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDumpDevice.h"; sourceTree = ""; }; - D85B985C5DA44D12878E3420 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/GSH_VulkaniOS.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkaniOS.cpp; path = GSH_VulkaniOS.cpp; sourceTree = SOURCE_ROOT; }; - D8AF6D8C05B548F6B839A790 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int3Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Int3Value.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int3Value.h"; sourceTree = ""; }; - D8CED20D8D1045CCB0CC91ED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeFiles/Framework_OpenAl.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeFiles/Framework_OpenAl.dir/Info.plist; sourceTree = ""; }; - D8D272A385AE4F7ABB62C86F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/TGA.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = TGA.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/TGA.cpp"; sourceTree = ""; }; - D8EFCFE4E09F40D2852A58AE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/ObjectFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ObjectFile.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/ObjectFile.cpp"; sourceTree = ""; }; - D8F149D62E1F492F96BEAF7D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCacheConfig.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = SDImageCacheConfig.m; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCacheConfig.m"; sourceTree = ""; }; - D976201F1EBA4CA48221B2BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Crc32Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Crc32Test.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Crc32Test.cpp"; sourceTree = ""; }; - D9AA40572DD64E739871345C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/PsuSaveImporter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PsuSaveImporter.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/PsuSaveImporter.cpp"; sourceTree = ""; }; - D9C623D231A545B5BA677AED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Spu.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu.cpp"; sourceTree = ""; }; - D9EE9924BBA948E19F57E71F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inftrees.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c"; sourceTree = ""; }; - DA00CD0E7D754010B0BEECDE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MemoryFunction.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemoryFunction.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MemoryFunction.h"; sourceTree = ""; }; - DA49ED06BD70400BB8488346 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter.cpp"; sourceTree = ""; }; - DA5078C0DED84C66A810FDE8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Stream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Stream.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Stream.cpp"; sourceTree = ""; }; - DA6826B7712344E7BA1EAFFF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/SpirvShaderGenerator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SpirvShaderGenerator.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/SpirvShaderGenerator.h"; sourceTree = ""; }; - DAA63E530DFA46FEBD60E658 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Modload.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Modload.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Modload.h"; sourceTree = ""; }; - DADFB344D29F40B888736944 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = infback.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/infback.c"; sourceTree = ""; }; - DAE937D4D2FD45909A2ECAD3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypePTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IPU_MacroblockTypePTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypePTable.cpp"; sourceTree = ""; }; - DB0C66F3EB27418896A109B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdTest.h"; sourceTree = ""; }; - DB9468484E0744B99C9F655B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/INTC.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = INTC.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/INTC.h"; sourceTree = ""; }; - DBE26B6E792D4E41BC34926B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/CMakeLists.txt"; sourceTree = ""; }; - DBEAEC9CDB7F40169C2AB959 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPS.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MIPS.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPS.h"; sourceTree = ""; }; - DC034D0170EF4C1CBB712273 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameDump.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FrameDump.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameDump.cpp"; sourceTree = ""; }; - DC4557AD78FB4B28A6897392 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Merge64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Merge64Test.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Merge64Test.cpp"; sourceTree = ""; }; - DC545CB7F2364E12A39CFA57 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/PH_GenericInput.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PH_GenericInput.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/PH_GenericInput.h"; sourceTree = ""; }; - DC85E514E65B4F3C94F92415 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Device.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Device.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Device.h"; sourceTree = ""; }; - DCB0EB049E67467090ED848B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpServer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HttpServer.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpServer.h"; sourceTree = ""; }; - DCC60218987F4AF683BD2349 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Uint3Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Uint3Value.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Uint3Value.h"; sourceTree = ""; }; - DCCFB7643AF74FD293B3530D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsTransferRange.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GsTransferRange.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsTransferRange.h"; sourceTree = ""; }; - DDA8DC64903F415389732D26 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/patches.xml */ = {isa = PBXFileReference; explicitFileType = sourcecode; fileEncoding = 4; name = patches.xml; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/patches.xml"; sourceTree = ""; }; - DDC2A0F5F6044E6FB4FE838C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_Vulkan.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.cpp"; sourceTree = ""; }; - DDEDBA184EEB4DFE83D2B54F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdUnpackTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdUnpackTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdUnpackTest.cpp"; sourceTree = ""; }; - DE027B95187248D7AF8B67FF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_Md.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md.cpp"; sourceTree = ""; }; - DE3689220CBE4CE6BE9DED37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Md.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch32_Md.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Md.cpp"; sourceTree = ""; }; - DE5AD030FE8C4CD88636908D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intrman.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Intrman.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intrman.cpp"; sourceTree = ""; }; - DE8CD8C7BD4C4FC1AE8DCC68 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_chd.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_chd.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_chd.c"; sourceTree = ""; }; - DE98CF5C720F462F966CAF0A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Shader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_OpenGL_Shader.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Shader.cpp"; sourceTree = ""; }; - DEC6432F3B2F46CA993CFC51 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Timer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Timer.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Timer.h"; sourceTree = ""; }; - DEF6306CC015446B8E8273C3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/DebuggerSimulator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = DebuggerSimulator.h; path = DebuggerSimulator.h; sourceTree = SOURCE_ROOT; }; - DF1FBBAE176A406E89EF6E90 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Buffer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Buffer.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Buffer.h"; sourceTree = ""; }; - DF27BF9887664B35918F17B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/IszImageStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IszImageStream.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/IszImageStream.h"; sourceTree = ""; }; - DF585CA755B3413C80742E58 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Base.lproj/Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Main.storyboard; path = Base.lproj/Main.storyboard; sourceTree = SOURCE_ROOT; }; - DF76B10854F84FD79030C0A0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemAccess64Test.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess64Test.cpp"; sourceTree = ""; }; - DFBD730D2C7143C0AFC93FEB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanOffscreen.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.h"; sourceTree = ""; }; - E0132D2AB34643CDAB6F02A3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/AppConfig.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AppConfig.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/AppConfig.h"; sourceTree = ""; }; - E033324E8F224038A50C5345 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessIdxTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemAccessIdxTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessIdxTest.h"; sourceTree = ""; }; - E070A279AA404249A5C4293B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/QuantiserScaleTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = QuantiserScaleTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/QuantiserScaleTable.cpp"; sourceTree = ""; }; - E0751B1A444A458B8F0A0610 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Stdio.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Stdio.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Stdio.h"; sourceTree = ""; }; - E08D978090A8483E81AC1DF6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMemAccessTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdMemAccessTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMemAccessTest.cpp"; sourceTree = ""; }; - E1692FB71F494CA9AA5C5D3D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanFrameCommandBuffer.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.cpp"; sourceTree = ""; }; - E19F6AF845594C5192078358 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutBaseItem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LayoutBaseItem.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutBaseItem.h"; sourceTree = ""; }; - E1A57C59DB8D4EBE9DEFCF23 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Device.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Device.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Device.cpp"; sourceTree = ""; }; - E1DFF0193FEC49619EC1113A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ElfFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ElfFile.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ElfFile.cpp"; sourceTree = ""; }; - E1EFFE7BA95F4743BFE877B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LogicTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LogicTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LogicTest.h"; sourceTree = ""; }; - E2742D466FAD40A3A894B0C4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmacman.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Dmacman.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmacman.cpp"; sourceTree = ""; }; - E2CC69324037487F98563CD2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Vif.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif.h"; sourceTree = ""; }; - E2D33C895F7D41CBAC3D28AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypePTable.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IPU_MacroblockTypePTable.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypePTable.h"; sourceTree = ""; }; - E2E5C3CD842647E58E6C9FB3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/DirectoryRecord.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = DirectoryRecord.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/DirectoryRecord.h"; sourceTree = ""; }; - E32E9B2131BC47A19C43FDB0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LogicTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LogicTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LogicTest.cpp"; sourceTree = ""; }; - E342527B5F5B4734981ECDCD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/ObjectFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ObjectFile.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/ObjectFile.h"; sourceTree = ""; }; - E3487AFBC9FB427F99ABA90B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoSys246.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_NamcoSys246.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoSys246.cpp"; sourceTree = ""; }; - E3A72902F3BE438992B6DEB5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/AArch32Assembler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AArch32Assembler.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/AArch32Assembler.h"; sourceTree = ""; }; - E3F8E2885531436FBBABEB23 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/ServerConnection.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = ServerConnection.swift; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/ServerConnection.swift"; sourceTree = ""; }; - E423D0EC03744D4CAB21D9AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Buffer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Buffer.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Buffer.cpp"; sourceTree = ""; }; - E43242EEDB6643148427C902 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/InverseScanTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = InverseScanTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/InverseScanTable.cpp"; sourceTree = ""; }; - E45AF09D415F491FBED19F1C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanTransferHost.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.cpp"; sourceTree = ""; }; - E473542FF7024D22A308E674 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_NamcoAcCdvd.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.h"; sourceTree = ""; }; - E4D7FAF7F33349BABC7F2DDC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MotionCodeTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MotionCodeTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MotionCodeTable.cpp"; sourceTree = ""; }; - E50B594BA715462699A95CA4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HugeJumpTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTest.h"; sourceTree = ""; }; - E566AE0049014D2BBD59E7EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Dmac_Channel.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Dmac_Channel.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Dmac_Channel.cpp"; sourceTree = ""; }; - E56F781FAD004B9AB4901A44 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inftrees.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.h"; sourceTree = ""; }; - E599C59DC9874A8D8DCEC57C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VUShared.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VUShared.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VUShared.cpp"; sourceTree = ""; }; - E5A60FFE7445489CB2EE19C5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/GenericMipsExecutor.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GenericMipsExecutor.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/GenericMipsExecutor.h"; sourceTree = ""; }; - E5EF37D8696045888C1C0E4F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsCachedArea.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GsCachedArea.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsCachedArea.h"; sourceTree = ""; }; - E63BD4603855435CADBC1208 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/CoverViewController.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CoverViewController.h; path = CoverViewController.h; sourceTree = SOURCE_ROOT; }; + D09A21930DC44635AD6F4550 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fastcover.c; path = "../Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c"; sourceTree = ""; }; + D0A8DED14C5B40C7819D1937 /* ../Play-/Source/ui_ios/VirtualPadItem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VirtualPadItem.h; path = VirtualPadItem.h; sourceTree = SOURCE_ROOT; }; + D0B58CA445B242F6BB2BC035 /* ../Play-/deps/Framework/src/openal/Context.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Context.cpp; path = "../Play-/deps/Framework/src/openal/Context.cpp"; sourceTree = ""; }; + D1654BF235F7409DAC0F31BD /* ../Play-/deps/CodeGen/tests/FpIntMixTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FpIntMixTest.cpp; path = "../Play-/deps/CodeGen/tests/FpIntMixTest.cpp"; sourceTree = ""; }; + D19C8643C2B4499E99FEE077 /* ../Play-/Source/hdd/PfsReader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PfsReader.cpp; path = "../Play-/Source/hdd/PfsReader.cpp"; sourceTree = ""; }; + D19F3E55407C43D8A7FB8108 /* ../Play-/deps/Framework/include/SimdDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SimdDefs.h; path = "../Play-/deps/Framework/include/SimdDefs.h"; sourceTree = ""; }; + D22CBEAF9D1A4CA4A523F9A8 /* ../Play-/Source/ISO9660/PathTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PathTable.cpp; path = "../Play-/Source/ISO9660/PathTable.cpp"; sourceTree = ""; }; + D2E7AC3D20054772BBA63167 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+WebCache.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "UIImageView+WebCache.m"; path = "../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+WebCache.m"; sourceTree = ""; }; + D2EFA68F368A4956A6E31C3D /* ../Play-/deps/CodeGen/tests/MdFpTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdFpTest.cpp; path = "../Play-/deps/CodeGen/tests/MdFpTest.cpp"; sourceTree = ""; }; + D32BE63D5992499AB6366610 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = divsufsort.c; path = "../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c"; sourceTree = ""; }; + D380C497760E4E6FBB267CE5 /* ../Play-/Source/ui_ios/Resources/circle.png */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = image; name = circle.png; path = Resources/circle.png; sourceTree = SOURCE_ROOT; }; + D3A5A15C544E4A35B19E1AE2 /* ../Play-/deps/CodeGen/tests/Shift64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Shift64Test.cpp; path = "../Play-/deps/CodeGen/tests/Shift64Test.cpp"; sourceTree = ""; }; + D3B32859F03A42D2B74D950B /* ../Play-/Source/iop/Iop_Spu2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Spu2.cpp; path = "../Play-/Source/iop/Iop_Spu2.cpp"; sourceTree = ""; }; + D3F1FFC15FB440F4B9A8C911 /* ../cmake/Source/ui_ios/Source/xxHash/CMakeFiles/xxhash.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/Source/xxHash/CMakeFiles/xxhash.dir/Info.plist; sourceTree = ""; }; + D40088DE22434059A5C63FF0 /* ../Play-/Source/ISO9660/PathTable.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PathTable.h; path = "../Play-/Source/ISO9660/PathTable.h"; sourceTree = ""; }; + D475799CFEAE40AF80DE75FB /* ../Play-/Source/ee/VuBasicBlock.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VuBasicBlock.cpp; path = "../Play-/Source/ee/VuBasicBlock.cpp"; sourceTree = ""; }; + D48A4EF73C454B1EA322651A /* ../cmake/Source/ui_ios/CMakeFiles/Play-CMakeForceLinker.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = "Play-CMakeForceLinker.swift"; path = "../cmake/Source/ui_ios/CMakeFiles/Play-CMakeForceLinker.swift"; sourceTree = ""; }; + D4990DE8D3F04ECDB232BA0A /* ../Play-/Source/iop/Iop_Ioman.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Ioman.cpp; path = "../Play-/Source/iop/Iop_Ioman.cpp"; sourceTree = ""; }; + D4B973BBA5354ADE834B5311 /* ../Play-/deps/CodeGen/include/Jitter_CodeGenFactory.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGenFactory.h; path = "../Play-/deps/CodeGen/include/Jitter_CodeGenFactory.h"; sourceTree = ""; }; + D4CFF9A709A94F779A871264 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v04.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h"; sourceTree = ""; }; + D5461059DAE346CEA8310C06 /* ../Play-/Source/ui_ios/Resources/cross.png */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = image; name = cross.png; path = Resources/cross.png; sourceTree = SOURCE_ROOT; }; + D5BE909F5D1D4322B704214C /* ../Play-/Source/ee/VuExecutor.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VuExecutor.h; path = "../Play-/Source/ee/VuExecutor.h"; sourceTree = ""; }; + D656DDF805734613B129010A /* ../Play-/deps/Framework/build_cmake/FrameworkOpenGl/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/Framework/build_cmake/FrameworkOpenGl/CMakeLists.txt"; sourceTree = ""; }; + D67A180E8F4543E0AEAA7E15 /* ../Play-/deps/CodeGen/src/Jitter_SymbolTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_SymbolTable.cpp; path = "../Play-/deps/CodeGen/src/Jitter_SymbolTable.cpp"; sourceTree = ""; }; + D6C026339E494A8090664B31 /* ../Play-/Source/iop/Iop_Thvpool.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Thvpool.cpp; path = "../Play-/Source/iop/Iop_Thvpool.cpp"; sourceTree = ""; }; + D75BF12E853341D68E3D4460 /* ../Play-/Source/saves/MemoryCard.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemoryCard.cpp; path = "../Play-/Source/saves/MemoryCard.cpp"; sourceTree = ""; }; + D81D15A3D00C4BFCAADBCFF7 /* ../Play-/deps/CodeGen/tests/MemAccessTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemAccessTest.h; path = "../Play-/deps/CodeGen/tests/MemAccessTest.h"; sourceTree = ""; }; + D83716DCB860450A82B7B653 /* ../Play-/Source/iop/ioman/HardDiskDumpDevice.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HardDiskDumpDevice.cpp; path = "../Play-/Source/iop/ioman/HardDiskDumpDevice.cpp"; sourceTree = ""; }; + D84CDE899D11494BB523F0A9 /* ../Play-/Source/iop/ioman/HardDiskDumpDevice.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HardDiskDumpDevice.h; path = "../Play-/Source/iop/ioman/HardDiskDumpDevice.h"; sourceTree = ""; }; + D85B985C5DA44D12878E3420 /* ../Play-/Source/ui_ios/GSH_VulkaniOS.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkaniOS.cpp; path = GSH_VulkaniOS.cpp; sourceTree = SOURCE_ROOT; }; + D8AF6D8C05B548F6B839A790 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Int3Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Int3Value.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/Int3Value.h"; sourceTree = ""; }; + D8CED20D8D1045CCB0CC91ED /* ../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeFiles/Framework_OpenAl.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeFiles/Framework_OpenAl.dir/Info.plist; sourceTree = ""; }; + D8D272A385AE4F7ABB62C86F /* ../Play-/deps/Framework/src/bitmap/TGA.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = TGA.cpp; path = "../Play-/deps/Framework/src/bitmap/TGA.cpp"; sourceTree = ""; }; + D8EFCFE4E09F40D2852A58AE /* ../Play-/deps/CodeGen/src/ObjectFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ObjectFile.cpp; path = "../Play-/deps/CodeGen/src/ObjectFile.cpp"; sourceTree = ""; }; + D8F149D62E1F492F96BEAF7D /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCacheConfig.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = SDImageCacheConfig.m; path = "../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCacheConfig.m"; sourceTree = ""; }; + D976201F1EBA4CA48221B2BF /* ../Play-/deps/CodeGen/tests/Crc32Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Crc32Test.cpp; path = "../Play-/deps/CodeGen/tests/Crc32Test.cpp"; sourceTree = ""; }; + D9AA40572DD64E739871345C /* ../Play-/Source/saves/PsuSaveImporter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PsuSaveImporter.cpp; path = "../Play-/Source/saves/PsuSaveImporter.cpp"; sourceTree = ""; }; + D9C623D231A545B5BA677AED /* ../Play-/Source/iop/Iop_Spu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Spu.cpp; path = "../Play-/Source/iop/Iop_Spu.cpp"; sourceTree = ""; }; + D9EE9924BBA948E19F57E71F /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inftrees.c; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c"; sourceTree = ""; }; + DA00CD0E7D754010B0BEECDE /* ../Play-/deps/CodeGen/include/MemoryFunction.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemoryFunction.h; path = "../Play-/deps/CodeGen/include/MemoryFunction.h"; sourceTree = ""; }; + DA49ED06BD70400BB8488346 /* ../Play-/deps/CodeGen/src/Jitter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter.cpp; path = "../Play-/deps/CodeGen/src/Jitter.cpp"; sourceTree = ""; }; + DA5078C0DED84C66A810FDE8 /* ../Play-/deps/Framework/src/Stream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Stream.cpp; path = "../Play-/deps/Framework/src/Stream.cpp"; sourceTree = ""; }; + DA6826B7712344E7BA1EAFFF /* ../Play-/deps/Nuanceur/include/nuanceur/generators/SpirvShaderGenerator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SpirvShaderGenerator.h; path = "../Play-/deps/Nuanceur/include/nuanceur/generators/SpirvShaderGenerator.h"; sourceTree = ""; }; + DAA63E530DFA46FEBD60E658 /* ../Play-/Source/iop/Iop_Modload.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Modload.h; path = "../Play-/Source/iop/Iop_Modload.h"; sourceTree = ""; }; + DADFB344D29F40B888736944 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = infback.c; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/infback.c"; sourceTree = ""; }; + DAE937D4D2FD45909A2ECAD3 /* ../Play-/Source/ee/IPU_MacroblockTypePTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IPU_MacroblockTypePTable.cpp; path = "../Play-/Source/ee/IPU_MacroblockTypePTable.cpp"; sourceTree = ""; }; + DB0C66F3EB27418896A109B4 /* ../Play-/deps/CodeGen/tests/MdTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdTest.h; path = "../Play-/deps/CodeGen/tests/MdTest.h"; sourceTree = ""; }; + DB9468484E0744B99C9F655B /* ../Play-/Source/ee/INTC.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = INTC.h; path = "../Play-/Source/ee/INTC.h"; sourceTree = ""; }; + DBE26B6E792D4E41BC34926B /* ../Play-/Source/gs/GSH_OpenGL/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/Source/gs/GSH_OpenGL/CMakeLists.txt"; sourceTree = ""; }; + DBEAEC9CDB7F40169C2AB959 /* ../Play-/Source/MIPS.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MIPS.h; path = "../Play-/Source/MIPS.h"; sourceTree = ""; }; + DC034D0170EF4C1CBB712273 /* ../Play-/Source/FrameDump.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FrameDump.cpp; path = "../Play-/Source/FrameDump.cpp"; sourceTree = ""; }; + DC4557AD78FB4B28A6897392 /* ../Play-/deps/CodeGen/tests/Merge64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Merge64Test.cpp; path = "../Play-/deps/CodeGen/tests/Merge64Test.cpp"; sourceTree = ""; }; + DC545CB7F2364E12A39CFA57 /* ../Play-/Source/input/PH_GenericInput.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PH_GenericInput.h; path = "../Play-/Source/input/PH_GenericInput.h"; sourceTree = ""; }; + DC85E514E65B4F3C94F92415 /* ../Play-/deps/Framework/include/vulkan/Device.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Device.h; path = "../Play-/deps/Framework/include/vulkan/Device.h"; sourceTree = ""; }; + DCB0EB049E67467090ED848B /* ../Play-/deps/Framework/include/http/HttpServer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HttpServer.h; path = "../Play-/deps/Framework/include/http/HttpServer.h"; sourceTree = ""; }; + DCC60218987F4AF683BD2349 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Uint3Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Uint3Value.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/Uint3Value.h"; sourceTree = ""; }; + DCCFB7643AF74FD293B3530D /* ../Play-/Source/gs/GsTransferRange.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GsTransferRange.h; path = "../Play-/Source/gs/GsTransferRange.h"; sourceTree = ""; }; + DDA8DC64903F415389732D26 /* ../Play-/patches.xml */ = {isa = PBXFileReference; explicitFileType = sourcecode; fileEncoding = 4; name = patches.xml; path = "../Play-/patches.xml"; sourceTree = ""; }; + DDC2A0F5F6044E6FB4FE838C /* ../Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_Vulkan.cpp; path = "../Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.cpp"; sourceTree = ""; }; + DDEDBA184EEB4DFE83D2B54F /* ../Play-/deps/CodeGen/tests/MdUnpackTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdUnpackTest.cpp; path = "../Play-/deps/CodeGen/tests/MdUnpackTest.cpp"; sourceTree = ""; }; + DE027B95187248D7AF8B67FF /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_Md.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md.cpp"; sourceTree = ""; }; + DE3689220CBE4CE6BE9DED37 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Md.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch32_Md.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Md.cpp"; sourceTree = ""; }; + DE5AD030FE8C4CD88636908D /* ../Play-/Source/iop/Iop_Intrman.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Intrman.cpp; path = "../Play-/Source/iop/Iop_Intrman.cpp"; sourceTree = ""; }; + DE8CD8C7BD4C4FC1AE8DCC68 /* ../Play-/deps/libchdr/src/libchdr_chd.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_chd.c; path = "../Play-/deps/libchdr/src/libchdr_chd.c"; sourceTree = ""; }; + DE98CF5C720F462F966CAF0A /* ../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Shader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_OpenGL_Shader.cpp; path = "../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Shader.cpp"; sourceTree = ""; }; + DEC6432F3B2F46CA993CFC51 /* ../Play-/Source/ee/Timer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Timer.h; path = "../Play-/Source/ee/Timer.h"; sourceTree = ""; }; + DEF6306CC015446B8E8273C3 /* ../Play-/Source/ui_ios/DebuggerSimulator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = DebuggerSimulator.h; path = DebuggerSimulator.h; sourceTree = SOURCE_ROOT; }; + DF1FBBAE176A406E89EF6E90 /* ../Play-/deps/Framework/include/vulkan/Buffer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Buffer.h; path = "../Play-/deps/Framework/include/vulkan/Buffer.h"; sourceTree = ""; }; + DF27BF9887664B35918F17B2 /* ../Play-/Source/discimages/IszImageStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IszImageStream.h; path = "../Play-/Source/discimages/IszImageStream.h"; sourceTree = ""; }; + DF585CA755B3413C80742E58 /* ../Play-/Source/ui_ios/Base.lproj/Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Main.storyboard; path = Base.lproj/Main.storyboard; sourceTree = SOURCE_ROOT; }; + DF76B10854F84FD79030C0A0 /* ../Play-/deps/CodeGen/tests/MemAccess64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemAccess64Test.cpp; path = "../Play-/deps/CodeGen/tests/MemAccess64Test.cpp"; sourceTree = ""; }; + DFBD730D2C7143C0AFC93FEB /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanOffscreen.h; path = "../Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.h"; sourceTree = ""; }; + E0132D2AB34643CDAB6F02A3 /* ../Play-/Source/AppConfig.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AppConfig.h; path = "../Play-/Source/AppConfig.h"; sourceTree = ""; }; + E033324E8F224038A50C5345 /* ../Play-/deps/CodeGen/tests/MemAccessIdxTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemAccessIdxTest.h; path = "../Play-/deps/CodeGen/tests/MemAccessIdxTest.h"; sourceTree = ""; }; + E070A279AA404249A5C4293B /* ../Play-/deps/Framework/src/mpeg2/QuantiserScaleTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = QuantiserScaleTable.cpp; path = "../Play-/deps/Framework/src/mpeg2/QuantiserScaleTable.cpp"; sourceTree = ""; }; + E0751B1A444A458B8F0A0610 /* ../Play-/Source/iop/Iop_Stdio.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Stdio.h; path = "../Play-/Source/iop/Iop_Stdio.h"; sourceTree = ""; }; + E08D978090A8483E81AC1DF6 /* ../Play-/deps/CodeGen/tests/MdMemAccessTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdMemAccessTest.cpp; path = "../Play-/deps/CodeGen/tests/MdMemAccessTest.cpp"; sourceTree = ""; }; + E1692FB71F494CA9AA5C5D3D /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanFrameCommandBuffer.cpp; path = "../Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.cpp"; sourceTree = ""; }; + E19F6AF845594C5192078358 /* ../Play-/deps/Framework/include/layout/LayoutBaseItem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LayoutBaseItem.h; path = "../Play-/deps/Framework/include/layout/LayoutBaseItem.h"; sourceTree = ""; }; + E1A57C59DB8D4EBE9DEFCF23 /* ../Play-/deps/Framework/src/vulkan/Device.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Device.cpp; path = "../Play-/deps/Framework/src/vulkan/Device.cpp"; sourceTree = ""; }; + E1DFF0193FEC49619EC1113A /* ../Play-/Source/ElfFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ElfFile.cpp; path = "../Play-/Source/ElfFile.cpp"; sourceTree = ""; }; + E1EFFE7BA95F4743BFE877B4 /* ../Play-/deps/CodeGen/tests/LogicTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LogicTest.h; path = "../Play-/deps/CodeGen/tests/LogicTest.h"; sourceTree = ""; }; + E2742D466FAD40A3A894B0C4 /* ../Play-/Source/iop/Iop_Dmacman.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Dmacman.cpp; path = "../Play-/Source/iop/Iop_Dmacman.cpp"; sourceTree = ""; }; + E2CC69324037487F98563CD2 /* ../Play-/Source/ee/Vif.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Vif.h; path = "../Play-/Source/ee/Vif.h"; sourceTree = ""; }; + E2D33C895F7D41CBAC3D28AB /* ../Play-/Source/ee/IPU_MacroblockTypePTable.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IPU_MacroblockTypePTable.h; path = "../Play-/Source/ee/IPU_MacroblockTypePTable.h"; sourceTree = ""; }; + E2E5C3CD842647E58E6C9FB3 /* ../Play-/Source/ISO9660/DirectoryRecord.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = DirectoryRecord.h; path = "../Play-/Source/ISO9660/DirectoryRecord.h"; sourceTree = ""; }; + E32E9B2131BC47A19C43FDB0 /* ../Play-/deps/CodeGen/tests/LogicTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LogicTest.cpp; path = "../Play-/deps/CodeGen/tests/LogicTest.cpp"; sourceTree = ""; }; + E342527B5F5B4734981ECDCD /* ../Play-/deps/CodeGen/include/ObjectFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ObjectFile.h; path = "../Play-/deps/CodeGen/include/ObjectFile.h"; sourceTree = ""; }; + E3487AFBC9FB427F99ABA90B /* ../Play-/Source/iop/namco_sys246/Iop_NamcoSys246.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_NamcoSys246.cpp; path = "../Play-/Source/iop/namco_sys246/Iop_NamcoSys246.cpp"; sourceTree = ""; }; + E3A72902F3BE438992B6DEB5 /* ../Play-/deps/CodeGen/include/AArch32Assembler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AArch32Assembler.h; path = "../Play-/deps/CodeGen/include/AArch32Assembler.h"; sourceTree = ""; }; + E3F8E2885531436FBBABEB23 /* ../Play-/deps/AltKit/Sources/AltKit/Server/ServerConnection.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = ServerConnection.swift; path = "../Play-/deps/AltKit/Sources/AltKit/Server/ServerConnection.swift"; sourceTree = ""; }; + E423D0EC03744D4CAB21D9AB /* ../Play-/deps/Framework/src/openal/Buffer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Buffer.cpp; path = "../Play-/deps/Framework/src/openal/Buffer.cpp"; sourceTree = ""; }; + E43242EEDB6643148427C902 /* ../Play-/deps/Framework/src/mpeg2/InverseScanTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = InverseScanTable.cpp; path = "../Play-/deps/Framework/src/mpeg2/InverseScanTable.cpp"; sourceTree = ""; }; + E45AF09D415F491FBED19F1C /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanTransferHost.cpp; path = "../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.cpp"; sourceTree = ""; }; + E473542FF7024D22A308E674 /* ../Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_NamcoAcCdvd.h; path = "../Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.h"; sourceTree = ""; }; + E4D7FAF7F33349BABC7F2DDC /* ../Play-/deps/Framework/src/mpeg2/MotionCodeTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MotionCodeTable.cpp; path = "../Play-/deps/Framework/src/mpeg2/MotionCodeTable.cpp"; sourceTree = ""; }; + E50B594BA715462699A95CA4 /* ../Play-/deps/CodeGen/tests/HugeJumpTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HugeJumpTest.h; path = "../Play-/deps/CodeGen/tests/HugeJumpTest.h"; sourceTree = ""; }; + E566AE0049014D2BBD59E7EE /* ../Play-/Source/ee/Dmac_Channel.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Dmac_Channel.cpp; path = "../Play-/Source/ee/Dmac_Channel.cpp"; sourceTree = ""; }; + E56F781FAD004B9AB4901A44 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inftrees.h; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.h"; sourceTree = ""; }; + E599C59DC9874A8D8DCEC57C /* ../Play-/Source/ee/VUShared.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VUShared.cpp; path = "../Play-/Source/ee/VUShared.cpp"; sourceTree = ""; }; + E5A60FFE7445489CB2EE19C5 /* ../Play-/Source/GenericMipsExecutor.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GenericMipsExecutor.h; path = "../Play-/Source/GenericMipsExecutor.h"; sourceTree = ""; }; + E5EF37D8696045888C1C0E4F /* ../Play-/Source/gs/GsCachedArea.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GsCachedArea.h; path = "../Play-/Source/gs/GsCachedArea.h"; sourceTree = ""; }; + E63BD4603855435CADBC1208 /* ../Play-/Source/ui_ios/CoverViewController.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CoverViewController.h; path = CoverViewController.h; sourceTree = SOURCE_ROOT; }; E698F98BE42C44C69A2CFC88 /* libzstd_zlibwrapper_static */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = liblibzstd_zlibwrapper_static.a; sourceTree = BUILT_PRODUCTS_DIR; }; - E69CA6D10924422D96A567DB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/CMakeLists.txt"; sourceTree = ""; }; - E6ADB39E15004E43B675F9E8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MachoDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MachoDefs.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MachoDefs.h"; sourceTree = ""; }; - E705F9B6218C497DB5B02DB9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/Bitmap.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Bitmap.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/Bitmap.cpp"; sourceTree = ""; }; - E72DAED82BA34DEABB2EB023 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/AppleHttpClient.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AppleHttpClient.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/AppleHttpClient.cpp"; sourceTree = ""; }; - E759FB7D05DD4F6CB82CCD89 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/NestedIfTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = NestedIfTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/NestedIfTest.h"; sourceTree = ""; }; - E786135B289D4C8EB7BBDDD3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypePTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MacroblockTypePTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypePTable.cpp"; sourceTree = ""; }; - E79222D10AE24555BDBB701D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AliasTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest.h"; sourceTree = ""; }; - E7CA5EC31D6D4DF39BB405CA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/iCade-iOS/iCadeReaderView.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = iCadeReaderView.m; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/iCade-iOS/iCadeReaderView.m"; sourceTree = ""; }; - E7F6F75234C44729B58FD0B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = threading.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.h"; sourceTree = ""; }; - E801773E8E3F46A6BE274402 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/ApaDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ApaDefs.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/ApaDefs.h"; sourceTree = ""; }; - E81C0BA8ED9C4F738F30FB99 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdfsv.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Cdvdfsv.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdfsv.cpp"; sourceTree = ""; }; - E879A993F98D4026AF0F9600 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdTest.cpp"; sourceTree = ""; }; - E8CFC7C29AB04C8BB11C0FF1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ShiftTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ShiftTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ShiftTest.h"; sourceTree = ""; }; - E8DC1A33BB7D4F42B682F804 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zlib.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zlib.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zlib.h"; sourceTree = ""; }; - E92C584DCEE74AAD89F06A58 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipInflateStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ZipInflateStream.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipInflateStream.cpp"; sourceTree = ""; }; - E978496593AF43238E37A398 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Texture.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_OpenGL_Texture.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Texture.cpp"; sourceTree = ""; }; - E9B779951FE846A78B3BEE9D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist; sourceTree = ""; }; - E9E6A28153144976BF7E7C37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/AArch64Assembler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AArch64Assembler.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/AArch64Assembler.h"; sourceTree = ""; }; - EA150B1CF0A041C98A51DAB9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MotionCodeTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IPU_MotionCodeTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MotionCodeTable.cpp"; sourceTree = ""; }; - EA46CAE259FC438BBD206E9A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/start.png */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = image; name = start.png; path = Resources/start.png; sourceTree = SOURCE_ROOT; }; - EA5334EF4A4D4F78ACCEDECB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPS.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MIPS.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPS.cpp"; sourceTree = ""; }; - EA8AB96146B44F1888176E05 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/cpu.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = cpu.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/cpu.h"; sourceTree = ""; }; - EAB1488B1E1E413290E55E4E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzFind.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = LzFind.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzFind.c"; sourceTree = ""; }; - EAED144193424D2CBBF11BC4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - EB490E39AE6D4BA0B4BF2EEF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClientFactory.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HttpClientFactory.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClientFactory.cpp"; sourceTree = ""; }; - EC187980E16848D98B675628 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Crc32Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Crc32Test.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Crc32Test.h"; sourceTree = ""; }; - EC5583BB564C4414B49AC177 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch64_64.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_64.cpp"; sourceTree = ""; }; - EC55C1E1DF3949E6B89212CB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_Optimize.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_Optimize.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_Optimize.cpp"; sourceTree = ""; }; - ECD45AFF33234D0F9131CAFA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdUnpackTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdUnpackTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdUnpackTest.h"; sourceTree = ""; }; - ED048BD5370E415EB6C912BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_Wasm.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm.cpp"; sourceTree = ""; }; - ED95BF03463D458F9242928C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DcSizeChrominanceTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DcSizeChrominanceTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DcSizeChrominanceTable.cpp"; sourceTree = ""; }; - EDD24BD9484A4A8A9225961F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/FilteringNodeIterator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FilteringNodeIterator.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/FilteringNodeIterator.cpp"; sourceTree = ""; }; - EE12AF9419FE41569A3C6DF1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+WebP.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "UIImage+WebP.m"; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+WebP.m"; sourceTree = ""; }; - EE788989F0B04052A8F4A6C3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAssembler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MIPSAssembler.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAssembler.h"; sourceTree = ""; }; - EEDA14A804FE4F5A9D9FEBB0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDevice.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HardDiskDevice.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDevice.cpp"; sourceTree = ""; }; - EF3219D99D9E44538863CDF3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_zlibwrapper.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c"; sourceTree = ""; }; - EF69C83EC6E84C3BBD488305 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif1.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Vif1.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif1.cpp"; sourceTree = ""; }; - EFA28DECD5F34FBABFC006EB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSArchitecture.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MIPSArchitecture.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSArchitecture.h"; sourceTree = ""; }; - EFE9B9448DA646A39BDF8886 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/InputConfig.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = InputConfig.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/InputConfig.cpp"; sourceTree = ""; }; - EFEBF31066F44278B653BEC6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Types/CodableServerError.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = CodableServerError.swift; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Types/CodableServerError.swift"; sourceTree = ""; }; - EFFC3BFD181F4D849667C114 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Module.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Module.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Module.cpp"; sourceTree = ""; }; - F06231026D0C4D44BC90BC45 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thmsgbx.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Thmsgbx.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thmsgbx.h"; sourceTree = ""; }; - F0AA6EBA114D46AABC76B4A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/VLCTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VLCTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/VLCTable.cpp"; sourceTree = ""; }; - F0D770A2809049E99CA632E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_NamcoNANDDevice.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.h"; sourceTree = ""; }; - F1399BF8327F4E7F985354F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/StatsManager.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StatsManager.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/StatsManager.cpp"; sourceTree = ""; }; - F13A686B519345FC8888FB6E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsJitter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MipsJitter.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsJitter.cpp"; sourceTree = ""; }; - F141AA64B0CD4206BFD80FBE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2200.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_FileIoHandler2200.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2200.cpp"; sourceTree = ""; }; - F15686F0162A4AD7A7B88E11 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/PsfPlayer/Source/SH_OpenAL.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SH_OpenAL.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/PsfPlayer/Source/SH_OpenAL.h"; sourceTree = ""; }; - F1758F2C11AD44D9A8A1C9D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/ArrayStack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ArrayStack.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/ArrayStack.h"; sourceTree = ""; }; - F17681A5F6804BA082C6560D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_LibSd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_LibSd.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_LibSd.cpp"; sourceTree = ""; }; - F1CF94F98F2248B6AA0216DC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_fast.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c"; sourceTree = ""; }; - F1D5FB390C5B4CB1B3F850D7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanPresent.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.h"; sourceTree = ""; }; - F22F73BD8F194C2BA3647296 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Bra86.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Bra86.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Bra86.c"; sourceTree = ""; }; - F2A1BDF525974083B2FFC96A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/VirtualPadView.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VirtualPadView.h; path = VirtualPadView.h; sourceTree = SOURCE_ROOT; }; - F2A83C33D82742D582FC9D07 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PowerOff.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_PowerOff.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PowerOff.h"; sourceTree = ""; }; - F2E7FE71CD98442FAE18264C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Utils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Utils.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Utils.cpp"; sourceTree = ""; }; - F30E60FBA8C44518BD238EDC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdman.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Cdvdman.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdman.cpp"; sourceTree = ""; }; - F320629ACCB64978AA93D79D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemoryUtils.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryUtils.h"; sourceTree = ""; }; - F3457ACFD31E4D1B91B5EB73 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt"; sourceTree = ""; }; - F3849BCE533E445996890368 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Matrix44Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Matrix44Value.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Matrix44Value.h"; sourceTree = ""; }; - F3A78714C02249669671A50A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManNull.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_SifManNull.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManNull.h"; sourceTree = ""; }; - F3DB8324D9A340E583486EEE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler1000.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_FileIoHandler1000.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler1000.cpp"; sourceTree = ""; }; - F3E7228A612F4F2CB2D20CCA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int2Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Int2Value.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int2Value.h"; sourceTree = ""; }; - F42C6C60AA624D90A4E4C598 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zconf.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h"; sourceTree = ""; }; - F441ACA102CB453096E20CAC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/INTC.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = INTC.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/INTC.cpp"; sourceTree = ""; }; - F46802096DFD4F16928791C5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpServer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HttpServer.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpServer.cpp"; sourceTree = ""; }; - F499451934144838AA8397FD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bits.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = bits.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bits.h"; sourceTree = ""; }; - F559E476D8B042F385E4BAB9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable0.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DctCoefficientTable0.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable0.cpp"; sourceTree = ""; }; - F57D4EF8C9364708A75643CD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCmpTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdCmpTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCmpTest.cpp"; sourceTree = ""; }; - F58896FD7FDB407D988D5ECE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_OpenGL.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.h"; sourceTree = ""; }; - F5AAF2EA6CA54A499D1D101E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MailBox.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MailBox.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MailBox.cpp"; sourceTree = ""; }; - F5C5D2E2DFA5416F8C1C11B8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/RenderView.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RenderView.h; path = RenderView.h; sourceTree = SOURCE_ROOT; }; - F742D90D18194C80A36F05AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScopedVmPauser.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ScopedVmPauser.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScopedVmPauser.cpp"; sourceTree = ""; }; - F748F87E57F04FC5971C3175 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaEnc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzmaEnc.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaEnc.h"; sourceTree = ""; }; - F7CF9CB167E84F7695A2199A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = huf_compress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c"; sourceTree = ""; }; - F87C93A533BA44C4934350E5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Breakpoint.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Breakpoint.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Breakpoint.h"; sourceTree = ""; }; - F8C56EF90D72415BBFE69E9E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/TheGamesDbClient.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = TheGamesDbClient.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/TheGamesDbClient.h"; sourceTree = ""; }; - F92519A475E64B3E84EBECE3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ELF.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ELF.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ELF.h"; sourceTree = ""; }; - F93575E1BEBD454AA88187D3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffixed.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inffixed.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffixed.h"; sourceTree = ""; }; - F9543AB1FB57429D9F9201F7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist; sourceTree = ""; }; - F958FF72324440B289308254 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ArgumentIterator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ArgumentIterator.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ArgumentIterator.h"; sourceTree = ""; }; - F96DF69238D54D74A1EF7A8E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_MtapMan.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_MtapMan.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_MtapMan.cpp"; sourceTree = ""; }; - F9994A4EE0C74F91AD638E2D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RegisterStateUtils.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateUtils.h"; sourceTree = ""; }; - FA16C6ABE0F94BF1805BAA15 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StdStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StdStream.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StdStream.h"; sourceTree = ""; }; - FA1DC315BC224EBCBA05EF79 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/DivTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DivTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/DivTest.cpp"; sourceTree = ""; }; - FA527162F1C7493B8F73DBDC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsFunctionPatternDb.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MipsFunctionPatternDb.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsFunctionPatternDb.cpp"; sourceTree = ""; }; - FA5F923DE7D34F49B60B5D76 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdStreamSupport.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ChdStreamSupport.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdStreamSupport.cpp"; sourceTree = ""; }; - FA7A8C64B52F40438C64E89E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/BackgroundLayer.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = BackgroundLayer.m; path = BackgroundLayer.m; sourceTree = SOURCE_ROOT; }; + E69CA6D10924422D96A567DB /* ../Play-/deps/AltKit/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/AltKit/CMakeLists.txt"; sourceTree = ""; }; + E6ADB39E15004E43B675F9E8 /* ../Play-/deps/CodeGen/include/MachoDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MachoDefs.h; path = "../Play-/deps/CodeGen/include/MachoDefs.h"; sourceTree = ""; }; + E705F9B6218C497DB5B02DB9 /* ../Play-/deps/Framework/src/bitmap/Bitmap.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Bitmap.cpp; path = "../Play-/deps/Framework/src/bitmap/Bitmap.cpp"; sourceTree = ""; }; + E72DAED82BA34DEABB2EB023 /* ../Play-/deps/Framework/src/http/AppleHttpClient.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AppleHttpClient.cpp; path = "../Play-/deps/Framework/src/http/AppleHttpClient.cpp"; sourceTree = ""; }; + E759FB7D05DD4F6CB82CCD89 /* ../Play-/deps/CodeGen/tests/NestedIfTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = NestedIfTest.h; path = "../Play-/deps/CodeGen/tests/NestedIfTest.h"; sourceTree = ""; }; + E786135B289D4C8EB7BBDDD3 /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypePTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MacroblockTypePTable.cpp; path = "../Play-/deps/Framework/src/mpeg2/MacroblockTypePTable.cpp"; sourceTree = ""; }; + E79222D10AE24555BDBB701D /* ../Play-/deps/CodeGen/tests/AliasTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AliasTest.h; path = "../Play-/deps/CodeGen/tests/AliasTest.h"; sourceTree = ""; }; + E7CA5EC31D6D4DF39BB405CA /* ../Play-/deps/Dependencies/iCade-iOS/iCadeReaderView.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = iCadeReaderView.m; path = "../Play-/deps/Dependencies/iCade-iOS/iCadeReaderView.m"; sourceTree = ""; }; + E7F6F75234C44729B58FD0B3 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = threading.h; path = "../Play-/deps/Dependencies/zstd/lib/common/threading.h"; sourceTree = ""; }; + E801773E8E3F46A6BE274402 /* ../Play-/Source/hdd/ApaDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ApaDefs.h; path = "../Play-/Source/hdd/ApaDefs.h"; sourceTree = ""; }; + E81C0BA8ED9C4F738F30FB99 /* ../Play-/Source/iop/Iop_Cdvdfsv.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Cdvdfsv.cpp; path = "../Play-/Source/iop/Iop_Cdvdfsv.cpp"; sourceTree = ""; }; + E879A993F98D4026AF0F9600 /* ../Play-/deps/CodeGen/tests/MdTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdTest.cpp; path = "../Play-/deps/CodeGen/tests/MdTest.cpp"; sourceTree = ""; }; + E8CFC7C29AB04C8BB11C0FF1 /* ../Play-/deps/CodeGen/tests/ShiftTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ShiftTest.h; path = "../Play-/deps/CodeGen/tests/ShiftTest.h"; sourceTree = ""; }; + E8DC1A33BB7D4F42B682F804 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zlib.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zlib.h; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/zlib.h"; sourceTree = ""; }; + E92C584DCEE74AAD89F06A58 /* ../Play-/deps/Framework/src/zip/ZipInflateStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ZipInflateStream.cpp; path = "../Play-/deps/Framework/src/zip/ZipInflateStream.cpp"; sourceTree = ""; }; + E978496593AF43238E37A398 /* ../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Texture.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_OpenGL_Texture.cpp; path = "../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Texture.cpp"; sourceTree = ""; }; + E9B779951FE846A78B3BEE9D /* ../cmake/Source/ui_ios/Source/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/Source/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist; sourceTree = ""; }; + E9E6A28153144976BF7E7C37 /* ../Play-/deps/CodeGen/include/AArch64Assembler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AArch64Assembler.h; path = "../Play-/deps/CodeGen/include/AArch64Assembler.h"; sourceTree = ""; }; + EA150B1CF0A041C98A51DAB9 /* ../Play-/Source/ee/IPU_MotionCodeTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IPU_MotionCodeTable.cpp; path = "../Play-/Source/ee/IPU_MotionCodeTable.cpp"; sourceTree = ""; }; + EA46CAE259FC438BBD206E9A /* ../Play-/Source/ui_ios/Resources/start.png */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = image; name = start.png; path = Resources/start.png; sourceTree = SOURCE_ROOT; }; + EA5334EF4A4D4F78ACCEDECB /* ../Play-/Source/MIPS.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MIPS.cpp; path = "../Play-/Source/MIPS.cpp"; sourceTree = ""; }; + EA8AB96146B44F1888176E05 /* ../Play-/deps/Dependencies/zstd/lib/common/cpu.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = cpu.h; path = "../Play-/deps/Dependencies/zstd/lib/common/cpu.h"; sourceTree = ""; }; + EAB1488B1E1E413290E55E4E /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzFind.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = LzFind.c; path = "../Play-/deps/libchdr/deps/lzma-22.01/src/LzFind.c"; sourceTree = ""; }; + EAED144193424D2CBBF11BC4 /* ../Play-/Source/ui_ios/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + EB490E39AE6D4BA0B4BF2EEF /* ../Play-/deps/Framework/src/http/HttpClientFactory.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HttpClientFactory.cpp; path = "../Play-/deps/Framework/src/http/HttpClientFactory.cpp"; sourceTree = ""; }; + EC187980E16848D98B675628 /* ../Play-/deps/CodeGen/tests/Crc32Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Crc32Test.h; path = "../Play-/deps/CodeGen/tests/Crc32Test.h"; sourceTree = ""; }; + EC5583BB564C4414B49AC177 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch64_64.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_64.cpp"; sourceTree = ""; }; + EC55C1E1DF3949E6B89212CB /* ../Play-/deps/CodeGen/src/Jitter_Optimize.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_Optimize.cpp; path = "../Play-/deps/CodeGen/src/Jitter_Optimize.cpp"; sourceTree = ""; }; + ECD45AFF33234D0F9131CAFA /* ../Play-/deps/CodeGen/tests/MdUnpackTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdUnpackTest.h; path = "../Play-/deps/CodeGen/tests/MdUnpackTest.h"; sourceTree = ""; }; + ED048BD5370E415EB6C912BA /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_Wasm.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm.cpp"; sourceTree = ""; }; + ED95BF03463D458F9242928C /* ../Play-/deps/Framework/src/mpeg2/DcSizeChrominanceTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DcSizeChrominanceTable.cpp; path = "../Play-/deps/Framework/src/mpeg2/DcSizeChrominanceTable.cpp"; sourceTree = ""; }; + EDD24BD9484A4A8A9225961F /* ../Play-/deps/Framework/src/xml/FilteringNodeIterator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FilteringNodeIterator.cpp; path = "../Play-/deps/Framework/src/xml/FilteringNodeIterator.cpp"; sourceTree = ""; }; + EE12AF9419FE41569A3C6DF1 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+WebP.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "UIImage+WebP.m"; path = "../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+WebP.m"; sourceTree = ""; }; + EE788989F0B04052A8F4A6C3 /* ../Play-/Source/MIPSAssembler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MIPSAssembler.h; path = "../Play-/Source/MIPSAssembler.h"; sourceTree = ""; }; + EEDA14A804FE4F5A9D9FEBB0 /* ../Play-/Source/iop/ioman/HardDiskDevice.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HardDiskDevice.cpp; path = "../Play-/Source/iop/ioman/HardDiskDevice.cpp"; sourceTree = ""; }; + EF3219D99D9E44538863CDF3 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_zlibwrapper.c; path = "../Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c"; sourceTree = ""; }; + EF69C83EC6E84C3BBD488305 /* ../Play-/Source/ee/Vif1.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Vif1.cpp; path = "../Play-/Source/ee/Vif1.cpp"; sourceTree = ""; }; + EFA28DECD5F34FBABFC006EB /* ../Play-/Source/MIPSArchitecture.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MIPSArchitecture.h; path = "../Play-/Source/MIPSArchitecture.h"; sourceTree = ""; }; + EFE9B9448DA646A39BDF8886 /* ../Play-/Source/InputConfig.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = InputConfig.cpp; path = "../Play-/Source/InputConfig.cpp"; sourceTree = ""; }; + EFEBF31066F44278B653BEC6 /* ../Play-/deps/AltKit/Sources/AltKit/Types/CodableServerError.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; name = CodableServerError.swift; path = "../Play-/deps/AltKit/Sources/AltKit/Types/CodableServerError.swift"; sourceTree = ""; }; + EFFC3BFD181F4D849667C114 /* ../Play-/Source/iop/Iop_Module.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Module.cpp; path = "../Play-/Source/iop/Iop_Module.cpp"; sourceTree = ""; }; + F06231026D0C4D44BC90BC45 /* ../Play-/Source/iop/Iop_Thmsgbx.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Thmsgbx.h; path = "../Play-/Source/iop/Iop_Thmsgbx.h"; sourceTree = ""; }; + F0AA6EBA114D46AABC76B4A9 /* ../Play-/deps/Framework/src/mpeg2/VLCTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VLCTable.cpp; path = "../Play-/deps/Framework/src/mpeg2/VLCTable.cpp"; sourceTree = ""; }; + F0D770A2809049E99CA632E6 /* ../Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_NamcoNANDDevice.h; path = "../Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.h"; sourceTree = ""; }; + F1399BF8327F4E7F985354F0 /* ../Play-/Source/ui_shared/StatsManager.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StatsManager.cpp; path = "../Play-/Source/ui_shared/StatsManager.cpp"; sourceTree = ""; }; + F13A686B519345FC8888FB6E /* ../Play-/Source/MipsJitter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MipsJitter.cpp; path = "../Play-/Source/MipsJitter.cpp"; sourceTree = ""; }; + F141AA64B0CD4206BFD80FBE /* ../Play-/Source/iop/Iop_FileIoHandler2200.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_FileIoHandler2200.cpp; path = "../Play-/Source/iop/Iop_FileIoHandler2200.cpp"; sourceTree = ""; }; + F15686F0162A4AD7A7B88E11 /* ../Play-/tools/PsfPlayer/Source/SH_OpenAL.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SH_OpenAL.h; path = "../Play-/tools/PsfPlayer/Source/SH_OpenAL.h"; sourceTree = ""; }; + F1758F2C11AD44D9A8A1C9D8 /* ../Play-/deps/CodeGen/include/ArrayStack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ArrayStack.h; path = "../Play-/deps/CodeGen/include/ArrayStack.h"; sourceTree = ""; }; + F17681A5F6804BA082C6560D /* ../Play-/Source/iop/Iop_LibSd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_LibSd.cpp; path = "../Play-/Source/iop/Iop_LibSd.cpp"; sourceTree = ""; }; + F1CF94F98F2248B6AA0216DC /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_fast.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c"; sourceTree = ""; }; + F1D5FB390C5B4CB1B3F850D7 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanPresent.h; path = "../Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.h"; sourceTree = ""; }; + F22F73BD8F194C2BA3647296 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Bra86.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Bra86.c; path = "../Play-/deps/libchdr/deps/lzma-22.01/src/Bra86.c"; sourceTree = ""; }; + F2A1BDF525974083B2FFC96A /* ../Play-/Source/ui_ios/VirtualPadView.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VirtualPadView.h; path = VirtualPadView.h; sourceTree = SOURCE_ROOT; }; + F2A83C33D82742D582FC9D07 /* ../Play-/Source/iop/Iop_PowerOff.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_PowerOff.h; path = "../Play-/Source/iop/Iop_PowerOff.h"; sourceTree = ""; }; + F2E7FE71CD98442FAE18264C /* ../Play-/deps/Framework/src/xml/Utils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Utils.cpp; path = "../Play-/deps/Framework/src/xml/Utils.cpp"; sourceTree = ""; }; + F30E60FBA8C44518BD238EDC /* ../Play-/Source/iop/Iop_Cdvdman.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Cdvdman.cpp; path = "../Play-/Source/iop/Iop_Cdvdman.cpp"; sourceTree = ""; }; + F320629ACCB64978AA93D79D /* ../Play-/Source/MemoryUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemoryUtils.h; path = "../Play-/Source/MemoryUtils.h"; sourceTree = ""; }; + F3457ACFD31E4D1B91B5EB73 /* ../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt"; sourceTree = ""; }; + F3849BCE533E445996890368 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Matrix44Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Matrix44Value.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/Matrix44Value.h"; sourceTree = ""; }; + F3A78714C02249669671A50A /* ../Play-/Source/iop/Iop_SifManNull.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_SifManNull.h; path = "../Play-/Source/iop/Iop_SifManNull.h"; sourceTree = ""; }; + F3DB8324D9A340E583486EEE /* ../Play-/Source/iop/Iop_FileIoHandler1000.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_FileIoHandler1000.cpp; path = "../Play-/Source/iop/Iop_FileIoHandler1000.cpp"; sourceTree = ""; }; + F3E7228A612F4F2CB2D20CCA /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Int2Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Int2Value.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/Int2Value.h"; sourceTree = ""; }; + F42C6C60AA624D90A4E4C598 /* ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zconf.h; path = "../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h"; sourceTree = ""; }; + F441ACA102CB453096E20CAC /* ../Play-/Source/ee/INTC.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = INTC.cpp; path = "../Play-/Source/ee/INTC.cpp"; sourceTree = ""; }; + F46802096DFD4F16928791C5 /* ../Play-/deps/Framework/src/http/HttpServer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HttpServer.cpp; path = "../Play-/deps/Framework/src/http/HttpServer.cpp"; sourceTree = ""; }; + F499451934144838AA8397FD /* ../Play-/deps/Dependencies/zstd/lib/common/bits.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = bits.h; path = "../Play-/deps/Dependencies/zstd/lib/common/bits.h"; sourceTree = ""; }; + F559E476D8B042F385E4BAB9 /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable0.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DctCoefficientTable0.cpp; path = "../Play-/deps/Framework/src/mpeg2/DctCoefficientTable0.cpp"; sourceTree = ""; }; + F57D4EF8C9364708A75643CD /* ../Play-/deps/CodeGen/tests/MdCmpTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdCmpTest.cpp; path = "../Play-/deps/CodeGen/tests/MdCmpTest.cpp"; sourceTree = ""; }; + F58896FD7FDB407D988D5ECE /* ../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_OpenGL.h; path = "../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.h"; sourceTree = ""; }; + F5AAF2EA6CA54A499D1D101E /* ../Play-/Source/MailBox.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MailBox.cpp; path = "../Play-/Source/MailBox.cpp"; sourceTree = ""; }; + F5C5D2E2DFA5416F8C1C11B8 /* ../Play-/Source/ui_ios/RenderView.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RenderView.h; path = RenderView.h; sourceTree = SOURCE_ROOT; }; + F742D90D18194C80A36F05AC /* ../Play-/Source/ScopedVmPauser.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ScopedVmPauser.cpp; path = "../Play-/Source/ScopedVmPauser.cpp"; sourceTree = ""; }; + F748F87E57F04FC5971C3175 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaEnc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzmaEnc.h; path = "../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaEnc.h"; sourceTree = ""; }; + F7CF9CB167E84F7695A2199A /* ../Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = huf_compress.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c"; sourceTree = ""; }; + F87C93A533BA44C4934350E5 /* ../Play-/deps/Framework/include/Breakpoint.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Breakpoint.h; path = "../Play-/deps/Framework/include/Breakpoint.h"; sourceTree = ""; }; + F8C56EF90D72415BBFE69E9E /* ../Play-/Source/ui_shared/TheGamesDbClient.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = TheGamesDbClient.h; path = "../Play-/Source/ui_shared/TheGamesDbClient.h"; sourceTree = ""; }; + F92519A475E64B3E84EBECE3 /* ../Play-/Source/ELF.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ELF.h; path = "../Play-/Source/ELF.h"; sourceTree = ""; }; + F93575E1BEBD454AA88187D3 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffixed.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inffixed.h; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/inffixed.h"; sourceTree = ""; }; + F9543AB1FB57429D9F9201F7 /* ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist; sourceTree = ""; }; + F958FF72324440B289308254 /* ../Play-/Source/iop/ArgumentIterator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ArgumentIterator.h; path = "../Play-/Source/iop/ArgumentIterator.h"; sourceTree = ""; }; + F96DF69238D54D74A1EF7A8E /* ../Play-/Source/iop/Iop_MtapMan.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_MtapMan.cpp; path = "../Play-/Source/iop/Iop_MtapMan.cpp"; sourceTree = ""; }; + F9994A4EE0C74F91AD638E2D /* ../Play-/Source/states/RegisterStateUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RegisterStateUtils.h; path = "../Play-/Source/states/RegisterStateUtils.h"; sourceTree = ""; }; + FA16C6ABE0F94BF1805BAA15 /* ../Play-/deps/Framework/include/StdStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StdStream.h; path = "../Play-/deps/Framework/include/StdStream.h"; sourceTree = ""; }; + FA1DC315BC224EBCBA05EF79 /* ../Play-/deps/CodeGen/tests/DivTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DivTest.cpp; path = "../Play-/deps/CodeGen/tests/DivTest.cpp"; sourceTree = ""; }; + FA527162F1C7493B8F73DBDC /* ../Play-/Source/MipsFunctionPatternDb.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MipsFunctionPatternDb.cpp; path = "../Play-/Source/MipsFunctionPatternDb.cpp"; sourceTree = ""; }; + FA5F923DE7D34F49B60B5D76 /* ../Play-/Source/discimages/ChdStreamSupport.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ChdStreamSupport.cpp; path = "../Play-/Source/discimages/ChdStreamSupport.cpp"; sourceTree = ""; }; + FA7A8C64B52F40438C64E89E /* ../Play-/Source/ui_ios/BackgroundLayer.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = BackgroundLayer.m; path = BackgroundLayer.m; sourceTree = SOURCE_ROOT; }; FAADBBC9BD9D4906B6438168 /* sh_openal */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libsh_openal.a; sourceTree = BUILT_PRODUCTS_DIR; }; - FB5D05E55CF14C408E237BA5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzclose.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c"; sourceTree = ""; }; - FB8DF458F6C441A8A5349C97 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/select.png */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = image; name = select.png; path = Resources/select.png; sourceTree = SOURCE_ROOT; }; - FBB6BD5A7E2E404AB9FD9D07 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameLimiter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FrameLimiter.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameLimiter.cpp"; sourceTree = ""; }; - FBC86F46449748919025F8BE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Fpu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_Wasm_Fpu.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Fpu.cpp"; sourceTree = ""; }; - FC14AB95A87E4D798CA03792 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanPipelineCache.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanPipelineCache.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanPipelineCache.h"; sourceTree = ""; }; + FB5D05E55CF14C408E237BA5 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzclose.c; path = "../Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c"; sourceTree = ""; }; + FB8DF458F6C441A8A5349C97 /* ../Play-/Source/ui_ios/Resources/select.png */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = image; name = select.png; path = Resources/select.png; sourceTree = SOURCE_ROOT; }; + FBB6BD5A7E2E404AB9FD9D07 /* ../Play-/Source/FrameLimiter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FrameLimiter.cpp; path = "../Play-/Source/FrameLimiter.cpp"; sourceTree = ""; }; + FBC86F46449748919025F8BE /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Fpu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_Wasm_Fpu.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Fpu.cpp"; sourceTree = ""; }; + FC14AB95A87E4D798CA03792 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanPipelineCache.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanPipelineCache.h; path = "../Play-/Source/gs/GSH_Vulkan/GSH_VulkanPipelineCache.h"; sourceTree = ""; }; FC181841F2A3485BB5151B10 /* Framework */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libFramework.a; sourceTree = BUILT_PRODUCTS_DIR; }; - FC1C2B84F3A24335BA474A96 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClient.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HttpClient.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClient.h"; sourceTree = ""; }; - FCDFA5ADF5E145A5BA9FA6F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Md.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch64_Md.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Md.cpp"; sourceTree = ""; }; - FCEE09E2895F469988B9888B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/MdsDiscImage.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdsDiscImage.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/MdsDiscImage.h"; sourceTree = ""; }; - FD1735AE3E3548DFB578728D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Loadcore.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Loadcore.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Loadcore.cpp"; sourceTree = ""; }; - FD4FD64649B74AA192DF8B6D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdManipTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdManipTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdManipTest.h"; sourceTree = ""; }; - FD69FEEB12D74D188091DE73 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuExecutor.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VuExecutor.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuExecutor.cpp"; sourceTree = ""; }; - FE89DA787E2F42A5BB75BDFB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/ApaReader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ApaReader.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/ApaReader.cpp"; sourceTree = ""; }; - FEA2675F4C8D4627AE417F10 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SubSystem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_SubSystem.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SubSystem.h"; sourceTree = ""; }; - FEA35D13169841DEAA9FB076 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ArgumentIterator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ArgumentIterator.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ArgumentIterator.cpp"; sourceTree = ""; }; - FEDC7A7D034A45539E283511 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ExternJumpTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ExternJumpTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ExternJumpTest.h"; sourceTree = ""; }; - FEF64CD677A149FD945E2044 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Call64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Call64Test.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Call64Test.cpp"; sourceTree = ""; }; + FC1C2B84F3A24335BA474A96 /* ../Play-/deps/Framework/include/http/HttpClient.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HttpClient.h; path = "../Play-/deps/Framework/include/http/HttpClient.h"; sourceTree = ""; }; + FCDFA5ADF5E145A5BA9FA6F3 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Md.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch64_Md.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Md.cpp"; sourceTree = ""; }; + FCEE09E2895F469988B9888B /* ../Play-/Source/discimages/MdsDiscImage.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdsDiscImage.h; path = "../Play-/Source/discimages/MdsDiscImage.h"; sourceTree = ""; }; + FD1735AE3E3548DFB578728D /* ../Play-/Source/iop/Iop_Loadcore.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Loadcore.cpp; path = "../Play-/Source/iop/Iop_Loadcore.cpp"; sourceTree = ""; }; + FD4FD64649B74AA192DF8B6D /* ../Play-/deps/CodeGen/tests/MdManipTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdManipTest.h; path = "../Play-/deps/CodeGen/tests/MdManipTest.h"; sourceTree = ""; }; + FD69FEEB12D74D188091DE73 /* ../Play-/Source/ee/VuExecutor.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VuExecutor.cpp; path = "../Play-/Source/ee/VuExecutor.cpp"; sourceTree = ""; }; + FE89DA787E2F42A5BB75BDFB /* ../Play-/Source/hdd/ApaReader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ApaReader.cpp; path = "../Play-/Source/hdd/ApaReader.cpp"; sourceTree = ""; }; + FEA2675F4C8D4627AE417F10 /* ../Play-/Source/iop/Iop_SubSystem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_SubSystem.h; path = "../Play-/Source/iop/Iop_SubSystem.h"; sourceTree = ""; }; + FEA35D13169841DEAA9FB076 /* ../Play-/Source/iop/ArgumentIterator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ArgumentIterator.cpp; path = "../Play-/Source/iop/ArgumentIterator.cpp"; sourceTree = ""; }; + FEDC7A7D034A45539E283511 /* ../Play-/deps/CodeGen/tests/ExternJumpTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ExternJumpTest.h; path = "../Play-/deps/CodeGen/tests/ExternJumpTest.h"; sourceTree = ""; }; + FEF64CD677A149FD945E2044 /* ../Play-/deps/CodeGen/tests/Call64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Call64Test.cpp; path = "../Play-/deps/CodeGen/tests/Call64Test.cpp"; sourceTree = ""; }; FF8C5A4C840540A4BE7858BE /* iCade_Static */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libiCade_Static.a; sourceTree = BUILT_PRODUCTS_DIR; }; - FFADCFB1FAE44E9C965E0D1F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypeITable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MacroblockTypeITable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypeITable.cpp"; sourceTree = ""; }; - FFC32EC1D94C413D9CBC37AD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/PsfPlayer/Source/SH_OpenAL.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SH_OpenAL.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/PsfPlayer/Source/SH_OpenAL.cpp"; sourceTree = ""; }; - FFCFA5FF81B14DBFA4A091E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v01.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c"; sourceTree = ""; }; + FFADCFB1FAE44E9C965E0D1F /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypeITable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MacroblockTypeITable.cpp; path = "../Play-/deps/Framework/src/mpeg2/MacroblockTypeITable.cpp"; sourceTree = ""; }; + FFC32EC1D94C413D9CBC37AD /* ../Play-/tools/PsfPlayer/Source/SH_OpenAL.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SH_OpenAL.cpp; path = "../Play-/tools/PsfPlayer/Source/SH_OpenAL.cpp"; sourceTree = ""; }; + FFCFA5FF81B14DBFA4A091E6 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v01.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -3368,7 +3368,7 @@ 00C42656B1A948C7BB33FC28 /* Resources */ = { isa = PBXGroup; children = ( - 50D04807D7C34D47BFEC9466 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage/CMakeFiles/SDWebImage_Static.dir/Info.plist */, + 50D04807D7C34D47BFEC9466 /* ../cmake/Source/ui_ios/SDWebImage/CMakeFiles/SDWebImage_Static.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -3376,7 +3376,7 @@ 0373D49DCCDF4E738BEF8A97 /* Resources */ = { isa = PBXGroup; children = ( - 2A3921A80CBE4D5694CAD54F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist */, + 2A3921A80CBE4D5694CAD54F /* ../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -3384,14 +3384,14 @@ 066DF16AB82344888084A21F /* Source Files */ = { isa = PBXGroup; children = ( - 37403D14055142169A1559C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Buffer.cpp */, - 75F2AF7D5E8947228E1855BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/CommandBufferPool.cpp */, - E1A57C59DB8D4EBE9DEFCF23 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Device.cpp */, - 8973011B0FA54E1799BAE334 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Image.cpp */, - 5592D410A0284B4DB478E4CE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Instance.cpp */, - 3E6B7AF3527846F9BC5DC7CE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Loader.cpp */, - 1B0220875C6E453FB5825E62 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/ShaderModule.cpp */, - 636E3CAE9DDE4094B1F572E4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Utils.cpp */, + 37403D14055142169A1559C9 /* ../Play-/deps/Framework/src/vulkan/Buffer.cpp */, + 75F2AF7D5E8947228E1855BF /* ../Play-/deps/Framework/src/vulkan/CommandBufferPool.cpp */, + E1A57C59DB8D4EBE9DEFCF23 /* ../Play-/deps/Framework/src/vulkan/Device.cpp */, + 8973011B0FA54E1799BAE334 /* ../Play-/deps/Framework/src/vulkan/Image.cpp */, + 5592D410A0284B4DB478E4CE /* ../Play-/deps/Framework/src/vulkan/Instance.cpp */, + 3E6B7AF3527846F9BC5DC7CE /* ../Play-/deps/Framework/src/vulkan/Loader.cpp */, + 1B0220875C6E453FB5825E62 /* ../Play-/deps/Framework/src/vulkan/ShaderModule.cpp */, + 636E3CAE9DDE4094B1F572E4 /* ../Play-/deps/Framework/src/vulkan/Utils.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -3399,7 +3399,7 @@ 08A04058818042EB9D20F1F2 /* Resources */ = { isa = PBXGroup; children = ( - 1AC2C635BF19410180EDB0CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/CMakeFiles/AltKit.dir/Info.plist */, + 1AC2C635BF19410180EDB0CF /* ../cmake/Source/ui_ios/AltKit/CMakeFiles/AltKit.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -3407,10 +3407,10 @@ 0ACEF8921E764FF182C8BA02 /* Header Files */ = { isa = PBXGroup; children = ( - 4CFB6DE9095546C793244C49 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/OpenGlDef.h */, - 61A2E6FAAE0E49DEB8FC7510 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Program.h */, - BAE9E1E4D0EA40AF8146C961 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Resource.h */, - 8DB6A01D287240C5B422A90A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Shader.h */, + 4CFB6DE9095546C793244C49 /* ../Play-/deps/Framework/include/opengl/OpenGlDef.h */, + 61A2E6FAAE0E49DEB8FC7510 /* ../Play-/deps/Framework/include/opengl/Program.h */, + BAE9E1E4D0EA40AF8146C961 /* ../Play-/deps/Framework/include/opengl/Resource.h */, + 8DB6A01D287240C5B422A90A /* ../Play-/deps/Framework/include/opengl/Shader.h */, ); name = "Header Files"; sourceTree = ""; @@ -3419,7 +3419,7 @@ isa = PBXGroup; children = ( B36DADFCE9AF4821BB7FD275 /* CMake Rules */, - EAED144193424D2CBBF11BC4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/CMakeLists.txt */, + EAED144193424D2CBBF11BC4 /* ../Play-/Source/ui_ios/CMakeLists.txt */, ); name = ALL_BUILD; sourceTree = ""; @@ -3429,7 +3429,7 @@ children = ( 99AEC2B220194ADE876D469D /* Source Files */, 159B77B96C2041DCBB737A4C /* Resources */, - 07FAFBAF0DEE486D9B6181D9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/CMakeLists.txt */, + 07FAFBAF0DEE486D9B6181D9 /* ../Play-/deps/Framework/build_cmake/FrameworkOpenAl/CMakeLists.txt */, ); name = Framework_OpenAl; sourceTree = ""; @@ -3437,7 +3437,7 @@ 0E2071B8CF084C2EBCAFBC44 /* Source Files */ = { isa = PBXGroup; children = ( - 39E1C389D2064CBF89C46DE6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/tests/benchmark.c */, + 39E1C389D2064CBF89C46DE6 /* ../Play-/deps/libchdr/tests/benchmark.c */, ); name = "Source Files"; sourceTree = ""; @@ -3448,7 +3448,7 @@ A175C08550BF4A7696A8047E /* Header Files */, 7A667C9FC1A3437ABDFE9D6F /* Source Files */, 63505389CA584D0D844AD412 /* Resources */, - E69CA6D10924422D96A567DB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/CMakeLists.txt */, + E69CA6D10924422D96A567DB /* ../Play-/deps/AltKit/CMakeLists.txt */, ); name = CAltKit; sourceTree = ""; @@ -3456,7 +3456,7 @@ 130A2F8431E446A8978E1F61 /* Resources */ = { isa = PBXGroup; children = ( - CA3F041F167C42EA9356D1D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/CMakeFiles/sh_openal.dir/Info.plist */, + CA3F041F167C42EA9356D1D1 /* ../cmake/Source/ui_ios/SH_OpenAL/CMakeFiles/sh_openal.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -3464,7 +3464,7 @@ 13F547455E6B4F3BB18C3E3D /* Source Files */ = { isa = PBXGroup; children = ( - FFC32EC1D94C413D9CBC37AD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/PsfPlayer/Source/SH_OpenAL.cpp */, + FFC32EC1D94C413D9CBC37AD /* ../Play-/tools/PsfPlayer/Source/SH_OpenAL.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -3472,7 +3472,7 @@ 159B77B96C2041DCBB737A4C /* Resources */ = { isa = PBXGroup; children = ( - D8CED20D8D1045CCB0CC91ED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeFiles/Framework_OpenAl.dir/Info.plist */, + D8CED20D8D1045CCB0CC91ED /* ../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeFiles/Framework_OpenAl.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -3483,7 +3483,7 @@ 4B4862772C574AC285D7A0EE /* Source Files */, 9FCE4F1B4B5748A1A1778714 /* Header Files */, 76016E8C81E441E4BCE9F925 /* Resources */, - 3212E748F54F4EAFA09E6AC2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/CMakeLists.txt */, + 3212E748F54F4EAFA09E6AC2 /* ../Play-/Source/CMakeLists.txt */, ); name = PlayCore; sourceTree = ""; @@ -3494,7 +3494,7 @@ 4B4A76ADDC654756B6672937 /* Header Files */, F7FA2326272E4D0C9EBB9889 /* Source Files */, B5D943892B8C4C43BC3BF5E6 /* Resources */, - 02DE657D32B5439AA916F523 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/CMakeLists.txt */, + 02DE657D32B5439AA916F523 /* ../Play-/Source/ui_shared/CMakeLists.txt */, ); name = ui_shared; sourceTree = ""; @@ -3502,7 +3502,7 @@ 28C3C2042F3845D6AAF1153B /* Resources */ = { isa = PBXGroup; children = ( - 728970ADB6834077A93F36B1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeFiles/Framework_Vulkan.dir/Info.plist */, + 728970ADB6834077A93F36B1 /* ../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeFiles/Framework_Vulkan.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -3510,7 +3510,7 @@ 28D54AA7BB374129B9E310B5 /* Source Files */ = { isa = PBXGroup; children = ( - 3FE4A6EC95614E148639381C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/xxhash.c */, + 3FE4A6EC95614E148639381C /* ../Play-/deps/Dependencies/xxHash/xxhash.c */, ); name = "Source Files"; sourceTree = ""; @@ -3521,7 +3521,7 @@ C80EC88F0B3E443680B24192 /* Source Files */, 6B3579426ABE4E878EBD2EC6 /* Header Files */, 4DD09140F8F146CF836A8952 /* Resources */, - 51E4E65457ED4D2CB446ADCA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/CMakeLists.txt */, + 51E4E65457ED4D2CB446ADCA /* ../Play-/deps/Nuanceur/build_cmake/CMakeLists.txt */, ); name = Nuanceur; sourceTree = ""; @@ -3529,7 +3529,7 @@ 33A075995DE64EED9AFA1341 /* Resources */ = { isa = PBXGroup; children = ( - 7528C4E5D4A54AEFBBE41758 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeFiles/Framework_Amazon.dir/Info.plist */, + 7528C4E5D4A54AEFBBE41758 /* ../cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeFiles/Framework_Amazon.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -3537,24 +3537,24 @@ 39B10D15C5BD402283672289 /* Source Files */ = { isa = PBXGroup; children = ( - 3BC2E9D3005E49879A6CC64E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/AltServerJitService.mm */, - 8979FCDA32AA4A44A6C58F7F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/AppDelegate.mm */, - FA7A8C64B52F40438C64E89E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/BackgroundLayer.m */, - CA229E39192E46379D4A890D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/CoverViewCell.m */, - 2665E45DDF614AE1B28CBF36 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/CoverViewController.mm */, - A072DA98F3BB4E8197B50CD3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/DebuggerSimulator.cpp */, - 1F8D1E392B054659B41D1040 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/EmulatorViewController.mm */, - 16036D575E58492C8E6A8216 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/GSH_OpenGLiOS.cpp */, - D85B985C5DA44D12878E3420 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/GSH_VulkaniOS.cpp */, - A4C52AAEFE7A4414B782AF79 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/RenderView.mm */, - 2959EFD9507D46A7B0931C6B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/SaveStateViewController.m */, - 8D95527739954031A17432B9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/SettingsListSelectorViewController.mm */, - 9287F3D13BDF4BA893234550 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/SettingsViewController.mm */, - 96F183AE7C2B478AAD03FDBE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/VirtualPadButton.mm */, - C8917A810A8349AAA33C13A0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/VirtualPadItem.mm */, - 39968F50C0EC4A1CBB0F2A66 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/VirtualPadStick.mm */, - 67FBC62E2BDC493485148C0B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/VirtualPadView.mm */, - 202D1DB5CECD4226A3FFB69C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/main.mm */, + 3BC2E9D3005E49879A6CC64E /* ../Play-/Source/ui_ios/AltServerJitService.mm */, + 8979FCDA32AA4A44A6C58F7F /* ../Play-/Source/ui_ios/AppDelegate.mm */, + FA7A8C64B52F40438C64E89E /* ../Play-/Source/ui_ios/BackgroundLayer.m */, + CA229E39192E46379D4A890D /* ../Play-/Source/ui_ios/CoverViewCell.m */, + 2665E45DDF614AE1B28CBF36 /* ../Play-/Source/ui_ios/CoverViewController.mm */, + A072DA98F3BB4E8197B50CD3 /* ../Play-/Source/ui_ios/DebuggerSimulator.cpp */, + 1F8D1E392B054659B41D1040 /* ../Play-/Source/ui_ios/EmulatorViewController.mm */, + 16036D575E58492C8E6A8216 /* ../Play-/Source/ui_ios/GSH_OpenGLiOS.cpp */, + D85B985C5DA44D12878E3420 /* ../Play-/Source/ui_ios/GSH_VulkaniOS.cpp */, + A4C52AAEFE7A4414B782AF79 /* ../Play-/Source/ui_ios/RenderView.mm */, + 2959EFD9507D46A7B0931C6B /* ../Play-/Source/ui_ios/SaveStateViewController.m */, + 8D95527739954031A17432B9 /* ../Play-/Source/ui_ios/SettingsListSelectorViewController.mm */, + 9287F3D13BDF4BA893234550 /* ../Play-/Source/ui_ios/SettingsViewController.mm */, + 96F183AE7C2B478AAD03FDBE /* ../Play-/Source/ui_ios/VirtualPadButton.mm */, + C8917A810A8349AAA33C13A0 /* ../Play-/Source/ui_ios/VirtualPadItem.mm */, + 39968F50C0EC4A1CBB0F2A66 /* ../Play-/Source/ui_ios/VirtualPadStick.mm */, + 67FBC62E2BDC493485148C0B /* ../Play-/Source/ui_ios/VirtualPadView.mm */, + 202D1DB5CECD4226A3FFB69C /* ../Play-/Source/ui_ios/main.mm */, ); name = "Source Files"; sourceTree = ""; @@ -3562,22 +3562,22 @@ 44E71925DC554855BC66208C /* Header Files */ = { isa = PBXGroup; children = ( - 54553966591F4ED0AD3758AD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.h */, - A8CAFEEA456547FB93DD5E30 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.h */, - 7320F6928641477B8990D601 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanContext.h */, - 10221600D65443A1A0E11A24 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.h */, - 24BF83A90A6A4C8D94C92063 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.h */, - BBF00192D9724B0892F784F9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.h */, - 20FB728BAF3C4B399AF97899 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.h */, - 5216301E2E894830949D4727 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.h */, - 379050C07A204BF6829B3EE9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.h */, - 1686DE5273784AF685D54B01 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.h */, - DFBD730D2C7143C0AFC93FEB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.h */, - FC14AB95A87E4D798CA03792 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanPipelineCache.h */, - 917F919F21B14199A08F1377 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanPlatformDefs.h */, - F1D5FB390C5B4CB1B3F850D7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.h */, - 1CC793B581114F9196BB2470 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.h */, - 87A036403289430699319766 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.h */, + 54553966591F4ED0AD3758AD /* ../Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.h */, + A8CAFEEA456547FB93DD5E30 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.h */, + 7320F6928641477B8990D601 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanContext.h */, + 10221600D65443A1A0E11A24 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.h */, + 24BF83A90A6A4C8D94C92063 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.h */, + BBF00192D9724B0892F784F9 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.h */, + 20FB728BAF3C4B399AF97899 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.h */, + 5216301E2E894830949D4727 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.h */, + 379050C07A204BF6829B3EE9 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.h */, + 1686DE5273784AF685D54B01 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.h */, + DFBD730D2C7143C0AFC93FEB /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.h */, + FC14AB95A87E4D798CA03792 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanPipelineCache.h */, + 917F919F21B14199A08F1377 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanPlatformDefs.h */, + F1D5FB390C5B4CB1B3F850D7 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.h */, + 1CC793B581114F9196BB2470 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.h */, + 87A036403289430699319766 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.h */, ); name = "Header Files"; sourceTree = ""; @@ -3585,19 +3585,19 @@ 461E36E8BB844D7E9F3F4201 /* Source Files */ = { isa = PBXGroup; children = ( - DDC2A0F5F6044E6FB4FE838C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.cpp */, - 886CF0FFB5F04847BA2D56AD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.cpp */, - AB0D4906DF0F4F70A6C2D602 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.cpp */, - 572FB9EB27924987913BF2C5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.cpp */, - AC43B17DCC784708B819ACD8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.cpp */, - 7E079F9E1A174D5DBE3DDBEB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.cpp */, - CB6414D9F73D453581D0F3EC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.cpp */, - E1692FB71F494CA9AA5C5D3D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.cpp */, - 3ABB1C54706047A6972EBFA6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.cpp */, - 2BDA97B426174282A64C8E20 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.cpp */, - C247001002584EECAC00BC5E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.cpp */, - E45AF09D415F491FBED19F1C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.cpp */, - 6D052911137C4F9A97781669 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.cpp */, + DDC2A0F5F6044E6FB4FE838C /* ../Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.cpp */, + 886CF0FFB5F04847BA2D56AD /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.cpp */, + AB0D4906DF0F4F70A6C2D602 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.cpp */, + 572FB9EB27924987913BF2C5 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.cpp */, + AC43B17DCC784708B819ACD8 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.cpp */, + 7E079F9E1A174D5DBE3DDBEB /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.cpp */, + CB6414D9F73D453581D0F3EC /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.cpp */, + E1692FB71F494CA9AA5C5D3D /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.cpp */, + 3ABB1C54706047A6972EBFA6 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.cpp */, + 2BDA97B426174282A64C8E20 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.cpp */, + C247001002584EECAC00BC5E /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.cpp */, + E45AF09D415F491FBED19F1C /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.cpp */, + 6D052911137C4F9A97781669 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -3608,7 +3608,7 @@ 6B3641E4EB0A483CAA821C24 /* Source Files */, EB1C040C45B6440D9356C37E /* Header Files */, 9A5FDB5D202B4522AFF00363 /* Resources */, - 9627C16E1C194DC6800299F8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */, + 9627C16E1C194DC6800299F8 /* ../Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */, ); name = Framework_Http; sourceTree = ""; @@ -3616,7 +3616,7 @@ 49DE42BDA2B14C74B782F360 /* Resources */ = { isa = PBXGroup; children = ( - 1D2BF338F1E64C91BEC61253 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */, + 1D2BF338F1E64C91BEC61253 /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -3624,192 +3624,192 @@ 4B4862772C574AC285D7A0EE /* Source Files */ = { isa = PBXGroup; children = ( - 960B55579C674BFAB9B0DA33 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/AppConfig.cpp */, - 384440544B684400B101CC52 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BasicBlock.cpp */, - 1E97859D9DFF42268239436C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_FPU.cpp */, - 3609D40D3A1142299477AF85 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_FPU_Reflection.cpp */, - 6536BBBD603B45969CBAFB55 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_SCU.cpp */, - 333223D13A2342369E5E5CE2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_SCU_Reflection.cpp */, - BB2ABB5C43654EC79293D563 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ControllerInfo.cpp */, - 46DDBCC7FABD49C783FF9697 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/DiskUtils.cpp */, - E1DFF0193FEC49619EC1113A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ElfFile.cpp */, - 047B72D357CD4158A7F87122 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FpUtils.cpp */, - DC034D0170EF4C1CBB712273 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameDump.cpp */, - FBB6BD5A7E2E404AB9FD9D07 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameLimiter.cpp */, - 23D343D10E0D4965AD2325FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/DirectoryRecord.cpp */, - 2B9007A479174F0C8ACF9EA0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/File.cpp */, - 575FF93520DB47859D808DE1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/ISO9660.cpp */, - D22CBEAF9D1A4CA4A523F9A8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTable.cpp */, - AC74841B8B1F4056B6F26EFB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTableRecord.cpp */, - 70B4E7F4EA194673AF379345 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/VolumeDescriptor.cpp */, - EFE9B9448DA646A39BDF8886 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/InputConfig.cpp */, - 60BFEDE693894A7CBB49A626 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Log.cpp */, - 80C98275B302431295B29F47 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV.cpp */, - 66D4A82FEBC04C579FB9C7C2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV_Reflection.cpp */, - 640AF06257CC4D90A374B428 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV_Templates.cpp */, - EA5334EF4A4D4F78ACCEDECB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPS.cpp */, - 7D46EAB6B5C94B29B45664AD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAnalysis.cpp */, - 352499A11536491AB456C49E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSArchitecture.cpp */, - 093E5DEEACB84FD2AE94183C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAssembler.cpp */, - 58A8B8A4CEDC45D9BBC98271 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSCoprocessor.cpp */, - 473ED8A19B80423AB7075B32 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSInstructionFactory.cpp */, - 25F218BF6A1F4B37ACDEE703 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSReflection.cpp */, - 65848924F6194076BDAB45D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSTags.cpp */, - F5AAF2EA6CA54A499D1D101E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MailBox.cpp */, - 4735D3FF6D214C0B897036CE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryMap.cpp */, - 2488945390A34F6FB1F79983 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryUtils.cpp */, - FA527162F1C7493B8F73DBDC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsFunctionPatternDb.cpp */, - F13A686B519345FC8888FB6E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsJitter.cpp */, - C4607D6034264F2B9A44A589 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OpticalMedia.cpp */, - 30FCFCAC0216427CB459FDBC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PH_Generic.cpp */, - BDD4B2CE935849CDA5954980 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PS2VM.cpp */, - 8B794A16129B48B492E76D68 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadHandler.cpp */, - 36BC07E8B8F74053825915E7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadInterface.cpp */, - 670D263870E34F479EE8153B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Pch.cpp */, - 076E689FABE446B8A184890F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Profiler.cpp */, - F742D90D18194C80A36F05AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScopedVmPauser.cpp */, - 5F509D8C91FE44099BAD1CCF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScreenShotUtils.cpp */, - 0DDC59F5EB894001A6CB3CCA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/VirtualPad.cpp */, - 41AC29397D9A478180D15531 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdCdImageStream.cpp */, - 29F7AD56793347049EDF59F8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdImageStream.cpp */, - FA5F923DE7D34F49B60B5D76 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdStreamSupport.cpp */, - 31666DB5488D40E497BCA796 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CsoImageStream.cpp */, - A8660D3B501A449A83E72C4D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CueSheet.cpp */, - AE7506125C6A46DDB9CDE593 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/IszImageStream.cpp */, - C96106A862DD47F3BDBD29AF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/MdsDiscImage.cpp */, - 535226D2FFAB4425A20B079B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/COP_VU.cpp */, - 344B96D7361D4996A0A50352 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/COP_VU_Reflection.cpp */, - BAB7D5DB61A5439C8D9E9E38 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/DMAC.cpp */, - E566AE0049014D2BBD59E7EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Dmac_Channel.cpp */, - BDC1ED2B822F4437B394A565 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EEAssembler.cpp */, - CCA6AE18F1E442BAB3515A3E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeBasicBlock.cpp */, - 7E20AA4CD68E47E582FC309B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeExecutor.cpp */, - 6E34D7D960A643E0A9698171 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_IdleEvaluator.cpp */, - 0A660CC85AB5417D8B3F4319 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_LibMc2.cpp */, - 744F9419916D41B4BA5414D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_SubSystem.cpp */, - 375495BAF81C47A7ADB908FD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpAddTruncate.cpp */, - 7D9FB8DF246246B3B53D8E50 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpMulTruncate.cpp */, - BFBEB660F281415FA53FED59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/GIF.cpp */, - F441ACA102CB453096E20CAC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/INTC.cpp */, - 78BB6C1F55D54FA387F1D171 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU.cpp */, - CBF277B1DF834B5FA25A2EE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_DmVectorTable.cpp */, - 1674D75814A24C3BA90CB8F4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockAddressIncrementTable.cpp */, - 168A08D1F91E49038142BD37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeBTable.cpp */, - AE4709A0BDBA469FA9F3190F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeITable.cpp */, - DAE937D4D2FD45909A2ECAD3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypePTable.cpp */, - EA150B1CF0A041C98A51DAB9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MotionCodeTable.cpp */, - 37EEB4F718EA4332850139B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_EE.cpp */, - 233FE64A727F4F6684A568B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_EE_Reflection.cpp */, - 794F7514259B48028D90743D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU.cpp */, - 4A2EF60C731C40A1B283BBAD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_Lower.cpp */, - 0B1794A33CA849B1AB3B81CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_LowerReflection.cpp */, - 7D4DBD16ADF74B788575F1F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_Upper.cpp */, - 30023297217B4B40B889F63C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_UpperReflection.cpp */, - 77F3E8F1092C405181E93AEC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/PS2OS.cpp */, - BFDE21979DA14DE5860F03D2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/SIF.cpp */, - 0C50955A74D3437499E309CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Timer.cpp */, - E599C59DC9874A8D8DCEC57C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VUShared.cpp */, - 045FF04F91BD4E1EBD946A32 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VUShared_Reflection.cpp */, - BC1CBFFCF0A8468A9091E420 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif.cpp */, - EF69C83EC6E84C3BBD488305 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif1.cpp */, - 1AED347BD42041759E577A02 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vpu.cpp */, - 986FACD669524C7BA8C696CC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuAnalysis.cpp */, - D475799CFEAE40AF80DE75FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuBasicBlock.cpp */, - FD69FEEB12D74D188091DE73 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuExecutor.cpp */, - 814E1D4B1E4A45C4B6225E1D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Null.cpp */, - 7B0551D1182042D7A00ABA33 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSHandler.cpp */, - 959DD867537B457C822F6E68 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsCachedArea.cpp */, - 19BF3FA278234643A229B687 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsPixelFormats.cpp */, - FE89DA787E2F42A5BB75BDFB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/ApaReader.cpp */, - D19C8643C2B4499E99FEE077 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/PfsReader.cpp */, - 4714ED34326D4832A96F459E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/InputBindingManager.cpp */, - 5E7430BB563D471E9F4D1817 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/PH_GenericInput.cpp */, - FEA35D13169841DEAA9FB076 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ArgumentIterator.cpp */, - 90950D6E7DF043EC84E74D3F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_ScopedFile.cpp */, - 850058088D8141DDBCB0349D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/IopBios.cpp */, - E81C0BA8ED9C4F738F30FB99 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdfsv.cpp */, - F30E60FBA8C44518BD238EDC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdman.cpp */, - 001B9C3AC1464EB79E1ED6B9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dev9.cpp */, - 1F070394F9E44424AA7C3CEE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmac.cpp */, - B046D8A21BE2412593CC9CA7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_DmacChannel.cpp */, - E2742D466FAD40A3A894B0C4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmacman.cpp */, - 666EF734D81B4F51B228D96E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dynamic.cpp */, - 330D1493E36741AA976D201B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIo.cpp */, - F3DB8324D9A340E583486EEE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler1000.cpp */, - 15502CAEF24C48DEB2C3C6FC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2100.cpp */, - F141AA64B0CD4206BFD80FBE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2200.cpp */, - 9955DDAB8C5D4A1EA5CF1EA0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Heaplib.cpp */, - 00D9E3F78E714B5CBC8AA4B6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ilink.cpp */, - 7DFB93DADD1C4AC3B6C8C975 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intc.cpp */, - DE5AD030FE8C4CD88636908D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intrman.cpp */, - D4990DE8D3F04ECDB232BA0A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ioman.cpp */, - 4FB46437BEBB48419108D386 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_IomanX.cpp */, - F17681A5F6804BA082C6560D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_LibSd.cpp */, - FD1735AE3E3548DFB578728D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Loadcore.cpp */, - 30A45C5B47BD44C7B19FC482 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_McServ.cpp */, - CFF07735AF3C484B903A687E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Modload.cpp */, - EFFC3BFD181F4D849667C114 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Module.cpp */, - F96DF69238D54D74A1EF7A8E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_MtapMan.cpp */, - 148A5DABA9A44452AE81EDDF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PadMan.cpp */, - 9DABF34879294FCC90271EFF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PathUtils.cpp */, - 0E87C967219B45AAA8389243 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PowerOff.cpp */, - 61DACCFDE3514C82878D0C46 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_RootCounters.cpp */, - C0D7F5A33B004846B02FEB77 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Secrman.cpp */, - 9FF50D098BF94A5598FF327F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifCmd.cpp */, - 114D06CF0C3B4089B632B737 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifDynamic.cpp */, - 8A5E2A9837114B7B8E835EB9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifMan.cpp */, - 8AB47E336EF44BA1892FBEB2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManNull.cpp */, - B2B879473E8F4239B01A8209 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManPs2.cpp */, - 617A4875CFE8444CBCF81D0C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sio2.cpp */, - 62A1E6AA0D1744FC869E47C1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Speed.cpp */, - D9C623D231A545B5BA677AED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu.cpp */, - D3B32859F03A42D2B74D950B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2.cpp */, - CA541CA31A6A4E65B4C85CBF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2_Core.cpp */, - 36694B2575DF4A759BEE98AA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SpuBase.cpp */, - 4D5DDE86CCD347A9AC998A66 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Stdio.cpp */, - 1EE649FD56B74BDCA491FB8C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SubSystem.cpp */, - 84D89A13F42B454BACBD5C4F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysclib.cpp */, - A4DEDF10CADD44AE9045A965 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysmem.cpp */, - 96360743B09A4B23B2B80374 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thbase.cpp */, - 976C99D69882492E857B3736 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thevent.cpp */, - B771AD3D26364A63B17EC70F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thfpool.cpp */, - 62E36EB179A0456BBA7D5AFD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thmsgbx.cpp */, - 8A7BC44B7AD3485F862D7728 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thsema.cpp */, - D6C026339E494A8090664B31 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thvpool.cpp */, - 5D628D7C4B1F4E8F99566860 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Timrman.cpp */, - 6ABC0B9699A5446D9C83C571 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Vblank.cpp */, - 7449CF53BC0641A9BCCD8137 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/DirectoryDevice.cpp */, - EEDA14A804FE4F5A9D9FEBB0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDevice.cpp */, - D83716DCB860450A82B7B653 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDumpDevice.cpp */, - BB409B2C862A4BADB152A7FD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/McDumpDevice.cpp */, - A617DEEDE2C84D03B387C4C3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDevice.cpp */, - AC6A1852EBF34A09AB37439B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.cpp */, - 21C3A2A80A594FC0A1B1C8D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/PathDirectoryIterator.cpp */, - 8E4952FBF4D541039BF4B35F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.cpp */, - 4823D5565D9340D6B3056D72 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoSys147.cpp */, - 0ADC5A905CB9408FAC554809 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.cpp */, - 9C3BD116AD55413AB598484E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.cpp */, - 10730DDC66914C86BA7A23D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.cpp */, - 4CCC873C62F1469B9C79877E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.cpp */, - E3487AFBC9FB427F99ABA90B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoSys246.cpp */, - 1B029FD3F0494CC88ECA91AD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/psx/PsxBios.cpp */, - 9FDDF3D62661422AA1B29298 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/s3stream/S3ObjectStream.cpp */, - 4C8BFC89D26E478697BF6367 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Icon.cpp */, - 28575F5F6EAE40BAB014697F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/MaxSaveImporter.cpp */, - 5FC42D76F958474F9C7B43A1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpReader.cpp */, - 266DDDD172DF43BCA407E195 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpSaveImporter.cpp */, - D75BF12E853341D68E3D4460 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/MemoryCard.cpp */, - D9AA40572DD64E739871345C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/PsuSaveImporter.cpp */, - 71832366FFAB48599646BCA9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Save.cpp */, - 9AD0513BE43045CABC26A352 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveExporter.cpp */, - 247A21E795114A5BAD8D8934 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporter.cpp */, - A179F480BDB442AFAA1CFE80 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporterBase.cpp */, - A1D4850AB9D144978993D9A6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/XpsSaveImporter.cpp */, - 8D64D4533F674E88A7ACDE73 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/MemoryStateFile.cpp */, - 2A02992B6C034732A846D7E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterState.cpp */, - 69C287E60DE74372822A3177 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateCollectionFile.cpp */, - A9E7C19B4F6F4637B0A676B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateFile.cpp */, - 1F20C249372346E082DFCE3C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/XmlStateFile.cpp */, + 960B55579C674BFAB9B0DA33 /* ../Play-/Source/AppConfig.cpp */, + 384440544B684400B101CC52 /* ../Play-/Source/BasicBlock.cpp */, + 1E97859D9DFF42268239436C /* ../Play-/Source/COP_FPU.cpp */, + 3609D40D3A1142299477AF85 /* ../Play-/Source/COP_FPU_Reflection.cpp */, + 6536BBBD603B45969CBAFB55 /* ../Play-/Source/COP_SCU.cpp */, + 333223D13A2342369E5E5CE2 /* ../Play-/Source/COP_SCU_Reflection.cpp */, + BB2ABB5C43654EC79293D563 /* ../Play-/Source/ControllerInfo.cpp */, + 46DDBCC7FABD49C783FF9697 /* ../Play-/Source/DiskUtils.cpp */, + E1DFF0193FEC49619EC1113A /* ../Play-/Source/ElfFile.cpp */, + 047B72D357CD4158A7F87122 /* ../Play-/Source/FpUtils.cpp */, + DC034D0170EF4C1CBB712273 /* ../Play-/Source/FrameDump.cpp */, + FBB6BD5A7E2E404AB9FD9D07 /* ../Play-/Source/FrameLimiter.cpp */, + 23D343D10E0D4965AD2325FA /* ../Play-/Source/ISO9660/DirectoryRecord.cpp */, + 2B9007A479174F0C8ACF9EA0 /* ../Play-/Source/ISO9660/File.cpp */, + 575FF93520DB47859D808DE1 /* ../Play-/Source/ISO9660/ISO9660.cpp */, + D22CBEAF9D1A4CA4A523F9A8 /* ../Play-/Source/ISO9660/PathTable.cpp */, + AC74841B8B1F4056B6F26EFB /* ../Play-/Source/ISO9660/PathTableRecord.cpp */, + 70B4E7F4EA194673AF379345 /* ../Play-/Source/ISO9660/VolumeDescriptor.cpp */, + EFE9B9448DA646A39BDF8886 /* ../Play-/Source/InputConfig.cpp */, + 60BFEDE693894A7CBB49A626 /* ../Play-/Source/Log.cpp */, + 80C98275B302431295B29F47 /* ../Play-/Source/MA_MIPSIV.cpp */, + 66D4A82FEBC04C579FB9C7C2 /* ../Play-/Source/MA_MIPSIV_Reflection.cpp */, + 640AF06257CC4D90A374B428 /* ../Play-/Source/MA_MIPSIV_Templates.cpp */, + EA5334EF4A4D4F78ACCEDECB /* ../Play-/Source/MIPS.cpp */, + 7D46EAB6B5C94B29B45664AD /* ../Play-/Source/MIPSAnalysis.cpp */, + 352499A11536491AB456C49E /* ../Play-/Source/MIPSArchitecture.cpp */, + 093E5DEEACB84FD2AE94183C /* ../Play-/Source/MIPSAssembler.cpp */, + 58A8B8A4CEDC45D9BBC98271 /* ../Play-/Source/MIPSCoprocessor.cpp */, + 473ED8A19B80423AB7075B32 /* ../Play-/Source/MIPSInstructionFactory.cpp */, + 25F218BF6A1F4B37ACDEE703 /* ../Play-/Source/MIPSReflection.cpp */, + 65848924F6194076BDAB45D4 /* ../Play-/Source/MIPSTags.cpp */, + F5AAF2EA6CA54A499D1D101E /* ../Play-/Source/MailBox.cpp */, + 4735D3FF6D214C0B897036CE /* ../Play-/Source/MemoryMap.cpp */, + 2488945390A34F6FB1F79983 /* ../Play-/Source/MemoryUtils.cpp */, + FA527162F1C7493B8F73DBDC /* ../Play-/Source/MipsFunctionPatternDb.cpp */, + F13A686B519345FC8888FB6E /* ../Play-/Source/MipsJitter.cpp */, + C4607D6034264F2B9A44A589 /* ../Play-/Source/OpticalMedia.cpp */, + 30FCFCAC0216427CB459FDBC /* ../Play-/Source/PH_Generic.cpp */, + BDD4B2CE935849CDA5954980 /* ../Play-/Source/PS2VM.cpp */, + 8B794A16129B48B492E76D68 /* ../Play-/Source/PadHandler.cpp */, + 36BC07E8B8F74053825915E7 /* ../Play-/Source/PadInterface.cpp */, + 670D263870E34F479EE8153B /* ../Play-/Source/Pch.cpp */, + 076E689FABE446B8A184890F /* ../Play-/Source/Profiler.cpp */, + F742D90D18194C80A36F05AC /* ../Play-/Source/ScopedVmPauser.cpp */, + 5F509D8C91FE44099BAD1CCF /* ../Play-/Source/ScreenShotUtils.cpp */, + 0DDC59F5EB894001A6CB3CCA /* ../Play-/Source/VirtualPad.cpp */, + 41AC29397D9A478180D15531 /* ../Play-/Source/discimages/ChdCdImageStream.cpp */, + 29F7AD56793347049EDF59F8 /* ../Play-/Source/discimages/ChdImageStream.cpp */, + FA5F923DE7D34F49B60B5D76 /* ../Play-/Source/discimages/ChdStreamSupport.cpp */, + 31666DB5488D40E497BCA796 /* ../Play-/Source/discimages/CsoImageStream.cpp */, + A8660D3B501A449A83E72C4D /* ../Play-/Source/discimages/CueSheet.cpp */, + AE7506125C6A46DDB9CDE593 /* ../Play-/Source/discimages/IszImageStream.cpp */, + C96106A862DD47F3BDBD29AF /* ../Play-/Source/discimages/MdsDiscImage.cpp */, + 535226D2FFAB4425A20B079B /* ../Play-/Source/ee/COP_VU.cpp */, + 344B96D7361D4996A0A50352 /* ../Play-/Source/ee/COP_VU_Reflection.cpp */, + BAB7D5DB61A5439C8D9E9E38 /* ../Play-/Source/ee/DMAC.cpp */, + E566AE0049014D2BBD59E7EE /* ../Play-/Source/ee/Dmac_Channel.cpp */, + BDC1ED2B822F4437B394A565 /* ../Play-/Source/ee/EEAssembler.cpp */, + CCA6AE18F1E442BAB3515A3E /* ../Play-/Source/ee/EeBasicBlock.cpp */, + 7E20AA4CD68E47E582FC309B /* ../Play-/Source/ee/EeExecutor.cpp */, + 6E34D7D960A643E0A9698171 /* ../Play-/Source/ee/Ee_IdleEvaluator.cpp */, + 0A660CC85AB5417D8B3F4319 /* ../Play-/Source/ee/Ee_LibMc2.cpp */, + 744F9419916D41B4BA5414D1 /* ../Play-/Source/ee/Ee_SubSystem.cpp */, + 375495BAF81C47A7ADB908FD /* ../Play-/Source/ee/FpAddTruncate.cpp */, + 7D9FB8DF246246B3B53D8E50 /* ../Play-/Source/ee/FpMulTruncate.cpp */, + BFBEB660F281415FA53FED59 /* ../Play-/Source/ee/GIF.cpp */, + F441ACA102CB453096E20CAC /* ../Play-/Source/ee/INTC.cpp */, + 78BB6C1F55D54FA387F1D171 /* ../Play-/Source/ee/IPU.cpp */, + CBF277B1DF834B5FA25A2EE5 /* ../Play-/Source/ee/IPU_DmVectorTable.cpp */, + 1674D75814A24C3BA90CB8F4 /* ../Play-/Source/ee/IPU_MacroblockAddressIncrementTable.cpp */, + 168A08D1F91E49038142BD37 /* ../Play-/Source/ee/IPU_MacroblockTypeBTable.cpp */, + AE4709A0BDBA469FA9F3190F /* ../Play-/Source/ee/IPU_MacroblockTypeITable.cpp */, + DAE937D4D2FD45909A2ECAD3 /* ../Play-/Source/ee/IPU_MacroblockTypePTable.cpp */, + EA150B1CF0A041C98A51DAB9 /* ../Play-/Source/ee/IPU_MotionCodeTable.cpp */, + 37EEB4F718EA4332850139B2 /* ../Play-/Source/ee/MA_EE.cpp */, + 233FE64A727F4F6684A568B4 /* ../Play-/Source/ee/MA_EE_Reflection.cpp */, + 794F7514259B48028D90743D /* ../Play-/Source/ee/MA_VU.cpp */, + 4A2EF60C731C40A1B283BBAD /* ../Play-/Source/ee/MA_VU_Lower.cpp */, + 0B1794A33CA849B1AB3B81CF /* ../Play-/Source/ee/MA_VU_LowerReflection.cpp */, + 7D4DBD16ADF74B788575F1F5 /* ../Play-/Source/ee/MA_VU_Upper.cpp */, + 30023297217B4B40B889F63C /* ../Play-/Source/ee/MA_VU_UpperReflection.cpp */, + 77F3E8F1092C405181E93AEC /* ../Play-/Source/ee/PS2OS.cpp */, + BFDE21979DA14DE5860F03D2 /* ../Play-/Source/ee/SIF.cpp */, + 0C50955A74D3437499E309CF /* ../Play-/Source/ee/Timer.cpp */, + E599C59DC9874A8D8DCEC57C /* ../Play-/Source/ee/VUShared.cpp */, + 045FF04F91BD4E1EBD946A32 /* ../Play-/Source/ee/VUShared_Reflection.cpp */, + BC1CBFFCF0A8468A9091E420 /* ../Play-/Source/ee/Vif.cpp */, + EF69C83EC6E84C3BBD488305 /* ../Play-/Source/ee/Vif1.cpp */, + 1AED347BD42041759E577A02 /* ../Play-/Source/ee/Vpu.cpp */, + 986FACD669524C7BA8C696CC /* ../Play-/Source/ee/VuAnalysis.cpp */, + D475799CFEAE40AF80DE75FB /* ../Play-/Source/ee/VuBasicBlock.cpp */, + FD69FEEB12D74D188091DE73 /* ../Play-/Source/ee/VuExecutor.cpp */, + 814E1D4B1E4A45C4B6225E1D /* ../Play-/Source/gs/GSH_Null.cpp */, + 7B0551D1182042D7A00ABA33 /* ../Play-/Source/gs/GSHandler.cpp */, + 959DD867537B457C822F6E68 /* ../Play-/Source/gs/GsCachedArea.cpp */, + 19BF3FA278234643A229B687 /* ../Play-/Source/gs/GsPixelFormats.cpp */, + FE89DA787E2F42A5BB75BDFB /* ../Play-/Source/hdd/ApaReader.cpp */, + D19C8643C2B4499E99FEE077 /* ../Play-/Source/hdd/PfsReader.cpp */, + 4714ED34326D4832A96F459E /* ../Play-/Source/input/InputBindingManager.cpp */, + 5E7430BB563D471E9F4D1817 /* ../Play-/Source/input/PH_GenericInput.cpp */, + FEA35D13169841DEAA9FB076 /* ../Play-/Source/iop/ArgumentIterator.cpp */, + 90950D6E7DF043EC84E74D3F /* ../Play-/Source/iop/Ioman_ScopedFile.cpp */, + 850058088D8141DDBCB0349D /* ../Play-/Source/iop/IopBios.cpp */, + E81C0BA8ED9C4F738F30FB99 /* ../Play-/Source/iop/Iop_Cdvdfsv.cpp */, + F30E60FBA8C44518BD238EDC /* ../Play-/Source/iop/Iop_Cdvdman.cpp */, + 001B9C3AC1464EB79E1ED6B9 /* ../Play-/Source/iop/Iop_Dev9.cpp */, + 1F070394F9E44424AA7C3CEE /* ../Play-/Source/iop/Iop_Dmac.cpp */, + B046D8A21BE2412593CC9CA7 /* ../Play-/Source/iop/Iop_DmacChannel.cpp */, + E2742D466FAD40A3A894B0C4 /* ../Play-/Source/iop/Iop_Dmacman.cpp */, + 666EF734D81B4F51B228D96E /* ../Play-/Source/iop/Iop_Dynamic.cpp */, + 330D1493E36741AA976D201B /* ../Play-/Source/iop/Iop_FileIo.cpp */, + F3DB8324D9A340E583486EEE /* ../Play-/Source/iop/Iop_FileIoHandler1000.cpp */, + 15502CAEF24C48DEB2C3C6FC /* ../Play-/Source/iop/Iop_FileIoHandler2100.cpp */, + F141AA64B0CD4206BFD80FBE /* ../Play-/Source/iop/Iop_FileIoHandler2200.cpp */, + 9955DDAB8C5D4A1EA5CF1EA0 /* ../Play-/Source/iop/Iop_Heaplib.cpp */, + 00D9E3F78E714B5CBC8AA4B6 /* ../Play-/Source/iop/Iop_Ilink.cpp */, + 7DFB93DADD1C4AC3B6C8C975 /* ../Play-/Source/iop/Iop_Intc.cpp */, + DE5AD030FE8C4CD88636908D /* ../Play-/Source/iop/Iop_Intrman.cpp */, + D4990DE8D3F04ECDB232BA0A /* ../Play-/Source/iop/Iop_Ioman.cpp */, + 4FB46437BEBB48419108D386 /* ../Play-/Source/iop/Iop_IomanX.cpp */, + F17681A5F6804BA082C6560D /* ../Play-/Source/iop/Iop_LibSd.cpp */, + FD1735AE3E3548DFB578728D /* ../Play-/Source/iop/Iop_Loadcore.cpp */, + 30A45C5B47BD44C7B19FC482 /* ../Play-/Source/iop/Iop_McServ.cpp */, + CFF07735AF3C484B903A687E /* ../Play-/Source/iop/Iop_Modload.cpp */, + EFFC3BFD181F4D849667C114 /* ../Play-/Source/iop/Iop_Module.cpp */, + F96DF69238D54D74A1EF7A8E /* ../Play-/Source/iop/Iop_MtapMan.cpp */, + 148A5DABA9A44452AE81EDDF /* ../Play-/Source/iop/Iop_PadMan.cpp */, + 9DABF34879294FCC90271EFF /* ../Play-/Source/iop/Iop_PathUtils.cpp */, + 0E87C967219B45AAA8389243 /* ../Play-/Source/iop/Iop_PowerOff.cpp */, + 61DACCFDE3514C82878D0C46 /* ../Play-/Source/iop/Iop_RootCounters.cpp */, + C0D7F5A33B004846B02FEB77 /* ../Play-/Source/iop/Iop_Secrman.cpp */, + 9FF50D098BF94A5598FF327F /* ../Play-/Source/iop/Iop_SifCmd.cpp */, + 114D06CF0C3B4089B632B737 /* ../Play-/Source/iop/Iop_SifDynamic.cpp */, + 8A5E2A9837114B7B8E835EB9 /* ../Play-/Source/iop/Iop_SifMan.cpp */, + 8AB47E336EF44BA1892FBEB2 /* ../Play-/Source/iop/Iop_SifManNull.cpp */, + B2B879473E8F4239B01A8209 /* ../Play-/Source/iop/Iop_SifManPs2.cpp */, + 617A4875CFE8444CBCF81D0C /* ../Play-/Source/iop/Iop_Sio2.cpp */, + 62A1E6AA0D1744FC869E47C1 /* ../Play-/Source/iop/Iop_Speed.cpp */, + D9C623D231A545B5BA677AED /* ../Play-/Source/iop/Iop_Spu.cpp */, + D3B32859F03A42D2B74D950B /* ../Play-/Source/iop/Iop_Spu2.cpp */, + CA541CA31A6A4E65B4C85CBF /* ../Play-/Source/iop/Iop_Spu2_Core.cpp */, + 36694B2575DF4A759BEE98AA /* ../Play-/Source/iop/Iop_SpuBase.cpp */, + 4D5DDE86CCD347A9AC998A66 /* ../Play-/Source/iop/Iop_Stdio.cpp */, + 1EE649FD56B74BDCA491FB8C /* ../Play-/Source/iop/Iop_SubSystem.cpp */, + 84D89A13F42B454BACBD5C4F /* ../Play-/Source/iop/Iop_Sysclib.cpp */, + A4DEDF10CADD44AE9045A965 /* ../Play-/Source/iop/Iop_Sysmem.cpp */, + 96360743B09A4B23B2B80374 /* ../Play-/Source/iop/Iop_Thbase.cpp */, + 976C99D69882492E857B3736 /* ../Play-/Source/iop/Iop_Thevent.cpp */, + B771AD3D26364A63B17EC70F /* ../Play-/Source/iop/Iop_Thfpool.cpp */, + 62E36EB179A0456BBA7D5AFD /* ../Play-/Source/iop/Iop_Thmsgbx.cpp */, + 8A7BC44B7AD3485F862D7728 /* ../Play-/Source/iop/Iop_Thsema.cpp */, + D6C026339E494A8090664B31 /* ../Play-/Source/iop/Iop_Thvpool.cpp */, + 5D628D7C4B1F4E8F99566860 /* ../Play-/Source/iop/Iop_Timrman.cpp */, + 6ABC0B9699A5446D9C83C571 /* ../Play-/Source/iop/Iop_Vblank.cpp */, + 7449CF53BC0641A9BCCD8137 /* ../Play-/Source/iop/ioman/DirectoryDevice.cpp */, + EEDA14A804FE4F5A9D9FEBB0 /* ../Play-/Source/iop/ioman/HardDiskDevice.cpp */, + D83716DCB860450A82B7B653 /* ../Play-/Source/iop/ioman/HardDiskDumpDevice.cpp */, + BB409B2C862A4BADB152A7FD /* ../Play-/Source/iop/ioman/McDumpDevice.cpp */, + A617DEEDE2C84D03B387C4C3 /* ../Play-/Source/iop/ioman/OpticalMediaDevice.cpp */, + AC6A1852EBF34A09AB37439B /* ../Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.cpp */, + 21C3A2A80A594FC0A1B1C8D8 /* ../Play-/Source/iop/ioman/PathDirectoryIterator.cpp */, + 8E4952FBF4D541039BF4B35F /* ../Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.cpp */, + 4823D5565D9340D6B3056D72 /* ../Play-/Source/iop/namco_sys147/Iop_NamcoSys147.cpp */, + 0ADC5A905CB9408FAC554809 /* ../Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.cpp */, + 9C3BD116AD55413AB598484E /* ../Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.cpp */, + 10730DDC66914C86BA7A23D1 /* ../Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.cpp */, + 4CCC873C62F1469B9C79877E /* ../Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.cpp */, + E3487AFBC9FB427F99ABA90B /* ../Play-/Source/iop/namco_sys246/Iop_NamcoSys246.cpp */, + 1B029FD3F0494CC88ECA91AD /* ../Play-/Source/psx/PsxBios.cpp */, + 9FDDF3D62661422AA1B29298 /* ../Play-/Source/s3stream/S3ObjectStream.cpp */, + 4C8BFC89D26E478697BF6367 /* ../Play-/Source/saves/Icon.cpp */, + 28575F5F6EAE40BAB014697F /* ../Play-/Source/saves/MaxSaveImporter.cpp */, + 5FC42D76F958474F9C7B43A1 /* ../Play-/Source/saves/McDumpReader.cpp */, + 266DDDD172DF43BCA407E195 /* ../Play-/Source/saves/McDumpSaveImporter.cpp */, + D75BF12E853341D68E3D4460 /* ../Play-/Source/saves/MemoryCard.cpp */, + D9AA40572DD64E739871345C /* ../Play-/Source/saves/PsuSaveImporter.cpp */, + 71832366FFAB48599646BCA9 /* ../Play-/Source/saves/Save.cpp */, + 9AD0513BE43045CABC26A352 /* ../Play-/Source/saves/SaveExporter.cpp */, + 247A21E795114A5BAD8D8934 /* ../Play-/Source/saves/SaveImporter.cpp */, + A179F480BDB442AFAA1CFE80 /* ../Play-/Source/saves/SaveImporterBase.cpp */, + A1D4850AB9D144978993D9A6 /* ../Play-/Source/saves/XpsSaveImporter.cpp */, + 8D64D4533F674E88A7ACDE73 /* ../Play-/Source/states/MemoryStateFile.cpp */, + 2A02992B6C034732A846D7E3 /* ../Play-/Source/states/RegisterState.cpp */, + 69C287E60DE74372822A3177 /* ../Play-/Source/states/RegisterStateCollectionFile.cpp */, + A9E7C19B4F6F4637B0A676B5 /* ../Play-/Source/states/RegisterStateFile.cpp */, + 1F20C249372346E082DFCE3C /* ../Play-/Source/states/XmlStateFile.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -3817,16 +3817,16 @@ 4B4A76ADDC654756B6672937 /* Header Files */ = { isa = PBXGroup; children = ( - 444FEEDB73E3483EB05502B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/AmazonS3Utils.h */, - 4B48F1E3BA8D407B970D57F6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/ArcadeDefinition.h */, - 894E13B0249C4B208B9EA0E2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/ArcadeUtils.h */, - 48A007FB185146CF8179B39B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesDbClient.h */, - 2D5DD23A9AFE44238501D7FF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesProcesses.h */, - 841B4CB46D754623B7442E7E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/StatsManager.h */, - F8C56EF90D72415BBFE69E9E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/TheGamesDbClient.h */, - B4A022B3D2724B018D31C588 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/ArcadeDriver.h */, - C49F018B16774D179CAA3114 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.h */, - 138E7557B12647A6B9AB3F41 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.h */, + 444FEEDB73E3483EB05502B7 /* ../Play-/Source/ui_shared/AmazonS3Utils.h */, + 4B48F1E3BA8D407B970D57F6 /* ../Play-/Source/ui_shared/ArcadeDefinition.h */, + 894E13B0249C4B208B9EA0E2 /* ../Play-/Source/ui_shared/ArcadeUtils.h */, + 48A007FB185146CF8179B39B /* ../Play-/Source/ui_shared/BootablesDbClient.h */, + 2D5DD23A9AFE44238501D7FF /* ../Play-/Source/ui_shared/BootablesProcesses.h */, + 841B4CB46D754623B7442E7E /* ../Play-/Source/ui_shared/StatsManager.h */, + F8C56EF90D72415BBFE69E9E /* ../Play-/Source/ui_shared/TheGamesDbClient.h */, + B4A022B3D2724B018D31C588 /* ../Play-/Source/ui_shared/arcadedrivers/ArcadeDriver.h */, + C49F018B16774D179CAA3114 /* ../Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.h */, + 138E7557B12647A6B9AB3F41 /* ../Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.h */, ); name = "Header Files"; sourceTree = ""; @@ -3837,7 +3837,7 @@ 79C24C6B4DF647B9B8D6D983 /* Source Files */, F1D62A389E2C41D4BB8464E3 /* Header Files */, 6A7E070E90A3454C9E0C2A1C /* Resources */, - 481428E243CD45349435140E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/CMakeLists.txt */, + 481428E243CD45349435140E /* ../Play-/deps/CodeGen/build_cmake/CMakeLists.txt */, ); name = CodeGen; sourceTree = ""; @@ -3845,7 +3845,7 @@ 4DD09140F8F146CF836A8952 /* Resources */ = { isa = PBXGroup; children = ( - 165151C5214E4894BB7BF9D9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeFiles/Nuanceur.dir/Info.plist */, + 165151C5214E4894BB7BF9D9 /* ../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeFiles/Nuanceur.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -3853,69 +3853,69 @@ 4E819A9EFE54484D9EEBDB7D /* Source Files */ = { isa = PBXGroup; children = ( - 5EF93D681660447B87823C40 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Base64.cpp */, - 31493D9CA55A4077B39231FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/BitStream.cpp */, - 214211E51FBB4E17997D0D12 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Config.cpp */, - 68D1833B2A76417BBCEA9886 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Csv.cpp */, - 1409547A482F408EAC091E5A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/FilesystemUtils.cpp */, - B8C14F3D908C46F2BE67288F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/HashUtils.cpp */, - 8550B82B66A7477DA30F6C88 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/LzAri.cpp */, - 438E1E0D60314833B76EC349 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/MemStream.cpp */, - ACA1266DB72E4193A9C8FA60 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/PathUtils.cpp */, - 3C5E907DBCAA4E0BBDEFCA99 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/PtrStream.cpp */, - 0A74912CE1CD446C9FC5A81A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/SocketStream.cpp */, - 98BBA08733504E648FCE8E98 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StdStream.cpp */, - DA5078C0DED84C66A810FDE8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Stream.cpp */, - 6EE329AA304E45FAB873F64B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StreamBitStream.cpp */, - 1A364A9BCE3A4B3F8C3E4E3D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StringUtils.cpp */, - B6967B9830974061A8B2B5EB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/ThreadPool.cpp */, - C0C20A7346264AF0A21F7C2D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/ThreadUtils.cpp */, - C3DB73F14A9A453B93A96A70 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Url.cpp */, - 36210D5DECD44E5581C5B233 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Utf8.cpp */, - 0E0CA88A512044438B7A849B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/BMP.cpp */, - E705F9B6218C497DB5B02DB9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/Bitmap.cpp */, - 4E8B906DFF1542C48ED3E642 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/JPEG.cpp */, - D03DD46D33CE4534BD661E83 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/PNG.cpp */, - D8D272A385AE4F7ABB62C86F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/TGA.cpp */, - 22F48D6865864B9088B50615 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/idct/IEEE1180.cpp */, - A7C19E6A051C47FAB0182554 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/idct/TrivialC.cpp */, - 8D02C33EABA344B99FDB97FE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/FlatLayout.cpp */, - 39ED00085BF8475192849C12 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/GridLayout.cpp */, - C3B4E6E25A3442E5B5138C8E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/HorizontalLayout.cpp */, - 7002256DF7EA459A87E58C99 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutBase.cpp */, - 753D09689817474F98CE7D83 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutBaseItem.cpp */, - 3B7DB4D4D9F847C88A829394 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutObject.cpp */, - 2C2C55F593DA488BBB95D9C3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutStretch.cpp */, - 3F6E544C3F9F4412A3FDF920 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/VerticalLayout.cpp */, - CF1BCD94001F41F385799D2C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/math/MathStringUtils.cpp */, - 12979AB6450E450BB6A3DE30 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/CodedBlockPatternTable.cpp */, - ED95BF03463D458F9242928C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DcSizeChrominanceTable.cpp */, - 535CFE4D00A844CFB8A44E0A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DcSizeLuminanceTable.cpp */, - 610726257B824F6F9800F648 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable.cpp */, - F559E476D8B042F385E4BAB9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable0.cpp */, - 70E6B12148DD449AB9A0E63B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable1.cpp */, - E43242EEDB6643148427C902 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/InverseScanTable.cpp */, - C73D64AE23A546AF9B33832C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockAddressIncrementTable.cpp */, - 8745C7C9058F4BBEB892CDBD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypeBTable.cpp */, - FFADCFB1FAE44E9C965E0D1F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypeITable.cpp */, - E786135B289D4C8EB7BBDDD3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypePTable.cpp */, - E4D7FAF7F33349BABC7F2DDC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MotionCodeTable.cpp */, - E070A279AA404249A5C4293B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/QuantiserScaleTable.cpp */, - F0AA6EBA114D46AABC76B4A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/VLCTable.cpp */, - 80257675E2C34B8E98A70FC5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast.cpp */, - 01C7540A601C4C45AD8322D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast_sjis.cpp */, - 2E9852F7D4F3475A99A6E2B8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast_win1252.cpp */, - EDD24BD9484A4A8A9225961F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/FilteringNodeIterator.cpp */, - 1CE7F1BAF7B2485DB0408D92 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Node.cpp */, - 0F38F7D6F9B34BB9AAF1A6FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Parser.cpp */, - F2E7FE71CD98442FAE18264C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Utils.cpp */, - 5A9F87DC06E04118B5B2E654 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Writer.cpp */, - C6FC5DFD9C6544FFAC41BED0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipArchiveReader.cpp */, - 80A4AF98761A4C80B963F760 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipArchiveWriter.cpp */, - 60CE7F8AB39946F3ADC34FB6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipDeflateStream.cpp */, - 8C8FCA0EC3674A3CA257110F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipFile.cpp */, - E92C584DCEE74AAD89F06A58 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipInflateStream.cpp */, - 5726258692F142368CA0E30F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipStoreStream.cpp */, + 5EF93D681660447B87823C40 /* ../Play-/deps/Framework/src/Base64.cpp */, + 31493D9CA55A4077B39231FA /* ../Play-/deps/Framework/src/BitStream.cpp */, + 214211E51FBB4E17997D0D12 /* ../Play-/deps/Framework/src/Config.cpp */, + 68D1833B2A76417BBCEA9886 /* ../Play-/deps/Framework/src/Csv.cpp */, + 1409547A482F408EAC091E5A /* ../Play-/deps/Framework/src/FilesystemUtils.cpp */, + B8C14F3D908C46F2BE67288F /* ../Play-/deps/Framework/src/HashUtils.cpp */, + 8550B82B66A7477DA30F6C88 /* ../Play-/deps/Framework/src/LzAri.cpp */, + 438E1E0D60314833B76EC349 /* ../Play-/deps/Framework/src/MemStream.cpp */, + ACA1266DB72E4193A9C8FA60 /* ../Play-/deps/Framework/src/PathUtils.cpp */, + 3C5E907DBCAA4E0BBDEFCA99 /* ../Play-/deps/Framework/src/PtrStream.cpp */, + 0A74912CE1CD446C9FC5A81A /* ../Play-/deps/Framework/src/SocketStream.cpp */, + 98BBA08733504E648FCE8E98 /* ../Play-/deps/Framework/src/StdStream.cpp */, + DA5078C0DED84C66A810FDE8 /* ../Play-/deps/Framework/src/Stream.cpp */, + 6EE329AA304E45FAB873F64B /* ../Play-/deps/Framework/src/StreamBitStream.cpp */, + 1A364A9BCE3A4B3F8C3E4E3D /* ../Play-/deps/Framework/src/StringUtils.cpp */, + B6967B9830974061A8B2B5EB /* ../Play-/deps/Framework/src/ThreadPool.cpp */, + C0C20A7346264AF0A21F7C2D /* ../Play-/deps/Framework/src/ThreadUtils.cpp */, + C3DB73F14A9A453B93A96A70 /* ../Play-/deps/Framework/src/Url.cpp */, + 36210D5DECD44E5581C5B233 /* ../Play-/deps/Framework/src/Utf8.cpp */, + 0E0CA88A512044438B7A849B /* ../Play-/deps/Framework/src/bitmap/BMP.cpp */, + E705F9B6218C497DB5B02DB9 /* ../Play-/deps/Framework/src/bitmap/Bitmap.cpp */, + 4E8B906DFF1542C48ED3E642 /* ../Play-/deps/Framework/src/bitmap/JPEG.cpp */, + D03DD46D33CE4534BD661E83 /* ../Play-/deps/Framework/src/bitmap/PNG.cpp */, + D8D272A385AE4F7ABB62C86F /* ../Play-/deps/Framework/src/bitmap/TGA.cpp */, + 22F48D6865864B9088B50615 /* ../Play-/deps/Framework/src/idct/IEEE1180.cpp */, + A7C19E6A051C47FAB0182554 /* ../Play-/deps/Framework/src/idct/TrivialC.cpp */, + 8D02C33EABA344B99FDB97FE /* ../Play-/deps/Framework/src/layout/FlatLayout.cpp */, + 39ED00085BF8475192849C12 /* ../Play-/deps/Framework/src/layout/GridLayout.cpp */, + C3B4E6E25A3442E5B5138C8E /* ../Play-/deps/Framework/src/layout/HorizontalLayout.cpp */, + 7002256DF7EA459A87E58C99 /* ../Play-/deps/Framework/src/layout/LayoutBase.cpp */, + 753D09689817474F98CE7D83 /* ../Play-/deps/Framework/src/layout/LayoutBaseItem.cpp */, + 3B7DB4D4D9F847C88A829394 /* ../Play-/deps/Framework/src/layout/LayoutObject.cpp */, + 2C2C55F593DA488BBB95D9C3 /* ../Play-/deps/Framework/src/layout/LayoutStretch.cpp */, + 3F6E544C3F9F4412A3FDF920 /* ../Play-/deps/Framework/src/layout/VerticalLayout.cpp */, + CF1BCD94001F41F385799D2C /* ../Play-/deps/Framework/src/math/MathStringUtils.cpp */, + 12979AB6450E450BB6A3DE30 /* ../Play-/deps/Framework/src/mpeg2/CodedBlockPatternTable.cpp */, + ED95BF03463D458F9242928C /* ../Play-/deps/Framework/src/mpeg2/DcSizeChrominanceTable.cpp */, + 535CFE4D00A844CFB8A44E0A /* ../Play-/deps/Framework/src/mpeg2/DcSizeLuminanceTable.cpp */, + 610726257B824F6F9800F648 /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable.cpp */, + F559E476D8B042F385E4BAB9 /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable0.cpp */, + 70E6B12148DD449AB9A0E63B /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable1.cpp */, + E43242EEDB6643148427C902 /* ../Play-/deps/Framework/src/mpeg2/InverseScanTable.cpp */, + C73D64AE23A546AF9B33832C /* ../Play-/deps/Framework/src/mpeg2/MacroblockAddressIncrementTable.cpp */, + 8745C7C9058F4BBEB892CDBD /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypeBTable.cpp */, + FFADCFB1FAE44E9C965E0D1F /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypeITable.cpp */, + E786135B289D4C8EB7BBDDD3 /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypePTable.cpp */, + E4D7FAF7F33349BABC7F2DDC /* ../Play-/deps/Framework/src/mpeg2/MotionCodeTable.cpp */, + E070A279AA404249A5C4293B /* ../Play-/deps/Framework/src/mpeg2/QuantiserScaleTable.cpp */, + F0AA6EBA114D46AABC76B4A9 /* ../Play-/deps/Framework/src/mpeg2/VLCTable.cpp */, + 80257675E2C34B8E98A70FC5 /* ../Play-/deps/Framework/src/string_cast.cpp */, + 01C7540A601C4C45AD8322D4 /* ../Play-/deps/Framework/src/string_cast_sjis.cpp */, + 2E9852F7D4F3475A99A6E2B8 /* ../Play-/deps/Framework/src/string_cast_win1252.cpp */, + EDD24BD9484A4A8A9225961F /* ../Play-/deps/Framework/src/xml/FilteringNodeIterator.cpp */, + 1CE7F1BAF7B2485DB0408D92 /* ../Play-/deps/Framework/src/xml/Node.cpp */, + 0F38F7D6F9B34BB9AAF1A6FA /* ../Play-/deps/Framework/src/xml/Parser.cpp */, + F2E7FE71CD98442FAE18264C /* ../Play-/deps/Framework/src/xml/Utils.cpp */, + 5A9F87DC06E04118B5B2E654 /* ../Play-/deps/Framework/src/xml/Writer.cpp */, + C6FC5DFD9C6544FFAC41BED0 /* ../Play-/deps/Framework/src/zip/ZipArchiveReader.cpp */, + 80A4AF98761A4C80B963F760 /* ../Play-/deps/Framework/src/zip/ZipArchiveWriter.cpp */, + 60CE7F8AB39946F3ADC34FB6 /* ../Play-/deps/Framework/src/zip/ZipDeflateStream.cpp */, + 8C8FCA0EC3674A3CA257110F /* ../Play-/deps/Framework/src/zip/ZipFile.cpp */, + E92C584DCEE74AAD89F06A58 /* ../Play-/deps/Framework/src/zip/ZipInflateStream.cpp */, + 5726258692F142368CA0E30F /* ../Play-/deps/Framework/src/zip/ZipStoreStream.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -3926,7 +3926,7 @@ 13F547455E6B4F3BB18C3E3D /* Source Files */, 90CCADB4E6374D5B9A9D6CF5 /* Header Files */, 130A2F8431E446A8978E1F61 /* Resources */, - 472D6511885146ACBEE063A3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/PsfPlayer/Source/SH_OpenAL/CMakeLists.txt */, + 472D6511885146ACBEE063A3 /* ../Play-/tools/PsfPlayer/Source/SH_OpenAL/CMakeLists.txt */, ); name = sh_openal; sourceTree = ""; @@ -3934,7 +3934,7 @@ 538BDFA6BDE24536B953BF7D /* Resources */ = { isa = PBXGroup; children = ( - 42C11641EC704D0986ABE45D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist */, + 42C11641EC704D0986ABE45D /* ../cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -3975,7 +3975,7 @@ 560F801BB76A4C8F91C6489A /* Resources */ = { isa = PBXGroup; children = ( - 1C603F1AD651461B915C9391 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/CMakeFiles/chdr-static.dir/Info.plist */, + 1C603F1AD651461B915C9391 /* ../cmake/Source/ui_ios/Source/libchdr/CMakeFiles/chdr-static.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -3991,7 +3991,7 @@ isa = PBXGroup; children = ( 7962CB3A9B9E4EDAA240F196 /* CMake Rules */, - F3457ACFD31E4D1B91B5EB73 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */, + F3457ACFD31E4D1B91B5EB73 /* ../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */, ); name = uninstall; sourceTree = ""; @@ -4002,7 +4002,7 @@ 4E819A9EFE54484D9EEBDB7D /* Source Files */, 87552D42E0A2402995F3C6D7 /* Header Files */, 77CEC0636D784E4F8A338827 /* Resources */, - 9C59DB7E9E8F444293B687EF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/CMakeLists.txt */, + 9C59DB7E9E8F444293B687EF /* ../Play-/deps/Framework/build_cmake/Framework/CMakeLists.txt */, ); name = Framework; sourceTree = ""; @@ -4010,8 +4010,8 @@ 61F69952A31847C89B9C2E98 /* Source Files */ = { isa = PBXGroup; children = ( - 866EAFA3FD014FB38C4D90A2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/amazon/AmazonClient.cpp */, - 70D4AE68416E4C5FA4D5B8CB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/amazon/AmazonS3Client.cpp */, + 866EAFA3FD014FB38C4D90A2 /* ../Play-/deps/Framework/src/amazon/AmazonClient.cpp */, + 70D4AE68416E4C5FA4D5B8CB /* ../Play-/deps/Framework/src/amazon/AmazonS3Client.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -4019,7 +4019,7 @@ 63505389CA584D0D844AD412 /* Resources */ = { isa = PBXGroup; children = ( - CB4D4C82DDD2457C83BDC1A7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/CMakeFiles/CAltKit.dir/Info.plist */, + CB4D4C82DDD2457C83BDC1A7 /* ../cmake/Source/ui_ios/AltKit/CMakeFiles/CAltKit.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -4027,8 +4027,8 @@ 652369DAF2B8454B9DD87D79 /* Source Files */ = { isa = PBXGroup; children = ( - 511E4B1F341941A4A7208C00 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/opengl/Program.cpp */, - 19C3051EBC7248E18DA144C3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/opengl/Shader.cpp */, + 511E4B1F341941A4A7208C00 /* ../Play-/deps/Framework/src/opengl/Program.cpp */, + 19C3051EBC7248E18DA144C3 /* ../Play-/deps/Framework/src/opengl/Shader.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -4036,8 +4036,8 @@ 6533CFF799E04D46B56800B3 /* Header Files */ = { isa = PBXGroup; children = ( - 02FB143E793A411D8634A33B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/amazon/AmazonClient.h */, - C236C397916E49ECA148F4A2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/amazon/AmazonS3Client.h */, + 02FB143E793A411D8634A33B /* ../Play-/deps/Framework/include/amazon/AmazonClient.h */, + C236C397916E49ECA148F4A2 /* ../Play-/deps/Framework/include/amazon/AmazonS3Client.h */, ); name = "Header Files"; sourceTree = ""; @@ -4045,7 +4045,7 @@ 6A7E070E90A3454C9E0C2A1C /* Resources */ = { isa = PBXGroup; children = ( - 0952CC56DF8A4B9799771F9D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGen.dir/Info.plist */, + 0952CC56DF8A4B9799771F9D /* ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGen.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -4053,33 +4053,33 @@ 6B3579426ABE4E878EBD2EC6 /* Header Files */ = { isa = PBXGroup; children = ( - 0A00B9C58E254424B857368A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/Builder.h */, - 3015F838D959414E80541A02 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ArrayUintValue.h */, - BE5A9A1D51F245529B1D9267 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/BoolValue.h */, - 51E614D86EC5447A8DD58608 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float2Value.h */, - 616B758F12FD4A278CDCDD7F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float3Value.h */, - 4E5592A179C24949B43C762A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float4Value.h */, - 671AAB7B6CDB4AF98A6B3B23 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector.h */, - 53191FC68C6740109C36F16B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector4.h */, - 4BFFCCF3A1C94F37992710BE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatValue.h */, - 8570C2CC97484BB3B0CD64A6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ImageUint2DValue.h */, - F3E7228A612F4F2CB2D20CCA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int2Value.h */, - D8AF6D8C05B548F6B839A790 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int3Value.h */, - 6F856BEA3B5D4C15B0A146C1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int4Value.h */, - 1CE3EF2E68224FF2B104D8B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/IntSwizzleSelector4.h */, - 8C545D5A0CA54973BEC7F2A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/IntValue.h */, - F3849BCE533E445996890368 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Matrix44Value.h */, - 4AEB58B0686446FDAEE98C1A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Operations.h */, - 5DD3CDEF5E2A4D698DAF766E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ShaderBuilder.h */, - A7F39B79B24F45FB8AA536EC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/SubpassInputValue.h */, - 27A46F7F88FF41F2A82B8237 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Texture2DValue.h */, - DCC60218987F4AF683BD2349 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Uint3Value.h */, - 20F7E9D578F745FFB623A769 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Uint4Value.h */, - A97419F73C6D4B6F9440E49A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/UintSwizzleSelector4.h */, - 7CC6AC32070A4A02B238690C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/UintValue.h */, - A1D69E2F6E724AFBA324CC37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/GlslShaderGenerator.h */, - 74247524DEF04D1E82769F03 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/HlslShaderGenerator.h */, - DA6826B7712344E7BA1EAFFF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/SpirvShaderGenerator.h */, + 0A00B9C58E254424B857368A /* ../Play-/deps/Nuanceur/include/nuanceur/Builder.h */, + 3015F838D959414E80541A02 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/ArrayUintValue.h */, + BE5A9A1D51F245529B1D9267 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/BoolValue.h */, + 51E614D86EC5447A8DD58608 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Float2Value.h */, + 616B758F12FD4A278CDCDD7F /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Float3Value.h */, + 4E5592A179C24949B43C762A /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Float4Value.h */, + 671AAB7B6CDB4AF98A6B3B23 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector.h */, + 53191FC68C6740109C36F16B /* ../Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector4.h */, + 4BFFCCF3A1C94F37992710BE /* ../Play-/deps/Nuanceur/include/nuanceur/builder/FloatValue.h */, + 8570C2CC97484BB3B0CD64A6 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/ImageUint2DValue.h */, + F3E7228A612F4F2CB2D20CCA /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Int2Value.h */, + D8AF6D8C05B548F6B839A790 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Int3Value.h */, + 6F856BEA3B5D4C15B0A146C1 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Int4Value.h */, + 1CE3EF2E68224FF2B104D8B3 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/IntSwizzleSelector4.h */, + 8C545D5A0CA54973BEC7F2A9 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/IntValue.h */, + F3849BCE533E445996890368 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Matrix44Value.h */, + 4AEB58B0686446FDAEE98C1A /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Operations.h */, + 5DD3CDEF5E2A4D698DAF766E /* ../Play-/deps/Nuanceur/include/nuanceur/builder/ShaderBuilder.h */, + A7F39B79B24F45FB8AA536EC /* ../Play-/deps/Nuanceur/include/nuanceur/builder/SubpassInputValue.h */, + 27A46F7F88FF41F2A82B8237 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Texture2DValue.h */, + DCC60218987F4AF683BD2349 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Uint3Value.h */, + 20F7E9D578F745FFB623A769 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Uint4Value.h */, + A97419F73C6D4B6F9440E49A /* ../Play-/deps/Nuanceur/include/nuanceur/builder/UintSwizzleSelector4.h */, + 7CC6AC32070A4A02B238690C /* ../Play-/deps/Nuanceur/include/nuanceur/builder/UintValue.h */, + A1D69E2F6E724AFBA324CC37 /* ../Play-/deps/Nuanceur/include/nuanceur/generators/GlslShaderGenerator.h */, + 74247524DEF04D1E82769F03 /* ../Play-/deps/Nuanceur/include/nuanceur/generators/HlslShaderGenerator.h */, + DA6826B7712344E7BA1EAFFF /* ../Play-/deps/Nuanceur/include/nuanceur/generators/SpirvShaderGenerator.h */, ); name = "Header Files"; sourceTree = ""; @@ -4087,10 +4087,10 @@ 6B3641E4EB0A483CAA821C24 /* Source Files */ = { isa = PBXGroup; children = ( - E72DAED82BA34DEABB2EB023 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/AppleHttpClient.cpp */, - 4EC4364358C5481CA2F9B475 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClient.cpp */, - EB490E39AE6D4BA0B4BF2EEF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClientFactory.cpp */, - F46802096DFD4F16928791C5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpServer.cpp */, + E72DAED82BA34DEABB2EB023 /* ../Play-/deps/Framework/src/http/AppleHttpClient.cpp */, + 4EC4364358C5481CA2F9B475 /* ../Play-/deps/Framework/src/http/HttpClient.cpp */, + EB490E39AE6D4BA0B4BF2EEF /* ../Play-/deps/Framework/src/http/HttpClientFactory.cpp */, + F46802096DFD4F16928791C5 /* ../Play-/deps/Framework/src/http/HttpServer.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -4098,17 +4098,17 @@ 6BFC0C057D5641C3834874F7 /* Header Files */ = { isa = PBXGroup; children = ( - DF1FBBAE176A406E89EF6E90 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Buffer.h */, - BAD07F4B466E46658FDB8EAA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/CommandBufferPool.h */, - DC85E514E65B4F3C94F92415 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Device.h */, - 23A848CAE3F7493BBEEBC0F1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Image.h */, - 632A5944ECC24121BA77B1FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Instance.h */, - 13F156984D384C96BDDDD28F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Loader.h */, - C068C562DB8C4358931E7E91 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/ShaderModule.h */, - 671A6F2389C146789F459FD6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/StructChain.h */, - 7FE1F5665D6D400DA61C2D80 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/StructDefs.h */, - B9D5447AC65E493BAFA900C4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Utils.h */, - 28C1A89333084866AFE01B1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/VulkanDef.h */, + DF1FBBAE176A406E89EF6E90 /* ../Play-/deps/Framework/include/vulkan/Buffer.h */, + BAD07F4B466E46658FDB8EAA /* ../Play-/deps/Framework/include/vulkan/CommandBufferPool.h */, + DC85E514E65B4F3C94F92415 /* ../Play-/deps/Framework/include/vulkan/Device.h */, + 23A848CAE3F7493BBEEBC0F1 /* ../Play-/deps/Framework/include/vulkan/Image.h */, + 632A5944ECC24121BA77B1FB /* ../Play-/deps/Framework/include/vulkan/Instance.h */, + 13F156984D384C96BDDDD28F /* ../Play-/deps/Framework/include/vulkan/Loader.h */, + C068C562DB8C4358931E7E91 /* ../Play-/deps/Framework/include/vulkan/ShaderModule.h */, + 671A6F2389C146789F459FD6 /* ../Play-/deps/Framework/include/vulkan/StructChain.h */, + 7FE1F5665D6D400DA61C2D80 /* ../Play-/deps/Framework/include/vulkan/StructDefs.h */, + B9D5447AC65E493BAFA900C4 /* ../Play-/deps/Framework/include/vulkan/Utils.h */, + 28C1A89333084866AFE01B1B /* ../Play-/deps/Framework/include/vulkan/VulkanDef.h */, ); name = "Header Files"; sourceTree = ""; @@ -4116,11 +4116,11 @@ 6F9EE1A1B1E2483DAC9022FA /* Source Files */ = { isa = PBXGroup; children = ( - FB5D05E55CF14C408E237BA5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */, - 05D5FD03A5414562BF71D994 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */, - 6CF40C0D599B4A70B1CA1A6B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */, - A9E5A85ED3794E98B9D02C25 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */, - EF3219D99D9E44538863CDF3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */, + FB5D05E55CF14C408E237BA5 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */, + 05D5FD03A5414562BF71D994 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */, + 6CF40C0D599B4A70B1CA1A6B /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */, + A9E5A85ED3794E98B9D02C25 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */, + EF3219D99D9E44538863CDF3 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */, ); name = "Source Files"; sourceTree = ""; @@ -4128,24 +4128,24 @@ 72EEA539AFE7410891E44D6E /* Header Files */ = { isa = PBXGroup; children = ( - 3D4F5623035542DDA987B050 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/AltServerJitService.h */, - 920408FCFA864A2C86469055 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/AppDelegate.h */, - 179F3FC54CE64E93B5452218 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/BackgroundLayer.h */, - 2FB3B92DAEE94B3ABDCEDF2B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/CoverViewCell.h */, - E63BD4603855435CADBC1208 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/CoverViewController.h */, - DEF6306CC015446B8E8273C3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/DebuggerSimulator.h */, - 4C0FE7C56708490CBCA70768 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/EmulatorViewController.h */, - 9B31FF9737514E86B645FA88 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/GSH_OpenGLiOS.h */, - B236126317E346B083965A78 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/GSH_VulkaniOS.h */, - ADBD878748214EA38A2B27A6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/PreferenceDefs.h */, - F5C5D2E2DFA5416F8C1C11B8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/RenderView.h */, - 2E150832D4CD47EBB852AE17 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/SaveStateViewController.h */, - 6F4259659192473799B92932 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/SettingsListSelectorViewController.h */, - 69DDB52CFC5F4F6687324092 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/SettingsViewController.h */, - 42C8AEC2561A424681E9A10C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/VirtualPadButton.h */, - D0A8DED14C5B40C7819D1937 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/VirtualPadItem.h */, - 2B5121A760D543ECA815550C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/VirtualPadStick.h */, - F2A1BDF525974083B2FFC96A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/VirtualPadView.h */, + 3D4F5623035542DDA987B050 /* ../Play-/Source/ui_ios/AltServerJitService.h */, + 920408FCFA864A2C86469055 /* ../Play-/Source/ui_ios/AppDelegate.h */, + 179F3FC54CE64E93B5452218 /* ../Play-/Source/ui_ios/BackgroundLayer.h */, + 2FB3B92DAEE94B3ABDCEDF2B /* ../Play-/Source/ui_ios/CoverViewCell.h */, + E63BD4603855435CADBC1208 /* ../Play-/Source/ui_ios/CoverViewController.h */, + DEF6306CC015446B8E8273C3 /* ../Play-/Source/ui_ios/DebuggerSimulator.h */, + 4C0FE7C56708490CBCA70768 /* ../Play-/Source/ui_ios/EmulatorViewController.h */, + 9B31FF9737514E86B645FA88 /* ../Play-/Source/ui_ios/GSH_OpenGLiOS.h */, + B236126317E346B083965A78 /* ../Play-/Source/ui_ios/GSH_VulkaniOS.h */, + ADBD878748214EA38A2B27A6 /* ../Play-/Source/ui_ios/PreferenceDefs.h */, + F5C5D2E2DFA5416F8C1C11B8 /* ../Play-/Source/ui_ios/RenderView.h */, + 2E150832D4CD47EBB852AE17 /* ../Play-/Source/ui_ios/SaveStateViewController.h */, + 6F4259659192473799B92932 /* ../Play-/Source/ui_ios/SettingsListSelectorViewController.h */, + 69DDB52CFC5F4F6687324092 /* ../Play-/Source/ui_ios/SettingsViewController.h */, + 42C8AEC2561A424681E9A10C /* ../Play-/Source/ui_ios/VirtualPadButton.h */, + D0A8DED14C5B40C7819D1937 /* ../Play-/Source/ui_ios/VirtualPadItem.h */, + 2B5121A760D543ECA815550C /* ../Play-/Source/ui_ios/VirtualPadStick.h */, + F2A1BDF525974083B2FFC96A /* ../Play-/Source/ui_ios/VirtualPadView.h */, ); name = "Header Files"; sourceTree = ""; @@ -4153,7 +4153,7 @@ 76016E8C81E441E4BCE9F925 /* Resources */ = { isa = PBXGroup; children = ( - AEE3F9D8D1154EA59FC62F1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CMakeFiles/PlayCore.dir/Info.plist */, + AEE3F9D8D1154EA59FC62F1B /* ../cmake/Source/ui_ios/Source/CMakeFiles/PlayCore.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -4161,16 +4161,16 @@ 777346C75D284C6DB6CF716A /* Source Files */ = { isa = PBXGroup; children = ( - 7D7D1FEE59D04B08839E8537 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Alloc.c */, - F22F73BD8F194C2BA3647296 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Bra86.c */, - 3DA6CDA302654E3AA60084CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/BraIA64.c */, - 79DECE9F96AD48A188611532 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/CpuArch.c */, - C225E4B892D94F4086F54B54 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Delta.c */, - EAB1488B1E1E413290E55E4E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzFind.c */, - 96622639AA8549E5B81B0EC3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c */, - AD4816835B894EB397E356B6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c */, - AD8EC267402D495BA304A8E5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c */, - 3151D41E7AC24FEBAF5FB114 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Sort.c */, + 7D7D1FEE59D04B08839E8537 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Alloc.c */, + F22F73BD8F194C2BA3647296 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Bra86.c */, + 3DA6CDA302654E3AA60084CF /* ../Play-/deps/libchdr/deps/lzma-22.01/src/BraIA64.c */, + 79DECE9F96AD48A188611532 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/CpuArch.c */, + C225E4B892D94F4086F54B54 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Delta.c */, + EAB1488B1E1E413290E55E4E /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzFind.c */, + 96622639AA8549E5B81B0EC3 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c */, + AD4816835B894EB397E356B6 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c */, + AD8EC267402D495BA304A8E5 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c */, + 3151D41E7AC24FEBAF5FB114 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Sort.c */, ); name = "Source Files"; sourceTree = ""; @@ -4178,7 +4178,7 @@ 77A26B150B514E669230E56E /* Resources */ = { isa = PBXGroup; children = ( - 54C639B322DA408388754CA5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */, + 54C639B322DA408388754CA5 /* ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -4186,7 +4186,7 @@ 77CEC0636D784E4F8A338827 /* Resources */ = { isa = PBXGroup; children = ( - A9E47A61E5F4437DA8336D26 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/CMakeFiles/Framework.dir/Info.plist */, + A9E47A61E5F4437DA8336D26 /* ../cmake/Source/ui_ios/Source/Framework/CMakeFiles/Framework.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -4194,7 +4194,7 @@ 77E79E293FC74FFCB50A7F7E /* Resources */ = { isa = PBXGroup; children = ( - 397F667736FD43BA94E227B6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/CMakeFiles/gsh_opengl.dir/Info.plist */, + 397F667736FD43BA94E227B6 /* ../cmake/Source/ui_ios/gs/GSH_OpenGL/CMakeFiles/gsh_opengl.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -4209,46 +4209,46 @@ 79C24C6B4DF647B9B8D6D983 /* Source Files */ = { isa = PBXGroup; children = ( - 5C6992A706B7438D9E5AAF98 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/AArch32Assembler.cpp */, - 1A1F453F0678433F9417699A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/AArch64Assembler.cpp */, - BB50651D4CD24B40A40683D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/CoffObjectFile.cpp */, - DA49ED06BD70400BB8488346 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter.cpp */, - 2075C21DD0AF4C848279CBE2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen.cpp */, - 5C60E5DFCA4F4CE184FD048B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGenFactory.cpp */, - 76D30EBC6D174F139841281D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32.cpp */, - 4599ED47C93846AB917D59CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_64.cpp */, - 93BFA1FBE36F4776A2B8C349 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Fpu.cpp */, - DE3689220CBE4CE6BE9DED37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Md.cpp */, - A6A44203AC854C2396064B91 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64.cpp */, - EC5583BB564C4414B49AC177 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_64.cpp */, - 786950D61CD745EAA0DEA5D6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Fpu.cpp */, - FCDFA5ADF5E145A5BA9FA6F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Md.cpp */, - ED048BD5370E415EB6C912BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm.cpp */, - 05B95F0D3F8C4B848E054677 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_64.cpp */, - FBC86F46449748919025F8BE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Fpu.cpp */, - 14C9F5BFD33A4F298B54DB1C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Md.cpp */, - 730FFAC945FF45DC98DEBD59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86.cpp */, - 28234E4ED1294381AA2B6E7B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_32.cpp */, - 34481F49159646F1819E914F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_64.cpp */, - 46DDFAAA2B88419998ECF0E9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu.cpp */, - AB47C95DF0D54F66B5936083 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Avx.cpp */, - 94172B743C074717A3CB2AC6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Sse.cpp */, - DE027B95187248D7AF8B67FF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md.cpp */, - 3E5BE73B02574A138DA0772D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md_Avx.cpp */, - EC55C1E1DF3949E6B89212CB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_Optimize.cpp */, - 5C7C91C6A49549879D96AA62 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_RegAlloc.cpp */, - 66E24D957EA54C46B8562FC1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_Statement.cpp */, - D67A180E8F4543E0AEAA7E15 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_SymbolTable.cpp */, - A56766B9860B460A98B778CB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/LiteralPool.cpp */, - 67FE5F8E1777425BA2CCDFE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/MachoObjectFile.cpp */, - 1855857B25564D48AE6688D7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/MemoryFunction.cpp */, - D8EFCFE4E09F40D2852A58AE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/ObjectFile.cpp */, - 17226CFB04054A459A567B15 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/WasmModuleBuilder.cpp */, - 0F473E2175C24F28BF8A4DA9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler.cpp */, - 4DEE3DA243F848BFA383A886 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Avx.cpp */, - 061B12EF93644EBC81F0F11B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Fpu.cpp */, - 203FCB4AF5AA40359F8A81F7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Sse.cpp */, - 1611F2DD41B647449C54772C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86CpuFeatures.cpp */, + 5C6992A706B7438D9E5AAF98 /* ../Play-/deps/CodeGen/src/AArch32Assembler.cpp */, + 1A1F453F0678433F9417699A /* ../Play-/deps/CodeGen/src/AArch64Assembler.cpp */, + BB50651D4CD24B40A40683D4 /* ../Play-/deps/CodeGen/src/CoffObjectFile.cpp */, + DA49ED06BD70400BB8488346 /* ../Play-/deps/CodeGen/src/Jitter.cpp */, + 2075C21DD0AF4C848279CBE2 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen.cpp */, + 5C60E5DFCA4F4CE184FD048B /* ../Play-/deps/CodeGen/src/Jitter_CodeGenFactory.cpp */, + 76D30EBC6D174F139841281D /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32.cpp */, + 4599ED47C93846AB917D59CF /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_64.cpp */, + 93BFA1FBE36F4776A2B8C349 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Fpu.cpp */, + DE3689220CBE4CE6BE9DED37 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Md.cpp */, + A6A44203AC854C2396064B91 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64.cpp */, + EC5583BB564C4414B49AC177 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_64.cpp */, + 786950D61CD745EAA0DEA5D6 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Fpu.cpp */, + FCDFA5ADF5E145A5BA9FA6F3 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Md.cpp */, + ED048BD5370E415EB6C912BA /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm.cpp */, + 05B95F0D3F8C4B848E054677 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_64.cpp */, + FBC86F46449748919025F8BE /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Fpu.cpp */, + 14C9F5BFD33A4F298B54DB1C /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Md.cpp */, + 730FFAC945FF45DC98DEBD59 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86.cpp */, + 28234E4ED1294381AA2B6E7B /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_32.cpp */, + 34481F49159646F1819E914F /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_64.cpp */, + 46DDFAAA2B88419998ECF0E9 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu.cpp */, + AB47C95DF0D54F66B5936083 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Avx.cpp */, + 94172B743C074717A3CB2AC6 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Sse.cpp */, + DE027B95187248D7AF8B67FF /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md.cpp */, + 3E5BE73B02574A138DA0772D /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md_Avx.cpp */, + EC55C1E1DF3949E6B89212CB /* ../Play-/deps/CodeGen/src/Jitter_Optimize.cpp */, + 5C7C91C6A49549879D96AA62 /* ../Play-/deps/CodeGen/src/Jitter_RegAlloc.cpp */, + 66E24D957EA54C46B8562FC1 /* ../Play-/deps/CodeGen/src/Jitter_Statement.cpp */, + D67A180E8F4543E0AEAA7E15 /* ../Play-/deps/CodeGen/src/Jitter_SymbolTable.cpp */, + A56766B9860B460A98B778CB /* ../Play-/deps/CodeGen/src/LiteralPool.cpp */, + 67FE5F8E1777425BA2CCDFE5 /* ../Play-/deps/CodeGen/src/MachoObjectFile.cpp */, + 1855857B25564D48AE6688D7 /* ../Play-/deps/CodeGen/src/MemoryFunction.cpp */, + D8EFCFE4E09F40D2852A58AE /* ../Play-/deps/CodeGen/src/ObjectFile.cpp */, + 17226CFB04054A459A567B15 /* ../Play-/deps/CodeGen/src/WasmModuleBuilder.cpp */, + 0F473E2175C24F28BF8A4DA9 /* ../Play-/deps/CodeGen/src/X86Assembler.cpp */, + 4DEE3DA243F848BFA383A886 /* ../Play-/deps/CodeGen/src/X86Assembler_Avx.cpp */, + 061B12EF93644EBC81F0F11B /* ../Play-/deps/CodeGen/src/X86Assembler_Fpu.cpp */, + 203FCB4AF5AA40359F8A81F7 /* ../Play-/deps/CodeGen/src/X86Assembler_Sse.cpp */, + 1611F2DD41B647449C54772C /* ../Play-/deps/CodeGen/src/X86CpuFeatures.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -4256,7 +4256,7 @@ 7A667C9FC1A3437ABDFE9D6F /* Source Files */ = { isa = PBXGroup; children = ( - B85621635B784E57BBAA0520 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.m */, + B85621635B784E57BBAA0520 /* ../Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.m */, ); name = "Source Files"; sourceTree = ""; @@ -4267,7 +4267,7 @@ 8200273582484656BF76729E /* Source Files */, D6D1A37859B54821B5895F13 /* Header Files */, 77E79E293FC74FFCB50A7F7E /* Resources */, - DBE26B6E792D4E41BC34926B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/CMakeLists.txt */, + DBE26B6E792D4E41BC34926B /* ../Play-/Source/gs/GSH_OpenGL/CMakeLists.txt */, ); name = gsh_opengl; sourceTree = ""; @@ -4275,59 +4275,59 @@ 8078F56B0F7E4A62A6DA1019 /* Source Files */ = { isa = PBXGroup; children = ( - 19D136008A03463BB5A75756 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest.cpp */, - 09BAA53E78BB4F948F01A3FC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest2.cpp */, - 1968D3A92E2D4FFDA66EBA61 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Alu64Test.cpp */, - FEF64CD677A149FD945E2044 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Call64Test.cpp */, - 5B3A40A0555D4580A389471F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Cmp64Test.cpp */, - 6ED75BDBF4E9429D9CA6CAA5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CompareTest.cpp */, - 86E0BE1EEF12424091167880 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ConditionTest.cpp */, - D976201F1EBA4CA48221B2BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Crc32Test.cpp */, - 9E74E42DEF794983A275177D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CursorTest.cpp */, - FA1DC315BC224EBCBA05EF79 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/DivTest.cpp */, - 1F2832E3013743DEBD612642 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ExternJumpTest.cpp */, - 296E345512524FBAA4588DEB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpClampTest.cpp */, - D1654BF235F7409DAC0F31BD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpIntMixTest.cpp */, - 1E48CD9D15D343DC89170F75 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpuTest.cpp */, - B1633E815CD44BB487C81BD5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/GotoTest.cpp */, - 3544355992BD40A985EC84B8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTest.cpp */, - 1F25FA747B1F43F8A0A4C664 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTestLiteral.cpp */, - C3A8EE001090494DB7F9D5C8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Logic64Test.cpp */, - E32E9B2131BC47A19C43FDB0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LogicTest.cpp */, - A58DBD1DCC894036AC7B6B9C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LoopTest.cpp */, - 9FDAC27F543542439A77EC16 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LzcTest.cpp */, - 60378F5C562848AF8B57E55C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Main.cpp */, - C9563B2C9A224E2A9A546917 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdAddTest.cpp */, - 9C4239A2547545769F8EF66C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCallTest.cpp */, - F57D4EF8C9364708A75643CD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCmpTest.cpp */, - AE2D1AA13E3F40CBB965F1E7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpFlagTest.cpp */, - D2EFA68F368A4956A6E31C3D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpTest.cpp */, - 2CDDF39D4B334918B190D1B1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdLogicTest.cpp */, - B58C44AE0B38459F9C4F7332 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdManipTest.cpp */, - E08D978090A8483E81AC1DF6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMemAccessTest.cpp */, - C83D58CC136F47CFB0A50FE1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMinMaxTest.cpp */, - 6951A72315CC48DDBC26B6F2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdShiftTest.cpp */, - C5AE151FFFB240F39142D56C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdSubTest.cpp */, - E879A993F98D4026AF0F9600 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdTest.cpp */, - DDEDBA184EEB4DFE83D2B54F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdUnpackTest.cpp */, - 158988023D6C4653B63BDE6D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess16Test.cpp */, - DF76B10854F84FD79030C0A0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess64Test.cpp */, - 686D0A897B8D4CF789058116 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess8Test.cpp */, - 025ECD4D58B9421FB84B2D03 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessIdxTest.cpp */, - 2AF459573A2541CEB017A393 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessRefTest.cpp */, - 6CC483ABFCA8450B8592515A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessTest.cpp */, - DC4557AD78FB4B28A6897392 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Merge64Test.cpp */, - C82AB0DF92FC4DA8A18162A1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MultTest.cpp */, - 48D2A060A1644C9F9E11915C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/NestedIfTest.cpp */, - 866F221A23114D9098B642E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest.cpp */, - 29E3F08301FC44F6BBA39449 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest2.cpp */, - 53D4B0E3C360445D968E052C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest3.cpp */, - 86BE2C5BE7194BA4B18A4103 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTempTest.cpp */, - BFE88A1304DA4A2B805C33F8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTest.cpp */, - 66C92D6A9BA841248CD7824A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ReorderAddTest.cpp */, - D3A5A15C544E4A35B19E1AE2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Shift64Test.cpp */, - 9A6A6DA78B8F48DD9A8670FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ShiftTest.cpp */, - C083FDC0F55B4894AE4BF9E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/SimpleMdTest.cpp */, + 19D136008A03463BB5A75756 /* ../Play-/deps/CodeGen/tests/AliasTest.cpp */, + 09BAA53E78BB4F948F01A3FC /* ../Play-/deps/CodeGen/tests/AliasTest2.cpp */, + 1968D3A92E2D4FFDA66EBA61 /* ../Play-/deps/CodeGen/tests/Alu64Test.cpp */, + FEF64CD677A149FD945E2044 /* ../Play-/deps/CodeGen/tests/Call64Test.cpp */, + 5B3A40A0555D4580A389471F /* ../Play-/deps/CodeGen/tests/Cmp64Test.cpp */, + 6ED75BDBF4E9429D9CA6CAA5 /* ../Play-/deps/CodeGen/tests/CompareTest.cpp */, + 86E0BE1EEF12424091167880 /* ../Play-/deps/CodeGen/tests/ConditionTest.cpp */, + D976201F1EBA4CA48221B2BF /* ../Play-/deps/CodeGen/tests/Crc32Test.cpp */, + 9E74E42DEF794983A275177D /* ../Play-/deps/CodeGen/tests/CursorTest.cpp */, + FA1DC315BC224EBCBA05EF79 /* ../Play-/deps/CodeGen/tests/DivTest.cpp */, + 1F2832E3013743DEBD612642 /* ../Play-/deps/CodeGen/tests/ExternJumpTest.cpp */, + 296E345512524FBAA4588DEB /* ../Play-/deps/CodeGen/tests/FpClampTest.cpp */, + D1654BF235F7409DAC0F31BD /* ../Play-/deps/CodeGen/tests/FpIntMixTest.cpp */, + 1E48CD9D15D343DC89170F75 /* ../Play-/deps/CodeGen/tests/FpuTest.cpp */, + B1633E815CD44BB487C81BD5 /* ../Play-/deps/CodeGen/tests/GotoTest.cpp */, + 3544355992BD40A985EC84B8 /* ../Play-/deps/CodeGen/tests/HugeJumpTest.cpp */, + 1F25FA747B1F43F8A0A4C664 /* ../Play-/deps/CodeGen/tests/HugeJumpTestLiteral.cpp */, + C3A8EE001090494DB7F9D5C8 /* ../Play-/deps/CodeGen/tests/Logic64Test.cpp */, + E32E9B2131BC47A19C43FDB0 /* ../Play-/deps/CodeGen/tests/LogicTest.cpp */, + A58DBD1DCC894036AC7B6B9C /* ../Play-/deps/CodeGen/tests/LoopTest.cpp */, + 9FDAC27F543542439A77EC16 /* ../Play-/deps/CodeGen/tests/LzcTest.cpp */, + 60378F5C562848AF8B57E55C /* ../Play-/deps/CodeGen/tests/Main.cpp */, + C9563B2C9A224E2A9A546917 /* ../Play-/deps/CodeGen/tests/MdAddTest.cpp */, + 9C4239A2547545769F8EF66C /* ../Play-/deps/CodeGen/tests/MdCallTest.cpp */, + F57D4EF8C9364708A75643CD /* ../Play-/deps/CodeGen/tests/MdCmpTest.cpp */, + AE2D1AA13E3F40CBB965F1E7 /* ../Play-/deps/CodeGen/tests/MdFpFlagTest.cpp */, + D2EFA68F368A4956A6E31C3D /* ../Play-/deps/CodeGen/tests/MdFpTest.cpp */, + 2CDDF39D4B334918B190D1B1 /* ../Play-/deps/CodeGen/tests/MdLogicTest.cpp */, + B58C44AE0B38459F9C4F7332 /* ../Play-/deps/CodeGen/tests/MdManipTest.cpp */, + E08D978090A8483E81AC1DF6 /* ../Play-/deps/CodeGen/tests/MdMemAccessTest.cpp */, + C83D58CC136F47CFB0A50FE1 /* ../Play-/deps/CodeGen/tests/MdMinMaxTest.cpp */, + 6951A72315CC48DDBC26B6F2 /* ../Play-/deps/CodeGen/tests/MdShiftTest.cpp */, + C5AE151FFFB240F39142D56C /* ../Play-/deps/CodeGen/tests/MdSubTest.cpp */, + E879A993F98D4026AF0F9600 /* ../Play-/deps/CodeGen/tests/MdTest.cpp */, + DDEDBA184EEB4DFE83D2B54F /* ../Play-/deps/CodeGen/tests/MdUnpackTest.cpp */, + 158988023D6C4653B63BDE6D /* ../Play-/deps/CodeGen/tests/MemAccess16Test.cpp */, + DF76B10854F84FD79030C0A0 /* ../Play-/deps/CodeGen/tests/MemAccess64Test.cpp */, + 686D0A897B8D4CF789058116 /* ../Play-/deps/CodeGen/tests/MemAccess8Test.cpp */, + 025ECD4D58B9421FB84B2D03 /* ../Play-/deps/CodeGen/tests/MemAccessIdxTest.cpp */, + 2AF459573A2541CEB017A393 /* ../Play-/deps/CodeGen/tests/MemAccessRefTest.cpp */, + 6CC483ABFCA8450B8592515A /* ../Play-/deps/CodeGen/tests/MemAccessTest.cpp */, + DC4557AD78FB4B28A6897392 /* ../Play-/deps/CodeGen/tests/Merge64Test.cpp */, + C82AB0DF92FC4DA8A18162A1 /* ../Play-/deps/CodeGen/tests/MultTest.cpp */, + 48D2A060A1644C9F9E11915C /* ../Play-/deps/CodeGen/tests/NestedIfTest.cpp */, + 866F221A23114D9098B642E3 /* ../Play-/deps/CodeGen/tests/RandomAluTest.cpp */, + 29E3F08301FC44F6BBA39449 /* ../Play-/deps/CodeGen/tests/RandomAluTest2.cpp */, + 53D4B0E3C360445D968E052C /* ../Play-/deps/CodeGen/tests/RandomAluTest3.cpp */, + 86BE2C5BE7194BA4B18A4103 /* ../Play-/deps/CodeGen/tests/RegAllocTempTest.cpp */, + BFE88A1304DA4A2B805C33F8 /* ../Play-/deps/CodeGen/tests/RegAllocTest.cpp */, + 66C92D6A9BA841248CD7824A /* ../Play-/deps/CodeGen/tests/ReorderAddTest.cpp */, + D3A5A15C544E4A35B19E1AE2 /* ../Play-/deps/CodeGen/tests/Shift64Test.cpp */, + 9A6A6DA78B8F48DD9A8670FA /* ../Play-/deps/CodeGen/tests/ShiftTest.cpp */, + C083FDC0F55B4894AE4BF9E6 /* ../Play-/deps/CodeGen/tests/SimpleMdTest.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -4335,50 +4335,50 @@ 80BF5955E199498FA8613FF3 /* Header Files */ = { isa = PBXGroup; children = ( - F499451934144838AA8397FD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bits.h */, - CE0D1A009AB749D18BA2464A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bitstream.h */, - AB5B1AA506C64B39BFFDD663 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/compiler.h */, - EA8AB96146B44F1888176E05 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/cpu.h */, - 669BA5F9181B4893B11FEFFD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.h */, - 919C8CD5DFFE40109657879D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.h */, - 5913E0EDEE934BD080C7EECC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse.h */, - 3F491752278E420CABA8948A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/huf.h */, - C04E05C8DCFE4CE59592986A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/mem.h */, - B2C67523BFE54A6691FE3373 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.h */, - 5CAEDB8328154634A2F9CB05 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */, - E7F6F75234C44729B58FD0B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.h */, - 41336FF9738944158E3417EF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.h */, - AFA50889093E4DC3B678C269 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */, - 693D753D4FCE4111A878116E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */, - 4AC6E1C573754B28AAD7F9BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */, - 61E8884DFC104A6FA06C796D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/clevels.h */, - 3B55D32E78DB449B94AA2A97 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.h */, - 8824D4B2502F43A193218F67 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */, - ABDCD44A0A164BA4B19B8875 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */, - 13443A85A38046CBBD438E91 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */, - B886FBF5359C4DC28A8AFEC5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */, - 3A0123F20326486CA9951B57 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */, - A0078A5ECDA049F3A4EB9A2D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */, - 04DF0493C9CF41828F541A2A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */, - 9E87F0C75F3947EB882CBCEB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */, - B0C0A72115F2478F82B041C7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */, - 44B8FED7A7D24DFC9237FA05 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */, - 778403EB874D41F4BC00F493 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */, - 36959F76F35144BBACB2807F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */, - 2E38A39322DE4D06BA42D63E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */, - 966DAFD265F04CF4B2051118 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */, - 2052CA808BB84CD6B65B523A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */, - 70589937A2A043DBAC920D7D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */, - 650B4843147B4645B5B4776C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */, - 1A78125883BE4A8A803DF045 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */, - 06AC73B23B564929AA53FBA6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */, - 7E834FF121E54CB9B649DD72 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */, - 092B41993D2A4FF085821FE8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */, - D4CFF9A709A94F779A871264 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */, - 79B486ABFFC84313BDCBEC73 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */, - 61F9C7521D0945AB89441843 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */, - 4B2BDD5E12A54685A1A89255 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */, - 98B2D2F376D74DB591884D6E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/zstd.h */, + F499451934144838AA8397FD /* ../Play-/deps/Dependencies/zstd/lib/common/bits.h */, + CE0D1A009AB749D18BA2464A /* ../Play-/deps/Dependencies/zstd/lib/common/bitstream.h */, + AB5B1AA506C64B39BFFDD663 /* ../Play-/deps/Dependencies/zstd/lib/common/compiler.h */, + EA8AB96146B44F1888176E05 /* ../Play-/deps/Dependencies/zstd/lib/common/cpu.h */, + 669BA5F9181B4893B11FEFFD /* ../Play-/deps/Dependencies/zstd/lib/common/debug.h */, + 919C8CD5DFFE40109657879D /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.h */, + 5913E0EDEE934BD080C7EECC /* ../Play-/deps/Dependencies/zstd/lib/common/fse.h */, + 3F491752278E420CABA8948A /* ../Play-/deps/Dependencies/zstd/lib/common/huf.h */, + C04E05C8DCFE4CE59592986A /* ../Play-/deps/Dependencies/zstd/lib/common/mem.h */, + B2C67523BFE54A6691FE3373 /* ../Play-/deps/Dependencies/zstd/lib/common/pool.h */, + 5CAEDB8328154634A2F9CB05 /* ../Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */, + E7F6F75234C44729B58FD0B3 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.h */, + 41336FF9738944158E3417EF /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.h */, + AFA50889093E4DC3B678C269 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */, + 693D753D4FCE4111A878116E /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */, + 4AC6E1C573754B28AAD7F9BF /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */, + 61E8884DFC104A6FA06C796D /* ../Play-/deps/Dependencies/zstd/lib/compress/clevels.h */, + 3B55D32E78DB449B94AA2A97 /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.h */, + 8824D4B2502F43A193218F67 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */, + ABDCD44A0A164BA4B19B8875 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */, + 13443A85A38046CBBD438E91 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */, + B886FBF5359C4DC28A8AFEC5 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */, + 3A0123F20326486CA9951B57 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */, + A0078A5ECDA049F3A4EB9A2D /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */, + 04DF0493C9CF41828F541A2A /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */, + 9E87F0C75F3947EB882CBCEB /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */, + B0C0A72115F2478F82B041C7 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */, + 44B8FED7A7D24DFC9237FA05 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */, + 778403EB874D41F4BC00F493 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */, + 36959F76F35144BBACB2807F /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */, + 2E38A39322DE4D06BA42D63E /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */, + 966DAFD265F04CF4B2051118 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */, + 2052CA808BB84CD6B65B523A /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */, + 70589937A2A043DBAC920D7D /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */, + 650B4843147B4645B5B4776C /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */, + 1A78125883BE4A8A803DF045 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */, + 06AC73B23B564929AA53FBA6 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */, + 7E834FF121E54CB9B649DD72 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */, + 092B41993D2A4FF085821FE8 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */, + D4CFF9A709A94F779A871264 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */, + 79B486ABFFC84313BDCBEC73 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */, + 61F9C7521D0945AB89441843 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */, + 4B2BDD5E12A54685A1A89255 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */, + 98B2D2F376D74DB591884D6E /* ../Play-/deps/Dependencies/zstd/lib/zstd.h */, ); name = "Header Files"; sourceTree = ""; @@ -4386,9 +4386,9 @@ 8200273582484656BF76729E /* Source Files */ = { isa = PBXGroup; children = ( - 56D593B3400B4A649AD85FEB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.cpp */, - DE98CF5C720F462F966CAF0A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Shader.cpp */, - E978496593AF43238E37A398 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Texture.cpp */, + 56D593B3400B4A649AD85FEB /* ../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.cpp */, + DE98CF5C720F462F966CAF0A /* ../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Shader.cpp */, + E978496593AF43238E37A398 /* ../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Texture.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -4398,7 +4398,7 @@ children = ( 0E2071B8CF084C2EBCAFBC44 /* Source Files */, 538BDFA6BDE24536B953BF7D /* Resources */, - 966FF41B2E834D858972B6B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/tests/CMakeLists.txt */, + 966FF41B2E834D858972B6B3 /* ../Play-/deps/libchdr/tests/CMakeLists.txt */, ); name = "chdr-benchmark"; sourceTree = ""; @@ -4406,44 +4406,44 @@ 87552D42E0A2402995F3C6D7 /* Header Files */ = { isa = PBXGroup; children = ( - 7AA6F224D88E4E9BA7FE7945 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/BitManip.h */, - F87C93A533BA44C4934350E5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Breakpoint.h */, - A8BECCDB7BC84824905EFB5E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Csv.h */, - 41F39D16D6074F14B381E6CE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/EndianUtils.h */, - 983C1E46E0DF45669B4F0A5D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/FilesystemUtils.h */, - 93BE3204AD964A439F570B43 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/HashUtils.h */, - D19F3E55407C43D8A7FB8108 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SimdDefs.h */, - 53B26D1F24964D288848F10F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Singleton.h */, - 117467D2933F4856B406EA3C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SocketDef.h */, - 42FC3EA7500B4070A8FEA856 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SocketStream.h */, - FA16C6ABE0F94BF1805BAA15 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StdStream.h */, - 6BB1F310EA5348229A18B66B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StdStreamUtils.h */, - B816AE79DA22443A8666E539 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Stream.h */, - 1912309D54D6409EB42CD7B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StringUtils.h */, - 6257203684234DBA834BCBA7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/ThreadPool.h */, - B8BFA92EC6964B07A5FCBB25 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/ThreadUtils.h */, - A072EAC4D43C4895869C5353 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Url.h */, - 9620CD079E9D42708BFAEAF0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Utf8.h */, - 09A85B7E929643BFB848DCEC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/filesystem_def.h */, - 21B4A924F2F349E5BD5179A6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/FlatLayout.h */, - 6FEFBF4C2112458F95CA9066 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/GridLayout.h */, - 0E9A7809D45C46718F6F523E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/HorizontalLayout.h */, - 750053C9C0A14551A950CDF5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutBase.h */, - E19F6AF845594C5192078358 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutBaseItem.h */, - 046427E304CD46BFB31B7259 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutObject.h */, - C1C94A356B4446DDA67A6C90 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutStretch.h */, - A97D77D4C7244B9AA8013D0F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/VerticalLayout.h */, - A3B3246753744770AE12F0C4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/maybe_unused.h */, - 9E27799809EA4F8D912BE24F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/nodiscard.h */, - 89C12DCE4C614C57A6322FA6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/signal/Signal.h */, - 3DE6949E088B4477B8463700 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/std_experimental_map.h */, - B8D8EA493FA8419C8F103938 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/std_experimental_set.h */, - BB6E6719F12A41989611E347 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipArchiveReader.h */, - A4E7A59B2E5C4A02BB7299E1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipArchiveWriter.h */, - 53F241304A6F4E50A535DB96 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipDeflateStream.h */, - 7D07C8B00090420D9B586894 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipFile.h */, - 0518C269164B453EA7DA3D93 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipInflateStream.h */, - 55689BD549214061B6EDC1A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipStoreStream.h */, + 7AA6F224D88E4E9BA7FE7945 /* ../Play-/deps/Framework/include/BitManip.h */, + F87C93A533BA44C4934350E5 /* ../Play-/deps/Framework/include/Breakpoint.h */, + A8BECCDB7BC84824905EFB5E /* ../Play-/deps/Framework/include/Csv.h */, + 41F39D16D6074F14B381E6CE /* ../Play-/deps/Framework/include/EndianUtils.h */, + 983C1E46E0DF45669B4F0A5D /* ../Play-/deps/Framework/include/FilesystemUtils.h */, + 93BE3204AD964A439F570B43 /* ../Play-/deps/Framework/include/HashUtils.h */, + D19F3E55407C43D8A7FB8108 /* ../Play-/deps/Framework/include/SimdDefs.h */, + 53B26D1F24964D288848F10F /* ../Play-/deps/Framework/include/Singleton.h */, + 117467D2933F4856B406EA3C /* ../Play-/deps/Framework/include/SocketDef.h */, + 42FC3EA7500B4070A8FEA856 /* ../Play-/deps/Framework/include/SocketStream.h */, + FA16C6ABE0F94BF1805BAA15 /* ../Play-/deps/Framework/include/StdStream.h */, + 6BB1F310EA5348229A18B66B /* ../Play-/deps/Framework/include/StdStreamUtils.h */, + B816AE79DA22443A8666E539 /* ../Play-/deps/Framework/include/Stream.h */, + 1912309D54D6409EB42CD7B5 /* ../Play-/deps/Framework/include/StringUtils.h */, + 6257203684234DBA834BCBA7 /* ../Play-/deps/Framework/include/ThreadPool.h */, + B8BFA92EC6964B07A5FCBB25 /* ../Play-/deps/Framework/include/ThreadUtils.h */, + A072EAC4D43C4895869C5353 /* ../Play-/deps/Framework/include/Url.h */, + 9620CD079E9D42708BFAEAF0 /* ../Play-/deps/Framework/include/Utf8.h */, + 09A85B7E929643BFB848DCEC /* ../Play-/deps/Framework/include/filesystem_def.h */, + 21B4A924F2F349E5BD5179A6 /* ../Play-/deps/Framework/include/layout/FlatLayout.h */, + 6FEFBF4C2112458F95CA9066 /* ../Play-/deps/Framework/include/layout/GridLayout.h */, + 0E9A7809D45C46718F6F523E /* ../Play-/deps/Framework/include/layout/HorizontalLayout.h */, + 750053C9C0A14551A950CDF5 /* ../Play-/deps/Framework/include/layout/LayoutBase.h */, + E19F6AF845594C5192078358 /* ../Play-/deps/Framework/include/layout/LayoutBaseItem.h */, + 046427E304CD46BFB31B7259 /* ../Play-/deps/Framework/include/layout/LayoutObject.h */, + C1C94A356B4446DDA67A6C90 /* ../Play-/deps/Framework/include/layout/LayoutStretch.h */, + A97D77D4C7244B9AA8013D0F /* ../Play-/deps/Framework/include/layout/VerticalLayout.h */, + A3B3246753744770AE12F0C4 /* ../Play-/deps/Framework/include/maybe_unused.h */, + 9E27799809EA4F8D912BE24F /* ../Play-/deps/Framework/include/nodiscard.h */, + 89C12DCE4C614C57A6322FA6 /* ../Play-/deps/Framework/include/signal/Signal.h */, + 3DE6949E088B4477B8463700 /* ../Play-/deps/Framework/include/std_experimental_map.h */, + B8D8EA493FA8419C8F103938 /* ../Play-/deps/Framework/include/std_experimental_set.h */, + BB6E6719F12A41989611E347 /* ../Play-/deps/Framework/include/zip/ZipArchiveReader.h */, + A4E7A59B2E5C4A02BB7299E1 /* ../Play-/deps/Framework/include/zip/ZipArchiveWriter.h */, + 53F241304A6F4E50A535DB96 /* ../Play-/deps/Framework/include/zip/ZipDeflateStream.h */, + 7D07C8B00090420D9B586894 /* ../Play-/deps/Framework/include/zip/ZipFile.h */, + 0518C269164B453EA7DA3D93 /* ../Play-/deps/Framework/include/zip/ZipInflateStream.h */, + 55689BD549214061B6EDC1A9 /* ../Play-/deps/Framework/include/zip/ZipStoreStream.h */, ); name = "Header Files"; sourceTree = ""; @@ -4451,17 +4451,17 @@ 8951A8CF88E94D84B01D6F27 /* Source Files */ = { isa = PBXGroup; children = ( - 6FE7C1B518E6422F83A5E6C6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */, - 9A353D51FF64449C82E5FC9C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */, - 540CC64084FC40808E8566EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */, - 52D3D3A7868E47A28971C926 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */, - DADFB344D29F40B888736944 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */, - 8F5FA03416D84B2386DF4F38 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */, - C2BE17755B7C4E9DB8C75C02 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */, - D9EE9924BBA948E19F57E71F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */, - C21EE9195C55489283BB20BD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */, - AC9A0457E88A44A59E3DA756 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */, - 5C75FD5F713B43DDBDCDC76A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */, + 6FE7C1B518E6422F83A5E6C6 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */, + 9A353D51FF64449C82E5FC9C /* ../Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */, + 540CC64084FC40808E8566EE /* ../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */, + 52D3D3A7868E47A28971C926 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */, + DADFB344D29F40B888736944 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */, + 8F5FA03416D84B2386DF4F38 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */, + C2BE17755B7C4E9DB8C75C02 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */, + D9EE9924BBA948E19F57E71F /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */, + C21EE9195C55489283BB20BD /* ../Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */, + AC9A0457E88A44A59E3DA756 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */, + 5C75FD5F713B43DDBDCDC76A /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */, ); name = "Source Files"; sourceTree = ""; @@ -4472,7 +4472,7 @@ 8078F56B0F7E4A62A6DA1019 /* Source Files */, D617AEC0E5B3410A94D730C7 /* Header Files */, D22539D92AB643128FA7595F /* Resources */, - 6B0E845F08B04B8294A23AEC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/CMakeLists.txt */, + 6B0E845F08B04B8294A23AEC /* ../Play-/deps/CodeGen/build_cmake/CMakeLists.txt */, ); name = CodeGenTestSuite; sourceTree = ""; @@ -4483,7 +4483,7 @@ 61F69952A31847C89B9C2E98 /* Source Files */, 6533CFF799E04D46B56800B3 /* Header Files */, 33A075995DE64EED9AFA1341 /* Resources */, - C1E83080B8A14423817E42FC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkAmazon/CMakeLists.txt */, + C1E83080B8A14423817E42FC /* ../Play-/deps/Framework/build_cmake/FrameworkAmazon/CMakeLists.txt */, ); name = Framework_Amazon; sourceTree = ""; @@ -4491,7 +4491,7 @@ 90CCADB4E6374D5B9A9D6CF5 /* Header Files */ = { isa = PBXGroup; children = ( - F15686F0162A4AD7A7B88E11 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/PsfPlayer/Source/SH_OpenAL.h */, + F15686F0162A4AD7A7B88E11 /* ../Play-/tools/PsfPlayer/Source/SH_OpenAL.h */, ); name = "Header Files"; sourceTree = ""; @@ -4501,7 +4501,7 @@ children = ( 96E2CBBFC7EF438A9AE0BAFD /* Source Files */, 00C42656B1A948C7BB33FC28 /* Resources */, - 8193095595D847099031931F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/SDWebImage/CMakeLists.txt */, + 8193095595D847099031931F /* ../Play-/deps/Dependencies/build_cmake/SDWebImage/CMakeLists.txt */, ); name = SDWebImage_Static; sourceTree = ""; @@ -4509,24 +4509,24 @@ 96E2CBBFC7EF438A9AE0BAFD /* Source Files */ = { isa = PBXGroup; children = ( - 3C452167FD6040A187AA7D9C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/NSData+ImageContentType.m */, - 51DDADE110EA4C198C0423A4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/NSImage+WebCache.m */, - 002B3B6A3DE04F72A233CCC6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCache.m */, - D8F149D62E1F492F96BEAF7D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCacheConfig.m */, - 7D619B836E004F78B0F9CA95 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageCompat.m */, - 6EF125C0ED7D460D82D7A0E4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDecoder.m */, - BBB02F5393124842A00ECFB6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloader.m */, - 447D83223C0B43AE9794D6CB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m */, - 2A7F47907A53494FB021A13F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageManager.m */, - 1F7D98E6B3A94B99BFDA2B37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImagePrefetcher.m */, - 749048109EFB4EF2A4A366FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIButton+WebCache.m */, - 99FF855BA91D4B08A92665D0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+GIF.m */, - 19A5DA3A9F444302A79A15F7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+MultiFormat.m */, - EE12AF9419FE41569A3C6DF1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+WebP.m */, - C3D64AA0FF0142EEA2EC5BB7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.m */, - D2E7AC3D20054772BBA63167 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+WebCache.m */, - 379CC660F87949A48833F2A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCache.m */, - 82C9375975594E26B66DAF1E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCacheOperation.m */, + 3C452167FD6040A187AA7D9C /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/NSData+ImageContentType.m */, + 51DDADE110EA4C198C0423A4 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/NSImage+WebCache.m */, + 002B3B6A3DE04F72A233CCC6 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCache.m */, + D8F149D62E1F492F96BEAF7D /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCacheConfig.m */, + 7D619B836E004F78B0F9CA95 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageCompat.m */, + 6EF125C0ED7D460D82D7A0E4 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDecoder.m */, + BBB02F5393124842A00ECFB6 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloader.m */, + 447D83223C0B43AE9794D6CB /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m */, + 2A7F47907A53494FB021A13F /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageManager.m */, + 1F7D98E6B3A94B99BFDA2B37 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImagePrefetcher.m */, + 749048109EFB4EF2A4A366FB /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIButton+WebCache.m */, + 99FF855BA91D4B08A92665D0 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+GIF.m */, + 19A5DA3A9F444302A79A15F7 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+MultiFormat.m */, + EE12AF9419FE41569A3C6DF1 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+WebP.m */, + C3D64AA0FF0142EEA2EC5BB7 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.m */, + D2E7AC3D20054772BBA63167 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+WebCache.m */, + 379CC660F87949A48833F2A9 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCache.m */, + 82C9375975594E26B66DAF1E /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCacheOperation.m */, ); name = "Source Files"; sourceTree = ""; @@ -4534,10 +4534,10 @@ 99AEC2B220194ADE876D469D /* Source Files */ = { isa = PBXGroup; children = ( - E423D0EC03744D4CAB21D9AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Buffer.cpp */, - D0B58CA445B242F6BB2BC035 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Context.cpp */, - 52182D24D88248EE8ED09A1A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Device.cpp */, - 60378F74B6944B50B3028645 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Source.cpp */, + E423D0EC03744D4CAB21D9AB /* ../Play-/deps/Framework/src/openal/Buffer.cpp */, + D0B58CA445B242F6BB2BC035 /* ../Play-/deps/Framework/src/openal/Context.cpp */, + 52182D24D88248EE8ED09A1A /* ../Play-/deps/Framework/src/openal/Device.cpp */, + 60378F74B6944B50B3028645 /* ../Play-/deps/Framework/src/openal/Source.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -4545,7 +4545,7 @@ 9A5FDB5D202B4522AFF00363 /* Resources */ = { isa = PBXGroup; children = ( - E9B779951FE846A78B3BEE9D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist */, + E9B779951FE846A78B3BEE9D /* ../cmake/Source/ui_ios/Source/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -4553,7 +4553,7 @@ 9D9311E931B64ED698E95D62 /* Resources */ = { isa = PBXGroup; children = ( - 04FF4B20A1AE4CACB6EE7BF6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/CMakeFiles/gsh_vulkan.dir/Info.plist */, + 04FF4B20A1AE4CACB6EE7BF6 /* ../cmake/Source/ui_ios/gs/GSH_Vulkan/CMakeFiles/gsh_vulkan.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -4564,10 +4564,10 @@ 39B10D15C5BD402283672289 /* Source Files */, 72EEA539AFE7410891E44D6E /* Header Files */, F4963FE8777241508C992609 /* Resources */, - 9C7C6DAE563B484DA261EB55 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MoltenVK/dylib/iOS/libMoltenVK.dylib */, - 7DE518D61AD64761A2D2929D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/CMakeLists.txt */, - DDA8DC64903F415389732D26 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/patches.xml */, - D48A4EF73C454B1EA322651A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/CMakeFiles/Play-CMakeForceLinker.swift */, + 9C7C6DAE563B484DA261EB55 /* ../Play-/Source/MoltenVK/dylib/iOS/libMoltenVK.dylib */, + 7DE518D61AD64761A2D2929D /* ../Play-/Source/ui_ios/CMakeLists.txt */, + DDA8DC64903F415389732D26 /* ../Play-/patches.xml */, + D48A4EF73C454B1EA322651A /* ../cmake/Source/ui_ios/CMakeFiles/Play-CMakeForceLinker.swift */, ); name = Play; sourceTree = ""; @@ -4575,213 +4575,213 @@ 9FCE4F1B4B5748A1A1778714 /* Header Files */ = { isa = PBXGroup; children = ( - E0132D2AB34643CDAB6F02A3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/AppConfig.h */, - A54F901EDA494DDFBA63F234 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BasicBlock.h */, - 6948DE38BE794B0FA654FB87 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BiosDebugInfoProvider.h */, - 86B26C95426D4D78B25FBF7B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BlockLookupOneWay.h */, - 40AB363804A140018368C473 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BlockLookupTwoWay.h */, - 97105ED7E3494ADEADC32EE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_FPU.h */, - 06029593627A4E9BBDBD528B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_SCU.h */, - 830CFCB8C4974552910E4B62 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ControllerInfo.h */, - 5ED407D14BED45A68414A1AE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/DiskUtils.h */, - F92519A475E64B3E84EBECE3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ELF.h */, - BAC74D83A5E54FFA9332007B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ElfDefs.h */, - AB183ED1BB4D4C3A8101D6AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ElfFile.h */, - 66964E7070C740CE98DB2C02 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FpUtils.h */, - 069B762CA2974D37A7BB7DFD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameDump.h */, - A273A706720843B1A8694168 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameLimiter.h */, - E5A60FFE7445489CB2EE19C5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/GenericMipsExecutor.h */, - 93FBB1ABD3894835BFF9F75E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/BlockProvider.h */, - E2E5C3CD842647E58E6C9FB3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/DirectoryRecord.h */, - 3FABD0E963BE4B88BB78710D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/File.h */, - 3E51CBA297784C90AA82E130 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/ISO9660.h */, - D40088DE22434059A5C63FF0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTable.h */, - 14395D9AAD794A80894E20E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTableRecord.h */, - 6C9148DC706945B4B619F8CC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/VolumeDescriptor.h */, - 51845166E8DC43369EE06E70 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/InputConfig.h */, - 0D1498B428B44A79B115770D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Log.h */, - 84A3BD447FD7489FBB1AF9B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV.h */, - DBEAEC9CDB7F40169C2AB959 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPS.h */, - 8F8CE23633D645EE91AE285E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAnalysis.h */, - EFA28DECD5F34FBABFC006EB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSArchitecture.h */, - EE788989F0B04052A8F4A6C3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAssembler.h */, - 843B5B89ABC24301AD6E27CD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSCoprocessor.h */, - B89F73B7A68B4DDF9EACB087 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSInstructionFactory.h */, - C96F2C41BC6443B4A8717BD3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSReflection.h */, - 60C902CE422D4D11AA4A55B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSTags.h */, - 029F764DB59246FD867DFF7E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MailBox.h */, - 1CAE4A5D1B87457EA39E86B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryMap.h */, - F320629ACCB64978AA93D79D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryUtils.h */, - 1127CA1D5ED7483FBAFAA356 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsExecutor.h */, - 423CCD4299944457914BED6F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsFunctionPatternDb.h */, - 2947C747405548B0A2DC3C60 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsJitter.h */, - C0F3B0A16EE7493FBA0208E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OpticalMedia.h */, - 6AF25856D0394DC59A097945 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OsStructManager.h */, - 8DB95D898B774280A2346B93 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OsStructQueue.h */, - 272766CB73BD49B99DF58FC7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OsVariableWrapper.h */, - 7B40840A835E4C5CAA86C4D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PH_Generic.h */, - 3AA790E944E44886B31F51BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PS2VM.h */, - 0379A5524D17433C9C991D5D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PS2VM_Preferences.h */, - 1A8F14B4BE3842FC87BC5432 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadHandler.h */, - 7FE77D0A81BB4E3698027342 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadInterface.h */, - 44579B0B9116453D9B71D44C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Pch.h */, - 417959608B6D4140AA60B26F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Profiler.h */, - 937F27027B3A4336A727B417 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Ps2Const.h */, - 256E18A61E6640C59DA39E38 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScopedVmPauser.h */, - 7EA3E08A7802412FB4A5B806 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScreenPositionListener.h */, - 9B57F6CE6B26415390E7E1DE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScreenShotUtils.h */, - 4228B9AC99D2409B8279537F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/SifDefs.h */, - 27ED7597E0FF4EDB82E79389 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/SifModule.h */, - 7D476F1F73B14DE8B788D035 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/SifModuleAdapter.h */, - 7CAE51278D564807873F1628 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/TimeUtils.h */, - CE48F86044044B46819493B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/VirtualPad.h */, - 06E8EBDDFF674B479D4ABCCE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdCdImageStream.h */, - 396AC744B2634EBA979B5F14 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdImageStream.h */, - 9FE4982D74DF49CDAEE6E38D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdStreamSupport.h */, - 97BA7D347F8C4DAC97C91DF5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CsoImageStream.h */, - 2C8406F5733E4ED7912EEE67 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CueSheet.h */, - DF27BF9887664B35918F17B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/IszImageStream.h */, - FCEE09E2895F469988B9888B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/MdsDiscImage.h */, - 6DD69CCCC797427ABAF582DC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/COP_VU.h */, - B50A2E753CAC49379967597F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/DMAC.h */, - 5B90B933684146B5AF382203 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Dmac_Channel.h */, - 786C7B82AA704AEEAEBFB433 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EEAssembler.h */, - 998A7E05CACC4037B1EC021C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeBasicBlock.h */, - BC6B430C06C14841A9E9047E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeExecutor.h */, - 63F34BF25D554970874C01AF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_IdleEvaluator.h */, - 87EFA4C63987412AAAFE710A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_LibMc2.h */, - 4EEA68E9C257456DBAD6D22C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_SubSystem.h */, - 9AA83863E8A44FCDB1D756DB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpAddTruncate.h */, - 6D94759B630140A0A0ABB8A4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpMulTruncate.h */, - 91D29A1AE513472CB678B7F8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/GIF.h */, - DB9468484E0744B99C9F655B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/INTC.h */, - B2A24246A341487499202144 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU.h */, - 73C9880A8C364F358E9F7BE7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_DmVectorTable.h */, - A80CEE61AB02426483A5BEED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockAddressIncrementTable.h */, - 999099E502C64029B97E326D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeBTable.h */, - 3C5020158CAC432C8F13458B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeITable.h */, - E2D33C895F7D41CBAC3D28AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypePTable.h */, - 738BCA40D3744C0C8768F048 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MotionCodeTable.h */, - 74E8D5068B7846178BC755F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_EE.h */, - 730843C6E32E454E82580A41 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU.h */, - 600D27CF266541E49AEBC8CA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/PS2OS.h */, - 5A00E81A70334550820CC506 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/SIF.h */, - DEC6432F3B2F46CA993CFC51 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Timer.h */, - 707DC4E0C1F640DF8B3C5404 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VUShared.h */, - E2CC69324037487F98563CD2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif.h */, - A137A323DC37417884C79E6D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif1.h */, - C15A911D3B8F45B584006E4E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vpu.h */, - 18D3558B8D7945829C320E84 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuAnalysis.h */, - 08F46F1ED762408EA643A8B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuBasicBlock.h */, - D5BE909F5D1D4322B704214C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuExecutor.h */, - 8C6E641F5D424702890B0C8C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Null.h */, - 92DA0E46DE5348A395D85E4B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSHandler.h */, - E5EF37D8696045888C1C0E4F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsCachedArea.h */, - 1762AD8517E14E3DBB8F1FFC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsDebuggerInterface.h */, - 698231AE756D4B48ABF3638D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsPixelFormats.h */, - 141959309FEA48068D2CC3CB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsSpriteRegion.h */, - 0211986CC4AB443DB9A38981 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsTextureCache.h */, - DCCFB7643AF74FD293B3530D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsTransferRange.h */, - E801773E8E3F46A6BE274402 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/ApaDefs.h */, - 63DD20B525CA48FC898B1D0D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/ApaReader.h */, - 349202E6973844C4B1947B61 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/HddDefs.h */, - 55C8CB48119D4ED6A6BFFFA6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/PfsDefs.h */, - 88169A4C34E641AAB1E59501 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/PfsReader.h */, - 6C0064A7BDE24FCEA1AC4A7C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/InputBindingManager.h */, - 8E2C9E38AD6245E1B6FAF431 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/InputProvider.h */, - DC545CB7F2364E12A39CFA57 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/PH_GenericInput.h */, - F958FF72324440B289308254 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ArgumentIterator.h */, - 930057E62C474E2FAE232D3F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_Defs.h */, - 03F3C52523BC4C14ADD17D53 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_Device.h */, - CDF2E027F1DD4F8BBB818CA1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_DirectoryIterator.h */, - 19DCEF5CD2CA4D9C93A1D026 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_ScopedFile.h */, - 03FCB6EA20F84E94AD354F29 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/IopBios.h */, - 309355EAFC254D68AFC629BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdfsv.h */, - 102D29D9D4AA42E1AD40EB5C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdman.h */, - 3A103FDDD5E944A49928FF5C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dev9.h */, - 7DBA8EA9971B409E8CD6686E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmac.h */, - B66637A46FCB48CB95B186FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_DmacChannel.h */, - 8FEAC327F7E44A18B5F47A4A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmacman.h */, - 4C863E0D014843ED8D2A898B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dynamic.h */, - 2714D2CC0B374304A7DDD29B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIo.h */, - 00FEA347FF79471A85E6EC43 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler1000.h */, - 1E71AB8261F744859BB8B90C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2100.h */, - A716BF08BF1A41F397C87755 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2200.h */, - 16E779AABE1A4F80A4DEB0A7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Heaplib.h */, - 4155483089BB4FC79972548F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ilink.h */, - 4E281968F21446D9AC4D7595 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intc.h */, - 4CC2F47B164542ECA2E27377 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intrman.h */, - 61BC881113E04A9D9BE5D774 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ioman.h */, - A1B3E6CF7BBD4B588A299052 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_IomanX.h */, - A80407822E034A8580846ACC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_LibSd.h */, - B5BF7CE712714A429038D848 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Loadcore.h */, - 8BBEB1CCE2D74F139E49D9DD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_McServ.h */, - DAA63E530DFA46FEBD60E658 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Modload.h */, - 31D6DC83E6584883A32AD171 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Module.h */, - 6A58E9C8756A42BE9EC8A153 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_MtapMan.h */, - B6B6703619D746A68D5A1A52 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PadMan.h */, - 962B0F97ED8C4315975567F7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PathUtils.h */, - F2A83C33D82742D582FC9D07 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PowerOff.h */, - 87C131645BD84EBC80DDB833 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_RootCounters.h */, - 0D833505517C4060AFEE3655 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Secrman.h */, - 765B67DD0B9E4E27927A0DBE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifCmd.h */, - 07B855465BAE4DC48940B7AD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifDynamic.h */, - 0A0D2E16629F4A638F80ADFF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifMan.h */, - F3A78714C02249669671A50A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManNull.h */, - 8B1961DBF08F4D93BDD16C04 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManPs2.h */, - 958A805690FE4AA1B1E227C4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sio2.h */, - B77C5217C724435F96CE0FAD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Speed.h */, - 35101385CD8042FDAE9DA24D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu.h */, - BD6B7BEFCBD143B88495BB6D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2.h */, - AF66BBFCC49940E78B4C0ABE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2_Core.h */, - AF10D33BB3624450A0F271C5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SpuBase.h */, - E0751B1A444A458B8F0A0610 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Stdio.h */, - FEA2675F4C8D4627AE417F10 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SubSystem.h */, - 6E35E30A1BBB4CA78A7790B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysclib.h */, - 6A328196E4134B1BB504C0A8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysmem.h */, - 42A6E100C562422FA9CCD03A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thbase.h */, - 29F3C33D499B4EFB9D99D2F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thevent.h */, - 0F62568A6FEA4E9598D35DB2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thfpool.h */, - F06231026D0C4D44BC90BC45 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thmsgbx.h */, - 034CD532BAC4484F814277EF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thsema.h */, - A10EF33B1BCF490B90538661 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thvpool.h */, - C2771A04B4A84CA8BE1CF77B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Timrman.h */, - 4C3EACC3909B49CA9386021D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Vblank.h */, - 01D35FF5B1D248F3881E5552 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/DirectoryDevice.h */, - 7E71C10085A4430B81F3BBD9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDevice.h */, - D84CDE899D11494BB523F0A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDumpDevice.h */, - C77F7702177A45B59ED55CF2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/McDumpDevice.h */, - 29E3C0FE68B546E1A576D108 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDevice.h */, - 71275D5880544798904CFE6A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.h */, - 2B8F9C79835A4C35A0922431 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/PathDirectoryDevice.h */, - B3B0125BD9ED485D99D020C6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/PathDirectoryIterator.h */, - 05C8DEA60B3440308B86DC94 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/PreferenceDirectoryDevice.h */, - F0D770A2809049E99CA632E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.h */, - 300D63022E844F42BB500041 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoSys147.h */, - 08DBAA312E0344F68CED48C6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.h */, - E473542FF7024D22A308E674 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.h */, - 8B357CAA37ED4951925C045E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.h */, - 75663E74920B4465B5967FB6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.h */, - 9900CEF5035E41E488D588FD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoSys246.h */, - 370203BBCF074977B4F0F30A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/psx/PsxBios.h */, - 3AC013EAFDF944B0BC9CD4F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Icon.h */, - 3A7E8731F5764BC5B3902C01 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/MaxSaveImporter.h */, - AB724AC8C2A545FE9A5DC6A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpReader.h */, - C1217700537E4F728CA9629F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpSaveImporter.h */, - 14A2BCC27D374AD286E67AFF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/PsuSaveImporter.h */, - 4C83CB065894468CACEB3C87 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Save.h */, - 2DDFB7D3FC33401783745940 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveExporter.h */, - 110EA6C22FF54DC0B0E7591C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporter.h */, - B88B0343779C45598195438D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporterBase.h */, - 79C8D006149440A0A49FED5E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/XpsSaveImporter.h */, - 322087645CC2479A8F6FAE44 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/MemoryStateFile.h */, - 85C4A6DC631D406FA33BE0D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterState.h */, - 5EDBFF83803045FD8E36E553 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateCollectionFile.h */, - 3CC89C9C0A6B4B7A9668DA2F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateFile.h */, - F9994A4EE0C74F91AD638E2D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateUtils.h */, - 58C597B14EFF4E609B8137BD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/XmlStateFile.h */, - 79D0AE36C8F0497BA1C57A39 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/static_loop.h */, - 738F6F76F1E8488CAC5B240D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/uint128.h */, + E0132D2AB34643CDAB6F02A3 /* ../Play-/Source/AppConfig.h */, + A54F901EDA494DDFBA63F234 /* ../Play-/Source/BasicBlock.h */, + 6948DE38BE794B0FA654FB87 /* ../Play-/Source/BiosDebugInfoProvider.h */, + 86B26C95426D4D78B25FBF7B /* ../Play-/Source/BlockLookupOneWay.h */, + 40AB363804A140018368C473 /* ../Play-/Source/BlockLookupTwoWay.h */, + 97105ED7E3494ADEADC32EE5 /* ../Play-/Source/COP_FPU.h */, + 06029593627A4E9BBDBD528B /* ../Play-/Source/COP_SCU.h */, + 830CFCB8C4974552910E4B62 /* ../Play-/Source/ControllerInfo.h */, + 5ED407D14BED45A68414A1AE /* ../Play-/Source/DiskUtils.h */, + F92519A475E64B3E84EBECE3 /* ../Play-/Source/ELF.h */, + BAC74D83A5E54FFA9332007B /* ../Play-/Source/ElfDefs.h */, + AB183ED1BB4D4C3A8101D6AC /* ../Play-/Source/ElfFile.h */, + 66964E7070C740CE98DB2C02 /* ../Play-/Source/FpUtils.h */, + 069B762CA2974D37A7BB7DFD /* ../Play-/Source/FrameDump.h */, + A273A706720843B1A8694168 /* ../Play-/Source/FrameLimiter.h */, + E5A60FFE7445489CB2EE19C5 /* ../Play-/Source/GenericMipsExecutor.h */, + 93FBB1ABD3894835BFF9F75E /* ../Play-/Source/ISO9660/BlockProvider.h */, + E2E5C3CD842647E58E6C9FB3 /* ../Play-/Source/ISO9660/DirectoryRecord.h */, + 3FABD0E963BE4B88BB78710D /* ../Play-/Source/ISO9660/File.h */, + 3E51CBA297784C90AA82E130 /* ../Play-/Source/ISO9660/ISO9660.h */, + D40088DE22434059A5C63FF0 /* ../Play-/Source/ISO9660/PathTable.h */, + 14395D9AAD794A80894E20E6 /* ../Play-/Source/ISO9660/PathTableRecord.h */, + 6C9148DC706945B4B619F8CC /* ../Play-/Source/ISO9660/VolumeDescriptor.h */, + 51845166E8DC43369EE06E70 /* ../Play-/Source/InputConfig.h */, + 0D1498B428B44A79B115770D /* ../Play-/Source/Log.h */, + 84A3BD447FD7489FBB1AF9B4 /* ../Play-/Source/MA_MIPSIV.h */, + DBEAEC9CDB7F40169C2AB959 /* ../Play-/Source/MIPS.h */, + 8F8CE23633D645EE91AE285E /* ../Play-/Source/MIPSAnalysis.h */, + EFA28DECD5F34FBABFC006EB /* ../Play-/Source/MIPSArchitecture.h */, + EE788989F0B04052A8F4A6C3 /* ../Play-/Source/MIPSAssembler.h */, + 843B5B89ABC24301AD6E27CD /* ../Play-/Source/MIPSCoprocessor.h */, + B89F73B7A68B4DDF9EACB087 /* ../Play-/Source/MIPSInstructionFactory.h */, + C96F2C41BC6443B4A8717BD3 /* ../Play-/Source/MIPSReflection.h */, + 60C902CE422D4D11AA4A55B7 /* ../Play-/Source/MIPSTags.h */, + 029F764DB59246FD867DFF7E /* ../Play-/Source/MailBox.h */, + 1CAE4A5D1B87457EA39E86B4 /* ../Play-/Source/MemoryMap.h */, + F320629ACCB64978AA93D79D /* ../Play-/Source/MemoryUtils.h */, + 1127CA1D5ED7483FBAFAA356 /* ../Play-/Source/MipsExecutor.h */, + 423CCD4299944457914BED6F /* ../Play-/Source/MipsFunctionPatternDb.h */, + 2947C747405548B0A2DC3C60 /* ../Play-/Source/MipsJitter.h */, + C0F3B0A16EE7493FBA0208E3 /* ../Play-/Source/OpticalMedia.h */, + 6AF25856D0394DC59A097945 /* ../Play-/Source/OsStructManager.h */, + 8DB95D898B774280A2346B93 /* ../Play-/Source/OsStructQueue.h */, + 272766CB73BD49B99DF58FC7 /* ../Play-/Source/OsVariableWrapper.h */, + 7B40840A835E4C5CAA86C4D4 /* ../Play-/Source/PH_Generic.h */, + 3AA790E944E44886B31F51BF /* ../Play-/Source/PS2VM.h */, + 0379A5524D17433C9C991D5D /* ../Play-/Source/PS2VM_Preferences.h */, + 1A8F14B4BE3842FC87BC5432 /* ../Play-/Source/PadHandler.h */, + 7FE77D0A81BB4E3698027342 /* ../Play-/Source/PadInterface.h */, + 44579B0B9116453D9B71D44C /* ../Play-/Source/Pch.h */, + 417959608B6D4140AA60B26F /* ../Play-/Source/Profiler.h */, + 937F27027B3A4336A727B417 /* ../Play-/Source/Ps2Const.h */, + 256E18A61E6640C59DA39E38 /* ../Play-/Source/ScopedVmPauser.h */, + 7EA3E08A7802412FB4A5B806 /* ../Play-/Source/ScreenPositionListener.h */, + 9B57F6CE6B26415390E7E1DE /* ../Play-/Source/ScreenShotUtils.h */, + 4228B9AC99D2409B8279537F /* ../Play-/Source/SifDefs.h */, + 27ED7597E0FF4EDB82E79389 /* ../Play-/Source/SifModule.h */, + 7D476F1F73B14DE8B788D035 /* ../Play-/Source/SifModuleAdapter.h */, + 7CAE51278D564807873F1628 /* ../Play-/Source/TimeUtils.h */, + CE48F86044044B46819493B5 /* ../Play-/Source/VirtualPad.h */, + 06E8EBDDFF674B479D4ABCCE /* ../Play-/Source/discimages/ChdCdImageStream.h */, + 396AC744B2634EBA979B5F14 /* ../Play-/Source/discimages/ChdImageStream.h */, + 9FE4982D74DF49CDAEE6E38D /* ../Play-/Source/discimages/ChdStreamSupport.h */, + 97BA7D347F8C4DAC97C91DF5 /* ../Play-/Source/discimages/CsoImageStream.h */, + 2C8406F5733E4ED7912EEE67 /* ../Play-/Source/discimages/CueSheet.h */, + DF27BF9887664B35918F17B2 /* ../Play-/Source/discimages/IszImageStream.h */, + FCEE09E2895F469988B9888B /* ../Play-/Source/discimages/MdsDiscImage.h */, + 6DD69CCCC797427ABAF582DC /* ../Play-/Source/ee/COP_VU.h */, + B50A2E753CAC49379967597F /* ../Play-/Source/ee/DMAC.h */, + 5B90B933684146B5AF382203 /* ../Play-/Source/ee/Dmac_Channel.h */, + 786C7B82AA704AEEAEBFB433 /* ../Play-/Source/ee/EEAssembler.h */, + 998A7E05CACC4037B1EC021C /* ../Play-/Source/ee/EeBasicBlock.h */, + BC6B430C06C14841A9E9047E /* ../Play-/Source/ee/EeExecutor.h */, + 63F34BF25D554970874C01AF /* ../Play-/Source/ee/Ee_IdleEvaluator.h */, + 87EFA4C63987412AAAFE710A /* ../Play-/Source/ee/Ee_LibMc2.h */, + 4EEA68E9C257456DBAD6D22C /* ../Play-/Source/ee/Ee_SubSystem.h */, + 9AA83863E8A44FCDB1D756DB /* ../Play-/Source/ee/FpAddTruncate.h */, + 6D94759B630140A0A0ABB8A4 /* ../Play-/Source/ee/FpMulTruncate.h */, + 91D29A1AE513472CB678B7F8 /* ../Play-/Source/ee/GIF.h */, + DB9468484E0744B99C9F655B /* ../Play-/Source/ee/INTC.h */, + B2A24246A341487499202144 /* ../Play-/Source/ee/IPU.h */, + 73C9880A8C364F358E9F7BE7 /* ../Play-/Source/ee/IPU_DmVectorTable.h */, + A80CEE61AB02426483A5BEED /* ../Play-/Source/ee/IPU_MacroblockAddressIncrementTable.h */, + 999099E502C64029B97E326D /* ../Play-/Source/ee/IPU_MacroblockTypeBTable.h */, + 3C5020158CAC432C8F13458B /* ../Play-/Source/ee/IPU_MacroblockTypeITable.h */, + E2D33C895F7D41CBAC3D28AB /* ../Play-/Source/ee/IPU_MacroblockTypePTable.h */, + 738BCA40D3744C0C8768F048 /* ../Play-/Source/ee/IPU_MotionCodeTable.h */, + 74E8D5068B7846178BC755F3 /* ../Play-/Source/ee/MA_EE.h */, + 730843C6E32E454E82580A41 /* ../Play-/Source/ee/MA_VU.h */, + 600D27CF266541E49AEBC8CA /* ../Play-/Source/ee/PS2OS.h */, + 5A00E81A70334550820CC506 /* ../Play-/Source/ee/SIF.h */, + DEC6432F3B2F46CA993CFC51 /* ../Play-/Source/ee/Timer.h */, + 707DC4E0C1F640DF8B3C5404 /* ../Play-/Source/ee/VUShared.h */, + E2CC69324037487F98563CD2 /* ../Play-/Source/ee/Vif.h */, + A137A323DC37417884C79E6D /* ../Play-/Source/ee/Vif1.h */, + C15A911D3B8F45B584006E4E /* ../Play-/Source/ee/Vpu.h */, + 18D3558B8D7945829C320E84 /* ../Play-/Source/ee/VuAnalysis.h */, + 08F46F1ED762408EA643A8B7 /* ../Play-/Source/ee/VuBasicBlock.h */, + D5BE909F5D1D4322B704214C /* ../Play-/Source/ee/VuExecutor.h */, + 8C6E641F5D424702890B0C8C /* ../Play-/Source/gs/GSH_Null.h */, + 92DA0E46DE5348A395D85E4B /* ../Play-/Source/gs/GSHandler.h */, + E5EF37D8696045888C1C0E4F /* ../Play-/Source/gs/GsCachedArea.h */, + 1762AD8517E14E3DBB8F1FFC /* ../Play-/Source/gs/GsDebuggerInterface.h */, + 698231AE756D4B48ABF3638D /* ../Play-/Source/gs/GsPixelFormats.h */, + 141959309FEA48068D2CC3CB /* ../Play-/Source/gs/GsSpriteRegion.h */, + 0211986CC4AB443DB9A38981 /* ../Play-/Source/gs/GsTextureCache.h */, + DCCFB7643AF74FD293B3530D /* ../Play-/Source/gs/GsTransferRange.h */, + E801773E8E3F46A6BE274402 /* ../Play-/Source/hdd/ApaDefs.h */, + 63DD20B525CA48FC898B1D0D /* ../Play-/Source/hdd/ApaReader.h */, + 349202E6973844C4B1947B61 /* ../Play-/Source/hdd/HddDefs.h */, + 55C8CB48119D4ED6A6BFFFA6 /* ../Play-/Source/hdd/PfsDefs.h */, + 88169A4C34E641AAB1E59501 /* ../Play-/Source/hdd/PfsReader.h */, + 6C0064A7BDE24FCEA1AC4A7C /* ../Play-/Source/input/InputBindingManager.h */, + 8E2C9E38AD6245E1B6FAF431 /* ../Play-/Source/input/InputProvider.h */, + DC545CB7F2364E12A39CFA57 /* ../Play-/Source/input/PH_GenericInput.h */, + F958FF72324440B289308254 /* ../Play-/Source/iop/ArgumentIterator.h */, + 930057E62C474E2FAE232D3F /* ../Play-/Source/iop/Ioman_Defs.h */, + 03F3C52523BC4C14ADD17D53 /* ../Play-/Source/iop/Ioman_Device.h */, + CDF2E027F1DD4F8BBB818CA1 /* ../Play-/Source/iop/Ioman_DirectoryIterator.h */, + 19DCEF5CD2CA4D9C93A1D026 /* ../Play-/Source/iop/Ioman_ScopedFile.h */, + 03FCB6EA20F84E94AD354F29 /* ../Play-/Source/iop/IopBios.h */, + 309355EAFC254D68AFC629BF /* ../Play-/Source/iop/Iop_Cdvdfsv.h */, + 102D29D9D4AA42E1AD40EB5C /* ../Play-/Source/iop/Iop_Cdvdman.h */, + 3A103FDDD5E944A49928FF5C /* ../Play-/Source/iop/Iop_Dev9.h */, + 7DBA8EA9971B409E8CD6686E /* ../Play-/Source/iop/Iop_Dmac.h */, + B66637A46FCB48CB95B186FA /* ../Play-/Source/iop/Iop_DmacChannel.h */, + 8FEAC327F7E44A18B5F47A4A /* ../Play-/Source/iop/Iop_Dmacman.h */, + 4C863E0D014843ED8D2A898B /* ../Play-/Source/iop/Iop_Dynamic.h */, + 2714D2CC0B374304A7DDD29B /* ../Play-/Source/iop/Iop_FileIo.h */, + 00FEA347FF79471A85E6EC43 /* ../Play-/Source/iop/Iop_FileIoHandler1000.h */, + 1E71AB8261F744859BB8B90C /* ../Play-/Source/iop/Iop_FileIoHandler2100.h */, + A716BF08BF1A41F397C87755 /* ../Play-/Source/iop/Iop_FileIoHandler2200.h */, + 16E779AABE1A4F80A4DEB0A7 /* ../Play-/Source/iop/Iop_Heaplib.h */, + 4155483089BB4FC79972548F /* ../Play-/Source/iop/Iop_Ilink.h */, + 4E281968F21446D9AC4D7595 /* ../Play-/Source/iop/Iop_Intc.h */, + 4CC2F47B164542ECA2E27377 /* ../Play-/Source/iop/Iop_Intrman.h */, + 61BC881113E04A9D9BE5D774 /* ../Play-/Source/iop/Iop_Ioman.h */, + A1B3E6CF7BBD4B588A299052 /* ../Play-/Source/iop/Iop_IomanX.h */, + A80407822E034A8580846ACC /* ../Play-/Source/iop/Iop_LibSd.h */, + B5BF7CE712714A429038D848 /* ../Play-/Source/iop/Iop_Loadcore.h */, + 8BBEB1CCE2D74F139E49D9DD /* ../Play-/Source/iop/Iop_McServ.h */, + DAA63E530DFA46FEBD60E658 /* ../Play-/Source/iop/Iop_Modload.h */, + 31D6DC83E6584883A32AD171 /* ../Play-/Source/iop/Iop_Module.h */, + 6A58E9C8756A42BE9EC8A153 /* ../Play-/Source/iop/Iop_MtapMan.h */, + B6B6703619D746A68D5A1A52 /* ../Play-/Source/iop/Iop_PadMan.h */, + 962B0F97ED8C4315975567F7 /* ../Play-/Source/iop/Iop_PathUtils.h */, + F2A83C33D82742D582FC9D07 /* ../Play-/Source/iop/Iop_PowerOff.h */, + 87C131645BD84EBC80DDB833 /* ../Play-/Source/iop/Iop_RootCounters.h */, + 0D833505517C4060AFEE3655 /* ../Play-/Source/iop/Iop_Secrman.h */, + 765B67DD0B9E4E27927A0DBE /* ../Play-/Source/iop/Iop_SifCmd.h */, + 07B855465BAE4DC48940B7AD /* ../Play-/Source/iop/Iop_SifDynamic.h */, + 0A0D2E16629F4A638F80ADFF /* ../Play-/Source/iop/Iop_SifMan.h */, + F3A78714C02249669671A50A /* ../Play-/Source/iop/Iop_SifManNull.h */, + 8B1961DBF08F4D93BDD16C04 /* ../Play-/Source/iop/Iop_SifManPs2.h */, + 958A805690FE4AA1B1E227C4 /* ../Play-/Source/iop/Iop_Sio2.h */, + B77C5217C724435F96CE0FAD /* ../Play-/Source/iop/Iop_Speed.h */, + 35101385CD8042FDAE9DA24D /* ../Play-/Source/iop/Iop_Spu.h */, + BD6B7BEFCBD143B88495BB6D /* ../Play-/Source/iop/Iop_Spu2.h */, + AF66BBFCC49940E78B4C0ABE /* ../Play-/Source/iop/Iop_Spu2_Core.h */, + AF10D33BB3624450A0F271C5 /* ../Play-/Source/iop/Iop_SpuBase.h */, + E0751B1A444A458B8F0A0610 /* ../Play-/Source/iop/Iop_Stdio.h */, + FEA2675F4C8D4627AE417F10 /* ../Play-/Source/iop/Iop_SubSystem.h */, + 6E35E30A1BBB4CA78A7790B4 /* ../Play-/Source/iop/Iop_Sysclib.h */, + 6A328196E4134B1BB504C0A8 /* ../Play-/Source/iop/Iop_Sysmem.h */, + 42A6E100C562422FA9CCD03A /* ../Play-/Source/iop/Iop_Thbase.h */, + 29F3C33D499B4EFB9D99D2F0 /* ../Play-/Source/iop/Iop_Thevent.h */, + 0F62568A6FEA4E9598D35DB2 /* ../Play-/Source/iop/Iop_Thfpool.h */, + F06231026D0C4D44BC90BC45 /* ../Play-/Source/iop/Iop_Thmsgbx.h */, + 034CD532BAC4484F814277EF /* ../Play-/Source/iop/Iop_Thsema.h */, + A10EF33B1BCF490B90538661 /* ../Play-/Source/iop/Iop_Thvpool.h */, + C2771A04B4A84CA8BE1CF77B /* ../Play-/Source/iop/Iop_Timrman.h */, + 4C3EACC3909B49CA9386021D /* ../Play-/Source/iop/Iop_Vblank.h */, + 01D35FF5B1D248F3881E5552 /* ../Play-/Source/iop/ioman/DirectoryDevice.h */, + 7E71C10085A4430B81F3BBD9 /* ../Play-/Source/iop/ioman/HardDiskDevice.h */, + D84CDE899D11494BB523F0A9 /* ../Play-/Source/iop/ioman/HardDiskDumpDevice.h */, + C77F7702177A45B59ED55CF2 /* ../Play-/Source/iop/ioman/McDumpDevice.h */, + 29E3C0FE68B546E1A576D108 /* ../Play-/Source/iop/ioman/OpticalMediaDevice.h */, + 71275D5880544798904CFE6A /* ../Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.h */, + 2B8F9C79835A4C35A0922431 /* ../Play-/Source/iop/ioman/PathDirectoryDevice.h */, + B3B0125BD9ED485D99D020C6 /* ../Play-/Source/iop/ioman/PathDirectoryIterator.h */, + 05C8DEA60B3440308B86DC94 /* ../Play-/Source/iop/ioman/PreferenceDirectoryDevice.h */, + F0D770A2809049E99CA632E6 /* ../Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.h */, + 300D63022E844F42BB500041 /* ../Play-/Source/iop/namco_sys147/Iop_NamcoSys147.h */, + 08DBAA312E0344F68CED48C6 /* ../Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.h */, + E473542FF7024D22A308E674 /* ../Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.h */, + 8B357CAA37ED4951925C045E /* ../Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.h */, + 75663E74920B4465B5967FB6 /* ../Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.h */, + 9900CEF5035E41E488D588FD /* ../Play-/Source/iop/namco_sys246/Iop_NamcoSys246.h */, + 370203BBCF074977B4F0F30A /* ../Play-/Source/psx/PsxBios.h */, + 3AC013EAFDF944B0BC9CD4F5 /* ../Play-/Source/saves/Icon.h */, + 3A7E8731F5764BC5B3902C01 /* ../Play-/Source/saves/MaxSaveImporter.h */, + AB724AC8C2A545FE9A5DC6A9 /* ../Play-/Source/saves/McDumpReader.h */, + C1217700537E4F728CA9629F /* ../Play-/Source/saves/McDumpSaveImporter.h */, + 14A2BCC27D374AD286E67AFF /* ../Play-/Source/saves/PsuSaveImporter.h */, + 4C83CB065894468CACEB3C87 /* ../Play-/Source/saves/Save.h */, + 2DDFB7D3FC33401783745940 /* ../Play-/Source/saves/SaveExporter.h */, + 110EA6C22FF54DC0B0E7591C /* ../Play-/Source/saves/SaveImporter.h */, + B88B0343779C45598195438D /* ../Play-/Source/saves/SaveImporterBase.h */, + 79C8D006149440A0A49FED5E /* ../Play-/Source/saves/XpsSaveImporter.h */, + 322087645CC2479A8F6FAE44 /* ../Play-/Source/states/MemoryStateFile.h */, + 85C4A6DC631D406FA33BE0D4 /* ../Play-/Source/states/RegisterState.h */, + 5EDBFF83803045FD8E36E553 /* ../Play-/Source/states/RegisterStateCollectionFile.h */, + 3CC89C9C0A6B4B7A9668DA2F /* ../Play-/Source/states/RegisterStateFile.h */, + F9994A4EE0C74F91AD638E2D /* ../Play-/Source/states/RegisterStateUtils.h */, + 58C597B14EFF4E609B8137BD /* ../Play-/Source/states/XmlStateFile.h */, + 79D0AE36C8F0497BA1C57A39 /* ../Play-/Source/static_loop.h */, + 738F6F76F1E8488CAC5B240D /* ../Play-/Source/uint128.h */, ); name = "Header Files"; sourceTree = ""; @@ -4789,7 +4789,7 @@ A175C08550BF4A7696A8047E /* Header Files */ = { isa = PBXGroup; children = ( - 6B9D1E227C6248798F6E7494 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.h */, + 6B9D1E227C6248798F6E7494 /* ../Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.h */, ); name = "Header Files"; sourceTree = ""; @@ -4799,7 +4799,7 @@ children = ( F0A05A6B8A724D3BB9F427F4 /* Source Files */, AE1507DC9F644D9C8EABE6AF /* Resources */, - 1E167863D2EC46A6A40FDB15 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/iCade-iOS/CMakeLists.txt */, + 1E167863D2EC46A6A40FDB15 /* ../Play-/deps/Dependencies/build_cmake/iCade-iOS/CMakeLists.txt */, ); name = iCade_Static; sourceTree = ""; @@ -4807,7 +4807,7 @@ AE1507DC9F644D9C8EABE6AF /* Resources */ = { isa = PBXGroup; children = ( - CB97089CF1D64E0282F80560 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS/CMakeFiles/iCade_Static.dir/Info.plist */, + CB97089CF1D64E0282F80560 /* ../cmake/Source/ui_ios/iCade-iOS/CMakeFiles/iCade_Static.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -4825,7 +4825,7 @@ 461E36E8BB844D7E9F3F4201 /* Source Files */, 44E71925DC554855BC66208C /* Header Files */, 9D9311E931B64ED698E95D62 /* Resources */, - 1CE3DC26157A4F4187229647 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/CMakeLists.txt */, + 1CE3DC26157A4F4187229647 /* ../Play-/Source/gs/GSH_Vulkan/CMakeLists.txt */, ); name = gsh_vulkan; sourceTree = ""; @@ -4833,7 +4833,7 @@ B5D943892B8C4C43BC3BF5E6 /* Resources */ = { isa = PBXGroup; children = ( - 22CC87679ED7420183F03325 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/CMakeFiles/ui_shared.dir/Info.plist */, + 22CC87679ED7420183F03325 /* ../cmake/Source/ui_ios/ui_shared/CMakeFiles/ui_shared.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -4841,17 +4841,17 @@ BF33B119BE2746D6B158E2E0 /* Header Files */ = { isa = PBXGroup; children = ( - 6AAC54FA9B7646B1B7475C3F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.h */, - 27B9C8FED5F7477B8F682113 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.h */, - AA00DADFF5BA4F428CD594BD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/gzguts.h */, - 6EE710DA4E6E48F7890C542E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.h */, - F93575E1BEBD454AA88187D3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffixed.h */, - 2A4773BE8F6E4ED2B0717AB3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.h */, - E56F781FAD004B9AB4901A44 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.h */, - 03EC7D1CADF64DAFA4CDC965 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.h */, - E8DC1A33BB7D4F42B682F804 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zlib.h */, - 814AD0D095724369894FEB4E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.h */, - F42C6C60AA624D90A4E4C598 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h */, + 6AAC54FA9B7646B1B7475C3F /* ../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.h */, + 27B9C8FED5F7477B8F682113 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.h */, + AA00DADFF5BA4F428CD594BD /* ../Play-/deps/libchdr/deps/zlib-1.2.12/gzguts.h */, + 6EE710DA4E6E48F7890C542E /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.h */, + F93575E1BEBD454AA88187D3 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffixed.h */, + 2A4773BE8F6E4ED2B0717AB3 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.h */, + E56F781FAD004B9AB4901A44 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.h */, + 03EC7D1CADF64DAFA4CDC965 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/trees.h */, + E8DC1A33BB7D4F42B682F804 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zlib.h */, + 814AD0D095724369894FEB4E /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.h */, + F42C6C60AA624D90A4E4C598 /* ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h */, ); name = "Header Files"; sourceTree = ""; @@ -4859,7 +4859,7 @@ C05AF41E368540808FC23BB5 /* Resources */ = { isa = PBXGroup; children = ( - D3F1FFC15FB440F4B9A8C911 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/CMakeFiles/xxhash.dir/Info.plist */, + D3F1FFC15FB440F4B9A8C911 /* ../cmake/Source/ui_ios/Source/xxHash/CMakeFiles/xxhash.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -4869,7 +4869,7 @@ children = ( 28D54AA7BB374129B9E310B5 /* Source Files */, C05AF41E368540808FC23BB5 /* Resources */, - 69BEE468C4534DD2A8494A52 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/CMakeLists.txt */, + 69BEE468C4534DD2A8494A52 /* ../Play-/deps/Dependencies/xxHash/cmake_unofficial/CMakeLists.txt */, ); name = xxhash; sourceTree = ""; @@ -4915,11 +4915,11 @@ C578C430ECB9401386FDA420 /* Source Files */ = { isa = PBXGroup; children = ( - 420E6A80F7D84EEB8F5EA226 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_bitstream.c */, - 4F8A3E82281843B0A532562B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_cdrom.c */, - DE8CD8C7BD4C4FC1AE8DCC68 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_chd.c */, - 2E46CEDFBD6C4A4FB0B630E4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_flac.c */, - 45917E943BBD4E18B042A149 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_huffman.c */, + 420E6A80F7D84EEB8F5EA226 /* ../Play-/deps/libchdr/src/libchdr_bitstream.c */, + 4F8A3E82281843B0A532562B /* ../Play-/deps/libchdr/src/libchdr_cdrom.c */, + DE8CD8C7BD4C4FC1AE8DCC68 /* ../Play-/deps/libchdr/src/libchdr_chd.c */, + 2E46CEDFBD6C4A4FB0B630E4 /* ../Play-/deps/libchdr/src/libchdr_flac.c */, + 45917E943BBD4E18B042A149 /* ../Play-/deps/libchdr/src/libchdr_huffman.c */, ); name = "Source Files"; sourceTree = ""; @@ -4927,11 +4927,11 @@ C80EC88F0B3E443680B24192 /* Source Files */ = { isa = PBXGroup; children = ( - 84ECD42330CF44D8B2A4E124 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/builder/Operations.cpp */, - 83CEBB4A3C174976BDD3D966 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/builder/ShaderBuilder.cpp */, - 025F5A217B2444C2ABD64AFD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/GlslShaderGenerator.cpp */, - 99C8DE2D3F094F5AB8BE5308 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/HlslShaderGenerator.cpp */, - 4E207EA16E76427AA70D137D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/SpirvShaderGenerator.cpp */, + 84ECD42330CF44D8B2A4E124 /* ../Play-/deps/Nuanceur/src/builder/Operations.cpp */, + 83CEBB4A3C174976BDD3D966 /* ../Play-/deps/Nuanceur/src/builder/ShaderBuilder.cpp */, + 025F5A217B2444C2ABD64AFD /* ../Play-/deps/Nuanceur/src/generators/GlslShaderGenerator.cpp */, + 99C8DE2D3F094F5AB8BE5308 /* ../Play-/deps/Nuanceur/src/generators/HlslShaderGenerator.cpp */, + 4E207EA16E76427AA70D137D /* ../Play-/deps/Nuanceur/src/generators/SpirvShaderGenerator.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -4942,7 +4942,7 @@ 652369DAF2B8454B9DD87D79 /* Source Files */, 0ACEF8921E764FF182C8BA02 /* Header Files */, E8969AE155C54CAE9BE8FAF9 /* Resources */, - D656DDF805734613B129010A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/CMakeLists.txt */, + D656DDF805734613B129010A /* ../Play-/deps/Framework/build_cmake/FrameworkOpenGl/CMakeLists.txt */, ); name = Framework_OpenGl; sourceTree = ""; @@ -4953,8 +4953,8 @@ F50AC3DB6B494AF18689E844 /* Source Files */, 80BF5955E199498FA8613FF3 /* Header Files */, 49DE42BDA2B14C74B782F360 /* Resources */, - 48B64ECAD002435EA28B371B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */, - 5ED20A9D53104E24A39C7ADA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */, + 48B64ECAD002435EA28B371B /* ../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */, + 5ED20A9D53104E24A39C7ADA /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */, ); name = libzstd_static; sourceTree = ""; @@ -4970,7 +4970,7 @@ isa = PBXGroup; children = ( 5AAC17E3BD3C479FABA4EE7C /* CMake Rules */, - 965F11B736B940189E3E052E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/CMakeLists.txt */, + 965F11B736B940189E3E052E /* ../Play-/deps/Dependencies/zstd/build/cmake/CMakeLists.txt */, ); name = "clean-all"; sourceTree = ""; @@ -4978,7 +4978,7 @@ D22539D92AB643128FA7595F /* Resources */ = { isa = PBXGroup; children = ( - F9543AB1FB57429D9F9201F7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist */, + F9543AB1FB57429D9F9201F7 /* ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -4986,60 +4986,60 @@ D617AEC0E5B3410A94D730C7 /* Header Files */ = { isa = PBXGroup; children = ( - E79222D10AE24555BDBB701D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest.h */, - 0BF390E66E354D7CA28FCD18 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest2.h */, - 27888633383E45829B52B244 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Alu64Test.h */, - 615E4A7BB7C24A32A1089686 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Call64Test.h */, - 6525E85382F04611B95A2B08 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Cmp64Test.h */, - 0B7B5E0746DF4F358ECCE98B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CompareTest.h */, - 9040E48098FB4D5788D9954E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ConditionTest.h */, - EC187980E16848D98B675628 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Crc32Test.h */, - BEF07039C1F140ABBCC1F095 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CursorTest.h */, - 3AB636CB774A4B9382A4E1A8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/DivTest.h */, - FEDC7A7D034A45539E283511 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ExternJumpTest.h */, - 18A0E0F702A94655B7494EFD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpClampTest.h */, - 451408B30F10471CBFD23FE8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpIntMixTest.h */, - 66DB29A91ADE437D8CDABD2D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpuTest.h */, - 6B04137C3B7241358688A0F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/GotoTest.h */, - E50B594BA715462699A95CA4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTest.h */, - 1EB0D00C7B7D4835BFB0905C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTestLiteral.h */, - 4D216DBF3EB648EC85B3D6B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Logic64Test.h */, - E1EFFE7BA95F4743BFE877B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LogicTest.h */, - 5EE33C5B91E6481C889D38E1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LoopTest.h */, - 8F420C2EEA914549831D5FBC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LzcTest.h */, - C85390585863447AB4B11828 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdAddTest.h */, - AF2E2282683742D1BEA55545 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCallTest.h */, - 595D100379204F0C82700A32 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCmpTest.h */, - 15C6EC9DE2514810BF9F9D0C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpFlagTest.h */, - B3A06DA1C5E34E25908C3358 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpTest.h */, - 6C4D9B8C66504F6F998A9804 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdLogicTest.h */, - FD4FD64649B74AA192DF8B6D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdManipTest.h */, - 959DF5281C8841B9BDC70BB2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMemAccessTest.h */, - B8B3D8D531884CAFB902F8C7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMinMaxTest.h */, - 2D0BB4E4C8864C30B92104C7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdShiftTest.h */, - B3CC9C6F125849CCA9E6B3A6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdSubTest.h */, - DB0C66F3EB27418896A109B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdTest.h */, - ECD45AFF33234D0F9131CAFA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdUnpackTest.h */, - 6116958D5D404BE497FF0111 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess16Test.h */, - 430C8E48762742C7BB515618 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess64Test.h */, - 93F41814F0324114AAFF4BE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess8Test.h */, - E033324E8F224038A50C5345 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessIdxTest.h */, - 180BDD2D0A2048DEAFB2BAD0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessRefTest.h */, - D81D15A3D00C4BFCAADBCFF7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessTest.h */, - 108567FA57A24DCBBABBEF80 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Merge64Test.h */, - B72C07F5842E4FC6B0EA39F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MultTest.h */, - E759FB7D05DD4F6CB82CCD89 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/NestedIfTest.h */, - 4655FBB04BEA4562967828C2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest.h */, - 327749DF737544BB9E672285 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest2.h */, - 77337A84994F43DE94C045CB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest3.h */, - 71A21207BC924BC1B88B4B66 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTempTest.h */, - ADEC174666824ED4860955D7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTest.h */, - C0647E28553F40B2A5347B5D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ReorderAddTest.h */, - 48B1CCB3C94C4B4B94C257E7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Shift64Test.h */, - E8CFC7C29AB04C8BB11C0FF1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ShiftTest.h */, - 0C3DACB13DDA4301A3AC72CC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/SimpleMdTest.h */, - BE0AA59A7185441EB61B0E2B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Test.h */, - 9A99C4FF8DB6447BABEFF814 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/uint128.h */, + E79222D10AE24555BDBB701D /* ../Play-/deps/CodeGen/tests/AliasTest.h */, + 0BF390E66E354D7CA28FCD18 /* ../Play-/deps/CodeGen/tests/AliasTest2.h */, + 27888633383E45829B52B244 /* ../Play-/deps/CodeGen/tests/Alu64Test.h */, + 615E4A7BB7C24A32A1089686 /* ../Play-/deps/CodeGen/tests/Call64Test.h */, + 6525E85382F04611B95A2B08 /* ../Play-/deps/CodeGen/tests/Cmp64Test.h */, + 0B7B5E0746DF4F358ECCE98B /* ../Play-/deps/CodeGen/tests/CompareTest.h */, + 9040E48098FB4D5788D9954E /* ../Play-/deps/CodeGen/tests/ConditionTest.h */, + EC187980E16848D98B675628 /* ../Play-/deps/CodeGen/tests/Crc32Test.h */, + BEF07039C1F140ABBCC1F095 /* ../Play-/deps/CodeGen/tests/CursorTest.h */, + 3AB636CB774A4B9382A4E1A8 /* ../Play-/deps/CodeGen/tests/DivTest.h */, + FEDC7A7D034A45539E283511 /* ../Play-/deps/CodeGen/tests/ExternJumpTest.h */, + 18A0E0F702A94655B7494EFD /* ../Play-/deps/CodeGen/tests/FpClampTest.h */, + 451408B30F10471CBFD23FE8 /* ../Play-/deps/CodeGen/tests/FpIntMixTest.h */, + 66DB29A91ADE437D8CDABD2D /* ../Play-/deps/CodeGen/tests/FpuTest.h */, + 6B04137C3B7241358688A0F3 /* ../Play-/deps/CodeGen/tests/GotoTest.h */, + E50B594BA715462699A95CA4 /* ../Play-/deps/CodeGen/tests/HugeJumpTest.h */, + 1EB0D00C7B7D4835BFB0905C /* ../Play-/deps/CodeGen/tests/HugeJumpTestLiteral.h */, + 4D216DBF3EB648EC85B3D6B2 /* ../Play-/deps/CodeGen/tests/Logic64Test.h */, + E1EFFE7BA95F4743BFE877B4 /* ../Play-/deps/CodeGen/tests/LogicTest.h */, + 5EE33C5B91E6481C889D38E1 /* ../Play-/deps/CodeGen/tests/LoopTest.h */, + 8F420C2EEA914549831D5FBC /* ../Play-/deps/CodeGen/tests/LzcTest.h */, + C85390585863447AB4B11828 /* ../Play-/deps/CodeGen/tests/MdAddTest.h */, + AF2E2282683742D1BEA55545 /* ../Play-/deps/CodeGen/tests/MdCallTest.h */, + 595D100379204F0C82700A32 /* ../Play-/deps/CodeGen/tests/MdCmpTest.h */, + 15C6EC9DE2514810BF9F9D0C /* ../Play-/deps/CodeGen/tests/MdFpFlagTest.h */, + B3A06DA1C5E34E25908C3358 /* ../Play-/deps/CodeGen/tests/MdFpTest.h */, + 6C4D9B8C66504F6F998A9804 /* ../Play-/deps/CodeGen/tests/MdLogicTest.h */, + FD4FD64649B74AA192DF8B6D /* ../Play-/deps/CodeGen/tests/MdManipTest.h */, + 959DF5281C8841B9BDC70BB2 /* ../Play-/deps/CodeGen/tests/MdMemAccessTest.h */, + B8B3D8D531884CAFB902F8C7 /* ../Play-/deps/CodeGen/tests/MdMinMaxTest.h */, + 2D0BB4E4C8864C30B92104C7 /* ../Play-/deps/CodeGen/tests/MdShiftTest.h */, + B3CC9C6F125849CCA9E6B3A6 /* ../Play-/deps/CodeGen/tests/MdSubTest.h */, + DB0C66F3EB27418896A109B4 /* ../Play-/deps/CodeGen/tests/MdTest.h */, + ECD45AFF33234D0F9131CAFA /* ../Play-/deps/CodeGen/tests/MdUnpackTest.h */, + 6116958D5D404BE497FF0111 /* ../Play-/deps/CodeGen/tests/MemAccess16Test.h */, + 430C8E48762742C7BB515618 /* ../Play-/deps/CodeGen/tests/MemAccess64Test.h */, + 93F41814F0324114AAFF4BE5 /* ../Play-/deps/CodeGen/tests/MemAccess8Test.h */, + E033324E8F224038A50C5345 /* ../Play-/deps/CodeGen/tests/MemAccessIdxTest.h */, + 180BDD2D0A2048DEAFB2BAD0 /* ../Play-/deps/CodeGen/tests/MemAccessRefTest.h */, + D81D15A3D00C4BFCAADBCFF7 /* ../Play-/deps/CodeGen/tests/MemAccessTest.h */, + 108567FA57A24DCBBABBEF80 /* ../Play-/deps/CodeGen/tests/Merge64Test.h */, + B72C07F5842E4FC6B0EA39F0 /* ../Play-/deps/CodeGen/tests/MultTest.h */, + E759FB7D05DD4F6CB82CCD89 /* ../Play-/deps/CodeGen/tests/NestedIfTest.h */, + 4655FBB04BEA4562967828C2 /* ../Play-/deps/CodeGen/tests/RandomAluTest.h */, + 327749DF737544BB9E672285 /* ../Play-/deps/CodeGen/tests/RandomAluTest2.h */, + 77337A84994F43DE94C045CB /* ../Play-/deps/CodeGen/tests/RandomAluTest3.h */, + 71A21207BC924BC1B88B4B66 /* ../Play-/deps/CodeGen/tests/RegAllocTempTest.h */, + ADEC174666824ED4860955D7 /* ../Play-/deps/CodeGen/tests/RegAllocTest.h */, + C0647E28553F40B2A5347B5D /* ../Play-/deps/CodeGen/tests/ReorderAddTest.h */, + 48B1CCB3C94C4B4B94C257E7 /* ../Play-/deps/CodeGen/tests/Shift64Test.h */, + E8CFC7C29AB04C8BB11C0FF1 /* ../Play-/deps/CodeGen/tests/ShiftTest.h */, + 0C3DACB13DDA4301A3AC72CC /* ../Play-/deps/CodeGen/tests/SimpleMdTest.h */, + BE0AA59A7185441EB61B0E2B /* ../Play-/deps/CodeGen/tests/Test.h */, + 9A99C4FF8DB6447BABEFF814 /* ../Play-/deps/CodeGen/tests/uint128.h */, ); name = "Header Files"; sourceTree = ""; @@ -5050,7 +5050,7 @@ 8951A8CF88E94D84B01D6F27 /* Source Files */, BF33B119BE2746D6B158E2E0 /* Header Files */, 77A26B150B514E669230E56E /* Resources */, - 0071E0422388470AB95184E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */, + 0071E0422388470AB95184E6 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */, ); name = zlib; sourceTree = ""; @@ -5058,7 +5058,7 @@ D6D1A37859B54821B5895F13 /* Header Files */ = { isa = PBXGroup; children = ( - F58896FD7FDB407D988D5ECE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.h */, + F58896FD7FDB407D988D5ECE /* ../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.h */, ); name = "Header Files"; sourceTree = ""; @@ -5079,7 +5079,7 @@ E74F3F14FD1E468FAC1F3B38 /* Resources */ = { isa = PBXGroup; children = ( - 89CBE919DDED4A86B5232A1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist */, + 89CBE919DDED4A86B5232A1B /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -5087,7 +5087,7 @@ E8969AE155C54CAE9BE8FAF9 /* Resources */ = { isa = PBXGroup; children = ( - 9692B220004D426BA5B33414 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeFiles/Framework_OpenGl.dir/Info.plist */, + 9692B220004D426BA5B33414 /* ../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeFiles/Framework_OpenGl.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -5095,10 +5095,10 @@ EB1C040C45B6440D9356C37E /* Header Files */ = { isa = PBXGroup; children = ( - BE22F9A45E934B30BF444019 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/AppleHttpClient.h */, - FC1C2B84F3A24335BA474A96 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClient.h */, - 5597884FC05A4D7785FB2867 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClientFactory.h */, - DCB0EB049E67467090ED848B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpServer.h */, + BE22F9A45E934B30BF444019 /* ../Play-/deps/Framework/include/http/AppleHttpClient.h */, + FC1C2B84F3A24335BA474A96 /* ../Play-/deps/Framework/include/http/HttpClient.h */, + 5597884FC05A4D7785FB2867 /* ../Play-/deps/Framework/include/http/HttpClientFactory.h */, + DCB0EB049E67467090ED848B /* ../Play-/deps/Framework/include/http/HttpServer.h */, ); name = "Header Files"; sourceTree = ""; @@ -5106,20 +5106,20 @@ EB217BB14292435188B28F20 /* Header Files */ = { isa = PBXGroup; children = ( - 73B82D3E44DD45F2B7CC72BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/7zTypes.h */, - 82C6696570C14FF89D629BC4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Alloc.h */, - A82E0DE4F01F44D3BC96E661 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Bra.h */, - ACE18A2AB8794556AC986EE2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Compiler.h */, - 410C40D4A591443A9A8AF0DA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/CpuArch.h */, - 7F7AD012A3F24890AB748A13 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Delta.h */, - 2C81F42A594C4EF78C9DC5B0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzFind.h */, - BE6906D815B34ACBA533C88E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzHash.h */, - 53DB6D9C11134DE0B312C7D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Lzma86.h */, - 29BD08A4B98243AC96AE640D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaDec.h */, - F748F87E57F04FC5971C3175 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaEnc.h */, - 4040F1C3025B4D798667A320 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaLib.h */, - 4390B224A34140F29998055B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Precomp.h */, - 3924B89CB0874BEA84B47EAF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Sort.h */, + 73B82D3E44DD45F2B7CC72BA /* ../Play-/deps/libchdr/deps/lzma-22.01/include/7zTypes.h */, + 82C6696570C14FF89D629BC4 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Alloc.h */, + A82E0DE4F01F44D3BC96E661 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Bra.h */, + ACE18A2AB8794556AC986EE2 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Compiler.h */, + 410C40D4A591443A9A8AF0DA /* ../Play-/deps/libchdr/deps/lzma-22.01/include/CpuArch.h */, + 7F7AD012A3F24890AB748A13 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Delta.h */, + 2C81F42A594C4EF78C9DC5B0 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzFind.h */, + BE6906D815B34ACBA533C88E /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzHash.h */, + 53DB6D9C11134DE0B312C7D8 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Lzma86.h */, + 29BD08A4B98243AC96AE640D /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaDec.h */, + F748F87E57F04FC5971C3175 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaEnc.h */, + 4040F1C3025B4D798667A320 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaLib.h */, + 4390B224A34140F29998055B /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Precomp.h */, + 3924B89CB0874BEA84B47EAF /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Sort.h */, ); name = "Header Files"; sourceTree = ""; @@ -5129,7 +5129,7 @@ children = ( 6F9EE1A1B1E2483DAC9022FA /* Source Files */, E74F3F14FD1E468FAC1F3B38 /* Resources */, - 11DD233AB01C4FD2AB4E27DB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt */, + 11DD233AB01C4FD2AB4E27DB /* ../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt */, ); name = libzstd_zlibwrapper_static; sourceTree = ""; @@ -5137,7 +5137,7 @@ F0A05A6B8A724D3BB9F427F4 /* Source Files */ = { isa = PBXGroup; children = ( - E7CA5EC31D6D4DF39BB405CA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/iCade-iOS/iCadeReaderView.m */, + E7CA5EC31D6D4DF39BB405CA /* ../Play-/deps/Dependencies/iCade-iOS/iCadeReaderView.m */, ); name = "Source Files"; sourceTree = ""; @@ -5145,40 +5145,40 @@ F1D62A389E2C41D4BB8464E3 /* Header Files */ = { isa = PBXGroup; children = ( - E3A72902F3BE438992B6DEB5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/AArch32Assembler.h */, - E9E6A28153144976BF7E7C37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/AArch64Assembler.h */, - F1758F2C11AD44D9A8A1C9D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/ArrayStack.h */, - 985B0D8854FF493BAD384AE4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/CoffDefs.h */, - 91E4A55F5AF84291A90B00E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/CoffObjectFile.h */, - 6F32466CB98F46F7B7FB18B8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter.h */, - 7974F478FC5344D489587CCD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen.h */, - D4B973BBA5354ADE834B5311 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGenFactory.h */, - 3CB2BFEF8EA84ACDBEB075D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_AArch32.h */, - 0A30BCAA37614488935BE3AF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_AArch64.h */, - 2B04A52C488643FF9E750EAE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_Wasm.h */, - 839651434C0A46FB94A2F485 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86.h */, - 689F5A034B394D4BB5CE206E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86_32.h */, - BC18C7C4396348DA9FFD63F1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86_64.h */, - 6F3D711E0C8845A59D02D5CB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_Statement.h */, - 2C3AFC926B9643719F3E918A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_Symbol.h */, - 589ACC6228B3438AA9D93C8C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_SymbolRef.h */, - 1CE9D52D044C469BA7037573 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_SymbolTable.h */, - BD2872C7BD114F37BA23F4BC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Literal128.h */, - 05BDDE6E3BCD4E4C8B8E6774 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/LiteralPool.h */, - E6ADB39E15004E43B675F9E8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MachoDefs.h */, - 377219712CF9476F881BF81D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MachoObjectFile.h */, - DA00CD0E7D754010B0BEECDE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MemoryFunction.h */, - E342527B5F5B4734981ECDCD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/ObjectFile.h */, - B4E9B81DC0D0435BBF95C35E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/WasmDefs.h */, - 5A116C53291E4B9BB488E97E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/WasmModuleBuilder.h */, - 8843CC52CA334F3EB214D98F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/X86Assembler.h */, - 09BFD51C5C914C67BBBF9629 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/X86CpuFeatures.h */, - A7229CD8C1FB4935B7F549ED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Div.h */, - 3E3E8B7316DD440C8100B95F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_LoadStore.h */, - 40AD0A1A86684DB89F2B940E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Alu.h */, - C2130B6AB6CA4FD988EAF354 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Div.h */, - 2F24FDB21B944AC68DE17947 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Mul.h */, - 5D407B47FA924799A6D74DD1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Shift.h */, + E3A72902F3BE438992B6DEB5 /* ../Play-/deps/CodeGen/include/AArch32Assembler.h */, + E9E6A28153144976BF7E7C37 /* ../Play-/deps/CodeGen/include/AArch64Assembler.h */, + F1758F2C11AD44D9A8A1C9D8 /* ../Play-/deps/CodeGen/include/ArrayStack.h */, + 985B0D8854FF493BAD384AE4 /* ../Play-/deps/CodeGen/include/CoffDefs.h */, + 91E4A55F5AF84291A90B00E6 /* ../Play-/deps/CodeGen/include/CoffObjectFile.h */, + 6F32466CB98F46F7B7FB18B8 /* ../Play-/deps/CodeGen/include/Jitter.h */, + 7974F478FC5344D489587CCD /* ../Play-/deps/CodeGen/include/Jitter_CodeGen.h */, + D4B973BBA5354ADE834B5311 /* ../Play-/deps/CodeGen/include/Jitter_CodeGenFactory.h */, + 3CB2BFEF8EA84ACDBEB075D1 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_AArch32.h */, + 0A30BCAA37614488935BE3AF /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_AArch64.h */, + 2B04A52C488643FF9E750EAE /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_Wasm.h */, + 839651434C0A46FB94A2F485 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_x86.h */, + 689F5A034B394D4BB5CE206E /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_x86_32.h */, + BC18C7C4396348DA9FFD63F1 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_x86_64.h */, + 6F3D711E0C8845A59D02D5CB /* ../Play-/deps/CodeGen/include/Jitter_Statement.h */, + 2C3AFC926B9643719F3E918A /* ../Play-/deps/CodeGen/include/Jitter_Symbol.h */, + 589ACC6228B3438AA9D93C8C /* ../Play-/deps/CodeGen/include/Jitter_SymbolRef.h */, + 1CE9D52D044C469BA7037573 /* ../Play-/deps/CodeGen/include/Jitter_SymbolTable.h */, + BD2872C7BD114F37BA23F4BC /* ../Play-/deps/CodeGen/include/Literal128.h */, + 05BDDE6E3BCD4E4C8B8E6774 /* ../Play-/deps/CodeGen/include/LiteralPool.h */, + E6ADB39E15004E43B675F9E8 /* ../Play-/deps/CodeGen/include/MachoDefs.h */, + 377219712CF9476F881BF81D /* ../Play-/deps/CodeGen/include/MachoObjectFile.h */, + DA00CD0E7D754010B0BEECDE /* ../Play-/deps/CodeGen/include/MemoryFunction.h */, + E342527B5F5B4734981ECDCD /* ../Play-/deps/CodeGen/include/ObjectFile.h */, + B4E9B81DC0D0435BBF95C35E /* ../Play-/deps/CodeGen/include/WasmDefs.h */, + 5A116C53291E4B9BB488E97E /* ../Play-/deps/CodeGen/include/WasmModuleBuilder.h */, + 8843CC52CA334F3EB214D98F /* ../Play-/deps/CodeGen/include/X86Assembler.h */, + 09BFD51C5C914C67BBBF9629 /* ../Play-/deps/CodeGen/include/X86CpuFeatures.h */, + A7229CD8C1FB4935B7F549ED /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Div.h */, + 3E3E8B7316DD440C8100B95F /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_LoadStore.h */, + 40AD0A1A86684DB89F2B940E /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Alu.h */, + C2130B6AB6CA4FD988EAF354 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Div.h */, + 2F24FDB21B944AC68DE17947 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Mul.h */, + 5D407B47FA924799A6D74DD1 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Shift.h */, ); name = "Header Files"; sourceTree = ""; @@ -5189,7 +5189,7 @@ EB217BB14292435188B28F20 /* Header Files */, 777346C75D284C6DB6CF716A /* Source Files */, 0373D49DCCDF4E738BEF8A97 /* Resources */, - AB89A6F5FDCF41F1B3146CC9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/CMakeLists.txt */, + AB89A6F5FDCF41F1B3146CC9 /* ../Play-/deps/libchdr/deps/lzma-22.01/CMakeLists.txt */, ); name = lzma; sourceTree = ""; @@ -5197,22 +5197,22 @@ F4963FE8777241508C992609 /* Resources */ = { isa = PBXGroup; children = ( - DF585CA755B3413C80742E58 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Base.lproj/Main.storyboard */, - 01ED08687266442B849C5744 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/analogstick.png */, - BD9A7D8604D045318AFD9D09 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/boxart.png */, - D380C497760E4E6FBB267CE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/circle.png */, - D5461059DAE346CEA8310C06 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/cross.png */, - 97B4D1D1AD924D2DAC8D8527 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/down.png */, - 09FF190BB33642D2A8DA6AE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/icon@2x.png */, - 5B76982A18A6427EBBD6D24F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/left.png */, - 95EAAE8DD69046818B2261D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/lr.png */, - 8A6C9B735DB2415DAC96256E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/right.png */, - FB8DF458F6C441A8A5349C97 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/select.png */, - 61C8B917D4AD42C0A59FCA89 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/square.png */, - EA46CAE259FC438BBD206E9A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/start.png */, - 3804D081E75748E39948771F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/triangle.png */, - 3700CB7CB743493FBD0F42BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/up.png */, - 236241B47DFE45448C48CD79 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/CMakeFiles/Play.dir/Info.plist */, + DF585CA755B3413C80742E58 /* ../Play-/Source/ui_ios/Base.lproj/Main.storyboard */, + 01ED08687266442B849C5744 /* ../Play-/Source/ui_ios/Resources/analogstick.png */, + BD9A7D8604D045318AFD9D09 /* ../Play-/Source/ui_ios/Resources/boxart.png */, + D380C497760E4E6FBB267CE5 /* ../Play-/Source/ui_ios/Resources/circle.png */, + D5461059DAE346CEA8310C06 /* ../Play-/Source/ui_ios/Resources/cross.png */, + 97B4D1D1AD924D2DAC8D8527 /* ../Play-/Source/ui_ios/Resources/down.png */, + 09FF190BB33642D2A8DA6AE5 /* ../Play-/Source/ui_ios/Resources/icon@2x.png */, + 5B76982A18A6427EBBD6D24F /* ../Play-/Source/ui_ios/Resources/left.png */, + 95EAAE8DD69046818B2261D5 /* ../Play-/Source/ui_ios/Resources/lr.png */, + 8A6C9B735DB2415DAC96256E /* ../Play-/Source/ui_ios/Resources/right.png */, + FB8DF458F6C441A8A5349C97 /* ../Play-/Source/ui_ios/Resources/select.png */, + 61C8B917D4AD42C0A59FCA89 /* ../Play-/Source/ui_ios/Resources/square.png */, + EA46CAE259FC438BBD206E9A /* ../Play-/Source/ui_ios/Resources/start.png */, + 3804D081E75748E39948771F /* ../Play-/Source/ui_ios/Resources/triangle.png */, + 3700CB7CB743493FBD0F42BF /* ../Play-/Source/ui_ios/Resources/up.png */, + 236241B47DFE45448C48CD79 /* ../cmake/Source/ui_ios/CMakeFiles/Play.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -5220,42 +5220,42 @@ F50AC3DB6B494AF18689E844 /* Source Files */ = { isa = PBXGroup; children = ( - 8F0EB67BE47443E48D8C53D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.c */, - 0AD6A11D2845416DBBA10D63 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */, - C6C187228B704A999740C489 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.c */, - 904DEB7992DD4D76B1FEEC99 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */, - 091A42225492434B9BB4FCA3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.c */, - 5154AFF1AFCC472E992A678A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.c */, - A92EA0B746454B7E8D08BC3D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.c */, - CE3623F688B0487CB7062159 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */, - 306C0BACE0CC495C89295811 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */, - 2A48B17A4D484C49B487F746 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.c */, - F7CF9CB167E84F7695A2199A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */, - 33D055C989594FADAFD411E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */, - CA8185F7E9A848DAAF5F2019 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */, - 278EB7C4D544453F82E74BBF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */, - 34A8AAFF273D4B4AB7957C52 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */, - CEF5D1F16181495A8281FB57 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */, - F1CF94F98F2248B6AA0216DC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */, - 4117C05DE87F4818AAA7F913 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */, - A05B78AE0CA24C4D96149F9D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */, - 119B50ADFC9B43939BE78BC3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */, - 615DD55C834C4BCABE4CC008 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */, - 61B2F207627043B7983CD750 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */, - 051667B5C06C414A91CBC227 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */, - 3022EEB11C51432BACD7DC80 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */, - 4D378A4363A54719AE0C527D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */, - 1B20352346AB44B4A86B934C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */, - D32BE63D5992499AB6366610 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */, - D09A21930DC44635AD6F4550 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */, - 9C917D185CCA43BBB18161B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */, - FFCFA5FF81B14DBFA4A091E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */, - 0C9262D3E9AE4981AC645593 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */, - 317EB7F4376240AFB6B8EED9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */, - 4180BDA5595B412BB6CEA687 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */, - 651BB1C8CB974E699EC81639 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */, - 7E0770AD90F447ACBBE647E1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */, - 5F92DA7932ED4FCB94B86310 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */, + 8F0EB67BE47443E48D8C53D8 /* ../Play-/deps/Dependencies/zstd/lib/common/debug.c */, + 0AD6A11D2845416DBBA10D63 /* ../Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */, + C6C187228B704A999740C489 /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.c */, + 904DEB7992DD4D76B1FEEC99 /* ../Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */, + 091A42225492434B9BB4FCA3 /* ../Play-/deps/Dependencies/zstd/lib/common/pool.c */, + 5154AFF1AFCC472E992A678A /* ../Play-/deps/Dependencies/zstd/lib/common/threading.c */, + A92EA0B746454B7E8D08BC3D /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.c */, + CE3623F688B0487CB7062159 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */, + 306C0BACE0CC495C89295811 /* ../Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */, + 2A48B17A4D484C49B487F746 /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.c */, + F7CF9CB167E84F7695A2199A /* ../Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */, + 33D055C989594FADAFD411E0 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */, + CA8185F7E9A848DAAF5F2019 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */, + 278EB7C4D544453F82E74BBF /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */, + 34A8AAFF273D4B4AB7957C52 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */, + CEF5D1F16181495A8281FB57 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */, + F1CF94F98F2248B6AA0216DC /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */, + 4117C05DE87F4818AAA7F913 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */, + A05B78AE0CA24C4D96149F9D /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */, + 119B50ADFC9B43939BE78BC3 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */, + 615DD55C834C4BCABE4CC008 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */, + 61B2F207627043B7983CD750 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */, + 051667B5C06C414A91CBC227 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */, + 3022EEB11C51432BACD7DC80 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */, + 4D378A4363A54719AE0C527D /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */, + 1B20352346AB44B4A86B934C /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */, + D32BE63D5992499AB6366610 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */, + D09A21930DC44635AD6F4550 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */, + 9C917D185CCA43BBB18161B7 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */, + FFCFA5FF81B14DBFA4A091E6 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */, + 0C9262D3E9AE4981AC645593 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */, + 317EB7F4376240AFB6B8EED9 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */, + 4180BDA5595B412BB6CEA687 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */, + 651BB1C8CB974E699EC81639 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */, + 7E0770AD90F447ACBBE647E1 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */, + 5F92DA7932ED4FCB94B86310 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */, ); name = "Source Files"; sourceTree = ""; @@ -5265,7 +5265,7 @@ children = ( C578C430ECB9401386FDA420 /* Source Files */, 560F801BB76A4C8F91C6489A /* Resources */, - 30E61F8AC98B40F7AF0B1AE2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/CMakeLists.txt */, + 30E61F8AC98B40F7AF0B1AE2 /* ../Play-/deps/libchdr/CMakeLists.txt */, ); name = "chdr-static"; sourceTree = ""; @@ -5273,14 +5273,14 @@ F7FA2326272E4D0C9EBB9889 /* Source Files */ = { isa = PBXGroup; children = ( - C33F7553214E478E9474D532 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/AmazonS3Utils.cpp */, - 55F77064D3004F5190501011 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/ArcadeUtils.cpp */, - 583060EEC7F14F5A9C230799 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesDbClient.cpp */, - B8C9150E292F44DBB6E3FCE8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesProcesses.cpp */, - F1399BF8327F4E7F985354F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/StatsManager.cpp */, - A80EC781B3834212B1C6C49D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/TheGamesDbClient.cpp */, - A4D93664C1C4441B880E3F6A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.cpp */, - 642A895D90C047B38B09E42A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.cpp */, + C33F7553214E478E9474D532 /* ../Play-/Source/ui_shared/AmazonS3Utils.cpp */, + 55F77064D3004F5190501011 /* ../Play-/Source/ui_shared/ArcadeUtils.cpp */, + 583060EEC7F14F5A9C230799 /* ../Play-/Source/ui_shared/BootablesDbClient.cpp */, + B8C9150E292F44DBB6E3FCE8 /* ../Play-/Source/ui_shared/BootablesProcesses.cpp */, + F1399BF8327F4E7F985354F0 /* ../Play-/Source/ui_shared/StatsManager.cpp */, + A80EC781B3834212B1C6C49D /* ../Play-/Source/ui_shared/TheGamesDbClient.cpp */, + A4D93664C1C4441B880E3F6A /* ../Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.cpp */, + 642A895D90C047B38B09E42A /* ../Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -5289,16 +5289,16 @@ isa = PBXGroup; children = ( 08A04058818042EB9D20F1F2 /* Resources */, - 3610864003154FAFAAA2DD74 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/CMakeLists.txt */, - BF0CD93350A440938F97BB7A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Extensions/ALTServerError+Conveniences.swift */, - 4D47B9AE1AC847A6A82710A3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Extensions/Result+Conveniences.swift */, - A9826633987A4B8C826A1C1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/Connection.swift */, - 76705DF8CB824422AF3C572A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/NetworkConnection.swift */, - 21D5EA1105E44224BFEDA885 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/Server.swift */, - E3F8E2885531436FBBABEB23 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/ServerConnection.swift */, - BE993F3E900943C48953DFB9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/ServerManager.swift */, - 74C9345E6A404B7D86C77684 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/ServerProtocol.swift */, - EFEBF31066F44278B653BEC6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Types/CodableServerError.swift */, + 3610864003154FAFAAA2DD74 /* ../Play-/deps/AltKit/CMakeLists.txt */, + BF0CD93350A440938F97BB7A /* ../Play-/deps/AltKit/Sources/AltKit/Extensions/ALTServerError+Conveniences.swift */, + 4D47B9AE1AC847A6A82710A3 /* ../Play-/deps/AltKit/Sources/AltKit/Extensions/Result+Conveniences.swift */, + A9826633987A4B8C826A1C1B /* ../Play-/deps/AltKit/Sources/AltKit/Server/Connection.swift */, + 76705DF8CB824422AF3C572A /* ../Play-/deps/AltKit/Sources/AltKit/Server/NetworkConnection.swift */, + 21D5EA1105E44224BFEDA885 /* ../Play-/deps/AltKit/Sources/AltKit/Server/Server.swift */, + E3F8E2885531436FBBABEB23 /* ../Play-/deps/AltKit/Sources/AltKit/Server/ServerConnection.swift */, + BE993F3E900943C48953DFB9 /* ../Play-/deps/AltKit/Sources/AltKit/Server/ServerManager.swift */, + 74C9345E6A404B7D86C77684 /* ../Play-/deps/AltKit/Sources/AltKit/Server/ServerProtocol.swift */, + EFEBF31066F44278B653BEC6 /* ../Play-/deps/AltKit/Sources/AltKit/Types/CodableServerError.swift */, ); name = AltKit; sourceTree = ""; @@ -5309,7 +5309,7 @@ 066DF16AB82344888084A21F /* Source Files */, 6BFC0C057D5641C3834874F7 /* Header Files */, 28C3C2042F3845D6AAF1153B /* Resources */, - B18E662B5D11429A9B577007 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/CMakeLists.txt */, + B18E662B5D11429A9B577007 /* ../Play-/deps/Framework/build_cmake/FrameworkVulkan/CMakeLists.txt */, ); name = Framework_Vulkan; sourceTree = ""; @@ -5910,19 +5910,19 @@ shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios + cd ../cmake/Source/ui_ios /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios + cd ../cmake/Source/ui_ios /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios + cd ../cmake/Source/ui_ios /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios + cd ../cmake/Source/ui_ios /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi "; @@ -5938,25 +5938,25 @@ fi ); name = "Generate Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/uninstall"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/uninstall ); +../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/uninstall ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib - /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib - /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib - /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib - /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake fi "; showEnvVarsInLog = 0; @@ -6004,19 +6004,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi "; @@ -6080,19 +6080,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios + cd ../cmake/Source/ui_ios /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios + cd ../cmake/Source/ui_ios /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios + cd ../cmake/Source/ui_ios /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios + cd ../cmake/Source/ui_ios /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; @@ -6141,20 +6141,20 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit - cp $DERIVED_SOURCES_DIR/AltKit-Swift.h /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit + cd ../cmake/Source/ui_ios/AltKit + cp $DERIVED_SOURCES_DIR/AltKit-Swift.h ../cmake/Source/ui_ios/AltKit fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit - cp $DERIVED_SOURCES_DIR/AltKit-Swift.h /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit + cd ../cmake/Source/ui_ios/AltKit + cp $DERIVED_SOURCES_DIR/AltKit-Swift.h ../cmake/Source/ui_ios/AltKit fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit - cp $DERIVED_SOURCES_DIR/AltKit-Swift.h /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit + cd ../cmake/Source/ui_ios/AltKit + cp $DERIVED_SOURCES_DIR/AltKit-Swift.h ../cmake/Source/ui_ios/AltKit fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit - cp $DERIVED_SOURCES_DIR/AltKit-Swift.h /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit + cd ../cmake/Source/ui_ios/AltKit + cp $DERIVED_SOURCES_DIR/AltKit-Swift.h ../cmake/Source/ui_ios/AltKit fi "; showEnvVarsInLog = 0; @@ -6169,25 +6169,25 @@ fi ); name = "Generate CMakeFiles/ZERO_CHECK"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/CMakeFiles/ZERO_CHECK ); +../cmake/Source/ui_ios/CMakeFiles/ZERO_CHECK ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios + make -f ../cmake/Source/ui_ios/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios + make -f ../cmake/Source/ui_ios/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios + make -f ../cmake/Source/ui_ios/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios + make -f ../cmake/Source/ui_ios/CMakeScripts/ReRunCMake.make fi "; showEnvVarsInLog = 0; @@ -6202,24 +6202,24 @@ fi ); name = "Generate CMakeFiles/ALL_BUILD"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/CMakeFiles/ALL_BUILD ); +../cmake/Source/ui_ios/CMakeFiles/ALL_BUILD ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios + cd ../cmake/Source/ui_ios echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios + cd ../cmake/Source/ui_ios echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios + cd ../cmake/Source/ui_ios echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios + cd ../cmake/Source/ui_ios echo Build\\ all\\ projects fi "; @@ -6235,29 +6235,29 @@ fi ); name = "Generate Source/Framework/zstd_zlibwrapper/zstd/CMakeFiles/clean-all"; outputPaths = ( -"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/CMakeFiles/clean-all" ); +"../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/CMakeFiles/clean-all" ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd /usr/bin/xcodebuild clean - rm -rf /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/ + rm -rf ../cmake/ fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd /usr/bin/xcodebuild clean - rm -rf /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/ + rm -rf ../cmake/ fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd /usr/bin/xcodebuild clean - rm -rf /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/ + rm -rf ../cmake/ fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd /usr/bin/xcodebuild clean - rm -rf /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/ + rm -rf ../cmake/ fi "; showEnvVarsInLog = 0; @@ -6269,23 +6269,23 @@ fi isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - B736486410D244AEB77747F6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MoltenVK/dylib/iOS/libMoltenVK.dylib */, - 41F50E1CD0EE463CBCF7904F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Base.lproj/Main.storyboard */, - 445E30A782964693A56D5319 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/analogstick.png */, - BF65E2FCCBA5477382FCDDC8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/boxart.png */, - 95F22122AC3340B1BF9DF70B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/circle.png */, - DA3E911D51224573A2F69808 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/cross.png */, - B9103E1F17404DC48F6533BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/down.png */, - AAF76820163B47E5B5987BAE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/icon@2x.png */, - 966E971E62FE4E4EA0DCAB6D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/left.png */, - 6CFC20614B0146D897F9BEC6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/lr.png */, - C81681A92E4F4AB8A89E75A5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/right.png */, - 42222F8BAF33458D9B3C6E7D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/select.png */, - 3862D000D565493A9013D6D6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/square.png */, - 8E1519D2FA6F4EC69C0DF7C5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/start.png */, - 3EC26FE8B86744699844335B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/triangle.png */, - C128E052A22D41449A5C5134 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/Resources/up.png */, - 0EDCF6E97BC6413CB3D5603E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/patches.xml */, + B736486410D244AEB77747F6 /* ../Play-/Source/MoltenVK/dylib/iOS/libMoltenVK.dylib */, + 41F50E1CD0EE463CBCF7904F /* ../Play-/Source/ui_ios/Base.lproj/Main.storyboard */, + 445E30A782964693A56D5319 /* ../Play-/Source/ui_ios/Resources/analogstick.png */, + BF65E2FCCBA5477382FCDDC8 /* ../Play-/Source/ui_ios/Resources/boxart.png */, + 95F22122AC3340B1BF9DF70B /* ../Play-/Source/ui_ios/Resources/circle.png */, + DA3E911D51224573A2F69808 /* ../Play-/Source/ui_ios/Resources/cross.png */, + B9103E1F17404DC48F6533BA /* ../Play-/Source/ui_ios/Resources/down.png */, + AAF76820163B47E5B5987BAE /* ../Play-/Source/ui_ios/Resources/icon@2x.png */, + 966E971E62FE4E4EA0DCAB6D /* ../Play-/Source/ui_ios/Resources/left.png */, + 6CFC20614B0146D897F9BEC6 /* ../Play-/Source/ui_ios/Resources/lr.png */, + C81681A92E4F4AB8A89E75A5 /* ../Play-/Source/ui_ios/Resources/right.png */, + 42222F8BAF33458D9B3C6E7D /* ../Play-/Source/ui_ios/Resources/select.png */, + 3862D000D565493A9013D6D6 /* ../Play-/Source/ui_ios/Resources/square.png */, + 8E1519D2FA6F4EC69C0DF7C5 /* ../Play-/Source/ui_ios/Resources/start.png */, + 3EC26FE8B86744699844335B /* ../Play-/Source/ui_ios/Resources/triangle.png */, + C128E052A22D41449A5C5134 /* ../Play-/Source/ui_ios/Resources/up.png */, + 0EDCF6E97BC6413CB3D5603E /* ../Play-/patches.xml */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -6296,16 +6296,16 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - DB8671644F4B4A63B067A6F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Alloc.c */, - 8A386FF6AF324154A07BC3D6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Bra86.c */, - 5BBA5FC02CDC40C5BC81274B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/BraIA64.c */, - 5666BB2DE3264CBB91C71C77 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/CpuArch.c */, - 64C2EE35ED394B729F105997 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Delta.c */, - 82B8F2953E0F4535A034FCE4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzFind.c */, - F3CED30A5D294129BAFA5BC6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c */, - 0236F65539314A9BAB472D93 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c */, - 484D4C8696214A4598E889A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c */, - 35B8866FBD114C0DA5A23E5E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Sort.c */, + DB8671644F4B4A63B067A6F3 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Alloc.c */, + 8A386FF6AF324154A07BC3D6 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Bra86.c */, + 5BBA5FC02CDC40C5BC81274B /* ../Play-/deps/libchdr/deps/lzma-22.01/src/BraIA64.c */, + 5666BB2DE3264CBB91C71C77 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/CpuArch.c */, + 64C2EE35ED394B729F105997 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Delta.c */, + 82B8F2953E0F4535A034FCE4 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzFind.c */, + F3CED30A5D294129BAFA5BC6 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c */, + 0236F65539314A9BAB472D93 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c */, + 484D4C8696214A4598E889A9 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c */, + 35B8866FBD114C0DA5A23E5E /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Sort.c */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -6313,10 +6313,10 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C33AE9B56E6448F1B50A9259 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Buffer.cpp */, - 91F9D1BE82B549DEBF735C15 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Context.cpp */, - 0C56B946FD3B4188BBF6DAFC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Device.cpp */, - 87BDCB2A146B431EB3CCBC89 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Source.cpp */, + C33AE9B56E6448F1B50A9259 /* ../Play-/deps/Framework/src/openal/Buffer.cpp */, + 91F9D1BE82B549DEBF735C15 /* ../Play-/deps/Framework/src/openal/Context.cpp */, + 0C56B946FD3B4188BBF6DAFC /* ../Play-/deps/Framework/src/openal/Device.cpp */, + 87BDCB2A146B431EB3CCBC89 /* ../Play-/deps/Framework/src/openal/Source.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -6324,7 +6324,7 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - CB8382C58E3E4079BF11C7EF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/tests/benchmark.c */, + CB8382C58E3E4079BF11C7EF /* ../Play-/deps/libchdr/tests/benchmark.c */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -6332,14 +6332,14 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 7045ED70B24B437FBAF6BE10 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Buffer.cpp */, - E34047F33DD84943A2EBBA25 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/CommandBufferPool.cpp */, - 97AE15087D474024BC16E400 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Device.cpp */, - 975F1FC750B341C69AEABEB6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Image.cpp */, - 32293B4B211248C09E7981B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Instance.cpp */, - 8602F200A15E4C28BB2DCA1D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Loader.cpp */, - F31EA75E6B1D41D4AF73C09F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/ShaderModule.cpp */, - 3C4E6F7F815B471380A2F04C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Utils.cpp */, + 7045ED70B24B437FBAF6BE10 /* ../Play-/deps/Framework/src/vulkan/Buffer.cpp */, + E34047F33DD84943A2EBBA25 /* ../Play-/deps/Framework/src/vulkan/CommandBufferPool.cpp */, + 97AE15087D474024BC16E400 /* ../Play-/deps/Framework/src/vulkan/Device.cpp */, + 975F1FC750B341C69AEABEB6 /* ../Play-/deps/Framework/src/vulkan/Image.cpp */, + 32293B4B211248C09E7981B7 /* ../Play-/deps/Framework/src/vulkan/Instance.cpp */, + 8602F200A15E4C28BB2DCA1D /* ../Play-/deps/Framework/src/vulkan/Loader.cpp */, + F31EA75E6B1D41D4AF73C09F /* ../Play-/deps/Framework/src/vulkan/ShaderModule.cpp */, + 3C4E6F7F815B471380A2F04C /* ../Play-/deps/Framework/src/vulkan/Utils.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -6347,11 +6347,11 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FE797364DA7E4CAEA826FB6E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_bitstream.c */, - 020A3B894ADA478F90D37C39 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_cdrom.c */, - 35415C8F56BF4ACF837A5719 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_chd.c */, - 479A68834FBE4B0A908E100E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_flac.c */, - F0ACA14A4B4A412BB02C1A45 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_huffman.c */, + FE797364DA7E4CAEA826FB6E /* ../Play-/deps/libchdr/src/libchdr_bitstream.c */, + 020A3B894ADA478F90D37C39 /* ../Play-/deps/libchdr/src/libchdr_cdrom.c */, + 35415C8F56BF4ACF837A5719 /* ../Play-/deps/libchdr/src/libchdr_chd.c */, + 479A68834FBE4B0A908E100E /* ../Play-/deps/libchdr/src/libchdr_flac.c */, + F0ACA14A4B4A412BB02C1A45 /* ../Play-/deps/libchdr/src/libchdr_huffman.c */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -6359,7 +6359,7 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 73ED6EA5CB4C4B08B5D1206D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.m */, + 73ED6EA5CB4C4B08B5D1206D /* ../Play-/deps/AltKit/Sources/CAltKit/NSError+ALTServerError.m */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -6367,43 +6367,43 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - BF489C7E055440AAB4A08781 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.c */, - F0AFAEC243D942028FABEE51 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */, - 6C258293181A473B9343CE7F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.c */, - 5B5F284C939A406CBFA0D3BB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */, - 0CBA63D2C0C04308B35D90CB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.c */, - ED31F5DDACB040BA8E7430FC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.c */, - 01160B7F2E6A4EA3865BF3CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.c */, - 35FE517F3C884D88B2085903 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */, - 7C5DEE7D1720440FAEDBCD3E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */, - C430049AB4A84FC3891C4A1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.c */, - 9CE6D32A82F64CBE9BC12DE7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */, - CA455016C2D14DFEBC221F0F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */, - 91DC67C291414554B90BDF38 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */, - 6DEBBCA4C1D5493BA2A187E9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */, - D7327ED786184102BE1F3687 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */, - C978901BE0A34A738E439679 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */, - 10D5FE0899984AEF884D2110 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */, - 479F171596FE471E99351A3B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */, - 9CA5A5203C584DC1953F1B59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */, - AEFA82E895A44B59A31920D2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */, - D3CB9C91E06C4056944D27EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */, - 736B62ED41E4448BA3D931A4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */, - 696A1182D4CA4B4ABF6EDCE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */, - 000BD452DE1B45D5A878DEF8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */, - A2B0585D6A93492BBA6641CC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */, - C727FD346C824913984902C2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */, - D721E815602D4FB8A13F12B9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */, - 56C791CC6A2D45A2A33057BB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */, - C5AC08F6C22E4ECABEDD218B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */, - 7A1A731F0A024D57B5E26C05 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */, - 780D80F3E06F4D16A79B65C6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */, - 526F267BC66C4E09AB858379 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */, - DB58F724171C4A6C9D04EA00 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */, - 2A5089210B4E490BB102F560 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */, - C21E91ACC1EF4632814D0A55 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */, - 511B13C80E654FE59A99D764 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */, - 2F5F1E249CA44434BEBE660E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */, + BF489C7E055440AAB4A08781 /* ../Play-/deps/Dependencies/zstd/lib/common/debug.c */, + F0AFAEC243D942028FABEE51 /* ../Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */, + 6C258293181A473B9343CE7F /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.c */, + 5B5F284C939A406CBFA0D3BB /* ../Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */, + 0CBA63D2C0C04308B35D90CB /* ../Play-/deps/Dependencies/zstd/lib/common/pool.c */, + ED31F5DDACB040BA8E7430FC /* ../Play-/deps/Dependencies/zstd/lib/common/threading.c */, + 01160B7F2E6A4EA3865BF3CF /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.c */, + 35FE517F3C884D88B2085903 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */, + 7C5DEE7D1720440FAEDBCD3E /* ../Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */, + C430049AB4A84FC3891C4A1B /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.c */, + 9CE6D32A82F64CBE9BC12DE7 /* ../Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */, + CA455016C2D14DFEBC221F0F /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */, + 91DC67C291414554B90BDF38 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */, + 6DEBBCA4C1D5493BA2A187E9 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */, + D7327ED786184102BE1F3687 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */, + C978901BE0A34A738E439679 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */, + 10D5FE0899984AEF884D2110 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */, + 479F171596FE471E99351A3B /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */, + 9CA5A5203C584DC1953F1B59 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */, + AEFA82E895A44B59A31920D2 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */, + D3CB9C91E06C4056944D27EE /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */, + 736B62ED41E4448BA3D931A4 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */, + 696A1182D4CA4B4ABF6EDCE5 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */, + 000BD452DE1B45D5A878DEF8 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */, + A2B0585D6A93492BBA6641CC /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */, + C727FD346C824913984902C2 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */, + D721E815602D4FB8A13F12B9 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */, + 56C791CC6A2D45A2A33057BB /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */, + C5AC08F6C22E4ECABEDD218B /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */, + 7A1A731F0A024D57B5E26C05 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */, + 780D80F3E06F4D16A79B65C6 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */, + 526F267BC66C4E09AB858379 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */, + DB58F724171C4A6C9D04EA00 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */, + 2A5089210B4E490BB102F560 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */, + C21E91ACC1EF4632814D0A55 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */, + 511B13C80E654FE59A99D764 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */, + 2F5F1E249CA44434BEBE660E /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -6411,17 +6411,17 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - F9F1FD3D2AA144EFAA018BEE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */, - F2B9AA08E04C4D86B7C0FCFE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */, - 40859C04F7A34887ACB18C2E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */, - EC8E261DE7B547838539E5B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */, - 3EEEBFE92131477694F33DE9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */, - 6593E6420C4C463597C3CFBC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */, - 3077999865AA4883AB34A0E5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */, - 36DF683644E54E5F926ED80B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */, - F68D051BE4EE47A9AAD09766 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */, - 5641DACEF6C742538FF69ABA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */, - 28FB5C20BC154D1B96EBA5AE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */, + F9F1FD3D2AA144EFAA018BEE /* ../Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */, + F2B9AA08E04C4D86B7C0FCFE /* ../Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */, + 40859C04F7A34887ACB18C2E /* ../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */, + EC8E261DE7B547838539E5B2 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */, + 3EEEBFE92131477694F33DE9 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */, + 6593E6420C4C463597C3CFBC /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */, + 3077999865AA4883AB34A0E5 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */, + 36DF683644E54E5F926ED80B /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */, + F68D051BE4EE47A9AAD09766 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */, + 5641DACEF6C742538FF69ABA /* ../Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */, + 28FB5C20BC154D1B96EBA5AE /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -6429,7 +6429,7 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 440682AE70F84572825F7640 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/xxhash.c */, + 440682AE70F84572825F7640 /* ../Play-/deps/Dependencies/xxHash/xxhash.c */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -6437,8 +6437,8 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 073F10EDB28746BF89BBBBCE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/opengl/Program.cpp */, - 36A1EC2A07114E9E8CE1D211 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/opengl/Shader.cpp */, + 073F10EDB28746BF89BBBBCE /* ../Play-/deps/Framework/src/opengl/Program.cpp */, + 36A1EC2A07114E9E8CE1D211 /* ../Play-/deps/Framework/src/opengl/Shader.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -6446,59 +6446,59 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 40EAF835767E442686F13B7B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest.cpp */, - DDDE2F88303A4C20923077C2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest2.cpp */, - 113A2EF5518E43229AC8B110 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Alu64Test.cpp */, - 64C413252FBC49E8B14E417B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Call64Test.cpp */, - 7456E45FD7A645969B4598F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Cmp64Test.cpp */, - 441C5963DDFA49DC91B07AC6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CompareTest.cpp */, - E5BA7CDE9DD24236AABBC693 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ConditionTest.cpp */, - DDD7B9BD6C4546FCA5E04DFA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Crc32Test.cpp */, - D6C10118905D4F3099E7097F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CursorTest.cpp */, - FC1237E8839E462093566067 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/DivTest.cpp */, - AB222C7753D548CEB11EF13D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ExternJumpTest.cpp */, - A6A4FFA5CBF54F87A987707A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpClampTest.cpp */, - E6BC4DC07C074166880BC446 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpIntMixTest.cpp */, - A6F9D210E19D4B9D9B8F63F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpuTest.cpp */, - C00070F47772478BB031B0CE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/GotoTest.cpp */, - 0BD94BB98AE34927A23244BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTest.cpp */, - DD9089ABABA24D9D8F3829C6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTestLiteral.cpp */, - 548E435A1ED34F868C717391 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Logic64Test.cpp */, - 945EB49C9F0C45C98BC2A8F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LogicTest.cpp */, - BC15B839AF214679AEC13836 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LoopTest.cpp */, - C8DB808D86884FD5A2B35D43 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LzcTest.cpp */, - 857B201E59E7482ABD900A98 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Main.cpp */, - 5646B0896998475590CC7EA6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdAddTest.cpp */, - 3AA8D0B10359423D9E79F00D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCallTest.cpp */, - C23DC1C5765D4061A3AAA4A5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCmpTest.cpp */, - 71932D6708094834ACB648EF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpFlagTest.cpp */, - D5203CB0CCC5472D9DE63842 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpTest.cpp */, - ED7ABC2E2A6B4309BC0AA9EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdLogicTest.cpp */, - BB4379AE725D46A68D78AFC0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdManipTest.cpp */, - 07715B033FE64AF5BFDFBB5A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMemAccessTest.cpp */, - C4B604A28CFB4D6282E89E10 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMinMaxTest.cpp */, - 130927D203E549E783B29CB4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdShiftTest.cpp */, - D922C843E1B64F678E9BA668 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdSubTest.cpp */, - 7B5894595A68485DA344051B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdTest.cpp */, - 0B49C7BF9A994944B1CC1290 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdUnpackTest.cpp */, - A65883E0B7E947AD811B3796 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess16Test.cpp */, - C7368985F0244EED8EE4B8BC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess64Test.cpp */, - DDEE3807C84B45899F9AEE85 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess8Test.cpp */, - 424E0870D451460DB9499DFB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessIdxTest.cpp */, - 3FD2CCC72A8C457CA1D3BB6F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessRefTest.cpp */, - F3D37DA693844761BF5B9D3C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessTest.cpp */, - 24C0D07127AE465DA92040FD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Merge64Test.cpp */, - 97FCA7855AA0433FBA467D9F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MultTest.cpp */, - C7CF0105EE1C408D9D475977 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/NestedIfTest.cpp */, - 99F8C7C71CBD4ED98C1BEA1D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest.cpp */, - CEF0C94B9A0340989EF401B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest2.cpp */, - EB66EC16CF6C4B0CB3016BF6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest3.cpp */, - 19155CA872984236B5D696BC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTempTest.cpp */, - BEC55C2F5FED4BCCB1716D28 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTest.cpp */, - 10713C32E5CD4C909DFF5737 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ReorderAddTest.cpp */, - 82FD96AE36F7480985208AB6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Shift64Test.cpp */, - 2A878FD611A84ED59E51AC8F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ShiftTest.cpp */, - 3B840C29B1B246AFAF081236 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/SimpleMdTest.cpp */, + 40EAF835767E442686F13B7B /* ../Play-/deps/CodeGen/tests/AliasTest.cpp */, + DDDE2F88303A4C20923077C2 /* ../Play-/deps/CodeGen/tests/AliasTest2.cpp */, + 113A2EF5518E43229AC8B110 /* ../Play-/deps/CodeGen/tests/Alu64Test.cpp */, + 64C413252FBC49E8B14E417B /* ../Play-/deps/CodeGen/tests/Call64Test.cpp */, + 7456E45FD7A645969B4598F0 /* ../Play-/deps/CodeGen/tests/Cmp64Test.cpp */, + 441C5963DDFA49DC91B07AC6 /* ../Play-/deps/CodeGen/tests/CompareTest.cpp */, + E5BA7CDE9DD24236AABBC693 /* ../Play-/deps/CodeGen/tests/ConditionTest.cpp */, + DDD7B9BD6C4546FCA5E04DFA /* ../Play-/deps/CodeGen/tests/Crc32Test.cpp */, + D6C10118905D4F3099E7097F /* ../Play-/deps/CodeGen/tests/CursorTest.cpp */, + FC1237E8839E462093566067 /* ../Play-/deps/CodeGen/tests/DivTest.cpp */, + AB222C7753D548CEB11EF13D /* ../Play-/deps/CodeGen/tests/ExternJumpTest.cpp */, + A6A4FFA5CBF54F87A987707A /* ../Play-/deps/CodeGen/tests/FpClampTest.cpp */, + E6BC4DC07C074166880BC446 /* ../Play-/deps/CodeGen/tests/FpIntMixTest.cpp */, + A6F9D210E19D4B9D9B8F63F3 /* ../Play-/deps/CodeGen/tests/FpuTest.cpp */, + C00070F47772478BB031B0CE /* ../Play-/deps/CodeGen/tests/GotoTest.cpp */, + 0BD94BB98AE34927A23244BA /* ../Play-/deps/CodeGen/tests/HugeJumpTest.cpp */, + DD9089ABABA24D9D8F3829C6 /* ../Play-/deps/CodeGen/tests/HugeJumpTestLiteral.cpp */, + 548E435A1ED34F868C717391 /* ../Play-/deps/CodeGen/tests/Logic64Test.cpp */, + 945EB49C9F0C45C98BC2A8F3 /* ../Play-/deps/CodeGen/tests/LogicTest.cpp */, + BC15B839AF214679AEC13836 /* ../Play-/deps/CodeGen/tests/LoopTest.cpp */, + C8DB808D86884FD5A2B35D43 /* ../Play-/deps/CodeGen/tests/LzcTest.cpp */, + 857B201E59E7482ABD900A98 /* ../Play-/deps/CodeGen/tests/Main.cpp */, + 5646B0896998475590CC7EA6 /* ../Play-/deps/CodeGen/tests/MdAddTest.cpp */, + 3AA8D0B10359423D9E79F00D /* ../Play-/deps/CodeGen/tests/MdCallTest.cpp */, + C23DC1C5765D4061A3AAA4A5 /* ../Play-/deps/CodeGen/tests/MdCmpTest.cpp */, + 71932D6708094834ACB648EF /* ../Play-/deps/CodeGen/tests/MdFpFlagTest.cpp */, + D5203CB0CCC5472D9DE63842 /* ../Play-/deps/CodeGen/tests/MdFpTest.cpp */, + ED7ABC2E2A6B4309BC0AA9EE /* ../Play-/deps/CodeGen/tests/MdLogicTest.cpp */, + BB4379AE725D46A68D78AFC0 /* ../Play-/deps/CodeGen/tests/MdManipTest.cpp */, + 07715B033FE64AF5BFDFBB5A /* ../Play-/deps/CodeGen/tests/MdMemAccessTest.cpp */, + C4B604A28CFB4D6282E89E10 /* ../Play-/deps/CodeGen/tests/MdMinMaxTest.cpp */, + 130927D203E549E783B29CB4 /* ../Play-/deps/CodeGen/tests/MdShiftTest.cpp */, + D922C843E1B64F678E9BA668 /* ../Play-/deps/CodeGen/tests/MdSubTest.cpp */, + 7B5894595A68485DA344051B /* ../Play-/deps/CodeGen/tests/MdTest.cpp */, + 0B49C7BF9A994944B1CC1290 /* ../Play-/deps/CodeGen/tests/MdUnpackTest.cpp */, + A65883E0B7E947AD811B3796 /* ../Play-/deps/CodeGen/tests/MemAccess16Test.cpp */, + C7368985F0244EED8EE4B8BC /* ../Play-/deps/CodeGen/tests/MemAccess64Test.cpp */, + DDEE3807C84B45899F9AEE85 /* ../Play-/deps/CodeGen/tests/MemAccess8Test.cpp */, + 424E0870D451460DB9499DFB /* ../Play-/deps/CodeGen/tests/MemAccessIdxTest.cpp */, + 3FD2CCC72A8C457CA1D3BB6F /* ../Play-/deps/CodeGen/tests/MemAccessRefTest.cpp */, + F3D37DA693844761BF5B9D3C /* ../Play-/deps/CodeGen/tests/MemAccessTest.cpp */, + 24C0D07127AE465DA92040FD /* ../Play-/deps/CodeGen/tests/Merge64Test.cpp */, + 97FCA7855AA0433FBA467D9F /* ../Play-/deps/CodeGen/tests/MultTest.cpp */, + C7CF0105EE1C408D9D475977 /* ../Play-/deps/CodeGen/tests/NestedIfTest.cpp */, + 99F8C7C71CBD4ED98C1BEA1D /* ../Play-/deps/CodeGen/tests/RandomAluTest.cpp */, + CEF0C94B9A0340989EF401B2 /* ../Play-/deps/CodeGen/tests/RandomAluTest2.cpp */, + EB66EC16CF6C4B0CB3016BF6 /* ../Play-/deps/CodeGen/tests/RandomAluTest3.cpp */, + 19155CA872984236B5D696BC /* ../Play-/deps/CodeGen/tests/RegAllocTempTest.cpp */, + BEC55C2F5FED4BCCB1716D28 /* ../Play-/deps/CodeGen/tests/RegAllocTest.cpp */, + 10713C32E5CD4C909DFF5737 /* ../Play-/deps/CodeGen/tests/ReorderAddTest.cpp */, + 82FD96AE36F7480985208AB6 /* ../Play-/deps/CodeGen/tests/Shift64Test.cpp */, + 2A878FD611A84ED59E51AC8F /* ../Play-/deps/CodeGen/tests/ShiftTest.cpp */, + 3B840C29B1B246AFAF081236 /* ../Play-/deps/CodeGen/tests/SimpleMdTest.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -6506,11 +6506,11 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - E06E52B8FBEA44968EAC4995 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */, - E6ABD0DE404E4909883D5832 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */, - A50F4DEBFCD44965A12E907A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */, - 9C1D96C3843A4785A4A42B37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */, - 17D18BF975B04BFDAB41952E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */, + E06E52B8FBEA44968EAC4995 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */, + E6ABD0DE404E4909883D5832 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */, + A50F4DEBFCD44965A12E907A /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */, + 9C1D96C3843A4785A4A42B37 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */, + 17D18BF975B04BFDAB41952E /* ../Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -6518,9 +6518,9 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 1930D7D643934DF5A6DBD281 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.cpp */, - D44C51392E474DB7B77F97A1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Shader.cpp */, - 73348FF879FF402B950718BD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Texture.cpp */, + 1930D7D643934DF5A6DBD281 /* ../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.cpp */, + D44C51392E474DB7B77F97A1 /* ../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Shader.cpp */, + 73348FF879FF402B950718BD /* ../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Texture.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -6528,7 +6528,7 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 116A8FEC5CA94C56977EF1AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/PsfPlayer/Source/SH_OpenAL.cpp */, + 116A8FEC5CA94C56977EF1AB /* ../Play-/tools/PsfPlayer/Source/SH_OpenAL.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -6536,69 +6536,69 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 995122F46CA448B197D6DEEF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Base64.cpp */, - 32C2BC74DAE14D5DA3E73F19 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/BitStream.cpp */, - 12F7F01D77DD4F1E92E3D93F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Config.cpp */, - E02E6AE010914980BD2EC4E9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Csv.cpp */, - BC135B075E7B45BB832BDC96 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/FilesystemUtils.cpp */, - E5C3ACE1B3884563A46B7F1D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/HashUtils.cpp */, - 3F3405F5EB514B06A603FB6E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/LzAri.cpp */, - B081ED2103AC49B3914D8B69 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/MemStream.cpp */, - BE180891336348FEB9B25E3B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/PathUtils.cpp */, - 050BF097548A40DC83602024 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/PtrStream.cpp */, - 9449E326327A48E585EDD7F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/SocketStream.cpp */, - EBA5AD742F0A40B78397D622 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StdStream.cpp */, - 52E48F772E6B47469AEC4A82 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Stream.cpp */, - AF3B0AEFA86149219717C22B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StreamBitStream.cpp */, - 623A2BE4590D467A82FD2AEC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StringUtils.cpp */, - CC35E2F59D5C401ABFA66322 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/ThreadPool.cpp */, - 070FB52292D44CE6B69607A7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/ThreadUtils.cpp */, - 7614B3C2712F4FEEAEDA670C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Url.cpp */, - ED87BC18E2364D32B6CB9141 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Utf8.cpp */, - D49BC652A3854C21A27F8F2E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/BMP.cpp */, - 412597EEEAC644CB8AA6457F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/Bitmap.cpp */, - 137D18CA40E1408FA5E85A26 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/JPEG.cpp */, - F383E3F56FCA4959BECDE9A3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/PNG.cpp */, - 7F19518835964430A793F201 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/TGA.cpp */, - 444ADBFE11F244F5959B7051 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/idct/IEEE1180.cpp */, - 2AF715BB2DA34594821506AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/idct/TrivialC.cpp */, - 083D6AE905244430B7431102 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/FlatLayout.cpp */, - 7B7837849F9D450092C47B10 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/GridLayout.cpp */, - 0EE77A87DF474373A4BCE61E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/HorizontalLayout.cpp */, - AE9700D2905B48D58308967D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutBase.cpp */, - AAF3390E867C47F38FFFE7B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutBaseItem.cpp */, - 68F5CA533BD449E9912439FF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutObject.cpp */, - 70B42BA342F14E46AA007B67 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutStretch.cpp */, - 3E65CBBA40D2491EB43D9FA7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/VerticalLayout.cpp */, - BA1F51BA3B994F328D1D08E9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/math/MathStringUtils.cpp */, - D531BFA9096E4AFCA08AAF8D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/CodedBlockPatternTable.cpp */, - 9B7B4625816A4D2B95379C5E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DcSizeChrominanceTable.cpp */, - FF968FACB8F24D41AA19E361 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DcSizeLuminanceTable.cpp */, - E07E7F15CD7A414CA166ACFF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable.cpp */, - 8679E3F3CEFF47F38C1A178B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable0.cpp */, - 247B612AF15C464E9B3CC7A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable1.cpp */, - 3B9A97968E554B218CB4A3C4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/InverseScanTable.cpp */, - 8C37A248E01845AAA695A884 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockAddressIncrementTable.cpp */, - 6CFF4D69829942BC954A121A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypeBTable.cpp */, - F2E37D6567BF4BC582E150BB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypeITable.cpp */, - 922E7A7B32BD485090979EF2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypePTable.cpp */, - A93D7915F8FD4A85A3D0F544 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MotionCodeTable.cpp */, - E5FE345E30D241A09B2A5DD6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/QuantiserScaleTable.cpp */, - D9C4E231D79F4350A56A13D9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/VLCTable.cpp */, - BAF438CFE975410A80A4F46F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast.cpp */, - 013463583BF94B6E89BF5C71 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast_sjis.cpp */, - 5DDD62FA9759462C8140A928 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast_win1252.cpp */, - 143558072DF544779AFA1D64 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/FilteringNodeIterator.cpp */, - 7B5F7A70B5A94888B35B4F59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Node.cpp */, - 42DC8B231D8245ECAE9EFD22 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Parser.cpp */, - FEC83FCC41354B1C8CB6FD21 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Utils.cpp */, - 84C6862016B34A3880A6DA5D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Writer.cpp */, - 8E36051CFB4A414FAB101D41 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipArchiveReader.cpp */, - 094FD21F5EDE4829922C1C68 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipArchiveWriter.cpp */, - C596A0D4616C44F0BA7FDD49 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipDeflateStream.cpp */, - 1D1AA31A10B5474BA12E148D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipFile.cpp */, - 416B9C67A0774C889F385BDA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipInflateStream.cpp */, - 2A348F15AF71408E87436B26 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipStoreStream.cpp */, + 995122F46CA448B197D6DEEF /* ../Play-/deps/Framework/src/Base64.cpp */, + 32C2BC74DAE14D5DA3E73F19 /* ../Play-/deps/Framework/src/BitStream.cpp */, + 12F7F01D77DD4F1E92E3D93F /* ../Play-/deps/Framework/src/Config.cpp */, + E02E6AE010914980BD2EC4E9 /* ../Play-/deps/Framework/src/Csv.cpp */, + BC135B075E7B45BB832BDC96 /* ../Play-/deps/Framework/src/FilesystemUtils.cpp */, + E5C3ACE1B3884563A46B7F1D /* ../Play-/deps/Framework/src/HashUtils.cpp */, + 3F3405F5EB514B06A603FB6E /* ../Play-/deps/Framework/src/LzAri.cpp */, + B081ED2103AC49B3914D8B69 /* ../Play-/deps/Framework/src/MemStream.cpp */, + BE180891336348FEB9B25E3B /* ../Play-/deps/Framework/src/PathUtils.cpp */, + 050BF097548A40DC83602024 /* ../Play-/deps/Framework/src/PtrStream.cpp */, + 9449E326327A48E585EDD7F0 /* ../Play-/deps/Framework/src/SocketStream.cpp */, + EBA5AD742F0A40B78397D622 /* ../Play-/deps/Framework/src/StdStream.cpp */, + 52E48F772E6B47469AEC4A82 /* ../Play-/deps/Framework/src/Stream.cpp */, + AF3B0AEFA86149219717C22B /* ../Play-/deps/Framework/src/StreamBitStream.cpp */, + 623A2BE4590D467A82FD2AEC /* ../Play-/deps/Framework/src/StringUtils.cpp */, + CC35E2F59D5C401ABFA66322 /* ../Play-/deps/Framework/src/ThreadPool.cpp */, + 070FB52292D44CE6B69607A7 /* ../Play-/deps/Framework/src/ThreadUtils.cpp */, + 7614B3C2712F4FEEAEDA670C /* ../Play-/deps/Framework/src/Url.cpp */, + ED87BC18E2364D32B6CB9141 /* ../Play-/deps/Framework/src/Utf8.cpp */, + D49BC652A3854C21A27F8F2E /* ../Play-/deps/Framework/src/bitmap/BMP.cpp */, + 412597EEEAC644CB8AA6457F /* ../Play-/deps/Framework/src/bitmap/Bitmap.cpp */, + 137D18CA40E1408FA5E85A26 /* ../Play-/deps/Framework/src/bitmap/JPEG.cpp */, + F383E3F56FCA4959BECDE9A3 /* ../Play-/deps/Framework/src/bitmap/PNG.cpp */, + 7F19518835964430A793F201 /* ../Play-/deps/Framework/src/bitmap/TGA.cpp */, + 444ADBFE11F244F5959B7051 /* ../Play-/deps/Framework/src/idct/IEEE1180.cpp */, + 2AF715BB2DA34594821506AB /* ../Play-/deps/Framework/src/idct/TrivialC.cpp */, + 083D6AE905244430B7431102 /* ../Play-/deps/Framework/src/layout/FlatLayout.cpp */, + 7B7837849F9D450092C47B10 /* ../Play-/deps/Framework/src/layout/GridLayout.cpp */, + 0EE77A87DF474373A4BCE61E /* ../Play-/deps/Framework/src/layout/HorizontalLayout.cpp */, + AE9700D2905B48D58308967D /* ../Play-/deps/Framework/src/layout/LayoutBase.cpp */, + AAF3390E867C47F38FFFE7B3 /* ../Play-/deps/Framework/src/layout/LayoutBaseItem.cpp */, + 68F5CA533BD449E9912439FF /* ../Play-/deps/Framework/src/layout/LayoutObject.cpp */, + 70B42BA342F14E46AA007B67 /* ../Play-/deps/Framework/src/layout/LayoutStretch.cpp */, + 3E65CBBA40D2491EB43D9FA7 /* ../Play-/deps/Framework/src/layout/VerticalLayout.cpp */, + BA1F51BA3B994F328D1D08E9 /* ../Play-/deps/Framework/src/math/MathStringUtils.cpp */, + D531BFA9096E4AFCA08AAF8D /* ../Play-/deps/Framework/src/mpeg2/CodedBlockPatternTable.cpp */, + 9B7B4625816A4D2B95379C5E /* ../Play-/deps/Framework/src/mpeg2/DcSizeChrominanceTable.cpp */, + FF968FACB8F24D41AA19E361 /* ../Play-/deps/Framework/src/mpeg2/DcSizeLuminanceTable.cpp */, + E07E7F15CD7A414CA166ACFF /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable.cpp */, + 8679E3F3CEFF47F38C1A178B /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable0.cpp */, + 247B612AF15C464E9B3CC7A9 /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable1.cpp */, + 3B9A97968E554B218CB4A3C4 /* ../Play-/deps/Framework/src/mpeg2/InverseScanTable.cpp */, + 8C37A248E01845AAA695A884 /* ../Play-/deps/Framework/src/mpeg2/MacroblockAddressIncrementTable.cpp */, + 6CFF4D69829942BC954A121A /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypeBTable.cpp */, + F2E37D6567BF4BC582E150BB /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypeITable.cpp */, + 922E7A7B32BD485090979EF2 /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypePTable.cpp */, + A93D7915F8FD4A85A3D0F544 /* ../Play-/deps/Framework/src/mpeg2/MotionCodeTable.cpp */, + E5FE345E30D241A09B2A5DD6 /* ../Play-/deps/Framework/src/mpeg2/QuantiserScaleTable.cpp */, + D9C4E231D79F4350A56A13D9 /* ../Play-/deps/Framework/src/mpeg2/VLCTable.cpp */, + BAF438CFE975410A80A4F46F /* ../Play-/deps/Framework/src/string_cast.cpp */, + 013463583BF94B6E89BF5C71 /* ../Play-/deps/Framework/src/string_cast_sjis.cpp */, + 5DDD62FA9759462C8140A928 /* ../Play-/deps/Framework/src/string_cast_win1252.cpp */, + 143558072DF544779AFA1D64 /* ../Play-/deps/Framework/src/xml/FilteringNodeIterator.cpp */, + 7B5F7A70B5A94888B35B4F59 /* ../Play-/deps/Framework/src/xml/Node.cpp */, + 42DC8B231D8245ECAE9EFD22 /* ../Play-/deps/Framework/src/xml/Parser.cpp */, + FEC83FCC41354B1C8CB6FD21 /* ../Play-/deps/Framework/src/xml/Utils.cpp */, + 84C6862016B34A3880A6DA5D /* ../Play-/deps/Framework/src/xml/Writer.cpp */, + 8E36051CFB4A414FAB101D41 /* ../Play-/deps/Framework/src/zip/ZipArchiveReader.cpp */, + 094FD21F5EDE4829922C1C68 /* ../Play-/deps/Framework/src/zip/ZipArchiveWriter.cpp */, + C596A0D4616C44F0BA7FDD49 /* ../Play-/deps/Framework/src/zip/ZipDeflateStream.cpp */, + 1D1AA31A10B5474BA12E148D /* ../Play-/deps/Framework/src/zip/ZipFile.cpp */, + 416B9C67A0774C889F385BDA /* ../Play-/deps/Framework/src/zip/ZipInflateStream.cpp */, + 2A348F15AF71408E87436B26 /* ../Play-/deps/Framework/src/zip/ZipStoreStream.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -6606,8 +6606,8 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - EB1EC1139E8D49F09097E5AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/amazon/AmazonClient.cpp */, - 6FBE971CCC0A4D1D9A5D6A5C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/amazon/AmazonS3Client.cpp */, + EB1EC1139E8D49F09097E5AC /* ../Play-/deps/Framework/src/amazon/AmazonClient.cpp */, + 6FBE971CCC0A4D1D9A5D6A5C /* ../Play-/deps/Framework/src/amazon/AmazonS3Client.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -6615,19 +6615,19 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 9A683EDE0B174A8E8820EC42 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.cpp */, - C1CBBECC97234A7DB3E7E750 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.cpp */, - FAC2484130A249F8BBA7D074 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.cpp */, - 3A11C48DCB9A44C8BD372AFC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.cpp */, - C6DCA196DE3746DE9C430F76 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.cpp */, - 3165D7162D7B4A21A94F50E5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.cpp */, - AF6ACE80EC5A4EBEA0F7B29B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.cpp */, - ED48578B401648ECB25F7671 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.cpp */, - 45775A6DBEE74E69A78AD6C3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.cpp */, - 2CD16E03E73342C88AC73D8B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.cpp */, - 32D0726ADA634F7D9452A718 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.cpp */, - 98DD8B0F8B1B482BA6EE2536 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.cpp */, - BF0796A924A94CFCB54F3391 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.cpp */, + 9A683EDE0B174A8E8820EC42 /* ../Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.cpp */, + C1CBBECC97234A7DB3E7E750 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.cpp */, + FAC2484130A249F8BBA7D074 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.cpp */, + 3A11C48DCB9A44C8BD372AFC /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.cpp */, + C6DCA196DE3746DE9C430F76 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.cpp */, + 3165D7162D7B4A21A94F50E5 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.cpp */, + AF6ACE80EC5A4EBEA0F7B29B /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.cpp */, + ED48578B401648ECB25F7671 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.cpp */, + 45775A6DBEE74E69A78AD6C3 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.cpp */, + 2CD16E03E73342C88AC73D8B /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.cpp */, + 32D0726ADA634F7D9452A718 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.cpp */, + 98DD8B0F8B1B482BA6EE2536 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.cpp */, + BF0796A924A94CFCB54F3391 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -6635,10 +6635,10 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 411262608D7F4BC0BB53F9A1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/AppleHttpClient.cpp */, - B97F7AF420A145C09FDC02B8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClient.cpp */, - 3C3D563FC2FC4BC5B825E34E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClientFactory.cpp */, - E1E8533ABEA8486A9BB60796 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpServer.cpp */, + 411262608D7F4BC0BB53F9A1 /* ../Play-/deps/Framework/src/http/AppleHttpClient.cpp */, + B97F7AF420A145C09FDC02B8 /* ../Play-/deps/Framework/src/http/HttpClient.cpp */, + 3C3D563FC2FC4BC5B825E34E /* ../Play-/deps/Framework/src/http/HttpClientFactory.cpp */, + E1E8533ABEA8486A9BB60796 /* ../Play-/deps/Framework/src/http/HttpServer.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -6646,15 +6646,15 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - AFBCB439CD154A258300F39E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Extensions/ALTServerError+Conveniences.swift */, - 1EA1382FA3A1463B84989F03 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Extensions/Result+Conveniences.swift */, - A86BB6E3BB7944AC9AB3FD23 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/Connection.swift */, - 0CC6C7189DC04D23B5B6E67C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/NetworkConnection.swift */, - 83FC1BC6D69B4BB8B44966BC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/Server.swift */, - 5F114E2072504B85B34160EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/ServerConnection.swift */, - FE3D33C8C2964DAC8FCDBBA9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/ServerManager.swift */, - E252AE6DCB6642B3BB1485E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Server/ServerProtocol.swift */, - 33CF6BB478DF4DF589BD5C0C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/AltKit/Types/CodableServerError.swift */, + AFBCB439CD154A258300F39E /* ../Play-/deps/AltKit/Sources/AltKit/Extensions/ALTServerError+Conveniences.swift */, + 1EA1382FA3A1463B84989F03 /* ../Play-/deps/AltKit/Sources/AltKit/Extensions/Result+Conveniences.swift */, + A86BB6E3BB7944AC9AB3FD23 /* ../Play-/deps/AltKit/Sources/AltKit/Server/Connection.swift */, + 0CC6C7189DC04D23B5B6E67C /* ../Play-/deps/AltKit/Sources/AltKit/Server/NetworkConnection.swift */, + 83FC1BC6D69B4BB8B44966BC /* ../Play-/deps/AltKit/Sources/AltKit/Server/Server.swift */, + 5F114E2072504B85B34160EE /* ../Play-/deps/AltKit/Sources/AltKit/Server/ServerConnection.swift */, + FE3D33C8C2964DAC8FCDBBA9 /* ../Play-/deps/AltKit/Sources/AltKit/Server/ServerManager.swift */, + E252AE6DCB6642B3BB1485E6 /* ../Play-/deps/AltKit/Sources/AltKit/Server/ServerProtocol.swift */, + 33CF6BB478DF4DF589BD5C0C /* ../Play-/deps/AltKit/Sources/AltKit/Types/CodableServerError.swift */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -6662,11 +6662,11 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 1816704B120F4BEEB9AA6FCC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/builder/Operations.cpp */, - 9EF30601847348DB95A5E192 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/builder/ShaderBuilder.cpp */, - C17BB9E2C7624D49A731F8A2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/GlslShaderGenerator.cpp */, - 4B86CCEE6F2F4DCDBA1D56AE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/HlslShaderGenerator.cpp */, - AC211C8735BA4CD78F448F33 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/SpirvShaderGenerator.cpp */, + 1816704B120F4BEEB9AA6FCC /* ../Play-/deps/Nuanceur/src/builder/Operations.cpp */, + 9EF30601847348DB95A5E192 /* ../Play-/deps/Nuanceur/src/builder/ShaderBuilder.cpp */, + C17BB9E2C7624D49A731F8A2 /* ../Play-/deps/Nuanceur/src/generators/GlslShaderGenerator.cpp */, + 4B86CCEE6F2F4DCDBA1D56AE /* ../Play-/deps/Nuanceur/src/generators/HlslShaderGenerator.cpp */, + AC211C8735BA4CD78F448F33 /* ../Play-/deps/Nuanceur/src/generators/SpirvShaderGenerator.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -6674,46 +6674,46 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 26C942EB846844E38E3610F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/AArch32Assembler.cpp */, - CE1B00F631B540BDBE48B8FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/AArch64Assembler.cpp */, - 8B86F86FC64B48199BB44EDB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/CoffObjectFile.cpp */, - 5B6453F5DCFD4DFD9C247403 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter.cpp */, - 97E6B2996482473FB16F9676 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen.cpp */, - B992B2B4BCCE4E7FADAE43FD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGenFactory.cpp */, - 006438595C2A40FFB164FD8E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32.cpp */, - DB9D51C46EAA424793A58A51 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_64.cpp */, - FDCC4751B9E54E1C8D1DD2E1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Fpu.cpp */, - 832717013DE24C37B0509A1A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Md.cpp */, - B9FD424E639D45549AB0307A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64.cpp */, - 2F0A86CDF6094BBF98E4A1DF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_64.cpp */, - 670E58922E1E4CA9825AE3F1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Fpu.cpp */, - C14F7771FE694BD181BFC2E2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Md.cpp */, - 1B46C47DF9CB492F91829871 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm.cpp */, - 13538C1B771144B2A26E4AAD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_64.cpp */, - 66888F710724470FA9B9413C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Fpu.cpp */, - 46157C74975A4CC7ACC63635 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Md.cpp */, - 4FAFE1052804404989F7FE4A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86.cpp */, - 972E2129F3A2458FA8A5AD5C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_32.cpp */, - 6A015DE488C746BCA12B4979 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_64.cpp */, - 45F266F19098417E9D2E0FA5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu.cpp */, - AAE9B63E0DD0480293833D33 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Avx.cpp */, - B9E73ED46B064218BE5B3FAD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Sse.cpp */, - 592208C48EF2431089DC3AE9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md.cpp */, - 19E819EF9ACD47D8B041DD31 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md_Avx.cpp */, - 4A15A0FE730F40EFBD4B6235 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_Optimize.cpp */, - 30CEEABC377247818B6E66DD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_RegAlloc.cpp */, - 3AF20D5FE5AA4144BE5BACFF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_Statement.cpp */, - 52BF11C8B1E04099B46E7B19 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_SymbolTable.cpp */, - 376800FA92284A1A8323CEFC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/LiteralPool.cpp */, - 8224016905DE463F838F013A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/MachoObjectFile.cpp */, - 394AD73DC5AC472FB6351487 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/MemoryFunction.cpp */, - 037C8815F4C34DF3AE9D2071 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/ObjectFile.cpp */, - D9D507494FD54912A65528BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/WasmModuleBuilder.cpp */, - A2E21C022BA94B1C9A4CD10D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler.cpp */, - 0695B459C0F74DC3B98F46E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Avx.cpp */, - 6739AE2934B64F879B84A187 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Fpu.cpp */, - FF9A90A435C44133AE621670 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Sse.cpp */, - 8E50E6F3B1FC4FA98CB29DEE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86CpuFeatures.cpp */, + 26C942EB846844E38E3610F5 /* ../Play-/deps/CodeGen/src/AArch32Assembler.cpp */, + CE1B00F631B540BDBE48B8FB /* ../Play-/deps/CodeGen/src/AArch64Assembler.cpp */, + 8B86F86FC64B48199BB44EDB /* ../Play-/deps/CodeGen/src/CoffObjectFile.cpp */, + 5B6453F5DCFD4DFD9C247403 /* ../Play-/deps/CodeGen/src/Jitter.cpp */, + 97E6B2996482473FB16F9676 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen.cpp */, + B992B2B4BCCE4E7FADAE43FD /* ../Play-/deps/CodeGen/src/Jitter_CodeGenFactory.cpp */, + 006438595C2A40FFB164FD8E /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32.cpp */, + DB9D51C46EAA424793A58A51 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_64.cpp */, + FDCC4751B9E54E1C8D1DD2E1 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Fpu.cpp */, + 832717013DE24C37B0509A1A /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Md.cpp */, + B9FD424E639D45549AB0307A /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64.cpp */, + 2F0A86CDF6094BBF98E4A1DF /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_64.cpp */, + 670E58922E1E4CA9825AE3F1 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Fpu.cpp */, + C14F7771FE694BD181BFC2E2 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Md.cpp */, + 1B46C47DF9CB492F91829871 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm.cpp */, + 13538C1B771144B2A26E4AAD /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_64.cpp */, + 66888F710724470FA9B9413C /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Fpu.cpp */, + 46157C74975A4CC7ACC63635 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Md.cpp */, + 4FAFE1052804404989F7FE4A /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86.cpp */, + 972E2129F3A2458FA8A5AD5C /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_32.cpp */, + 6A015DE488C746BCA12B4979 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_64.cpp */, + 45F266F19098417E9D2E0FA5 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu.cpp */, + AAE9B63E0DD0480293833D33 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Avx.cpp */, + B9E73ED46B064218BE5B3FAD /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Sse.cpp */, + 592208C48EF2431089DC3AE9 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md.cpp */, + 19E819EF9ACD47D8B041DD31 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md_Avx.cpp */, + 4A15A0FE730F40EFBD4B6235 /* ../Play-/deps/CodeGen/src/Jitter_Optimize.cpp */, + 30CEEABC377247818B6E66DD /* ../Play-/deps/CodeGen/src/Jitter_RegAlloc.cpp */, + 3AF20D5FE5AA4144BE5BACFF /* ../Play-/deps/CodeGen/src/Jitter_Statement.cpp */, + 52BF11C8B1E04099B46E7B19 /* ../Play-/deps/CodeGen/src/Jitter_SymbolTable.cpp */, + 376800FA92284A1A8323CEFC /* ../Play-/deps/CodeGen/src/LiteralPool.cpp */, + 8224016905DE463F838F013A /* ../Play-/deps/CodeGen/src/MachoObjectFile.cpp */, + 394AD73DC5AC472FB6351487 /* ../Play-/deps/CodeGen/src/MemoryFunction.cpp */, + 037C8815F4C34DF3AE9D2071 /* ../Play-/deps/CodeGen/src/ObjectFile.cpp */, + D9D507494FD54912A65528BA /* ../Play-/deps/CodeGen/src/WasmModuleBuilder.cpp */, + A2E21C022BA94B1C9A4CD10D /* ../Play-/deps/CodeGen/src/X86Assembler.cpp */, + 0695B459C0F74DC3B98F46E3 /* ../Play-/deps/CodeGen/src/X86Assembler_Avx.cpp */, + 6739AE2934B64F879B84A187 /* ../Play-/deps/CodeGen/src/X86Assembler_Fpu.cpp */, + FF9A90A435C44133AE621670 /* ../Play-/deps/CodeGen/src/X86Assembler_Sse.cpp */, + 8E50E6F3B1FC4FA98CB29DEE /* ../Play-/deps/CodeGen/src/X86CpuFeatures.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -6721,192 +6721,192 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 5078937484354986824E070A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/AppConfig.cpp */, - 08B09E1399524D4E9621C8F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BasicBlock.cpp */, - 2E0FAB2873104A7A9BE97866 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_FPU.cpp */, - FA96CDA742134DBD92DCE5A7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_FPU_Reflection.cpp */, - 768F4DBF45AA4CF8B0633315 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_SCU.cpp */, - 76610798FE704178A2E90A70 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_SCU_Reflection.cpp */, - F09A1EAC2D5D4D77BC29FC68 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ControllerInfo.cpp */, - 7D868A7D646045CAA0B0A466 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/DiskUtils.cpp */, - 38415AA082B34C7BB82C5542 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ElfFile.cpp */, - 661D66E3D6444300B2EA8166 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FpUtils.cpp */, - 4ED13FCEEA1D48089AD02333 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameDump.cpp */, - AF458347FB6044E7BD51A410 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameLimiter.cpp */, - B06E5C05D68541B096390DB9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/DirectoryRecord.cpp */, - D3F73C9FBB824224AE73AE00 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/File.cpp */, - 6D7145048B3F4181A0C14547 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/ISO9660.cpp */, - 7A2FBDE515154769AD8371A2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTable.cpp */, - 7899E19573E747C0AC2292E7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTableRecord.cpp */, - 5FA0F73C76824C258F75C645 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/VolumeDescriptor.cpp */, - 1170334D32134362BDF6ED75 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/InputConfig.cpp */, - 58104A2252224EC8917743EB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Log.cpp */, - 56522B788F8E4647BEC3B95F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV.cpp */, - B431B6C8FEA94B7DB28FFC25 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV_Reflection.cpp */, - 2723FCAD5DF149D0907D7FEB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV_Templates.cpp */, - 80EA917DE83A4D72A3D8D985 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPS.cpp */, - 0D4AD37245A748269AD55EB6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAnalysis.cpp */, - 67E93B508E81406BB355F7E2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSArchitecture.cpp */, - 3A7F3C27343040E2AAA35135 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAssembler.cpp */, - 81E97B9882EC46018DF352A6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSCoprocessor.cpp */, - B41C980A94B8443B82D1D50E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSInstructionFactory.cpp */, - A0EB089F27EF418B8F631C2B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSReflection.cpp */, - 0A8509705C1A4D7991A1AD4D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSTags.cpp */, - C9CB1040BFC54757B08EE546 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MailBox.cpp */, - 865E0375EA2744A692E27B8B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryMap.cpp */, - FFDB0E18638C4B8BA3E39FD2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryUtils.cpp */, - 1C60A0FED4D84BBDB1040875 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsFunctionPatternDb.cpp */, - EFFC336FD65F4EC0B68A9A21 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsJitter.cpp */, - 67969122833748688A6E2562 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OpticalMedia.cpp */, - 8359D530FC674B52B71E3D95 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PH_Generic.cpp */, - 3B7CDE5C4F4D48EDBD6A6F9D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PS2VM.cpp */, - 2404135C93DB453AA91AA0DE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadHandler.cpp */, - 4D6C7D5F8D384A6DBB610C85 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadInterface.cpp */, - 07A979D2E6F74696B8D47B45 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Pch.cpp */, - 6468FE74878D48E69A437CBE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Profiler.cpp */, - 227B16BE11C6411EA687D4D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScopedVmPauser.cpp */, - 07C4B8E1493A45848884E37F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScreenShotUtils.cpp */, - DF44317C325E41C6A83596A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/VirtualPad.cpp */, - 01CF2A7BBA13474D8F39AA84 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdCdImageStream.cpp */, - 5CE84CAB17914740865EF5DB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdImageStream.cpp */, - EB252782BEAD4CEC8AFA82A5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdStreamSupport.cpp */, - D69234A2577A42C0860F75F8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CsoImageStream.cpp */, - F652ECE764504FBD839B897B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CueSheet.cpp */, - 54596A36C9434085AFE63986 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/IszImageStream.cpp */, - 1E4EAAAF8AC8415E94588437 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/MdsDiscImage.cpp */, - 46F57DEC164C4FFB860AF579 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/COP_VU.cpp */, - 9CABC008440443A7ADAD3BF0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/COP_VU_Reflection.cpp */, - DB39AED6CC844F8897D7EBE1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/DMAC.cpp */, - 0042EE5BB2B54CC0B2F4095E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Dmac_Channel.cpp */, - 20F11CD7B8A8485E8073A0F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EEAssembler.cpp */, - 991264CD7D2246B7B0835E96 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeBasicBlock.cpp */, - FB73B9F61C6340F99180773E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeExecutor.cpp */, - 22CB8CC3EB5B4096B2E0820E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_IdleEvaluator.cpp */, - 8407A5CCD5E74551BEE138CD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_LibMc2.cpp */, - 261A9196CF4943729DA90C5E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_SubSystem.cpp */, - D56C4969DD70454793511B4F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpAddTruncate.cpp */, - 9E55E1739350493E988AB4C3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpMulTruncate.cpp */, - 609057700D094B47A13689FE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/GIF.cpp */, - 043DE0B5B9964A2EAF819614 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/INTC.cpp */, - 688D432F3C4740799CCF07F9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU.cpp */, - 3E73A1CD78D448D0A62AB36C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_DmVectorTable.cpp */, - 4D54C62C2FCF4CB2B9D1A9A1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockAddressIncrementTable.cpp */, - 0200530BB6014C70B7139466 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeBTable.cpp */, - 3B0D1AA5EE774D7D835FA60E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeITable.cpp */, - 59018EDD5ABB404589009B34 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypePTable.cpp */, - 6FB02D2D36BA47FD8B458E13 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MotionCodeTable.cpp */, - 991E45B0F21D41148DA1C8FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_EE.cpp */, - 6F0AAEAE2E3D41E6AFBF4C6C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_EE_Reflection.cpp */, - 9A6854C32C264F47A3274334 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU.cpp */, - CF4ED7FCCD614225AB61E5C4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_Lower.cpp */, - 0F28DEE422504CAAA2C85D06 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_LowerReflection.cpp */, - 731B647E34A1423D9DB9B267 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_Upper.cpp */, - 4B97CA59BF194CD1A642C79E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_UpperReflection.cpp */, - 101A577772B24490B11178F7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/PS2OS.cpp */, - 163560F9894F4318A0FD03C1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/SIF.cpp */, - E5DF8B418716402E95BABD8F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Timer.cpp */, - 0607A5CC9D7E448CB10F6F7E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VUShared.cpp */, - FB2EC013510B40CD874FCF96 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VUShared_Reflection.cpp */, - 92219B93FD5C4ED0B9395D18 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif.cpp */, - 5C5BA6CA674949B5A56838C1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif1.cpp */, - EA209CBD21A744739835CA51 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vpu.cpp */, - BF2D37B22A4A4322A434DE58 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuAnalysis.cpp */, - 46242F07D51341CCA3018C5F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuBasicBlock.cpp */, - AC8CF894995F4E409B961574 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuExecutor.cpp */, - 3254752F46FE440C8C5B2338 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Null.cpp */, - 2A2DC840DCC24B0992D3035F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSHandler.cpp */, - 44E749D53CCD4B05B8BC7B74 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsCachedArea.cpp */, - 2EEA559572264D26989C7FF7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsPixelFormats.cpp */, - 3774CE1BCBBC40DE8680D1F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/ApaReader.cpp */, - C41E7FE76AC7463EBF68632B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/PfsReader.cpp */, - C56777BE8AFF42518E64DDF4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/InputBindingManager.cpp */, - 3A3F489D94A44DEF812BC458 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/PH_GenericInput.cpp */, - A48B4C914C59437390422AC2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ArgumentIterator.cpp */, - D9960B32635B4806BEF7D271 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_ScopedFile.cpp */, - C55AA21B9EA7494994E1A574 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/IopBios.cpp */, - 96A483C09A3F48BAB3B2B0B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdfsv.cpp */, - 83EB5F411ED64144AC0C440C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdman.cpp */, - B5DD95AF76C54A04939E5DDA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dev9.cpp */, - 0733532CA8DA4B7880F013EC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmac.cpp */, - D7B0484BBD004868938B1474 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_DmacChannel.cpp */, - 0C8E8D1E28AD4769B2120D92 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmacman.cpp */, - 525EF7B4AA1A44BE8581C332 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dynamic.cpp */, - B7D405220C2F430EBDABDC90 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIo.cpp */, - 192B21FD63E148218C1D769D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler1000.cpp */, - 46261BC5915C43EC95AF8C68 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2100.cpp */, - 045EF7CEAB134F60A3B0DE42 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2200.cpp */, - 5C0BD33322B4476A9A65BD12 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Heaplib.cpp */, - D552DD70D376425C982650FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ilink.cpp */, - 2AE389295C2C49538E93ABF5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intc.cpp */, - AB9286579F194BC6993C637A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intrman.cpp */, - ADDC729A02A649F2B3CC1EED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ioman.cpp */, - 8081D9B378F741FF802A7F69 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_IomanX.cpp */, - E7CEEC0244DD43C0893730EF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_LibSd.cpp */, - 96E5DF6EF2C94AE6882D137D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Loadcore.cpp */, - C12BFEF8658641B6BD47D0B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_McServ.cpp */, - A1660ED9F0BA4C7EA919F30F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Modload.cpp */, - 63612CE00A7F4CE99EE1C546 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Module.cpp */, - 8D8B278773484FE38E54EAF8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_MtapMan.cpp */, - 0CE05FEB07C04884ACFD54D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PadMan.cpp */, - F1BA4F2B3C654F2EAF6B93C7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PathUtils.cpp */, - A17BFD2C85754F7CA092F244 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PowerOff.cpp */, - 678C531DED294BBCA31CDA6E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_RootCounters.cpp */, - 9112DB3CD67A4459ADA52659 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Secrman.cpp */, - 9CBDADCAC83D4A0DAB7FE2A1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifCmd.cpp */, - C22D8CB4F7B14900BB61BFF5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifDynamic.cpp */, - 7FEDF202D3324CDF92BFC017 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifMan.cpp */, - BADD1A36BCC742D2BA857A45 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManNull.cpp */, - FB76DD9EFB8E4DDCA9A0B5DD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManPs2.cpp */, - C93C01D00D5B425B8E74D15C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sio2.cpp */, - 605E968E7799433DAAE77FD4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Speed.cpp */, - 4E71D4AE334F4330B0B9579C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu.cpp */, - 2AF605C5005C4AC48523485C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2.cpp */, - 03D90236B41547189DA1EB23 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2_Core.cpp */, - 797F9A90AE5F48329A231031 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SpuBase.cpp */, - 6EEEF04F418B43F1A14C5705 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Stdio.cpp */, - 1BF381512F4A40A19E13F638 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SubSystem.cpp */, - 6F36FFD040644DB4BD56DE5B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysclib.cpp */, - E7585ED5BDDD48478D8619BB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysmem.cpp */, - E64F29240DA547BEBB9F342D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thbase.cpp */, - 87669AC1226242A2B2A31CEE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thevent.cpp */, - 1195D8F9A1CB41B1BE643D3B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thfpool.cpp */, - A9A56088112C4E64B71735B6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thmsgbx.cpp */, - 0464B1544F724AFE89849836 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thsema.cpp */, - 26338C1FF13F43D99C831972 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thvpool.cpp */, - 20B3C10F059A40179797A3AE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Timrman.cpp */, - 8FEC3C6206824E76855CFB6A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Vblank.cpp */, - E776D1322AB34909B00CD67A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/DirectoryDevice.cpp */, - 0C9DBE961880481EB8DB30A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDevice.cpp */, - 37C85FE2E9A144708CE65A0E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDumpDevice.cpp */, - E2A5EEA77BCA4A638A3F3281 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/McDumpDevice.cpp */, - 9FBCFFA890804F24A377072B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDevice.cpp */, - 9F003F91BE8D45D3BB296EA1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.cpp */, - 412FC91F7DE545F9846ABA32 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/PathDirectoryIterator.cpp */, - 3980825F248941FB99658A79 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.cpp */, - 7214556C1E31411DBF252AE6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoSys147.cpp */, - CD20C55EDA744E6EB8DAE597 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.cpp */, - EE177B046ECC432AA114F619 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.cpp */, - F77D44E69AC84DAAA403A7E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.cpp */, - A9780016072C4AE993F88F51 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.cpp */, - BC284709A3E4428285D639A2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoSys246.cpp */, - F0120C947B0B467090757A85 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/psx/PsxBios.cpp */, - 407A6CBC88624694A3393536 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/s3stream/S3ObjectStream.cpp */, - EC3012FAB7E644D0BAD6A14F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Icon.cpp */, - 6C3BB2CF3B0C40BEBD921347 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/MaxSaveImporter.cpp */, - 499BCD4398754443B601BEF1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpReader.cpp */, - 5FA540495EC640529B18EC28 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpSaveImporter.cpp */, - 58F003A922D5475B8D63D719 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/MemoryCard.cpp */, - B70BF2A0AF0E474BB77D46BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/PsuSaveImporter.cpp */, - 8475700AE8FF49F48AAE08A5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Save.cpp */, - 8CA254FAE7FE4D5D9F8A3AEF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveExporter.cpp */, - D9AD15B60CCA4F88B3A2BBE2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporter.cpp */, - 96FB0EB7238743C281FC5E74 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporterBase.cpp */, - E00F8C7D7FA94246ADE1D62C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/XpsSaveImporter.cpp */, - D557522FD43D41CAA2C20472 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/MemoryStateFile.cpp */, - EF241D5930134C79999BB47D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterState.cpp */, - 4DF64F479432491EA5B28B4A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateCollectionFile.cpp */, - 6A296081E2344606BE81BFDE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateFile.cpp */, - 13DC8E6002884B51AC27CBE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/XmlStateFile.cpp */, + 5078937484354986824E070A /* ../Play-/Source/AppConfig.cpp */, + 08B09E1399524D4E9621C8F0 /* ../Play-/Source/BasicBlock.cpp */, + 2E0FAB2873104A7A9BE97866 /* ../Play-/Source/COP_FPU.cpp */, + FA96CDA742134DBD92DCE5A7 /* ../Play-/Source/COP_FPU_Reflection.cpp */, + 768F4DBF45AA4CF8B0633315 /* ../Play-/Source/COP_SCU.cpp */, + 76610798FE704178A2E90A70 /* ../Play-/Source/COP_SCU_Reflection.cpp */, + F09A1EAC2D5D4D77BC29FC68 /* ../Play-/Source/ControllerInfo.cpp */, + 7D868A7D646045CAA0B0A466 /* ../Play-/Source/DiskUtils.cpp */, + 38415AA082B34C7BB82C5542 /* ../Play-/Source/ElfFile.cpp */, + 661D66E3D6444300B2EA8166 /* ../Play-/Source/FpUtils.cpp */, + 4ED13FCEEA1D48089AD02333 /* ../Play-/Source/FrameDump.cpp */, + AF458347FB6044E7BD51A410 /* ../Play-/Source/FrameLimiter.cpp */, + B06E5C05D68541B096390DB9 /* ../Play-/Source/ISO9660/DirectoryRecord.cpp */, + D3F73C9FBB824224AE73AE00 /* ../Play-/Source/ISO9660/File.cpp */, + 6D7145048B3F4181A0C14547 /* ../Play-/Source/ISO9660/ISO9660.cpp */, + 7A2FBDE515154769AD8371A2 /* ../Play-/Source/ISO9660/PathTable.cpp */, + 7899E19573E747C0AC2292E7 /* ../Play-/Source/ISO9660/PathTableRecord.cpp */, + 5FA0F73C76824C258F75C645 /* ../Play-/Source/ISO9660/VolumeDescriptor.cpp */, + 1170334D32134362BDF6ED75 /* ../Play-/Source/InputConfig.cpp */, + 58104A2252224EC8917743EB /* ../Play-/Source/Log.cpp */, + 56522B788F8E4647BEC3B95F /* ../Play-/Source/MA_MIPSIV.cpp */, + B431B6C8FEA94B7DB28FFC25 /* ../Play-/Source/MA_MIPSIV_Reflection.cpp */, + 2723FCAD5DF149D0907D7FEB /* ../Play-/Source/MA_MIPSIV_Templates.cpp */, + 80EA917DE83A4D72A3D8D985 /* ../Play-/Source/MIPS.cpp */, + 0D4AD37245A748269AD55EB6 /* ../Play-/Source/MIPSAnalysis.cpp */, + 67E93B508E81406BB355F7E2 /* ../Play-/Source/MIPSArchitecture.cpp */, + 3A7F3C27343040E2AAA35135 /* ../Play-/Source/MIPSAssembler.cpp */, + 81E97B9882EC46018DF352A6 /* ../Play-/Source/MIPSCoprocessor.cpp */, + B41C980A94B8443B82D1D50E /* ../Play-/Source/MIPSInstructionFactory.cpp */, + A0EB089F27EF418B8F631C2B /* ../Play-/Source/MIPSReflection.cpp */, + 0A8509705C1A4D7991A1AD4D /* ../Play-/Source/MIPSTags.cpp */, + C9CB1040BFC54757B08EE546 /* ../Play-/Source/MailBox.cpp */, + 865E0375EA2744A692E27B8B /* ../Play-/Source/MemoryMap.cpp */, + FFDB0E18638C4B8BA3E39FD2 /* ../Play-/Source/MemoryUtils.cpp */, + 1C60A0FED4D84BBDB1040875 /* ../Play-/Source/MipsFunctionPatternDb.cpp */, + EFFC336FD65F4EC0B68A9A21 /* ../Play-/Source/MipsJitter.cpp */, + 67969122833748688A6E2562 /* ../Play-/Source/OpticalMedia.cpp */, + 8359D530FC674B52B71E3D95 /* ../Play-/Source/PH_Generic.cpp */, + 3B7CDE5C4F4D48EDBD6A6F9D /* ../Play-/Source/PS2VM.cpp */, + 2404135C93DB453AA91AA0DE /* ../Play-/Source/PadHandler.cpp */, + 4D6C7D5F8D384A6DBB610C85 /* ../Play-/Source/PadInterface.cpp */, + 07A979D2E6F74696B8D47B45 /* ../Play-/Source/Pch.cpp */, + 6468FE74878D48E69A437CBE /* ../Play-/Source/Profiler.cpp */, + 227B16BE11C6411EA687D4D1 /* ../Play-/Source/ScopedVmPauser.cpp */, + 07C4B8E1493A45848884E37F /* ../Play-/Source/ScreenShotUtils.cpp */, + DF44317C325E41C6A83596A9 /* ../Play-/Source/VirtualPad.cpp */, + 01CF2A7BBA13474D8F39AA84 /* ../Play-/Source/discimages/ChdCdImageStream.cpp */, + 5CE84CAB17914740865EF5DB /* ../Play-/Source/discimages/ChdImageStream.cpp */, + EB252782BEAD4CEC8AFA82A5 /* ../Play-/Source/discimages/ChdStreamSupport.cpp */, + D69234A2577A42C0860F75F8 /* ../Play-/Source/discimages/CsoImageStream.cpp */, + F652ECE764504FBD839B897B /* ../Play-/Source/discimages/CueSheet.cpp */, + 54596A36C9434085AFE63986 /* ../Play-/Source/discimages/IszImageStream.cpp */, + 1E4EAAAF8AC8415E94588437 /* ../Play-/Source/discimages/MdsDiscImage.cpp */, + 46F57DEC164C4FFB860AF579 /* ../Play-/Source/ee/COP_VU.cpp */, + 9CABC008440443A7ADAD3BF0 /* ../Play-/Source/ee/COP_VU_Reflection.cpp */, + DB39AED6CC844F8897D7EBE1 /* ../Play-/Source/ee/DMAC.cpp */, + 0042EE5BB2B54CC0B2F4095E /* ../Play-/Source/ee/Dmac_Channel.cpp */, + 20F11CD7B8A8485E8073A0F5 /* ../Play-/Source/ee/EEAssembler.cpp */, + 991264CD7D2246B7B0835E96 /* ../Play-/Source/ee/EeBasicBlock.cpp */, + FB73B9F61C6340F99180773E /* ../Play-/Source/ee/EeExecutor.cpp */, + 22CB8CC3EB5B4096B2E0820E /* ../Play-/Source/ee/Ee_IdleEvaluator.cpp */, + 8407A5CCD5E74551BEE138CD /* ../Play-/Source/ee/Ee_LibMc2.cpp */, + 261A9196CF4943729DA90C5E /* ../Play-/Source/ee/Ee_SubSystem.cpp */, + D56C4969DD70454793511B4F /* ../Play-/Source/ee/FpAddTruncate.cpp */, + 9E55E1739350493E988AB4C3 /* ../Play-/Source/ee/FpMulTruncate.cpp */, + 609057700D094B47A13689FE /* ../Play-/Source/ee/GIF.cpp */, + 043DE0B5B9964A2EAF819614 /* ../Play-/Source/ee/INTC.cpp */, + 688D432F3C4740799CCF07F9 /* ../Play-/Source/ee/IPU.cpp */, + 3E73A1CD78D448D0A62AB36C /* ../Play-/Source/ee/IPU_DmVectorTable.cpp */, + 4D54C62C2FCF4CB2B9D1A9A1 /* ../Play-/Source/ee/IPU_MacroblockAddressIncrementTable.cpp */, + 0200530BB6014C70B7139466 /* ../Play-/Source/ee/IPU_MacroblockTypeBTable.cpp */, + 3B0D1AA5EE774D7D835FA60E /* ../Play-/Source/ee/IPU_MacroblockTypeITable.cpp */, + 59018EDD5ABB404589009B34 /* ../Play-/Source/ee/IPU_MacroblockTypePTable.cpp */, + 6FB02D2D36BA47FD8B458E13 /* ../Play-/Source/ee/IPU_MotionCodeTable.cpp */, + 991E45B0F21D41148DA1C8FA /* ../Play-/Source/ee/MA_EE.cpp */, + 6F0AAEAE2E3D41E6AFBF4C6C /* ../Play-/Source/ee/MA_EE_Reflection.cpp */, + 9A6854C32C264F47A3274334 /* ../Play-/Source/ee/MA_VU.cpp */, + CF4ED7FCCD614225AB61E5C4 /* ../Play-/Source/ee/MA_VU_Lower.cpp */, + 0F28DEE422504CAAA2C85D06 /* ../Play-/Source/ee/MA_VU_LowerReflection.cpp */, + 731B647E34A1423D9DB9B267 /* ../Play-/Source/ee/MA_VU_Upper.cpp */, + 4B97CA59BF194CD1A642C79E /* ../Play-/Source/ee/MA_VU_UpperReflection.cpp */, + 101A577772B24490B11178F7 /* ../Play-/Source/ee/PS2OS.cpp */, + 163560F9894F4318A0FD03C1 /* ../Play-/Source/ee/SIF.cpp */, + E5DF8B418716402E95BABD8F /* ../Play-/Source/ee/Timer.cpp */, + 0607A5CC9D7E448CB10F6F7E /* ../Play-/Source/ee/VUShared.cpp */, + FB2EC013510B40CD874FCF96 /* ../Play-/Source/ee/VUShared_Reflection.cpp */, + 92219B93FD5C4ED0B9395D18 /* ../Play-/Source/ee/Vif.cpp */, + 5C5BA6CA674949B5A56838C1 /* ../Play-/Source/ee/Vif1.cpp */, + EA209CBD21A744739835CA51 /* ../Play-/Source/ee/Vpu.cpp */, + BF2D37B22A4A4322A434DE58 /* ../Play-/Source/ee/VuAnalysis.cpp */, + 46242F07D51341CCA3018C5F /* ../Play-/Source/ee/VuBasicBlock.cpp */, + AC8CF894995F4E409B961574 /* ../Play-/Source/ee/VuExecutor.cpp */, + 3254752F46FE440C8C5B2338 /* ../Play-/Source/gs/GSH_Null.cpp */, + 2A2DC840DCC24B0992D3035F /* ../Play-/Source/gs/GSHandler.cpp */, + 44E749D53CCD4B05B8BC7B74 /* ../Play-/Source/gs/GsCachedArea.cpp */, + 2EEA559572264D26989C7FF7 /* ../Play-/Source/gs/GsPixelFormats.cpp */, + 3774CE1BCBBC40DE8680D1F5 /* ../Play-/Source/hdd/ApaReader.cpp */, + C41E7FE76AC7463EBF68632B /* ../Play-/Source/hdd/PfsReader.cpp */, + C56777BE8AFF42518E64DDF4 /* ../Play-/Source/input/InputBindingManager.cpp */, + 3A3F489D94A44DEF812BC458 /* ../Play-/Source/input/PH_GenericInput.cpp */, + A48B4C914C59437390422AC2 /* ../Play-/Source/iop/ArgumentIterator.cpp */, + D9960B32635B4806BEF7D271 /* ../Play-/Source/iop/Ioman_ScopedFile.cpp */, + C55AA21B9EA7494994E1A574 /* ../Play-/Source/iop/IopBios.cpp */, + 96A483C09A3F48BAB3B2B0B4 /* ../Play-/Source/iop/Iop_Cdvdfsv.cpp */, + 83EB5F411ED64144AC0C440C /* ../Play-/Source/iop/Iop_Cdvdman.cpp */, + B5DD95AF76C54A04939E5DDA /* ../Play-/Source/iop/Iop_Dev9.cpp */, + 0733532CA8DA4B7880F013EC /* ../Play-/Source/iop/Iop_Dmac.cpp */, + D7B0484BBD004868938B1474 /* ../Play-/Source/iop/Iop_DmacChannel.cpp */, + 0C8E8D1E28AD4769B2120D92 /* ../Play-/Source/iop/Iop_Dmacman.cpp */, + 525EF7B4AA1A44BE8581C332 /* ../Play-/Source/iop/Iop_Dynamic.cpp */, + B7D405220C2F430EBDABDC90 /* ../Play-/Source/iop/Iop_FileIo.cpp */, + 192B21FD63E148218C1D769D /* ../Play-/Source/iop/Iop_FileIoHandler1000.cpp */, + 46261BC5915C43EC95AF8C68 /* ../Play-/Source/iop/Iop_FileIoHandler2100.cpp */, + 045EF7CEAB134F60A3B0DE42 /* ../Play-/Source/iop/Iop_FileIoHandler2200.cpp */, + 5C0BD33322B4476A9A65BD12 /* ../Play-/Source/iop/Iop_Heaplib.cpp */, + D552DD70D376425C982650FB /* ../Play-/Source/iop/Iop_Ilink.cpp */, + 2AE389295C2C49538E93ABF5 /* ../Play-/Source/iop/Iop_Intc.cpp */, + AB9286579F194BC6993C637A /* ../Play-/Source/iop/Iop_Intrman.cpp */, + ADDC729A02A649F2B3CC1EED /* ../Play-/Source/iop/Iop_Ioman.cpp */, + 8081D9B378F741FF802A7F69 /* ../Play-/Source/iop/Iop_IomanX.cpp */, + E7CEEC0244DD43C0893730EF /* ../Play-/Source/iop/Iop_LibSd.cpp */, + 96E5DF6EF2C94AE6882D137D /* ../Play-/Source/iop/Iop_Loadcore.cpp */, + C12BFEF8658641B6BD47D0B7 /* ../Play-/Source/iop/Iop_McServ.cpp */, + A1660ED9F0BA4C7EA919F30F /* ../Play-/Source/iop/Iop_Modload.cpp */, + 63612CE00A7F4CE99EE1C546 /* ../Play-/Source/iop/Iop_Module.cpp */, + 8D8B278773484FE38E54EAF8 /* ../Play-/Source/iop/Iop_MtapMan.cpp */, + 0CE05FEB07C04884ACFD54D1 /* ../Play-/Source/iop/Iop_PadMan.cpp */, + F1BA4F2B3C654F2EAF6B93C7 /* ../Play-/Source/iop/Iop_PathUtils.cpp */, + A17BFD2C85754F7CA092F244 /* ../Play-/Source/iop/Iop_PowerOff.cpp */, + 678C531DED294BBCA31CDA6E /* ../Play-/Source/iop/Iop_RootCounters.cpp */, + 9112DB3CD67A4459ADA52659 /* ../Play-/Source/iop/Iop_Secrman.cpp */, + 9CBDADCAC83D4A0DAB7FE2A1 /* ../Play-/Source/iop/Iop_SifCmd.cpp */, + C22D8CB4F7B14900BB61BFF5 /* ../Play-/Source/iop/Iop_SifDynamic.cpp */, + 7FEDF202D3324CDF92BFC017 /* ../Play-/Source/iop/Iop_SifMan.cpp */, + BADD1A36BCC742D2BA857A45 /* ../Play-/Source/iop/Iop_SifManNull.cpp */, + FB76DD9EFB8E4DDCA9A0B5DD /* ../Play-/Source/iop/Iop_SifManPs2.cpp */, + C93C01D00D5B425B8E74D15C /* ../Play-/Source/iop/Iop_Sio2.cpp */, + 605E968E7799433DAAE77FD4 /* ../Play-/Source/iop/Iop_Speed.cpp */, + 4E71D4AE334F4330B0B9579C /* ../Play-/Source/iop/Iop_Spu.cpp */, + 2AF605C5005C4AC48523485C /* ../Play-/Source/iop/Iop_Spu2.cpp */, + 03D90236B41547189DA1EB23 /* ../Play-/Source/iop/Iop_Spu2_Core.cpp */, + 797F9A90AE5F48329A231031 /* ../Play-/Source/iop/Iop_SpuBase.cpp */, + 6EEEF04F418B43F1A14C5705 /* ../Play-/Source/iop/Iop_Stdio.cpp */, + 1BF381512F4A40A19E13F638 /* ../Play-/Source/iop/Iop_SubSystem.cpp */, + 6F36FFD040644DB4BD56DE5B /* ../Play-/Source/iop/Iop_Sysclib.cpp */, + E7585ED5BDDD48478D8619BB /* ../Play-/Source/iop/Iop_Sysmem.cpp */, + E64F29240DA547BEBB9F342D /* ../Play-/Source/iop/Iop_Thbase.cpp */, + 87669AC1226242A2B2A31CEE /* ../Play-/Source/iop/Iop_Thevent.cpp */, + 1195D8F9A1CB41B1BE643D3B /* ../Play-/Source/iop/Iop_Thfpool.cpp */, + A9A56088112C4E64B71735B6 /* ../Play-/Source/iop/Iop_Thmsgbx.cpp */, + 0464B1544F724AFE89849836 /* ../Play-/Source/iop/Iop_Thsema.cpp */, + 26338C1FF13F43D99C831972 /* ../Play-/Source/iop/Iop_Thvpool.cpp */, + 20B3C10F059A40179797A3AE /* ../Play-/Source/iop/Iop_Timrman.cpp */, + 8FEC3C6206824E76855CFB6A /* ../Play-/Source/iop/Iop_Vblank.cpp */, + E776D1322AB34909B00CD67A /* ../Play-/Source/iop/ioman/DirectoryDevice.cpp */, + 0C9DBE961880481EB8DB30A9 /* ../Play-/Source/iop/ioman/HardDiskDevice.cpp */, + 37C85FE2E9A144708CE65A0E /* ../Play-/Source/iop/ioman/HardDiskDumpDevice.cpp */, + E2A5EEA77BCA4A638A3F3281 /* ../Play-/Source/iop/ioman/McDumpDevice.cpp */, + 9FBCFFA890804F24A377072B /* ../Play-/Source/iop/ioman/OpticalMediaDevice.cpp */, + 9F003F91BE8D45D3BB296EA1 /* ../Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.cpp */, + 412FC91F7DE545F9846ABA32 /* ../Play-/Source/iop/ioman/PathDirectoryIterator.cpp */, + 3980825F248941FB99658A79 /* ../Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.cpp */, + 7214556C1E31411DBF252AE6 /* ../Play-/Source/iop/namco_sys147/Iop_NamcoSys147.cpp */, + CD20C55EDA744E6EB8DAE597 /* ../Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.cpp */, + EE177B046ECC432AA114F619 /* ../Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.cpp */, + F77D44E69AC84DAAA403A7E0 /* ../Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.cpp */, + A9780016072C4AE993F88F51 /* ../Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.cpp */, + BC284709A3E4428285D639A2 /* ../Play-/Source/iop/namco_sys246/Iop_NamcoSys246.cpp */, + F0120C947B0B467090757A85 /* ../Play-/Source/psx/PsxBios.cpp */, + 407A6CBC88624694A3393536 /* ../Play-/Source/s3stream/S3ObjectStream.cpp */, + EC3012FAB7E644D0BAD6A14F /* ../Play-/Source/saves/Icon.cpp */, + 6C3BB2CF3B0C40BEBD921347 /* ../Play-/Source/saves/MaxSaveImporter.cpp */, + 499BCD4398754443B601BEF1 /* ../Play-/Source/saves/McDumpReader.cpp */, + 5FA540495EC640529B18EC28 /* ../Play-/Source/saves/McDumpSaveImporter.cpp */, + 58F003A922D5475B8D63D719 /* ../Play-/Source/saves/MemoryCard.cpp */, + B70BF2A0AF0E474BB77D46BF /* ../Play-/Source/saves/PsuSaveImporter.cpp */, + 8475700AE8FF49F48AAE08A5 /* ../Play-/Source/saves/Save.cpp */, + 8CA254FAE7FE4D5D9F8A3AEF /* ../Play-/Source/saves/SaveExporter.cpp */, + D9AD15B60CCA4F88B3A2BBE2 /* ../Play-/Source/saves/SaveImporter.cpp */, + 96FB0EB7238743C281FC5E74 /* ../Play-/Source/saves/SaveImporterBase.cpp */, + E00F8C7D7FA94246ADE1D62C /* ../Play-/Source/saves/XpsSaveImporter.cpp */, + D557522FD43D41CAA2C20472 /* ../Play-/Source/states/MemoryStateFile.cpp */, + EF241D5930134C79999BB47D /* ../Play-/Source/states/RegisterState.cpp */, + 4DF64F479432491EA5B28B4A /* ../Play-/Source/states/RegisterStateCollectionFile.cpp */, + 6A296081E2344606BE81BFDE /* ../Play-/Source/states/RegisterStateFile.cpp */, + 13DC8E6002884B51AC27CBE5 /* ../Play-/Source/states/XmlStateFile.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -6914,25 +6914,25 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C9349679D22B49FAA8CCB5E1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/AltServerJitService.mm */, - 62369D3C9BC84BEEB9A49070 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/AppDelegate.mm */, - 8CD65D44C8C84E908126C0CA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/BackgroundLayer.m */, - 803C587ADA634AC88DD274D3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/CoverViewCell.m */, - 9D73D0FB00CE4143B52D47A4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/CoverViewController.mm */, - 8995F8DF1214434D84B1DE36 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/DebuggerSimulator.cpp */, - B09074E92E004A79B55200B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/EmulatorViewController.mm */, - 2C73CE9357334CA7ACB6B03F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/GSH_OpenGLiOS.cpp */, - 34709DA883674892AF570812 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/GSH_VulkaniOS.cpp */, - EDB2593A1C0A465EA5EE3B05 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/RenderView.mm */, - 54D9C3731DB04BA7AE102456 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/SaveStateViewController.m */, - 18CDD56D228442179211A532 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/SettingsListSelectorViewController.mm */, - 9EBB8EFA6E554DCEA2E1BE76 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/SettingsViewController.mm */, - 0707163B4DF24CE88A06F755 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/VirtualPadButton.mm */, - B7209952ADD040C581B3671B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/VirtualPadItem.mm */, - 6C46FFF58BA64719AB192A19 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/VirtualPadStick.mm */, - 0B34A6EF818A46A0A20BD809 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/VirtualPadView.mm */, - 9E4BE7761BB046A884685D5E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_ios/main.mm */, - 44CD1961FD604F848BD24368 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/CMakeFiles/Play-CMakeForceLinker.swift */, + C9349679D22B49FAA8CCB5E1 /* ../Play-/Source/ui_ios/AltServerJitService.mm */, + 62369D3C9BC84BEEB9A49070 /* ../Play-/Source/ui_ios/AppDelegate.mm */, + 8CD65D44C8C84E908126C0CA /* ../Play-/Source/ui_ios/BackgroundLayer.m */, + 803C587ADA634AC88DD274D3 /* ../Play-/Source/ui_ios/CoverViewCell.m */, + 9D73D0FB00CE4143B52D47A4 /* ../Play-/Source/ui_ios/CoverViewController.mm */, + 8995F8DF1214434D84B1DE36 /* ../Play-/Source/ui_ios/DebuggerSimulator.cpp */, + B09074E92E004A79B55200B3 /* ../Play-/Source/ui_ios/EmulatorViewController.mm */, + 2C73CE9357334CA7ACB6B03F /* ../Play-/Source/ui_ios/GSH_OpenGLiOS.cpp */, + 34709DA883674892AF570812 /* ../Play-/Source/ui_ios/GSH_VulkaniOS.cpp */, + EDB2593A1C0A465EA5EE3B05 /* ../Play-/Source/ui_ios/RenderView.mm */, + 54D9C3731DB04BA7AE102456 /* ../Play-/Source/ui_ios/SaveStateViewController.m */, + 18CDD56D228442179211A532 /* ../Play-/Source/ui_ios/SettingsListSelectorViewController.mm */, + 9EBB8EFA6E554DCEA2E1BE76 /* ../Play-/Source/ui_ios/SettingsViewController.mm */, + 0707163B4DF24CE88A06F755 /* ../Play-/Source/ui_ios/VirtualPadButton.mm */, + B7209952ADD040C581B3671B /* ../Play-/Source/ui_ios/VirtualPadItem.mm */, + 6C46FFF58BA64719AB192A19 /* ../Play-/Source/ui_ios/VirtualPadStick.mm */, + 0B34A6EF818A46A0A20BD809 /* ../Play-/Source/ui_ios/VirtualPadView.mm */, + 9E4BE7761BB046A884685D5E /* ../Play-/Source/ui_ios/main.mm */, + 44CD1961FD604F848BD24368 /* ../cmake/Source/ui_ios/CMakeFiles/Play-CMakeForceLinker.swift */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -6940,14 +6940,14 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 7FF0019454504791A80A6791 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/AmazonS3Utils.cpp */, - 22F9FEC33D994F96927B5D2B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/ArcadeUtils.cpp */, - 8596FC707A0A43EAAEA3E877 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesDbClient.cpp */, - 57B875C5490549A0B7E7F19F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesProcesses.cpp */, - 441D66C2F301473D8AA06DBC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/StatsManager.cpp */, - 9744AEB85EB64B97B79D17AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/TheGamesDbClient.cpp */, - C9A837925B05404F982941F6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.cpp */, - 015D9C29739941499818C7E4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.cpp */, + 7FF0019454504791A80A6791 /* ../Play-/Source/ui_shared/AmazonS3Utils.cpp */, + 22F9FEC33D994F96927B5D2B /* ../Play-/Source/ui_shared/ArcadeUtils.cpp */, + 8596FC707A0A43EAAEA3E877 /* ../Play-/Source/ui_shared/BootablesDbClient.cpp */, + 57B875C5490549A0B7E7F19F /* ../Play-/Source/ui_shared/BootablesProcesses.cpp */, + 441D66C2F301473D8AA06DBC /* ../Play-/Source/ui_shared/StatsManager.cpp */, + 9744AEB85EB64B97B79D17AB /* ../Play-/Source/ui_shared/TheGamesDbClient.cpp */, + C9A837925B05404F982941F6 /* ../Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.cpp */, + 015D9C29739941499818C7E4 /* ../Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -6955,7 +6955,7 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - E467B70711944CB6A1F885EB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/iCade-iOS/iCadeReaderView.m */, + E467B70711944CB6A1F885EB /* ../Play-/deps/Dependencies/iCade-iOS/iCadeReaderView.m */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -6963,24 +6963,24 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 5A023CD06C4846E7AA3C5E53 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/NSData+ImageContentType.m */, - 5ADC1B9F5BE74DD6BE98C263 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/NSImage+WebCache.m */, - 41286075C29C465C98405562 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCache.m */, - C524A9E6610B4219B469F425 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCacheConfig.m */, - 721246FC93DE4D53A2D7C78E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageCompat.m */, - 169E46ECCE564C6D90E1AC2D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDecoder.m */, - FED8E15DE2FD4351893489F8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloader.m */, - D8ACFD620A0043A086D81765 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m */, - 4B1369CA69B24E02ACE8B53D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageManager.m */, - 31BD6B13C8864CA58ED33125 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImagePrefetcher.m */, - A00C98F2A2844E1FBB6116FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIButton+WebCache.m */, - C8A779E88A9342F49A7CE996 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+GIF.m */, - 9F1DEA64E5CA40ADBB6FBE70 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+MultiFormat.m */, - 5457AFA66BB840B3BDAFD7E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+WebP.m */, - D252DD1E432D489FA6C866D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.m */, - 8C83F0527AC3438E80910393 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+WebCache.m */, - 81F61057389B448C9C0DDD64 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCache.m */, - BF39C0F5BAEE4D80925C6899 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCacheOperation.m */, + 5A023CD06C4846E7AA3C5E53 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/NSData+ImageContentType.m */, + 5ADC1B9F5BE74DD6BE98C263 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/NSImage+WebCache.m */, + 41286075C29C465C98405562 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCache.m */, + C524A9E6610B4219B469F425 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCacheConfig.m */, + 721246FC93DE4D53A2D7C78E /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageCompat.m */, + 169E46ECCE564C6D90E1AC2D /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDecoder.m */, + FED8E15DE2FD4351893489F8 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloader.m */, + D8ACFD620A0043A086D81765 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m */, + 4B1369CA69B24E02ACE8B53D /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageManager.m */, + 31BD6B13C8864CA58ED33125 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImagePrefetcher.m */, + A00C98F2A2844E1FBB6116FB /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIButton+WebCache.m */, + C8A779E88A9342F49A7CE996 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+GIF.m */, + 9F1DEA64E5CA40ADBB6FBE70 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+MultiFormat.m */, + 5457AFA66BB840B3BDAFD7E6 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+WebP.m */, + D252DD1E432D489FA6C866D8 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.m */, + 8C83F0527AC3438E80910393 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+WebCache.m */, + 81F61057389B448C9C0DDD64 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCache.m */, + BF39C0F5BAEE4D80925C6899 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCacheOperation.m */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -7606,7 +7606,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -7664,7 +7664,7 @@ fi PRODUCT_NAME = AltKit; SECTORDER_FLAGS = ""; SWIFT_ACTIVE_COMPILATION_CONDITIONS = (PLAY_VERSION,"$(inherited)"); - SWIFT_INCLUDE_PATHS = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/CAltKit"; + SWIFT_INCLUDE_PATHS = "../Play-/deps/AltKit/Sources/CAltKit"; SWIFT_VERSION = 5.0; USE_HEADERMAP = NO; @@ -7687,7 +7687,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",/Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",../../../MoltenVK/MoltenVK/include,"../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -7718,20 +7718,20 @@ fi GCC_OPTIMIZATION_LEVEL = 1; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'HAS_GSH_VULKAN=1'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,GLES_COMPATIBILITY,"'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",/Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/nlohmann_json/single_include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/CMakeFiles/Play.dir/Info.plist; + HEADER_SEARCH_PATHS = (../cmake/Source/ui_ios/AltKit,"../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",../../../MoltenVK/MoltenVK/include,"../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Nuanceur/build_cmake/../include","../Play-/deps/Nuanceur/build_cmake/../../Framework/include","../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","../Play-/Source","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"../Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS","../Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage","../Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include","../Play-/deps/Dependencies/nlohmann_json/single_include","$(inherited)"); + INFOPLIST_FILE = ../cmake/Source/ui_ios/CMakeFiles/Play.dir/Info.plist; INSTALL_PATH = ""; LIBRARY_SEARCH_PATHS = ("/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift,"$(inherited)"); ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = (" -mios-version-min=12.2 -DNDEBUG -x 'objective-c++' -fobjc-arc ","$(inherited)"); OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -DNDEBUG '-std=gnu++17' -x 'objective-c++' -fobjc-arc "; - OTHER_LDFLAGS = ("","-Xlinker -framework -Xlinker UIKit","-Xlinker -framework -Xlinker CoreGraphics","-Xlinker -framework -Xlinker GameController","-Xlinker -framework -Xlinker QuartzCore","-Xlinker -framework -Xlinker ImageIO","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libgsh_vulkan.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libgsh_opengl.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libsh_openal.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libiCade_Static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libSDWebImage_Static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libui_shared.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libAltKit.a","-ObjC -lsqlite3 -framework OpenAL","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libgsh_vulkan.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_Vulkan.a","-l../../../MoltenVK/MoltenVK/dylib/iOS/libMoltenVK.dylib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libNuanceur.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libgsh_opengl.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_OpenGl.a","-framework OpenGLES","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_OpenAl.a","-Xlinker -framework -Xlinker OpenAL","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libz.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libsqlite3.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libCAltKit.a","-lc++","$(inherited)"); + OTHER_LDFLAGS = ("","-Xlinker -framework -Xlinker UIKit","-Xlinker -framework -Xlinker CoreGraphics","-Xlinker -framework -Xlinker GameController","-Xlinker -framework -Xlinker QuartzCore","-Xlinker -framework -Xlinker ImageIO","../cmake/Source/ui_ios/gs/GSH_Vulkan/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libgsh_vulkan.a","../cmake/Source/ui_ios/gs/GSH_OpenGL/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libgsh_opengl.a","../cmake/Source/ui_ios/Source/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","../cmake/Source/ui_ios/SH_OpenAL/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libsh_openal.a","../cmake/Source/ui_ios/iCade-iOS/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libiCade_Static.a","../cmake/Source/ui_ios/SDWebImage/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libSDWebImage_Static.a","../cmake/Source/ui_ios/ui_shared/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libui_shared.a","../cmake/Source/ui_ios/AltKit/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libAltKit.a","-ObjC -lsqlite3 -framework OpenAL","../cmake/Source/ui_ios/gs/GSH_Vulkan/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libgsh_vulkan.a","../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_Vulkan.a","-l../../../MoltenVK/MoltenVK/dylib/iOS/libMoltenVK.dylib","../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libNuanceur.a","../cmake/Source/ui_ios/gs/GSH_OpenGL/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libgsh_opengl.a","../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_OpenGl.a","-framework OpenGLES","../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_OpenAl.a","-Xlinker -framework -Xlinker OpenAL","../cmake/Source/ui_ios/Source/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","../cmake/Source/ui_ios/Source/FrameworkAmazon/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","../cmake/Source/ui_ios/Source/CodeGen/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"../cmake/Source/ui_ios/Source/xxHash/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","../cmake/Source/ui_ios/Source/libchdr/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libz.a","../cmake/Source/ui_ios/Source/FrameworkHttp/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","../cmake/Source/ui_ios/Source/Framework/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libsqlite3.tbd,"../cmake/Source/ui_ios/AltKit/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libCAltKit.a","-lc++","$(inherited)"); OTHER_REZFLAGS = ""; OTHER_SWIFT_FLAGS = (" ","$(inherited)"); PRODUCT_NAME = Play; SECTORDER_FLAGS = ""; SWIFT_ACTIVE_COMPILATION_CONDITIONS = (HAS_GSH_VULKAN,PLAY_VERSION,ZWRAP_USE_ZSTD,GLES_COMPATIBILITY,_IOP_EMULATE_MODULES,DISABLE_LOGGING,HAS_AMAZON_S3,"$(inherited)"); - SWIFT_INCLUDE_PATHS = (/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",/Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/nlohmann_json/single_include","$(inherited)"); + SWIFT_INCLUDE_PATHS = (../cmake/Source/ui_ios/AltKit,"../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",../../../MoltenVK/MoltenVK/include,"../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Nuanceur/build_cmake/../include","../Play-/deps/Nuanceur/build_cmake/../../Framework/include","../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","../Play-/Source","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"../Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS","../Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage","../Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include","../Play-/deps/Dependencies/nlohmann_json/single_include","$(inherited)"); TARGETED_DEVICE_FAMILY = "1,2"; USE_HEADERMAP = NO; @@ -7753,7 +7753,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -7782,7 +7782,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -7812,7 +7812,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -7842,7 +7842,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -7871,12 +7871,12 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); - INFOPLIST_FILE = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; + HEADER_SEARCH_PATHS = ("../Play-/deps/libchdr/include","$(inherited)"); + INFOPLIST_FILE = "../cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = (" -mios-version-min=12.2 ","$(inherited)"); - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/Debug${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Debug${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Debug${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/libchdr/Debug${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Debug${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Debug${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = "chdr-benchmark"; SECTORDER_FLAGS = ""; @@ -7929,7 +7929,7 @@ fi PRODUCT_NAME = AltKit; SECTORDER_FLAGS = ""; SWIFT_ACTIVE_COMPILATION_CONDITIONS = (PLAY_VERSION,"$(inherited)"); - SWIFT_INCLUDE_PATHS = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/CAltKit"; + SWIFT_INCLUDE_PATHS = "../Play-/deps/AltKit/Sources/CAltKit"; SWIFT_VERSION = 5.0; USE_HEADERMAP = NO; @@ -7971,7 +7971,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -8001,7 +8001,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -8031,7 +8031,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",/Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",../../../MoltenVK/MoltenVK/include,"../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Nuanceur/build_cmake/../include","../Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -8102,7 +8102,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -8171,7 +8171,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",_7ZIP_ST,"'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -8238,7 +8238,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-","$(inherited)"); + HEADER_SEARCH_PATHS = ("../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12","../Play-","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -8268,7 +8268,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Nuanceur/build_cmake/../include","../Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -8297,7 +8297,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -8327,7 +8327,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",/Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",../../../MoltenVK/MoltenVK/include,"../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Nuanceur/build_cmake/../include","../Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -8357,7 +8357,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",GLES_COMPATIBILITY,ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -8387,7 +8387,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",/Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",../../../MoltenVK/MoltenVK/include,"../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Nuanceur/build_cmake/../include","../Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -8417,7 +8417,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",/Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",../../../MoltenVK/MoltenVK/include,"../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -8447,7 +8447,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",GLES_COMPATIBILITY,ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -8476,7 +8476,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/lzma","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12",/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/libchdr/lzma","../Play-/deps/libchdr/deps/zlib-1.2.12","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12",../cmake/Source/ui_ios/Source/libchdr/include,"../Play-/deps/libchdr/include","../Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -8506,7 +8506,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/../deps/Framework/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/../deps/CodeGen/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source","../Play-/Source/../deps/Framework/include","../Play-/Source/../deps/CodeGen/include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -8544,7 +8544,7 @@ fi PRODUCT_NAME = AltKit; SECTORDER_FLAGS = ""; SWIFT_ACTIVE_COMPILATION_CONDITIONS = (PLAY_VERSION,"$(inherited)"); - SWIFT_INCLUDE_PATHS = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/CAltKit"; + SWIFT_INCLUDE_PATHS = "../Play-/deps/AltKit/Sources/CAltKit"; SWIFT_VERSION = 5.0; USE_HEADERMAP = NO; @@ -8626,7 +8626,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -8655,7 +8655,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",_7ZIP_ST,"'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -8684,7 +8684,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZSTD_MULTITHREAD,"'PLAY_VERSION=\"0.30\"'","'XXH_NAMESPACE=ZSTD_'","'ZSTD_LEGACY_SUPPORT=5'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); + HEADER_SEARCH_PATHS = (../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"../Play-/deps/Dependencies/zstd/build/cmake/lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -8714,7 +8714,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -8743,7 +8743,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -8793,7 +8793,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/nlohmann_json/single_include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source/ui_shared/..","../Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Dependencies/nlohmann_json/single_include","../Play-/Source","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -8841,20 +8841,20 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'HAS_GSH_VULKAN=1'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,GLES_COMPATIBILITY,"'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",/Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/nlohmann_json/single_include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/CMakeFiles/Play.dir/Info.plist; + HEADER_SEARCH_PATHS = (../cmake/Source/ui_ios/AltKit,"../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",../../../MoltenVK/MoltenVK/include,"../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Nuanceur/build_cmake/../include","../Play-/deps/Nuanceur/build_cmake/../../Framework/include","../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","../Play-/Source","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"../Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS","../Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage","../Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include","../Play-/deps/Dependencies/nlohmann_json/single_include","$(inherited)"); + INFOPLIST_FILE = ../cmake/Source/ui_ios/CMakeFiles/Play.dir/Info.plist; INSTALL_PATH = ""; LIBRARY_SEARCH_PATHS = ("/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift,"$(inherited)"); ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = (" -mios-version-min=12.2 -x 'objective-c++' -fobjc-arc ","$(inherited)"); OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -D_DEBUG '-std=gnu++17' -x 'objective-c++' -fobjc-arc "; - OTHER_LDFLAGS = ("","-Xlinker -framework -Xlinker UIKit","-Xlinker -framework -Xlinker CoreGraphics","-Xlinker -framework -Xlinker GameController","-Xlinker -framework -Xlinker QuartzCore","-Xlinker -framework -Xlinker ImageIO","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Debug${EFFECTIVE_PLATFORM_NAME}/libgsh_vulkan.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/Debug${EFFECTIVE_PLATFORM_NAME}/libgsh_opengl.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Debug${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/Debug${EFFECTIVE_PLATFORM_NAME}/libsh_openal.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS/Debug${EFFECTIVE_PLATFORM_NAME}/libiCade_Static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage/Debug${EFFECTIVE_PLATFORM_NAME}/libSDWebImage_Static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/Debug${EFFECTIVE_PLATFORM_NAME}/libui_shared.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/Debug${EFFECTIVE_PLATFORM_NAME}/libAltKit.a","-ObjC -lsqlite3 -framework OpenAL","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Debug${EFFECTIVE_PLATFORM_NAME}/libgsh_vulkan.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_Vulkan.a","-l../../../MoltenVK/MoltenVK/dylib/iOS/libMoltenVK.dylib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/Debug${EFFECTIVE_PLATFORM_NAME}/libNuanceur.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/Debug${EFFECTIVE_PLATFORM_NAME}/libgsh_opengl.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_OpenGl.a","-framework OpenGLES","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_OpenAl.a","-Xlinker -framework -Xlinker OpenAL","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Debug${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/Debug${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/Debug${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/Debug${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Debug${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Debug${EFFECTIVE_PLATFORM_NAME}/libz.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Debug${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Debug${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libsqlite3.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/Debug${EFFECTIVE_PLATFORM_NAME}/libCAltKit.a","-lc++","$(inherited)"); + OTHER_LDFLAGS = ("","-Xlinker -framework -Xlinker UIKit","-Xlinker -framework -Xlinker CoreGraphics","-Xlinker -framework -Xlinker GameController","-Xlinker -framework -Xlinker QuartzCore","-Xlinker -framework -Xlinker ImageIO","../cmake/Source/ui_ios/gs/GSH_Vulkan/Debug${EFFECTIVE_PLATFORM_NAME}/libgsh_vulkan.a","../cmake/Source/ui_ios/gs/GSH_OpenGL/Debug${EFFECTIVE_PLATFORM_NAME}/libgsh_opengl.a","../cmake/Source/ui_ios/Source/Debug${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","../cmake/Source/ui_ios/SH_OpenAL/Debug${EFFECTIVE_PLATFORM_NAME}/libsh_openal.a","../cmake/Source/ui_ios/iCade-iOS/Debug${EFFECTIVE_PLATFORM_NAME}/libiCade_Static.a","../cmake/Source/ui_ios/SDWebImage/Debug${EFFECTIVE_PLATFORM_NAME}/libSDWebImage_Static.a","../cmake/Source/ui_ios/ui_shared/Debug${EFFECTIVE_PLATFORM_NAME}/libui_shared.a","../cmake/Source/ui_ios/AltKit/Debug${EFFECTIVE_PLATFORM_NAME}/libAltKit.a","-ObjC -lsqlite3 -framework OpenAL","../cmake/Source/ui_ios/gs/GSH_Vulkan/Debug${EFFECTIVE_PLATFORM_NAME}/libgsh_vulkan.a","../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_Vulkan.a","-l../../../MoltenVK/MoltenVK/dylib/iOS/libMoltenVK.dylib","../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/Debug${EFFECTIVE_PLATFORM_NAME}/libNuanceur.a","../cmake/Source/ui_ios/gs/GSH_OpenGL/Debug${EFFECTIVE_PLATFORM_NAME}/libgsh_opengl.a","../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_OpenGl.a","-framework OpenGLES","../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_OpenAl.a","-Xlinker -framework -Xlinker OpenAL","../cmake/Source/ui_ios/Source/Debug${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","../cmake/Source/ui_ios/Source/FrameworkAmazon/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","../cmake/Source/ui_ios/Source/CodeGen/Debug${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"../cmake/Source/ui_ios/Source/xxHash/Debug${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","../cmake/Source/ui_ios/Source/libchdr/Debug${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Debug${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Debug${EFFECTIVE_PLATFORM_NAME}/libz.a","../cmake/Source/ui_ios/Source/FrameworkHttp/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","../cmake/Source/ui_ios/Source/Framework/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Debug${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Debug${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libsqlite3.tbd,"../cmake/Source/ui_ios/AltKit/Debug${EFFECTIVE_PLATFORM_NAME}/libCAltKit.a","-lc++","$(inherited)"); OTHER_REZFLAGS = ""; OTHER_SWIFT_FLAGS = ("-Onone ","$(inherited)"); PRODUCT_NAME = Play; SECTORDER_FLAGS = ""; SWIFT_ACTIVE_COMPILATION_CONDITIONS = (HAS_GSH_VULKAN,PLAY_VERSION,ZWRAP_USE_ZSTD,GLES_COMPATIBILITY,_IOP_EMULATE_MODULES,DISABLE_LOGGING,HAS_AMAZON_S3,"$(inherited)"); - SWIFT_INCLUDE_PATHS = (/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",/Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/nlohmann_json/single_include","$(inherited)"); + SWIFT_INCLUDE_PATHS = (../cmake/Source/ui_ios/AltKit,"../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",../../../MoltenVK/MoltenVK/include,"../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Nuanceur/build_cmake/../include","../Play-/deps/Nuanceur/build_cmake/../../Framework/include","../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","../Play-/Source","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"../Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS","../Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage","../Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include","../Play-/deps/Dependencies/nlohmann_json/single_include","$(inherited)"); TARGETED_DEVICE_FAMILY = "1,2"; USE_HEADERMAP = NO; @@ -8897,7 +8897,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -8935,7 +8935,7 @@ fi PRODUCT_NAME = AltKit; SECTORDER_FLAGS = ""; SWIFT_ACTIVE_COMPILATION_CONDITIONS = (PLAY_VERSION,"$(inherited)"); - SWIFT_INCLUDE_PATHS = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/AltKit/Sources/CAltKit"; + SWIFT_INCLUDE_PATHS = "../Play-/deps/AltKit/Sources/CAltKit"; SWIFT_VERSION = 5.0; USE_HEADERMAP = NO; @@ -9006,7 +9006,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -9036,7 +9036,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -9065,7 +9065,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -9095,7 +9095,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -9124,7 +9124,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZWRAP_USE_ZSTD,"'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -9154,12 +9154,12 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -DNDEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/CodeGen/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","../cmake/Source/ui_ios/Source/Framework/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = CodeGenTestSuite; SECTORDER_FLAGS = ""; @@ -9212,12 +9212,12 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -DNDEBUG -DNDEBUG -DNDEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/Release${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/Release${EFFECTIVE_PLATFORM_NAME}/libFramework.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Release${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Release${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/CodeGen/Release${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","../cmake/Source/ui_ios/Source/Framework/Release${EFFECTIVE_PLATFORM_NAME}/libFramework.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Release${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Release${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = CodeGenTestSuite; SECTORDER_FLAGS = ""; @@ -9242,7 +9242,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLES_COMPATIBILITY,"'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -9272,7 +9272,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/../deps/Framework/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/../deps/CodeGen/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source","../Play-/Source/../deps/Framework/include","../Play-/Source/../deps/CodeGen/include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -9302,7 +9302,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/nlohmann_json/single_include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source/ui_shared/..","../Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Dependencies/nlohmann_json/single_include","../Play-/Source","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -9332,7 +9332,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLES_COMPATIBILITY,"'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -9362,7 +9362,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Nuanceur/build_cmake/../include","../Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -9392,7 +9392,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -9422,7 +9422,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -9453,7 +9453,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -9503,7 +9503,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -9533,7 +9533,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",/Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",../../../MoltenVK/MoltenVK/include,"../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Nuanceur/build_cmake/../include","../Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -9562,7 +9562,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -9591,12 +9591,12 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); - INFOPLIST_FILE = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; + HEADER_SEARCH_PATHS = ("../Play-/deps/libchdr/include","$(inherited)"); + INFOPLIST_FILE = "../cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = (" -mios-version-min=12.2 -DNDEBUG ","$(inherited)"); - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/libchdr/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = "chdr-benchmark"; SECTORDER_FLAGS = ""; @@ -9620,7 +9620,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -9651,20 +9651,20 @@ fi GCC_OPTIMIZATION_LEVEL = 1; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'HAS_GSH_VULKAN=1'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,GLES_COMPATIBILITY,"'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",/Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/nlohmann_json/single_include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/CMakeFiles/Play.dir/Info.plist; + HEADER_SEARCH_PATHS = (../cmake/Source/ui_ios/AltKit,"../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",../../../MoltenVK/MoltenVK/include,"../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Nuanceur/build_cmake/../include","../Play-/deps/Nuanceur/build_cmake/../../Framework/include","../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","../Play-/Source","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"../Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS","../Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage","../Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include","../Play-/deps/Dependencies/nlohmann_json/single_include","$(inherited)"); + INFOPLIST_FILE = ../cmake/Source/ui_ios/CMakeFiles/Play.dir/Info.plist; INSTALL_PATH = ""; LIBRARY_SEARCH_PATHS = ("/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift,"$(inherited)"); ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = (" -mios-version-min=12.2 -DNDEBUG -x 'objective-c++' -fobjc-arc ","$(inherited)"); OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -DNDEBUG -DNDEBUG '-std=gnu++17' -x 'objective-c++' -fobjc-arc "; - OTHER_LDFLAGS = ("","-Xlinker -framework -Xlinker UIKit","-Xlinker -framework -Xlinker CoreGraphics","-Xlinker -framework -Xlinker GameController","-Xlinker -framework -Xlinker QuartzCore","-Xlinker -framework -Xlinker ImageIO","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Release${EFFECTIVE_PLATFORM_NAME}/libgsh_vulkan.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/Release${EFFECTIVE_PLATFORM_NAME}/libgsh_opengl.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Release${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/Release${EFFECTIVE_PLATFORM_NAME}/libsh_openal.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS/Release${EFFECTIVE_PLATFORM_NAME}/libiCade_Static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage/Release${EFFECTIVE_PLATFORM_NAME}/libSDWebImage_Static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/Release${EFFECTIVE_PLATFORM_NAME}/libui_shared.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/Release${EFFECTIVE_PLATFORM_NAME}/libAltKit.a","-ObjC -lsqlite3 -framework OpenAL","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Release${EFFECTIVE_PLATFORM_NAME}/libgsh_vulkan.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_Vulkan.a","-l../../../MoltenVK/MoltenVK/dylib/iOS/libMoltenVK.dylib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/Release${EFFECTIVE_PLATFORM_NAME}/libNuanceur.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/Release${EFFECTIVE_PLATFORM_NAME}/libgsh_opengl.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_OpenGl.a","-framework OpenGLES","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_OpenAl.a","-Xlinker -framework -Xlinker OpenAL","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Release${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/Release${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/Release${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/Release${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Release${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Release${EFFECTIVE_PLATFORM_NAME}/libz.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/Release${EFFECTIVE_PLATFORM_NAME}/libFramework.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Release${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Release${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libsqlite3.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/Release${EFFECTIVE_PLATFORM_NAME}/libCAltKit.a","-lc++","$(inherited)"); + OTHER_LDFLAGS = ("","-Xlinker -framework -Xlinker UIKit","-Xlinker -framework -Xlinker CoreGraphics","-Xlinker -framework -Xlinker GameController","-Xlinker -framework -Xlinker QuartzCore","-Xlinker -framework -Xlinker ImageIO","../cmake/Source/ui_ios/gs/GSH_Vulkan/Release${EFFECTIVE_PLATFORM_NAME}/libgsh_vulkan.a","../cmake/Source/ui_ios/gs/GSH_OpenGL/Release${EFFECTIVE_PLATFORM_NAME}/libgsh_opengl.a","../cmake/Source/ui_ios/Source/Release${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","../cmake/Source/ui_ios/SH_OpenAL/Release${EFFECTIVE_PLATFORM_NAME}/libsh_openal.a","../cmake/Source/ui_ios/iCade-iOS/Release${EFFECTIVE_PLATFORM_NAME}/libiCade_Static.a","../cmake/Source/ui_ios/SDWebImage/Release${EFFECTIVE_PLATFORM_NAME}/libSDWebImage_Static.a","../cmake/Source/ui_ios/ui_shared/Release${EFFECTIVE_PLATFORM_NAME}/libui_shared.a","../cmake/Source/ui_ios/AltKit/Release${EFFECTIVE_PLATFORM_NAME}/libAltKit.a","-ObjC -lsqlite3 -framework OpenAL","../cmake/Source/ui_ios/gs/GSH_Vulkan/Release${EFFECTIVE_PLATFORM_NAME}/libgsh_vulkan.a","../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_Vulkan.a","-l../../../MoltenVK/MoltenVK/dylib/iOS/libMoltenVK.dylib","../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/Release${EFFECTIVE_PLATFORM_NAME}/libNuanceur.a","../cmake/Source/ui_ios/gs/GSH_OpenGL/Release${EFFECTIVE_PLATFORM_NAME}/libgsh_opengl.a","../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_OpenGl.a","-framework OpenGLES","../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_OpenAl.a","-Xlinker -framework -Xlinker OpenAL","../cmake/Source/ui_ios/Source/Release${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","../cmake/Source/ui_ios/Source/FrameworkAmazon/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","../cmake/Source/ui_ios/Source/CodeGen/Release${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"../cmake/Source/ui_ios/Source/xxHash/Release${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","../cmake/Source/ui_ios/Source/libchdr/Release${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Release${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Release${EFFECTIVE_PLATFORM_NAME}/libz.a","../cmake/Source/ui_ios/Source/FrameworkHttp/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","../cmake/Source/ui_ios/Source/Framework/Release${EFFECTIVE_PLATFORM_NAME}/libFramework.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Release${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Release${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libsqlite3.tbd,"../cmake/Source/ui_ios/AltKit/Release${EFFECTIVE_PLATFORM_NAME}/libCAltKit.a","-lc++","$(inherited)"); OTHER_REZFLAGS = ""; OTHER_SWIFT_FLAGS = (" ","$(inherited)"); PRODUCT_NAME = Play; SECTORDER_FLAGS = ""; SWIFT_ACTIVE_COMPILATION_CONDITIONS = (HAS_GSH_VULKAN,PLAY_VERSION,ZWRAP_USE_ZSTD,GLES_COMPATIBILITY,_IOP_EMULATE_MODULES,DISABLE_LOGGING,HAS_AMAZON_S3,"$(inherited)"); - SWIFT_INCLUDE_PATHS = (/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",/Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/nlohmann_json/single_include","$(inherited)"); + SWIFT_INCLUDE_PATHS = (../cmake/Source/ui_ios/AltKit,"../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",../../../MoltenVK/MoltenVK/include,"../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Nuanceur/build_cmake/../include","../Play-/deps/Nuanceur/build_cmake/../../Framework/include","../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","../Play-/Source","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"../Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS","../Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage","../Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include","../Play-/deps/Dependencies/nlohmann_json/single_include","$(inherited)"); TARGETED_DEVICE_FAMILY = "1,2"; USE_HEADERMAP = NO; @@ -9687,7 +9687,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -9744,7 +9744,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZSTD_MULTITHREAD,"'PLAY_VERSION=\"0.30\"'","'XXH_NAMESPACE=ZSTD_'","'ZSTD_LEGACY_SUPPORT=5'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); + HEADER_SEARCH_PATHS = (../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"../Play-/deps/Dependencies/zstd/build/cmake/lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -9774,12 +9774,12 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -D_DEBUG -D_DEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/Debug${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Debug${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Debug${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/CodeGen/Debug${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","../cmake/Source/ui_ios/Source/Framework/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Debug${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Debug${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = CodeGenTestSuite; SECTORDER_FLAGS = ""; @@ -9844,7 +9844,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLES_COMPATIBILITY,"'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -9893,7 +9893,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -9923,7 +9923,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/nlohmann_json/single_include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source/ui_shared/..","../Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Dependencies/nlohmann_json/single_include","../Play-/Source","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -9952,7 +9952,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",_7ZIP_ST,"'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -10021,7 +10021,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/lzma","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12",/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/libchdr/lzma","../Play-/deps/libchdr/deps/zlib-1.2.12","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12",../cmake/Source/ui_ios/Source/libchdr/include,"../Play-/deps/libchdr/include","../Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -10050,7 +10050,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-","$(inherited)"); + HEADER_SEARCH_PATHS = ("../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12","../Play-","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -10080,7 +10080,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/../deps/Framework/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/../deps/CodeGen/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source","../Play-/Source/../deps/Framework/include","../Play-/Source/../deps/CodeGen/include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -10110,7 +10110,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Nuanceur/build_cmake/../include","../Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -10139,7 +10139,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -10169,7 +10169,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",/Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",../../../MoltenVK/MoltenVK/include,"../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -10227,7 +10227,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/nlohmann_json/single_include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source/ui_shared/..","../Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Dependencies/nlohmann_json/single_include","../Play-/Source","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -10257,7 +10257,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Nuanceur/build_cmake/../include","../Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -10287,7 +10287,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLES_COMPATIBILITY,"'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -10317,7 +10317,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -10384,7 +10384,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZWRAP_USE_ZSTD,"'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -10415,20 +10415,20 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'HAS_GSH_VULKAN=1'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,GLES_COMPATIBILITY,"'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",/Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/nlohmann_json/single_include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/CMakeFiles/Play.dir/Info.plist; + HEADER_SEARCH_PATHS = (../cmake/Source/ui_ios/AltKit,"../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",../../../MoltenVK/MoltenVK/include,"../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Nuanceur/build_cmake/../include","../Play-/deps/Nuanceur/build_cmake/../../Framework/include","../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","../Play-/Source","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"../Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS","../Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage","../Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include","../Play-/deps/Dependencies/nlohmann_json/single_include","$(inherited)"); + INFOPLIST_FILE = ../cmake/Source/ui_ios/CMakeFiles/Play.dir/Info.plist; INSTALL_PATH = ""; LIBRARY_SEARCH_PATHS = ("/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift,"$(inherited)"); ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = (" -mios-version-min=12.2 -DNDEBUG -x 'objective-c++' -fobjc-arc ","$(inherited)"); OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -DNDEBUG '-std=gnu++17' -x 'objective-c++' -fobjc-arc "; - OTHER_LDFLAGS = ("","-Xlinker -framework -Xlinker UIKit","-Xlinker -framework -Xlinker CoreGraphics","-Xlinker -framework -Xlinker GameController","-Xlinker -framework -Xlinker QuartzCore","-Xlinker -framework -Xlinker ImageIO","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libgsh_vulkan.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libgsh_opengl.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libsh_openal.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libiCade_Static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libSDWebImage_Static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libui_shared.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libAltKit.a","-ObjC -lsqlite3 -framework OpenAL","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libgsh_vulkan.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_Vulkan.a","-l../../../MoltenVK/MoltenVK/dylib/iOS/libMoltenVK.dylib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libNuanceur.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libgsh_opengl.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_OpenGl.a","-framework OpenGLES","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_OpenAl.a","-Xlinker -framework -Xlinker OpenAL","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libz.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libsqlite3.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libCAltKit.a","-lc++","$(inherited)"); + OTHER_LDFLAGS = ("","-Xlinker -framework -Xlinker UIKit","-Xlinker -framework -Xlinker CoreGraphics","-Xlinker -framework -Xlinker GameController","-Xlinker -framework -Xlinker QuartzCore","-Xlinker -framework -Xlinker ImageIO","../cmake/Source/ui_ios/gs/GSH_Vulkan/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libgsh_vulkan.a","../cmake/Source/ui_ios/gs/GSH_OpenGL/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libgsh_opengl.a","../cmake/Source/ui_ios/Source/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","../cmake/Source/ui_ios/SH_OpenAL/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libsh_openal.a","../cmake/Source/ui_ios/iCade-iOS/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libiCade_Static.a","../cmake/Source/ui_ios/SDWebImage/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libSDWebImage_Static.a","../cmake/Source/ui_ios/ui_shared/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libui_shared.a","../cmake/Source/ui_ios/AltKit/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libAltKit.a","-ObjC -lsqlite3 -framework OpenAL","../cmake/Source/ui_ios/gs/GSH_Vulkan/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libgsh_vulkan.a","../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_Vulkan.a","-l../../../MoltenVK/MoltenVK/dylib/iOS/libMoltenVK.dylib","../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libNuanceur.a","../cmake/Source/ui_ios/gs/GSH_OpenGL/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libgsh_opengl.a","../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_OpenGl.a","-framework OpenGLES","../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_OpenAl.a","-Xlinker -framework -Xlinker OpenAL","../cmake/Source/ui_ios/Source/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","../cmake/Source/ui_ios/Source/FrameworkAmazon/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","../cmake/Source/ui_ios/Source/CodeGen/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"../cmake/Source/ui_ios/Source/xxHash/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","../cmake/Source/ui_ios/Source/libchdr/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libz.a","../cmake/Source/ui_ios/Source/FrameworkHttp/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","../cmake/Source/ui_ios/Source/Framework/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libsqlite3.tbd,"../cmake/Source/ui_ios/AltKit/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libCAltKit.a","-lc++","$(inherited)"); OTHER_REZFLAGS = ""; OTHER_SWIFT_FLAGS = ("-Osize ","$(inherited)"); PRODUCT_NAME = Play; SECTORDER_FLAGS = ""; SWIFT_ACTIVE_COMPILATION_CONDITIONS = (HAS_GSH_VULKAN,PLAY_VERSION,ZWRAP_USE_ZSTD,GLES_COMPATIBILITY,_IOP_EMULATE_MODULES,DISABLE_LOGGING,HAS_AMAZON_S3,"$(inherited)"); - SWIFT_INCLUDE_PATHS = (/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/AltKit,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",/Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/nlohmann_json/single_include","$(inherited)"); + SWIFT_INCLUDE_PATHS = (../cmake/Source/ui_ios/AltKit,"../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",../../../MoltenVK/MoltenVK/include,"../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Nuanceur/build_cmake/../include","../Play-/deps/Nuanceur/build_cmake/../../Framework/include","../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","../Play-/Source","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"../Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS","../Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage","../Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include","../Play-/deps/Dependencies/nlohmann_json/single_include","$(inherited)"); TARGETED_DEVICE_FAMILY = "1,2"; USE_HEADERMAP = NO; @@ -10450,7 +10450,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZWRAP_USE_ZSTD,"'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -10480,7 +10480,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,GLES_COMPATIBILITY,"'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",/Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",../../../MoltenVK/MoltenVK/include,"../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Nuanceur/build_cmake/../include","../Play-/deps/Nuanceur/build_cmake/../../Framework/include","../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","../Play-/Source","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -10509,12 +10509,12 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); - INFOPLIST_FILE = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; + HEADER_SEARCH_PATHS = ("../Play-/deps/libchdr/include","$(inherited)"); + INFOPLIST_FILE = "../cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = (" -mios-version-min=12.2 -DNDEBUG ","$(inherited)"); - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/libchdr/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = "chdr-benchmark"; SECTORDER_FLAGS = ""; @@ -10539,7 +10539,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",GLES_COMPATIBILITY,ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -10568,7 +10568,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZSTD_MULTITHREAD,"'PLAY_VERSION=\"0.30\"'","'XXH_NAMESPACE=ZSTD_'","'ZSTD_LEGACY_SUPPORT=5'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); + HEADER_SEARCH_PATHS = (../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"../Play-/deps/Dependencies/zstd/build/cmake/lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -10597,7 +10597,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",_7ZIP_ST,"'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -10666,7 +10666,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZWRAP_USE_ZSTD,"'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -10695,7 +10695,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-","$(inherited)"); + HEADER_SEARCH_PATHS = ("../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12","../Play-","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -10763,7 +10763,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,GLES_COMPATIBILITY,"'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",/Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",../../../MoltenVK/MoltenVK/include,"../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Nuanceur/build_cmake/../include","../Play-/deps/Nuanceur/build_cmake/../../Framework/include","../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","../Play-/Source","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -10793,7 +10793,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -10824,7 +10824,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -10854,7 +10854,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/../deps/Framework/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/../deps/CodeGen/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source","../Play-/Source/../deps/Framework/include","../Play-/Source/../deps/CodeGen/include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -10884,7 +10884,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,GLES_COMPATIBILITY,"'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",/Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",../../../MoltenVK/MoltenVK/include,"../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Nuanceur/build_cmake/../include","../Play-/deps/Nuanceur/build_cmake/../../Framework/include","../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","../Play-/Source","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -10914,7 +10914,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",/Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",../../../MoltenVK/MoltenVK/include,"../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -10943,7 +10943,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-","$(inherited)"); + HEADER_SEARCH_PATHS = ("../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12","../Play-","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -10972,7 +10972,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZSTD_MULTITHREAD,"'PLAY_VERSION=\"0.30\"'","'XXH_NAMESPACE=ZSTD_'","'ZSTD_LEGACY_SUPPORT=5'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); + HEADER_SEARCH_PATHS = (../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"../Play-/deps/Dependencies/zstd/build/cmake/lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -11021,7 +11021,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/lzma","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12",/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/libchdr/lzma","../Play-/deps/libchdr/deps/zlib-1.2.12","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12",../cmake/Source/ui_ios/Source/libchdr/include,"../Play-/deps/libchdr/include","../Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -11071,7 +11071,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,GLES_COMPATIBILITY,"'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",/Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",../../../MoltenVK/MoltenVK/include,"../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Nuanceur/build_cmake/../include","../Play-/deps/Nuanceur/build_cmake/../../Framework/include","../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","../Play-/Source","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -11100,7 +11100,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/lzma","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12",/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/libchdr/lzma","../Play-/deps/libchdr/deps/zlib-1.2.12","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12",../cmake/Source/ui_ios/Source/libchdr/include,"../Play-/deps/libchdr/include","../Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -11149,12 +11149,12 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); - INFOPLIST_FILE = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; + HEADER_SEARCH_PATHS = ("../Play-/deps/libchdr/include","$(inherited)"); + INFOPLIST_FILE = "../cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = (" -mios-version-min=12.2 -DNDEBUG ","$(inherited)"); - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/Release${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Release${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Release${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/libchdr/Release${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Release${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Release${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = "chdr-benchmark"; SECTORDER_FLAGS = ""; @@ -11179,7 +11179,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -11209,7 +11209,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",GLES_COMPATIBILITY,ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -11259,7 +11259,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -11288,7 +11288,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -11318,12 +11318,12 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -DNDEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/CodeGen/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","../cmake/Source/ui_ios/Source/Framework/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = CodeGenTestSuite; SECTORDER_FLAGS = ""; diff --git a/Cores/Play/cmake/Source/ui_ios/SDWebImage/SDWebImage.xcodeproj/project.pbxproj b/Cores/Play/cmake/Source/ui_ios/SDWebImage/SDWebImage.xcodeproj/project.pbxproj index 7b4fa64e32..5306848c08 100644 --- a/Cores/Play/cmake/Source/ui_ios/SDWebImage/SDWebImage.xcodeproj/project.pbxproj +++ b/Cores/Play/cmake/Source/ui_ios/SDWebImage/SDWebImage.xcodeproj/project.pbxproj @@ -69,26 +69,26 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 05785472AC2A4EAC84C29B3B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+MultiFormat.m */ = {isa = PBXBuildFile; fileRef = 6A9DDFA1A7D34CE29F0859BB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+MultiFormat.m */; }; - 08AF24E3B0DC419F9AF78192 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m */ = {isa = PBXBuildFile; fileRef = 9D5A1A4CE4DA493C91A32DE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m */; }; - 0FD3D9A33A9C4683A3BBC432 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCache.m */ = {isa = PBXBuildFile; fileRef = 87495ECD3BC74ED696DEAF61 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCache.m */; }; - 26362D17263D4743BB6D88FE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDecoder.m */ = {isa = PBXBuildFile; fileRef = 8BF633E935084A039A802BFF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDecoder.m */; }; - 28E4EB3106884FF487643D6D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+WebCache.m */ = {isa = PBXBuildFile; fileRef = A0EEC1815A9F484195E1D8D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+WebCache.m */; }; - 302E767F9183495C9DCEDF35 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIButton+WebCache.m */ = {isa = PBXBuildFile; fileRef = 8DBEFDFB9F7C420289231FC1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIButton+WebCache.m */; }; - 3D3CF139F4A142A3A375A3A3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCache.m */ = {isa = PBXBuildFile; fileRef = 4268423B5CEB43B0B8C1CAA4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCache.m */; }; - 40301629FE1C4BF4845C29E5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageManager.m */ = {isa = PBXBuildFile; fileRef = 44675E7AF4744C15AADDA7A2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageManager.m */; }; - 4DC56C6BA4EE44EFBDB73EE7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage/CMakeFiles/SDWebImage_Static.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = B8A4541EF95D4185B3DFB2C4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage/CMakeFiles/SDWebImage_Static.dir/Info.plist */; }; - 59162083A66543EEB7C6063E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.m */ = {isa = PBXBuildFile; fileRef = E651AA91C53443F38BB82BB5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.m */; }; - 6206DFB2A1CB42B28049D763 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/NSData+ImageContentType.m */ = {isa = PBXBuildFile; fileRef = 64E5C0E4174E427E88001AEF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/NSData+ImageContentType.m */; }; - 69B158F39C81497792F6486A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/NSImage+WebCache.m */ = {isa = PBXBuildFile; fileRef = F00051436DE545BF8F58CA05 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/NSImage+WebCache.m */; }; - 6F4CD8BAA18840D48F3490BD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+GIF.m */ = {isa = PBXBuildFile; fileRef = 351FFE47F88F480880102B7A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+GIF.m */; }; - 80D7C8FBEDC7467DA643A42C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloader.m */ = {isa = PBXBuildFile; fileRef = 20C83E574AB546528C623731 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloader.m */; }; - 97DB51315C41408193122931 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCacheConfig.m */ = {isa = PBXBuildFile; fileRef = A038E385794A403E8AD5C4CC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCacheConfig.m */; }; - A217FD06042C4CCCB57AE610 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCacheOperation.m */ = {isa = PBXBuildFile; fileRef = 7EBBFB7A4F444893A0CC0784 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCacheOperation.m */; }; - B030B6B3A4A94C838B445F07 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/SDWebImage/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = F4B6128D9F034F12BDC1EEAA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/SDWebImage/CMakeLists.txt */; }; - C7C4660FC997463FAC2E20F9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImagePrefetcher.m */ = {isa = PBXBuildFile; fileRef = B777FEF3094A4ECEA42FB53D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImagePrefetcher.m */; }; - E7268C5ED8A84F47ACE6779B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+WebP.m */ = {isa = PBXBuildFile; fileRef = 678BCAA13D2C43D99F683EC1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+WebP.m */; }; - FD6135E588FB41B2A03DF6D6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageCompat.m */ = {isa = PBXBuildFile; fileRef = FA4C9B0E9BB84E55AF15B9AA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageCompat.m */; }; + 05785472AC2A4EAC84C29B3B /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+MultiFormat.m */ = {isa = PBXBuildFile; fileRef = 6A9DDFA1A7D34CE29F0859BB /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+MultiFormat.m */; }; + 08AF24E3B0DC419F9AF78192 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m */ = {isa = PBXBuildFile; fileRef = 9D5A1A4CE4DA493C91A32DE5 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m */; }; + 0FD3D9A33A9C4683A3BBC432 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCache.m */ = {isa = PBXBuildFile; fileRef = 87495ECD3BC74ED696DEAF61 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCache.m */; }; + 26362D17263D4743BB6D88FE /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDecoder.m */ = {isa = PBXBuildFile; fileRef = 8BF633E935084A039A802BFF /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDecoder.m */; }; + 28E4EB3106884FF487643D6D /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+WebCache.m */ = {isa = PBXBuildFile; fileRef = A0EEC1815A9F484195E1D8D1 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+WebCache.m */; }; + 302E767F9183495C9DCEDF35 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIButton+WebCache.m */ = {isa = PBXBuildFile; fileRef = 8DBEFDFB9F7C420289231FC1 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIButton+WebCache.m */; }; + 3D3CF139F4A142A3A375A3A3 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCache.m */ = {isa = PBXBuildFile; fileRef = 4268423B5CEB43B0B8C1CAA4 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCache.m */; }; + 40301629FE1C4BF4845C29E5 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageManager.m */ = {isa = PBXBuildFile; fileRef = 44675E7AF4744C15AADDA7A2 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageManager.m */; }; + 4DC56C6BA4EE44EFBDB73EE7 /* ../cmake/Source/ui_ios/SDWebImage/CMakeFiles/SDWebImage_Static.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = B8A4541EF95D4185B3DFB2C4 /* ../cmake/Source/ui_ios/SDWebImage/CMakeFiles/SDWebImage_Static.dir/Info.plist */; }; + 59162083A66543EEB7C6063E /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.m */ = {isa = PBXBuildFile; fileRef = E651AA91C53443F38BB82BB5 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.m */; }; + 6206DFB2A1CB42B28049D763 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/NSData+ImageContentType.m */ = {isa = PBXBuildFile; fileRef = 64E5C0E4174E427E88001AEF /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/NSData+ImageContentType.m */; }; + 69B158F39C81497792F6486A /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/NSImage+WebCache.m */ = {isa = PBXBuildFile; fileRef = F00051436DE545BF8F58CA05 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/NSImage+WebCache.m */; }; + 6F4CD8BAA18840D48F3490BD /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+GIF.m */ = {isa = PBXBuildFile; fileRef = 351FFE47F88F480880102B7A /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+GIF.m */; }; + 80D7C8FBEDC7467DA643A42C /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloader.m */ = {isa = PBXBuildFile; fileRef = 20C83E574AB546528C623731 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloader.m */; }; + 97DB51315C41408193122931 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCacheConfig.m */ = {isa = PBXBuildFile; fileRef = A038E385794A403E8AD5C4CC /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCacheConfig.m */; }; + A217FD06042C4CCCB57AE610 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCacheOperation.m */ = {isa = PBXBuildFile; fileRef = 7EBBFB7A4F444893A0CC0784 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCacheOperation.m */; }; + B030B6B3A4A94C838B445F07 /* ../Play-/deps/Dependencies/build_cmake/SDWebImage/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = F4B6128D9F034F12BDC1EEAA /* ../Play-/deps/Dependencies/build_cmake/SDWebImage/CMakeLists.txt */; }; + C7C4660FC997463FAC2E20F9 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImagePrefetcher.m */ = {isa = PBXBuildFile; fileRef = B777FEF3094A4ECEA42FB53D /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImagePrefetcher.m */; }; + E7268C5ED8A84F47ACE6779B /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+WebP.m */ = {isa = PBXBuildFile; fileRef = 678BCAA13D2C43D99F683EC1 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+WebP.m */; }; + FD6135E588FB41B2A03DF6D6 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageCompat.m */ = {isa = PBXBuildFile; fileRef = FA4C9B0E9BB84E55AF15B9AA /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageCompat.m */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ @@ -161,27 +161,27 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 20C83E574AB546528C623731 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloader.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = SDWebImageDownloader.m; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloader.m"; sourceTree = ""; }; - 351FFE47F88F480880102B7A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+GIF.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "UIImage+GIF.m"; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+GIF.m"; sourceTree = ""; }; - 4268423B5CEB43B0B8C1CAA4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCache.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "UIView+WebCache.m"; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCache.m"; sourceTree = ""; }; - 44675E7AF4744C15AADDA7A2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageManager.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = SDWebImageManager.m; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageManager.m"; sourceTree = ""; }; - 64E5C0E4174E427E88001AEF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/NSData+ImageContentType.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "NSData+ImageContentType.m"; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/NSData+ImageContentType.m"; sourceTree = ""; }; - 678BCAA13D2C43D99F683EC1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+WebP.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "UIImage+WebP.m"; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+WebP.m"; sourceTree = ""; }; - 6A9DDFA1A7D34CE29F0859BB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+MultiFormat.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "UIImage+MultiFormat.m"; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+MultiFormat.m"; sourceTree = ""; }; - 7EBBFB7A4F444893A0CC0784 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCacheOperation.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "UIView+WebCacheOperation.m"; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCacheOperation.m"; sourceTree = ""; }; - 87495ECD3BC74ED696DEAF61 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCache.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = SDImageCache.m; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCache.m"; sourceTree = ""; }; - 8BF633E935084A039A802BFF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDecoder.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = SDWebImageDecoder.m; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDecoder.m"; sourceTree = ""; }; - 8DBEFDFB9F7C420289231FC1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIButton+WebCache.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "UIButton+WebCache.m"; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIButton+WebCache.m"; sourceTree = ""; }; - 9D5A1A4CE4DA493C91A32DE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = SDWebImageDownloaderOperation.m; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m"; sourceTree = ""; }; - A038E385794A403E8AD5C4CC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCacheConfig.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = SDImageCacheConfig.m; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCacheConfig.m"; sourceTree = ""; }; - A0EEC1815A9F484195E1D8D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+WebCache.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "UIImageView+WebCache.m"; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+WebCache.m"; sourceTree = ""; }; - B777FEF3094A4ECEA42FB53D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImagePrefetcher.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = SDWebImagePrefetcher.m; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImagePrefetcher.m"; sourceTree = ""; }; - B8A4541EF95D4185B3DFB2C4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage/CMakeFiles/SDWebImage_Static.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage/CMakeFiles/SDWebImage_Static.dir/Info.plist; sourceTree = ""; }; - DFD64D9B70EE455B9E064B7C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/SDWebImage/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - E651AA91C53443F38BB82BB5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "UIImageView+HighlightedWebCache.m"; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.m"; sourceTree = ""; }; - F00051436DE545BF8F58CA05 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/NSImage+WebCache.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "NSImage+WebCache.m"; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/NSImage+WebCache.m"; sourceTree = ""; }; - F4B6128D9F034F12BDC1EEAA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/SDWebImage/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - FA4C9B0E9BB84E55AF15B9AA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageCompat.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = SDWebImageCompat.m; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageCompat.m"; sourceTree = ""; }; + 20C83E574AB546528C623731 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloader.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = SDWebImageDownloader.m; path = "../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloader.m"; sourceTree = ""; }; + 351FFE47F88F480880102B7A /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+GIF.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "UIImage+GIF.m"; path = "../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+GIF.m"; sourceTree = ""; }; + 4268423B5CEB43B0B8C1CAA4 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCache.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "UIView+WebCache.m"; path = "../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCache.m"; sourceTree = ""; }; + 44675E7AF4744C15AADDA7A2 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageManager.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = SDWebImageManager.m; path = "../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageManager.m"; sourceTree = ""; }; + 64E5C0E4174E427E88001AEF /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/NSData+ImageContentType.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "NSData+ImageContentType.m"; path = "../Play-/deps/Dependencies/SDWebImage/SDWebImage/NSData+ImageContentType.m"; sourceTree = ""; }; + 678BCAA13D2C43D99F683EC1 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+WebP.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "UIImage+WebP.m"; path = "../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+WebP.m"; sourceTree = ""; }; + 6A9DDFA1A7D34CE29F0859BB /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+MultiFormat.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "UIImage+MultiFormat.m"; path = "../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+MultiFormat.m"; sourceTree = ""; }; + 7EBBFB7A4F444893A0CC0784 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCacheOperation.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "UIView+WebCacheOperation.m"; path = "../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCacheOperation.m"; sourceTree = ""; }; + 87495ECD3BC74ED696DEAF61 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCache.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = SDImageCache.m; path = "../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCache.m"; sourceTree = ""; }; + 8BF633E935084A039A802BFF /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDecoder.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = SDWebImageDecoder.m; path = "../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDecoder.m"; sourceTree = ""; }; + 8DBEFDFB9F7C420289231FC1 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIButton+WebCache.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "UIButton+WebCache.m"; path = "../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIButton+WebCache.m"; sourceTree = ""; }; + 9D5A1A4CE4DA493C91A32DE5 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = SDWebImageDownloaderOperation.m; path = "../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m"; sourceTree = ""; }; + A038E385794A403E8AD5C4CC /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCacheConfig.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = SDImageCacheConfig.m; path = "../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCacheConfig.m"; sourceTree = ""; }; + A0EEC1815A9F484195E1D8D1 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+WebCache.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "UIImageView+WebCache.m"; path = "../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+WebCache.m"; sourceTree = ""; }; + B777FEF3094A4ECEA42FB53D /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImagePrefetcher.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = SDWebImagePrefetcher.m; path = "../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImagePrefetcher.m"; sourceTree = ""; }; + B8A4541EF95D4185B3DFB2C4 /* ../cmake/Source/ui_ios/SDWebImage/CMakeFiles/SDWebImage_Static.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/SDWebImage/CMakeFiles/SDWebImage_Static.dir/Info.plist; sourceTree = ""; }; + DFD64D9B70EE455B9E064B7C /* ../Play-/deps/Dependencies/build_cmake/SDWebImage/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + E651AA91C53443F38BB82BB5 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "UIImageView+HighlightedWebCache.m"; path = "../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.m"; sourceTree = ""; }; + F00051436DE545BF8F58CA05 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/NSImage+WebCache.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = "NSImage+WebCache.m"; path = "../Play-/deps/Dependencies/SDWebImage/SDWebImage/NSImage+WebCache.m"; sourceTree = ""; }; + F4B6128D9F034F12BDC1EEAA /* ../Play-/deps/Dependencies/build_cmake/SDWebImage/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + FA4C9B0E9BB84E55AF15B9AA /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageCompat.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = SDWebImageCompat.m; path = "../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageCompat.m"; sourceTree = ""; }; FC3B9A547F8D4C30A309611D /* SDWebImage_Static */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libSDWebImage_Static.a; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ @@ -199,7 +199,7 @@ 11A7159746984A7EB78A40FE /* Resources */ = { isa = PBXGroup; children = ( - B8A4541EF95D4185B3DFB2C4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage/CMakeFiles/SDWebImage_Static.dir/Info.plist */, + B8A4541EF95D4185B3DFB2C4 /* ../cmake/Source/ui_ios/SDWebImage/CMakeFiles/SDWebImage_Static.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -207,24 +207,24 @@ 37CDD916BF364EC19E7CD081 /* Source Files */ = { isa = PBXGroup; children = ( - 64E5C0E4174E427E88001AEF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/NSData+ImageContentType.m */, - F00051436DE545BF8F58CA05 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/NSImage+WebCache.m */, - 87495ECD3BC74ED696DEAF61 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCache.m */, - A038E385794A403E8AD5C4CC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCacheConfig.m */, - FA4C9B0E9BB84E55AF15B9AA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageCompat.m */, - 8BF633E935084A039A802BFF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDecoder.m */, - 20C83E574AB546528C623731 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloader.m */, - 9D5A1A4CE4DA493C91A32DE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m */, - 44675E7AF4744C15AADDA7A2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageManager.m */, - B777FEF3094A4ECEA42FB53D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImagePrefetcher.m */, - 8DBEFDFB9F7C420289231FC1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIButton+WebCache.m */, - 351FFE47F88F480880102B7A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+GIF.m */, - 6A9DDFA1A7D34CE29F0859BB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+MultiFormat.m */, - 678BCAA13D2C43D99F683EC1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+WebP.m */, - E651AA91C53443F38BB82BB5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.m */, - A0EEC1815A9F484195E1D8D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+WebCache.m */, - 4268423B5CEB43B0B8C1CAA4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCache.m */, - 7EBBFB7A4F444893A0CC0784 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCacheOperation.m */, + 64E5C0E4174E427E88001AEF /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/NSData+ImageContentType.m */, + F00051436DE545BF8F58CA05 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/NSImage+WebCache.m */, + 87495ECD3BC74ED696DEAF61 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCache.m */, + A038E385794A403E8AD5C4CC /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCacheConfig.m */, + FA4C9B0E9BB84E55AF15B9AA /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageCompat.m */, + 8BF633E935084A039A802BFF /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDecoder.m */, + 20C83E574AB546528C623731 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloader.m */, + 9D5A1A4CE4DA493C91A32DE5 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m */, + 44675E7AF4744C15AADDA7A2 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageManager.m */, + B777FEF3094A4ECEA42FB53D /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImagePrefetcher.m */, + 8DBEFDFB9F7C420289231FC1 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIButton+WebCache.m */, + 351FFE47F88F480880102B7A /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+GIF.m */, + 6A9DDFA1A7D34CE29F0859BB /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+MultiFormat.m */, + 678BCAA13D2C43D99F683EC1 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+WebP.m */, + E651AA91C53443F38BB82BB5 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.m */, + A0EEC1815A9F484195E1D8D1 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+WebCache.m */, + 4268423B5CEB43B0B8C1CAA4 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCache.m */, + 7EBBFB7A4F444893A0CC0784 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCacheOperation.m */, ); name = "Source Files"; sourceTree = ""; @@ -267,7 +267,7 @@ children = ( 37CDD916BF364EC19E7CD081 /* Source Files */, 11A7159746984A7EB78A40FE /* Resources */, - F4B6128D9F034F12BDC1EEAA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/SDWebImage/CMakeLists.txt */, + F4B6128D9F034F12BDC1EEAA /* ../Play-/deps/Dependencies/build_cmake/SDWebImage/CMakeLists.txt */, ); name = SDWebImage_Static; sourceTree = ""; @@ -283,7 +283,7 @@ isa = PBXGroup; children = ( 3F831A6B48EC4F14AE7FCF65 /* CMake Rules */, - DFD64D9B70EE455B9E064B7C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/SDWebImage/CMakeLists.txt */, + DFD64D9B70EE455B9E064B7C /* ../Play-/deps/Dependencies/build_cmake/SDWebImage/CMakeLists.txt */, ); name = ALL_BUILD; sourceTree = ""; @@ -356,19 +356,19 @@ shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage + cd ../cmake/Source/ui_ios/SDWebImage /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage + cd ../cmake/Source/ui_ios/SDWebImage /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage + cd ../cmake/Source/ui_ios/SDWebImage /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage + cd ../cmake/Source/ui_ios/SDWebImage /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi "; @@ -402,19 +402,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi "; @@ -430,25 +430,25 @@ fi ); name = "Generate CMakeFiles/ZERO_CHECK"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage/CMakeFiles/ZERO_CHECK ); +../cmake/Source/ui_ios/SDWebImage/CMakeFiles/ZERO_CHECK ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/SDWebImage + make -f ../cmake/Source/ui_ios/SDWebImage/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/SDWebImage + make -f ../cmake/Source/ui_ios/SDWebImage/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/SDWebImage + make -f ../cmake/Source/ui_ios/SDWebImage/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/SDWebImage + make -f ../cmake/Source/ui_ios/SDWebImage/CMakeScripts/ReRunCMake.make fi "; showEnvVarsInLog = 0; @@ -463,24 +463,24 @@ fi ); name = "Generate CMakeFiles/ALL_BUILD"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage/CMakeFiles/ALL_BUILD ); +../cmake/Source/ui_ios/SDWebImage/CMakeFiles/ALL_BUILD ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage + cd ../cmake/Source/ui_ios/SDWebImage echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage + cd ../cmake/Source/ui_ios/SDWebImage echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage + cd ../cmake/Source/ui_ios/SDWebImage echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage + cd ../cmake/Source/ui_ios/SDWebImage echo Build\\ all\\ projects fi "; @@ -544,19 +544,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage + cd ../cmake/Source/ui_ios/SDWebImage /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage + cd ../cmake/Source/ui_ios/SDWebImage /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage + cd ../cmake/Source/ui_ios/SDWebImage /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SDWebImage + cd ../cmake/Source/ui_ios/SDWebImage /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; @@ -584,24 +584,24 @@ exit 0"; isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 6206DFB2A1CB42B28049D763 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/NSData+ImageContentType.m */, - 69B158F39C81497792F6486A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/NSImage+WebCache.m */, - 0FD3D9A33A9C4683A3BBC432 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCache.m */, - 97DB51315C41408193122931 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCacheConfig.m */, - FD6135E588FB41B2A03DF6D6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageCompat.m */, - 26362D17263D4743BB6D88FE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDecoder.m */, - 80D7C8FBEDC7467DA643A42C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloader.m */, - 08AF24E3B0DC419F9AF78192 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m */, - 40301629FE1C4BF4845C29E5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageManager.m */, - C7C4660FC997463FAC2E20F9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImagePrefetcher.m */, - 302E767F9183495C9DCEDF35 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIButton+WebCache.m */, - 6F4CD8BAA18840D48F3490BD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+GIF.m */, - 05785472AC2A4EAC84C29B3B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+MultiFormat.m */, - E7268C5ED8A84F47ACE6779B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+WebP.m */, - 59162083A66543EEB7C6063E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.m */, - 28E4EB3106884FF487643D6D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+WebCache.m */, - 3D3CF139F4A142A3A375A3A3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCache.m */, - A217FD06042C4CCCB57AE610 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCacheOperation.m */, + 6206DFB2A1CB42B28049D763 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/NSData+ImageContentType.m */, + 69B158F39C81497792F6486A /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/NSImage+WebCache.m */, + 0FD3D9A33A9C4683A3BBC432 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCache.m */, + 97DB51315C41408193122931 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDImageCacheConfig.m */, + FD6135E588FB41B2A03DF6D6 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageCompat.m */, + 26362D17263D4743BB6D88FE /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDecoder.m */, + 80D7C8FBEDC7467DA643A42C /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloader.m */, + 08AF24E3B0DC419F9AF78192 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m */, + 40301629FE1C4BF4845C29E5 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImageManager.m */, + C7C4660FC997463FAC2E20F9 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/SDWebImagePrefetcher.m */, + 302E767F9183495C9DCEDF35 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIButton+WebCache.m */, + 6F4CD8BAA18840D48F3490BD /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+GIF.m */, + 05785472AC2A4EAC84C29B3B /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+MultiFormat.m */, + E7268C5ED8A84F47ACE6779B /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImage+WebP.m */, + 59162083A66543EEB7C6063E /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.m */, + 28E4EB3106884FF487643D6D /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIImageView+WebCache.m */, + 3D3CF139F4A142A3A375A3A3 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCache.m */, + A217FD06042C4CCCB57AE610 /* ../Play-/deps/Dependencies/SDWebImage/SDWebImage/UIView+WebCacheOperation.m */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -690,7 +690,7 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -992,7 +992,7 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1081,7 +1081,7 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1208,7 +1208,7 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/build_cmake/SDWebImage/../../SDWebImage","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; diff --git a/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/Framework_OpenAl.xcodeproj/project.pbxproj b/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/Framework_OpenAl.xcodeproj/project.pbxproj index e6a63c7215..ea43369ca6 100644 --- a/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/Framework_OpenAl.xcodeproj/project.pbxproj +++ b/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/Framework_OpenAl.xcodeproj/project.pbxproj @@ -69,12 +69,12 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 0DCED3C60E6F419B9BE0DEDC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Source.cpp */ = {isa = PBXBuildFile; fileRef = 524343652FF24D29A5AD11E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Source.cpp */; }; - 3CE7D8D7F7D747F5A221C480 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeFiles/Framework_OpenAl.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 107B1C9001014F4C935EB92D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeFiles/Framework_OpenAl.dir/Info.plist */; }; - 91ECCF112B81439180A4066A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Context.cpp */ = {isa = PBXBuildFile; fileRef = A1577BEFBFFC42D7894AC733 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Context.cpp */; }; - A466C1E0D4524A6A901C8112 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Buffer.cpp */ = {isa = PBXBuildFile; fileRef = 523F4567AB88424AA7DE1B86 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Buffer.cpp */; }; - E677BBE5322746B481850A61 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 72E99EE8AD8D40409D77D94D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/CMakeLists.txt */; }; - F013FE26B8214451B8ABF0B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Device.cpp */ = {isa = PBXBuildFile; fileRef = B2748D211F6840C2B53089A2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Device.cpp */; }; + 0DCED3C60E6F419B9BE0DEDC /* ../Play-/deps/Framework/src/openal/Source.cpp */ = {isa = PBXBuildFile; fileRef = 524343652FF24D29A5AD11E6 /* ../Play-/deps/Framework/src/openal/Source.cpp */; }; + 3CE7D8D7F7D747F5A221C480 /* ../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeFiles/Framework_OpenAl.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 107B1C9001014F4C935EB92D /* ../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeFiles/Framework_OpenAl.dir/Info.plist */; }; + 91ECCF112B81439180A4066A /* ../Play-/deps/Framework/src/openal/Context.cpp */ = {isa = PBXBuildFile; fileRef = A1577BEFBFFC42D7894AC733 /* ../Play-/deps/Framework/src/openal/Context.cpp */; }; + A466C1E0D4524A6A901C8112 /* ../Play-/deps/Framework/src/openal/Buffer.cpp */ = {isa = PBXBuildFile; fileRef = 523F4567AB88424AA7DE1B86 /* ../Play-/deps/Framework/src/openal/Buffer.cpp */; }; + E677BBE5322746B481850A61 /* ../Play-/deps/Framework/build_cmake/FrameworkOpenAl/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 72E99EE8AD8D40409D77D94D /* ../Play-/deps/Framework/build_cmake/FrameworkOpenAl/CMakeLists.txt */; }; + F013FE26B8214451B8ABF0B5 /* ../Play-/deps/Framework/src/openal/Device.cpp */ = {isa = PBXBuildFile; fileRef = B2748D211F6840C2B53089A2 /* ../Play-/deps/Framework/src/openal/Device.cpp */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ @@ -147,14 +147,14 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 107B1C9001014F4C935EB92D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeFiles/Framework_OpenAl.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeFiles/Framework_OpenAl.dir/Info.plist; sourceTree = ""; }; + 107B1C9001014F4C935EB92D /* ../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeFiles/Framework_OpenAl.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeFiles/Framework_OpenAl.dir/Info.plist; sourceTree = ""; }; 4149F9E28C1C4FEFA1AF8925 /* Framework_OpenAl */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libFramework_OpenAl.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 523F4567AB88424AA7DE1B86 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Buffer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Buffer.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Buffer.cpp"; sourceTree = ""; }; - 524343652FF24D29A5AD11E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Source.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Source.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Source.cpp"; sourceTree = ""; }; - 72E99EE8AD8D40409D77D94D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - A1577BEFBFFC42D7894AC733 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Context.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Context.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Context.cpp"; sourceTree = ""; }; - B2748D211F6840C2B53089A2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Device.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Device.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Device.cpp"; sourceTree = ""; }; - E3E2F8FFCEBC4B3FA6C015A5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 523F4567AB88424AA7DE1B86 /* ../Play-/deps/Framework/src/openal/Buffer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Buffer.cpp; path = "../Play-/deps/Framework/src/openal/Buffer.cpp"; sourceTree = ""; }; + 524343652FF24D29A5AD11E6 /* ../Play-/deps/Framework/src/openal/Source.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Source.cpp; path = "../Play-/deps/Framework/src/openal/Source.cpp"; sourceTree = ""; }; + 72E99EE8AD8D40409D77D94D /* ../Play-/deps/Framework/build_cmake/FrameworkOpenAl/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + A1577BEFBFFC42D7894AC733 /* ../Play-/deps/Framework/src/openal/Context.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Context.cpp; path = "../Play-/deps/Framework/src/openal/Context.cpp"; sourceTree = ""; }; + B2748D211F6840C2B53089A2 /* ../Play-/deps/Framework/src/openal/Device.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Device.cpp; path = "../Play-/deps/Framework/src/openal/Device.cpp"; sourceTree = ""; }; + E3E2F8FFCEBC4B3FA6C015A5 /* ../Play-/deps/Framework/build_cmake/FrameworkOpenAl/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -172,7 +172,7 @@ isa = PBXGroup; children = ( D97624A318B44371B1806F24 /* CMake Rules */, - E3E2F8FFCEBC4B3FA6C015A5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/CMakeLists.txt */, + E3E2F8FFCEBC4B3FA6C015A5 /* ../Play-/deps/Framework/build_cmake/FrameworkOpenAl/CMakeLists.txt */, ); name = ALL_BUILD; sourceTree = ""; @@ -191,10 +191,10 @@ 6E0AB595C1A24EF786905A89 /* Source Files */ = { isa = PBXGroup; children = ( - 523F4567AB88424AA7DE1B86 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Buffer.cpp */, - A1577BEFBFFC42D7894AC733 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Context.cpp */, - B2748D211F6840C2B53089A2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Device.cpp */, - 524343652FF24D29A5AD11E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Source.cpp */, + 523F4567AB88424AA7DE1B86 /* ../Play-/deps/Framework/src/openal/Buffer.cpp */, + A1577BEFBFFC42D7894AC733 /* ../Play-/deps/Framework/src/openal/Context.cpp */, + B2748D211F6840C2B53089A2 /* ../Play-/deps/Framework/src/openal/Device.cpp */, + 524343652FF24D29A5AD11E6 /* ../Play-/deps/Framework/src/openal/Source.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -209,7 +209,7 @@ 925D0D77C5264575AEE99B26 /* Resources */ = { isa = PBXGroup; children = ( - 107B1C9001014F4C935EB92D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeFiles/Framework_OpenAl.dir/Info.plist */, + 107B1C9001014F4C935EB92D /* ../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeFiles/Framework_OpenAl.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -241,7 +241,7 @@ children = ( 6E0AB595C1A24EF786905A89 /* Source Files */, 925D0D77C5264575AEE99B26 /* Resources */, - 72E99EE8AD8D40409D77D94D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/CMakeLists.txt */, + 72E99EE8AD8D40409D77D94D /* ../Play-/deps/Framework/build_cmake/FrameworkOpenAl/CMakeLists.txt */, ); name = Framework_OpenAl; sourceTree = ""; @@ -314,19 +314,19 @@ shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl + cd ../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl + cd ../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl + cd ../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl + cd ../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi "; @@ -360,19 +360,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi "; @@ -388,25 +388,25 @@ fi ); name = "Generate CMakeFiles/ZERO_CHECK"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeFiles/ZERO_CHECK ); +../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeFiles/ZERO_CHECK ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl + make -f ../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl + make -f ../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl + make -f ../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl + make -f ../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeScripts/ReRunCMake.make fi "; showEnvVarsInLog = 0; @@ -469,19 +469,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl + cd ../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl + cd ../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl + cd ../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl + cd ../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; @@ -512,24 +512,24 @@ exit 0"; ); name = "Generate CMakeFiles/ALL_BUILD"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeFiles/ALL_BUILD ); +../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeFiles/ALL_BUILD ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl + cd ../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl + cd ../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl + cd ../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl + cd ../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl echo Build\\ all\\ projects fi "; @@ -542,10 +542,10 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - A466C1E0D4524A6A901C8112 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Buffer.cpp */, - 91ECCF112B81439180A4066A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Context.cpp */, - F013FE26B8214451B8ABF0B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Device.cpp */, - 0DCED3C60E6F419B9BE0DEDC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Source.cpp */, + A466C1E0D4524A6A901C8112 /* ../Play-/deps/Framework/src/openal/Buffer.cpp */, + 91ECCF112B81439180A4066A /* ../Play-/deps/Framework/src/openal/Context.cpp */, + F013FE26B8214451B8ABF0B5 /* ../Play-/deps/Framework/src/openal/Device.cpp */, + 0DCED3C60E6F419B9BE0DEDC /* ../Play-/deps/Framework/src/openal/Source.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -596,7 +596,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -860,7 +860,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -891,7 +891,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -980,7 +980,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; diff --git a/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/SH_OpenAL.xcodeproj/project.pbxproj b/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/SH_OpenAL.xcodeproj/project.pbxproj index 8460f4008e..c393f102a3 100644 --- a/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/SH_OpenAL.xcodeproj/project.pbxproj +++ b/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/SH_OpenAL.xcodeproj/project.pbxproj @@ -70,16 +70,16 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 099F15249C75491BBE528D6A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Source.cpp */ = {isa = PBXBuildFile; fileRef = 2974FE521D224F3DAF5A8E4D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Source.cpp */; }; - 3A58B3A5FA2A4FFE97C0DEC9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Device.cpp */ = {isa = PBXBuildFile; fileRef = 5BD23AFB86F44E818C02B05D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Device.cpp */; }; - 474E7015097C4A4FB053A375 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeFiles/Framework_OpenAl.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 6FD802867B4C4B3B9D42A919 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeFiles/Framework_OpenAl.dir/Info.plist */; }; - 701D5E32EF8B4C36B91963D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/PsfPlayer/Source/SH_OpenAL/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = A1ECFA35FE5B4DAC80E45F9A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/PsfPlayer/Source/SH_OpenAL/CMakeLists.txt */; }; - 8B760AB32EF6419582450ED6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Buffer.cpp */ = {isa = PBXBuildFile; fileRef = 21103A95CB3B485399891E97 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Buffer.cpp */; }; - ACD2546D6C384E58B88FCD72 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/CMakeFiles/sh_openal.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = AB4D4B25DF2B49E186F7469C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/CMakeFiles/sh_openal.dir/Info.plist */; }; - B6A4F8608F5D418BBE5468C1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Context.cpp */ = {isa = PBXBuildFile; fileRef = 74F1A09E4EA642479D3B373A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Context.cpp */; }; - CF023A9D80634921B7B4C3EB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/PsfPlayer/Source/SH_OpenAL.cpp */ = {isa = PBXBuildFile; fileRef = 91E4448E9B474F9CB32D79BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/PsfPlayer/Source/SH_OpenAL.cpp */; }; - CF5EA74C1E1B413AAB7C31F2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/PsfPlayer/Source/SH_OpenAL.h */ = {isa = PBXBuildFile; fileRef = 342C6AF141DE489481DE9ED5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/PsfPlayer/Source/SH_OpenAL.h */; }; - EC75ECD1A2C24F90A9289076 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 42E29B0D8AE54105A1981EA6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/CMakeLists.txt */; }; + 099F15249C75491BBE528D6A /* ../Play-/deps/Framework/src/openal/Source.cpp */ = {isa = PBXBuildFile; fileRef = 2974FE521D224F3DAF5A8E4D /* ../Play-/deps/Framework/src/openal/Source.cpp */; }; + 3A58B3A5FA2A4FFE97C0DEC9 /* ../Play-/deps/Framework/src/openal/Device.cpp */ = {isa = PBXBuildFile; fileRef = 5BD23AFB86F44E818C02B05D /* ../Play-/deps/Framework/src/openal/Device.cpp */; }; + 474E7015097C4A4FB053A375 /* ../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeFiles/Framework_OpenAl.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 6FD802867B4C4B3B9D42A919 /* ../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeFiles/Framework_OpenAl.dir/Info.plist */; }; + 701D5E32EF8B4C36B91963D8 /* ../Play-/tools/PsfPlayer/Source/SH_OpenAL/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = A1ECFA35FE5B4DAC80E45F9A /* ../Play-/tools/PsfPlayer/Source/SH_OpenAL/CMakeLists.txt */; }; + 8B760AB32EF6419582450ED6 /* ../Play-/deps/Framework/src/openal/Buffer.cpp */ = {isa = PBXBuildFile; fileRef = 21103A95CB3B485399891E97 /* ../Play-/deps/Framework/src/openal/Buffer.cpp */; }; + ACD2546D6C384E58B88FCD72 /* ../cmake/Source/ui_ios/SH_OpenAL/CMakeFiles/sh_openal.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = AB4D4B25DF2B49E186F7469C /* ../cmake/Source/ui_ios/SH_OpenAL/CMakeFiles/sh_openal.dir/Info.plist */; }; + B6A4F8608F5D418BBE5468C1 /* ../Play-/deps/Framework/src/openal/Context.cpp */ = {isa = PBXBuildFile; fileRef = 74F1A09E4EA642479D3B373A /* ../Play-/deps/Framework/src/openal/Context.cpp */; }; + CF023A9D80634921B7B4C3EB /* ../Play-/tools/PsfPlayer/Source/SH_OpenAL.cpp */ = {isa = PBXBuildFile; fileRef = 91E4448E9B474F9CB32D79BA /* ../Play-/tools/PsfPlayer/Source/SH_OpenAL.cpp */; }; + CF5EA74C1E1B413AAB7C31F2 /* ../Play-/tools/PsfPlayer/Source/SH_OpenAL.h */ = {isa = PBXBuildFile; fileRef = 342C6AF141DE489481DE9ED5 /* ../Play-/tools/PsfPlayer/Source/SH_OpenAL.h */; }; + EC75ECD1A2C24F90A9289076 /* ../Play-/deps/Framework/build_cmake/FrameworkOpenAl/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 42E29B0D8AE54105A1981EA6 /* ../Play-/deps/Framework/build_cmake/FrameworkOpenAl/CMakeLists.txt */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ @@ -166,18 +166,18 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 03EA7BD713584D8293A97DE3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/PsfPlayer/Source/SH_OpenAL/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 21103A95CB3B485399891E97 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Buffer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Buffer.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Buffer.cpp"; sourceTree = ""; }; - 2974FE521D224F3DAF5A8E4D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Source.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Source.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Source.cpp"; sourceTree = ""; }; - 342C6AF141DE489481DE9ED5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/PsfPlayer/Source/SH_OpenAL.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SH_OpenAL.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/PsfPlayer/Source/SH_OpenAL.h"; sourceTree = ""; }; - 42E29B0D8AE54105A1981EA6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/CMakeLists.txt"; sourceTree = ""; }; - 5BD23AFB86F44E818C02B05D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Device.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Device.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Device.cpp"; sourceTree = ""; }; - 6FD802867B4C4B3B9D42A919 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeFiles/Framework_OpenAl.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeFiles/Framework_OpenAl.dir/Info.plist; sourceTree = ""; }; - 74F1A09E4EA642479D3B373A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Context.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Context.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Context.cpp"; sourceTree = ""; }; - 91E4448E9B474F9CB32D79BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/PsfPlayer/Source/SH_OpenAL.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SH_OpenAL.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/PsfPlayer/Source/SH_OpenAL.cpp"; sourceTree = ""; }; - A1ECFA35FE5B4DAC80E45F9A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/PsfPlayer/Source/SH_OpenAL/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 03EA7BD713584D8293A97DE3 /* ../Play-/tools/PsfPlayer/Source/SH_OpenAL/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 21103A95CB3B485399891E97 /* ../Play-/deps/Framework/src/openal/Buffer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Buffer.cpp; path = "../Play-/deps/Framework/src/openal/Buffer.cpp"; sourceTree = ""; }; + 2974FE521D224F3DAF5A8E4D /* ../Play-/deps/Framework/src/openal/Source.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Source.cpp; path = "../Play-/deps/Framework/src/openal/Source.cpp"; sourceTree = ""; }; + 342C6AF141DE489481DE9ED5 /* ../Play-/tools/PsfPlayer/Source/SH_OpenAL.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SH_OpenAL.h; path = "../Play-/tools/PsfPlayer/Source/SH_OpenAL.h"; sourceTree = ""; }; + 42E29B0D8AE54105A1981EA6 /* ../Play-/deps/Framework/build_cmake/FrameworkOpenAl/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/Framework/build_cmake/FrameworkOpenAl/CMakeLists.txt"; sourceTree = ""; }; + 5BD23AFB86F44E818C02B05D /* ../Play-/deps/Framework/src/openal/Device.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Device.cpp; path = "../Play-/deps/Framework/src/openal/Device.cpp"; sourceTree = ""; }; + 6FD802867B4C4B3B9D42A919 /* ../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeFiles/Framework_OpenAl.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeFiles/Framework_OpenAl.dir/Info.plist; sourceTree = ""; }; + 74F1A09E4EA642479D3B373A /* ../Play-/deps/Framework/src/openal/Context.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Context.cpp; path = "../Play-/deps/Framework/src/openal/Context.cpp"; sourceTree = ""; }; + 91E4448E9B474F9CB32D79BA /* ../Play-/tools/PsfPlayer/Source/SH_OpenAL.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SH_OpenAL.cpp; path = "../Play-/tools/PsfPlayer/Source/SH_OpenAL.cpp"; sourceTree = ""; }; + A1ECFA35FE5B4DAC80E45F9A /* ../Play-/tools/PsfPlayer/Source/SH_OpenAL/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; A4BE59C3A6C740158D421E0F /* sh_openal */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libsh_openal.a; sourceTree = BUILT_PRODUCTS_DIR; }; - AB4D4B25DF2B49E186F7469C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/CMakeFiles/sh_openal.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/CMakeFiles/sh_openal.dir/Info.plist; sourceTree = ""; }; + AB4D4B25DF2B49E186F7469C /* ../cmake/Source/ui_ios/SH_OpenAL/CMakeFiles/sh_openal.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/SH_OpenAL/CMakeFiles/sh_openal.dir/Info.plist; sourceTree = ""; }; D02E10E52E4E4DF4A1F773D6 /* Framework_OpenAl */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libFramework_OpenAl.a; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ @@ -205,7 +205,7 @@ CCF3803DEDBC4CB8A337FC75 /* Source Files */, EE40AD88184147F48CA40456 /* Header Files */, 058AB8D2F72A4A5E9635E081 /* Resources */, - A1ECFA35FE5B4DAC80E45F9A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/PsfPlayer/Source/SH_OpenAL/CMakeLists.txt */, + A1ECFA35FE5B4DAC80E45F9A /* ../Play-/tools/PsfPlayer/Source/SH_OpenAL/CMakeLists.txt */, ); name = sh_openal; sourceTree = ""; @@ -213,7 +213,7 @@ 058AB8D2F72A4A5E9635E081 /* Resources */ = { isa = PBXGroup; children = ( - AB4D4B25DF2B49E186F7469C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/CMakeFiles/sh_openal.dir/Info.plist */, + AB4D4B25DF2B49E186F7469C /* ../cmake/Source/ui_ios/SH_OpenAL/CMakeFiles/sh_openal.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -230,10 +230,10 @@ 300C6878D4EE46C7B9B4E777 /* Source Files */ = { isa = PBXGroup; children = ( - 21103A95CB3B485399891E97 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Buffer.cpp */, - 74F1A09E4EA642479D3B373A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Context.cpp */, - 5BD23AFB86F44E818C02B05D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Device.cpp */, - 2974FE521D224F3DAF5A8E4D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Source.cpp */, + 21103A95CB3B485399891E97 /* ../Play-/deps/Framework/src/openal/Buffer.cpp */, + 74F1A09E4EA642479D3B373A /* ../Play-/deps/Framework/src/openal/Context.cpp */, + 5BD23AFB86F44E818C02B05D /* ../Play-/deps/Framework/src/openal/Device.cpp */, + 2974FE521D224F3DAF5A8E4D /* ../Play-/deps/Framework/src/openal/Source.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -256,7 +256,7 @@ isa = PBXGroup; children = ( 5781492795C145FE9534C614 /* CMake Rules */, - 03EA7BD713584D8293A97DE3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/PsfPlayer/Source/SH_OpenAL/CMakeLists.txt */, + 03EA7BD713584D8293A97DE3 /* ../Play-/tools/PsfPlayer/Source/SH_OpenAL/CMakeLists.txt */, ); name = ALL_BUILD; sourceTree = ""; @@ -278,7 +278,7 @@ children = ( 300C6878D4EE46C7B9B4E777 /* Source Files */, D355D2ED3458402A926B7360 /* Resources */, - 42E29B0D8AE54105A1981EA6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/CMakeLists.txt */, + 42E29B0D8AE54105A1981EA6 /* ../Play-/deps/Framework/build_cmake/FrameworkOpenAl/CMakeLists.txt */, ); name = Framework_OpenAl; sourceTree = ""; @@ -286,7 +286,7 @@ CCF3803DEDBC4CB8A337FC75 /* Source Files */ = { isa = PBXGroup; children = ( - 91E4448E9B474F9CB32D79BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/PsfPlayer/Source/SH_OpenAL.cpp */, + 91E4448E9B474F9CB32D79BA /* ../Play-/tools/PsfPlayer/Source/SH_OpenAL.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -294,7 +294,7 @@ D355D2ED3458402A926B7360 /* Resources */ = { isa = PBXGroup; children = ( - 6FD802867B4C4B3B9D42A919 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeFiles/Framework_OpenAl.dir/Info.plist */, + 6FD802867B4C4B3B9D42A919 /* ../cmake/Source/ui_ios/SH_OpenAL/FrameworkOpenAl/CMakeFiles/Framework_OpenAl.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -309,7 +309,7 @@ EE40AD88184147F48CA40456 /* Header Files */ = { isa = PBXGroup; children = ( - 342C6AF141DE489481DE9ED5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/PsfPlayer/Source/SH_OpenAL.h */, + 342C6AF141DE489481DE9ED5 /* ../Play-/tools/PsfPlayer/Source/SH_OpenAL.h */, ); name = "Header Files"; sourceTree = ""; @@ -400,19 +400,19 @@ shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL + cd ../cmake/Source/ui_ios/SH_OpenAL /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL + cd ../cmake/Source/ui_ios/SH_OpenAL /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL + cd ../cmake/Source/ui_ios/SH_OpenAL /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL + cd ../cmake/Source/ui_ios/SH_OpenAL /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi "; @@ -446,19 +446,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi "; @@ -474,24 +474,24 @@ fi ); name = "Generate CMakeFiles/ALL_BUILD"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/CMakeFiles/ALL_BUILD ); +../cmake/Source/ui_ios/SH_OpenAL/CMakeFiles/ALL_BUILD ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL + cd ../cmake/Source/ui_ios/SH_OpenAL echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL + cd ../cmake/Source/ui_ios/SH_OpenAL echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL + cd ../cmake/Source/ui_ios/SH_OpenAL echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL + cd ../cmake/Source/ui_ios/SH_OpenAL echo Build\\ all\\ projects fi "; @@ -555,19 +555,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL + cd ../cmake/Source/ui_ios/SH_OpenAL /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL + cd ../cmake/Source/ui_ios/SH_OpenAL /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL + cd ../cmake/Source/ui_ios/SH_OpenAL /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL + cd ../cmake/Source/ui_ios/SH_OpenAL /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; @@ -598,25 +598,25 @@ exit 0"; ); name = "Generate CMakeFiles/ZERO_CHECK"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/CMakeFiles/ZERO_CHECK ); +../cmake/Source/ui_ios/SH_OpenAL/CMakeFiles/ZERO_CHECK ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/SH_OpenAL + make -f ../cmake/Source/ui_ios/SH_OpenAL/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/SH_OpenAL + make -f ../cmake/Source/ui_ios/SH_OpenAL/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/SH_OpenAL + make -f ../cmake/Source/ui_ios/SH_OpenAL/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/SH_OpenAL/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/SH_OpenAL + make -f ../cmake/Source/ui_ios/SH_OpenAL/CMakeScripts/ReRunCMake.make fi "; showEnvVarsInLog = 0; @@ -628,10 +628,10 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 8B760AB32EF6419582450ED6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Buffer.cpp */, - B6A4F8608F5D418BBE5468C1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Context.cpp */, - 3A58B3A5FA2A4FFE97C0DEC9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Device.cpp */, - 099F15249C75491BBE528D6A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/openal/Source.cpp */, + 8B760AB32EF6419582450ED6 /* ../Play-/deps/Framework/src/openal/Buffer.cpp */, + B6A4F8608F5D418BBE5468C1 /* ../Play-/deps/Framework/src/openal/Context.cpp */, + 3A58B3A5FA2A4FFE97C0DEC9 /* ../Play-/deps/Framework/src/openal/Device.cpp */, + 099F15249C75491BBE528D6A /* ../Play-/deps/Framework/src/openal/Source.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -639,7 +639,7 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - CF023A9D80634921B7B4C3EB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/PsfPlayer/Source/SH_OpenAL.cpp */, + CF023A9D80634921B7B4C3EB /* ../Play-/tools/PsfPlayer/Source/SH_OpenAL.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -812,7 +812,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,GLES_COMPATIBILITY,"'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",/Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",../../../MoltenVK/MoltenVK/include,"../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Nuanceur/build_cmake/../include","../Play-/deps/Nuanceur/build_cmake/../../Framework/include","../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","../Play-/Source","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -903,7 +903,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -933,7 +933,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,GLES_COMPATIBILITY,"'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",/Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",../../../MoltenVK/MoltenVK/include,"../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Nuanceur/build_cmake/../include","../Play-/deps/Nuanceur/build_cmake/../../Framework/include","../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","../Play-/Source","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1084,7 +1084,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1114,7 +1114,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,GLES_COMPATIBILITY,"'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",/Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",../../../MoltenVK/MoltenVK/include,"../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Nuanceur/build_cmake/../include","../Play-/deps/Nuanceur/build_cmake/../../Framework/include","../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","../Play-/Source","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1283,7 +1283,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1334,7 +1334,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1384,7 +1384,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,GLES_COMPATIBILITY,"'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",/Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",../../../MoltenVK/MoltenVK/include,"../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Nuanceur/build_cmake/../include","../Play-/deps/Nuanceur/build_cmake/../../Framework/include","../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","../Play-/Source","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","../Play-/deps/Framework/build_cmake/FrameworkOpenAl/../../include",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/OpenAL.framework/Headers,"$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; diff --git a/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CodeGen.xcodeproj/project.pbxproj b/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CodeGen.xcodeproj/project.pbxproj index 43cd4f9307..17d9f368ca 100644 --- a/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CodeGen.xcodeproj/project.pbxproj +++ b/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CodeGen.xcodeproj/project.pbxproj @@ -70,191 +70,191 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 01ABC760C0EE4D4AAE6058D3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_64.cpp */ = {isa = PBXBuildFile; fileRef = D560B54C176D4EF4AB104F11 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_64.cpp */; }; - 02C22C30BF1740A09511F220 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_Statement.cpp */ = {isa = PBXBuildFile; fileRef = B0968024773644F4B1FFB4E1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_Statement.cpp */; }; - 02C31F47D520462788E89FDD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_32.cpp */ = {isa = PBXBuildFile; fileRef = BEE611A77BE84BC7A5540B44 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_32.cpp */; }; - 0378FF2B19B44F4CAC5E455A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/CoffObjectFile.h */ = {isa = PBXBuildFile; fileRef = 3A77323E75F441E39F0B333C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/CoffObjectFile.h */; }; - 03B0078490F14993B4EF16E7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Test.h */ = {isa = PBXBuildFile; fileRef = C8581701EF3642DFBBFD26CA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Test.h */; }; - 04B03BF24A5C4470B9B1A7AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessIdxTest.h */ = {isa = PBXBuildFile; fileRef = E8131DA7877F4AAE9A96CF57 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessIdxTest.h */; }; - 052EB77025F24B7EB9D439DA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/AArch32Assembler.h */ = {isa = PBXBuildFile; fileRef = 233D450FF28344C392126661 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/AArch32Assembler.h */; }; - 09475712B50345E89EF88E2B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LzcTest.cpp */ = {isa = PBXBuildFile; fileRef = 076EA45DCA0A4E9785CD6740 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LzcTest.cpp */; }; - 0BB4C22A8857486293D102C5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/WasmModuleBuilder.h */ = {isa = PBXBuildFile; fileRef = E1255A1095AA4A4C8021A82B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/WasmModuleBuilder.h */; }; - 0DE6C475534A42B3B72CB617 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMinMaxTest.h */ = {isa = PBXBuildFile; fileRef = 1E68EF11F2934C09B487FB68 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMinMaxTest.h */; }; - 118808671DFE4CB9BA5C632F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter.cpp */ = {isa = PBXBuildFile; fileRef = F6683B23BFB445B7878F790C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter.cpp */; }; - 12228D973C2641E5B504902D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpTest.h */ = {isa = PBXBuildFile; fileRef = CD700B5B12984AE9B06FF771 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpTest.h */; }; - 12317AE6ACBC4A6E81DF720E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest2.h */ = {isa = PBXBuildFile; fileRef = 3F771F3A82AB48C3BE3C270D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest2.h */; }; - 12B9200F1ACA40B9A3ADBF00 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MemoryFunction.h */ = {isa = PBXBuildFile; fileRef = 2329A23532064261B1066841 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MemoryFunction.h */; }; - 1424EC44DF3A48AC8B5A80CD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm.cpp */ = {isa = PBXBuildFile; fileRef = 52FF393F2F884DD9823AD460 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm.cpp */; }; - 187C95FB314B475B91887452 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Shift.h */ = {isa = PBXBuildFile; fileRef = 6A5D1D4FAC5F4320B582DD2C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Shift.h */; }; - 19194586485D4B16BDC8D24F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Fpu.cpp */ = {isa = PBXBuildFile; fileRef = 29FB11C1FCFF4129868F5F5D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Fpu.cpp */; }; - 195B8CAF3A2E4F4EBD552D36 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Md.cpp */ = {isa = PBXBuildFile; fileRef = 46376217DBF5426088332BB1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Md.cpp */; }; - 1A8AA43FCA1742C6A01A7320 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTempTest.cpp */ = {isa = PBXBuildFile; fileRef = 3F9C3CDD513443BDBC246753 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTempTest.cpp */; }; - 1B670250D33148448B57F904 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdShiftTest.cpp */ = {isa = PBXBuildFile; fileRef = 5730565D69A54F7A85ACEE4E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdShiftTest.cpp */; }; - 1F8D488D7C4A44A292ABB6B9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86.cpp */ = {isa = PBXBuildFile; fileRef = 56332AF1144D444496095E36 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86.cpp */; }; - 22169403BC85408E81EBA02A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpuTest.h */ = {isa = PBXBuildFile; fileRef = 0386ACA76F1840E1A41AB731 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpuTest.h */; }; - 2235508B7EDB41D7AFD0172A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGen.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 6D36A3145B1C4FF097C77C1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGen.dir/Info.plist */; }; - 22D3154B6B954BE78FD800F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MachoDefs.h */ = {isa = PBXBuildFile; fileRef = B6C858EDCD524A0086ED4938 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MachoDefs.h */; }; - 277ED78DEFE041748AFC6C37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTestLiteral.cpp */ = {isa = PBXBuildFile; fileRef = 6336641928014B9AA610030B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTestLiteral.cpp */; }; - 2844140D6EA043E2BFB870D2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/X86CpuFeatures.h */ = {isa = PBXBuildFile; fileRef = 01DF3B586C564E21A98A5103 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/X86CpuFeatures.h */; }; - 28A4B41F86744CA1ADF8C5B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Call64Test.cpp */ = {isa = PBXBuildFile; fileRef = 63A10C06C012409EAAFE1441 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Call64Test.cpp */; }; - 29AD62367EB04DC889D650FE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86.h */ = {isa = PBXBuildFile; fileRef = D12FBC5CDCB04693AFBDC942 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86.h */; }; - 2AE967A11ACC446EAD99219F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Avx.cpp */ = {isa = PBXBuildFile; fileRef = 8DE7518B3FE34FC69D8CE9F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Avx.cpp */; }; - 2CE83BC121234614851A02BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/CoffDefs.h */ = {isa = PBXBuildFile; fileRef = A5CEDF00B3AD4D72B3AF0692 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/CoffDefs.h */; }; - 2E14A8AA300C427FB2552B88 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/ArrayStack.h */ = {isa = PBXBuildFile; fileRef = 9D3990017A544A32AFF7B956 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/ArrayStack.h */; }; - 2EA594C324874C94A059D7DF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest3.cpp */ = {isa = PBXBuildFile; fileRef = FD6676A7B9E840D0B1BA668C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest3.cpp */; }; - 3117932F02F74E3C9DDD8FFA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Mul.h */ = {isa = PBXBuildFile; fileRef = 8A9B462746534FF59C3521A7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Mul.h */; }; - 3164EE5F34644496A14BD369 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Cmp64Test.cpp */ = {isa = PBXBuildFile; fileRef = D80914BE03F949B398287507 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Cmp64Test.cpp */; }; - 3291323C7C884D43B784BE88 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_RegAlloc.cpp */ = {isa = PBXBuildFile; fileRef = 51E2086BD02D45949535855E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_RegAlloc.cpp */; }; - 34128E425373424383A14520 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/AArch32Assembler.cpp */ = {isa = PBXBuildFile; fileRef = 74BD418422D44BC6A572DF62 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/AArch32Assembler.cpp */; }; - 35059F7B9F6E426FA727206B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Fpu.cpp */ = {isa = PBXBuildFile; fileRef = 50AE3C91706147F89664A8EA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Fpu.cpp */; }; - 3674166B68DB45B88B822EC0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMinMaxTest.cpp */ = {isa = PBXBuildFile; fileRef = 8D3AC03696E54DDC8CAC7B4A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMinMaxTest.cpp */; }; - 374BB65E159E4881B8587C6F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Alu.h */ = {isa = PBXBuildFile; fileRef = F5EC9BD75351473F8DA0C94E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Alu.h */; }; - 3845807031684D9AB0A54B62 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Shift64Test.h */ = {isa = PBXBuildFile; fileRef = 62F4F84FC825461897A3993B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Shift64Test.h */; }; - 38D0CAF9E6FF4EB088E1B5B9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LogicTest.h */ = {isa = PBXBuildFile; fileRef = 000631CE55A74BDC9408946F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LogicTest.h */; }; - 39395297DA2F4CB88ACB2B6A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpClampTest.cpp */ = {isa = PBXBuildFile; fileRef = D237FBCCD17449FCB7645CED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpClampTest.cpp */; }; - 397B2F1F64BD49A68598ABE8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdLogicTest.h */ = {isa = PBXBuildFile; fileRef = E89378C4FB094374A892DBE4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdLogicTest.h */; }; - 3A4C2A587A3C4E9D8D385A6C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Merge64Test.h */ = {isa = PBXBuildFile; fileRef = 051C768C0E5E42BAABBB7C46 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Merge64Test.h */; }; - 3C5EA1122FE1482CAE7BD5EC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTempTest.h */ = {isa = PBXBuildFile; fileRef = 814F33E134CC499CB18F4621 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTempTest.h */; }; - 40E69C93FDBF461B899C7443 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCmpTest.cpp */ = {isa = PBXBuildFile; fileRef = BA41008F83EB473F9758E43B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCmpTest.cpp */; }; - 411168FF0F924BF38D0CDF7A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Div.h */ = {isa = PBXBuildFile; fileRef = 8C4B483930F24CB980E38DE7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Div.h */; }; - 4133625D6D00494E8EC5DF95 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/MachoObjectFile.cpp */ = {isa = PBXBuildFile; fileRef = 27D4C6CD9B264FF487270F23 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/MachoObjectFile.cpp */; }; - 423A4B57F1374130A391A38F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpIntMixTest.cpp */ = {isa = PBXBuildFile; fileRef = AAB8E128352B47958ED32368 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpIntMixTest.cpp */; }; - 44EB4569F6E94D00A401142B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/ObjectFile.h */ = {isa = PBXBuildFile; fileRef = 8A318B92498A4FE3BA75C2A3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/ObjectFile.h */; }; - 46848E98B0FA46B19243F95B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest2.cpp */ = {isa = PBXBuildFile; fileRef = BE8AC4D62D194522A21189A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest2.cpp */; }; - 4937E3B645C2425BB758FC1F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LoopTest.cpp */ = {isa = PBXBuildFile; fileRef = 0F8F9FA0AA8345D39F6B3615 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LoopTest.cpp */; }; - 4992570762EA4B4793B15977 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu.cpp */ = {isa = PBXBuildFile; fileRef = 9FB7B1933CD74638804C7E27 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu.cpp */; }; - 49F4124CFD08432ABBE6FB59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LogicTest.cpp */ = {isa = PBXBuildFile; fileRef = 176F8B31051145B58C2886D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LogicTest.cpp */; }; - 4A5C504B15614DB6BB67754A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/WasmModuleBuilder.cpp */ = {isa = PBXBuildFile; fileRef = A62D3AE27C3D49F8BB919A1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/WasmModuleBuilder.cpp */; }; - 4D290CC0786C49358BC85142 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessRefTest.cpp */ = {isa = PBXBuildFile; fileRef = C0C7E83715294FA5BC14D1BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessRefTest.cpp */; }; - 4E039998ECBA4882B676E870 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdAddTest.cpp */ = {isa = PBXBuildFile; fileRef = A842A7B289D6490495DBED30 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdAddTest.cpp */; }; - 4FA5F774E4FC43AB96567337 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest.cpp */ = {isa = PBXBuildFile; fileRef = 10F40CB1222144E6B17830D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest.cpp */; }; - 52F2AF20D89A4F9A8FD7CA22 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Main.cpp */ = {isa = PBXBuildFile; fileRef = 888790D4E62F4D179CF3FB33 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Main.cpp */; }; - 53CF02B51FF5419980B3C2E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessIdxTest.cpp */ = {isa = PBXBuildFile; fileRef = 08D2DEA77CA64EF185516C4B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessIdxTest.cpp */; }; - 53F481551ADA48748F419FF1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest2.cpp */ = {isa = PBXBuildFile; fileRef = B2A93AA7547B49EEB0634599 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest2.cpp */; }; - 543EC9B765A34016A4C5C4FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpFlagTest.cpp */ = {isa = PBXBuildFile; fileRef = 99459FE9D00E48CE914AE9AD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpFlagTest.cpp */; }; - 548DB506C2A3485E82A8890C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGenFactory.cpp */ = {isa = PBXBuildFile; fileRef = CBA24AC8BAB749BFB9887DA5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGenFactory.cpp */; }; - 54E9927F2BCF4ECBBC6E358D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ReorderAddTest.cpp */ = {isa = PBXBuildFile; fileRef = 9B85386F54264B8A81E8B9F9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ReorderAddTest.cpp */; }; - 57897B6802774144849E0058 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Shift64Test.cpp */ = {isa = PBXBuildFile; fileRef = AB5FD791309F4B00939A3B60 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Shift64Test.cpp */; }; - 5792B3AAA26647E5AEDF61D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessTest.h */ = {isa = PBXBuildFile; fileRef = 19DCBBB4405146BBBE6E6237 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessTest.h */; }; - 590C17BE882D442DB112CCA2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpTest.cpp */ = {isa = PBXBuildFile; fileRef = 19565CE4CADE47F983806CC4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpTest.cpp */; }; - 5B9DC75C7DC14C0AB36C60DB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Logic64Test.h */ = {isa = PBXBuildFile; fileRef = FDAC541ABEAD43D3A6A3B072 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Logic64Test.h */; }; - 5C8DD69C25414EEF8BA11B91 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/LiteralPool.h */ = {isa = PBXBuildFile; fileRef = F08EA008C39E4EFFA1842FF3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/LiteralPool.h */; }; - 5D701D062FEC40B4A733BC50 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_SymbolTable.h */ = {isa = PBXBuildFile; fileRef = 684026596A774D7C8DE23520 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_SymbolTable.h */; }; - 5DAD41FCE13949F6B57B319C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ExternJumpTest.h */ = {isa = PBXBuildFile; fileRef = E9110962480C405EA9D55404 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ExternJumpTest.h */; }; - 5EAFB7AD6F3D4ABE9C68B51B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Md.cpp */ = {isa = PBXBuildFile; fileRef = 05AF75D554034B809BCB94E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Md.cpp */; }; - 5F50C8352FF6453D88BCF577 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/NestedIfTest.h */ = {isa = PBXBuildFile; fileRef = 51BEF76122DF4DC4B0E3D646 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/NestedIfTest.h */; }; - 60A3343EE432483DB404C8EF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CursorTest.h */ = {isa = PBXBuildFile; fileRef = 81382DF664EF4685A572AB04 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CursorTest.h */; }; - 617D7BB745F44CD7B2CC81DA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_SymbolRef.h */ = {isa = PBXBuildFile; fileRef = A30B3E90719A4ED0AE8F7CE8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_SymbolRef.h */; }; - 61A2EEA740814086A44D983F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest.h */ = {isa = PBXBuildFile; fileRef = FB997A3BBA3649A697A977F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest.h */; }; - 66211239F36140089886FF84 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdShiftTest.h */ = {isa = PBXBuildFile; fileRef = B0805B64CB4F468E81F99E1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdShiftTest.h */; }; - 67444D4D105A4C0EA03F655D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdTest.h */ = {isa = PBXBuildFile; fileRef = F91E0D48E2BF429F87D0E1E1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdTest.h */; }; - 6837B8BD6D3E44519FE831DB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_SymbolTable.cpp */ = {isa = PBXBuildFile; fileRef = 12CA432277B14CE6B07A87E8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_SymbolTable.cpp */; }; - 6AAFD3E76CDA44D880ECFE60 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCallTest.h */ = {isa = PBXBuildFile; fileRef = AD2876F0A30B4526960A37B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCallTest.h */; }; - 6CA3EBC1F28848B791668BF7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LoopTest.h */ = {isa = PBXBuildFile; fileRef = D2BCB975E5BE49F9B61D6295 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LoopTest.h */; }; - 6CEDBB82792C4AE489F65C6A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest.cpp */ = {isa = PBXBuildFile; fileRef = C0811B42B7044B588E529EF6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest.cpp */; }; - 6D03A6D540E5495FA7F9E388 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess8Test.cpp */ = {isa = PBXBuildFile; fileRef = E8EF82841539447CB2AAD637 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess8Test.cpp */; }; - 6D4EFC28834143D99F404705 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpIntMixTest.h */ = {isa = PBXBuildFile; fileRef = D196DC43128543A6A7E25F2B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpIntMixTest.h */; }; - 6E87B406721D4DCFADDF2657 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/NestedIfTest.cpp */ = {isa = PBXBuildFile; fileRef = 858DB97B1A19488AA28228E9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/NestedIfTest.cpp */; }; - 6EEA2001E7DE45A39D575559 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_AArch64.h */ = {isa = PBXBuildFile; fileRef = 512093E7CC08405B92C20426 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_AArch64.h */; }; - 6FC3B243B9F04652B5657D9E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_64.cpp */ = {isa = PBXBuildFile; fileRef = E45CA880DA0945749439755B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_64.cpp */; }; - 707B4A59DEC442418EEBF94C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_Statement.h */ = {isa = PBXBuildFile; fileRef = 1A19AC59672D4E77B4FC8E36 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_Statement.h */; }; - 71BFF37469A843348C4C8982 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess16Test.cpp */ = {isa = PBXBuildFile; fileRef = 9ECE3722A6CA46B986B2987B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess16Test.cpp */; }; - 71CB96E5AF5A4935A8AB1032 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_Symbol.h */ = {isa = PBXBuildFile; fileRef = AA69675EBA254E179720C563 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_Symbol.h */; }; - 738B107058124CB7A681A1CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Sse.cpp */ = {isa = PBXBuildFile; fileRef = 6C17295EF9C4497DA218639B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Sse.cpp */; }; - 7A05FFA3C42C45E58F78C9B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ShiftTest.h */ = {isa = PBXBuildFile; fileRef = 61DCA64743B84000B0C0BC9A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ShiftTest.h */; }; - 7A0AB137C351431CA724549F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MachoObjectFile.h */ = {isa = PBXBuildFile; fileRef = 42879FDDF618478981167989 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MachoObjectFile.h */; }; - 7BE5113C4B9B4642AD1A33D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/DivTest.h */ = {isa = PBXBuildFile; fileRef = DBEE598761424CF193F4CBBF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/DivTest.h */; }; - 7C3C710067E44CD5906F8BCB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_AArch32.h */ = {isa = PBXBuildFile; fileRef = 91A72F8707E0457C82B6DD94 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_AArch32.h */; }; - 7CAE2CF3CA4645E99DD2CB4F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCallTest.cpp */ = {isa = PBXBuildFile; fileRef = 62715ED8D3CE429BA8B37B6E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCallTest.cpp */; }; - 7D58533294BD488090E5A3A8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Alu64Test.cpp */ = {isa = PBXBuildFile; fileRef = E65B6312B27345DD86384D92 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Alu64Test.cpp */; }; - 7DF9921DF75C4F4EA4D75279 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest.h */ = {isa = PBXBuildFile; fileRef = 862F69FBBF8C47BC987F3C16 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest.h */; }; - 7E5F78A66FFE49F080D9ED48 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdUnpackTest.h */ = {isa = PBXBuildFile; fileRef = 46B034482AD54C458F23C836 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdUnpackTest.h */; }; - 7EAE5C6E372C44A9846A2F70 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Logic64Test.cpp */ = {isa = PBXBuildFile; fileRef = 8E06E38F92184F6996EB2F21 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Logic64Test.cpp */; }; - 7F637B714C2B454DB2D84782 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdAddTest.h */ = {isa = PBXBuildFile; fileRef = ECA908DE54C04573A0C83A13 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdAddTest.h */; }; - 802755C582064DE79FE7B05A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMemAccessTest.h */ = {isa = PBXBuildFile; fileRef = 6C9E6C9E09494D61883875C8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMemAccessTest.h */; }; - 813F74C310204E78B2EA3C48 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/MemoryFunction.cpp */ = {isa = PBXBuildFile; fileRef = A8240889A5544D64A955D0E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/MemoryFunction.cpp */; }; - 85B709A1EBF043FE8119494E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/DivTest.cpp */ = {isa = PBXBuildFile; fileRef = 0EC7DA4B83DE440DAF4ED681 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/DivTest.cpp */; }; - 862F2EEB177940B28A13374C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64.cpp */ = {isa = PBXBuildFile; fileRef = 449005AED69A4359B56AF2EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64.cpp */; }; - 8C11EECFAEE6469884532982 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTest.h */ = {isa = PBXBuildFile; fileRef = 0D15322E65964B768F8E66D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTest.h */; }; - 8DFEF849605542C58C7201B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ReorderAddTest.h */ = {isa = PBXBuildFile; fileRef = B09894218E0E48A482A4EED3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ReorderAddTest.h */; }; - 8EB4535241BC48B0ABE754B8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessRefTest.h */ = {isa = PBXBuildFile; fileRef = 03A5F26B837C47CBAB1971E8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessRefTest.h */; }; - 8F53723EA09A455FA87A92F1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md_Avx.cpp */ = {isa = PBXBuildFile; fileRef = 1BBC9BE581F74E7CA6EF9720 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md_Avx.cpp */; }; - 90729152B35A41D09552196C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Literal128.h */ = {isa = PBXBuildFile; fileRef = 3CD605CC2A794FB0B650FDDC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Literal128.h */; }; - 915737F720B245E6BA37C74C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_Wasm.h */ = {isa = PBXBuildFile; fileRef = C12E23F45AAF4BA1B4E75B37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_Wasm.h */; }; - 91C75EDC86E747028A8E2693 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpuTest.cpp */ = {isa = PBXBuildFile; fileRef = 42018D7DC5F94F5D99B128F8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpuTest.cpp */; }; - 920AA99B36674A2D88EEA014 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdManipTest.h */ = {isa = PBXBuildFile; fileRef = CD292E0560654B688393F4EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdManipTest.h */; }; - 920CBE4AF7674493B25F1C92 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdSubTest.cpp */ = {isa = PBXBuildFile; fileRef = B36B5EEB5F0942518BA07374 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdSubTest.cpp */; }; - 948585A8A9604E88AE019997 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess64Test.cpp */ = {isa = PBXBuildFile; fileRef = 7403AA46109B4FA79E91C470 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess64Test.cpp */; }; - 95E668DA73FF450FAAD519B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess8Test.h */ = {isa = PBXBuildFile; fileRef = 601D7A9D1C19441F8320DA92 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess8Test.h */; }; - 95F6EF6D7C784849BFB97FE0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGenFactory.h */ = {isa = PBXBuildFile; fileRef = 865DA8710C7D4308ABE4BB13 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGenFactory.h */; }; - 96F3008781AC4BCAB8E4AEEB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Sse.cpp */ = {isa = PBXBuildFile; fileRef = CED8B370855F4A7A90C7DB48 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Sse.cpp */; }; - 97079F5EE621468ABCFC497C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/SimpleMdTest.cpp */ = {isa = PBXBuildFile; fileRef = F31B65703DF6428A8ADFD56D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/SimpleMdTest.cpp */; }; - 9A243B7B41534B38BA45B510 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess16Test.h */ = {isa = PBXBuildFile; fileRef = 856A89B6AB38451C9FB29CE4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess16Test.h */; }; - 9F46026AD031475D84BA754D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86CpuFeatures.cpp */ = {isa = PBXBuildFile; fileRef = 844BB5DB72FE44E698D1BDB9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86CpuFeatures.cpp */; }; - A28BE17FEC0840E39D4E377A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86_32.h */ = {isa = PBXBuildFile; fileRef = 900F93CCD537454C9FE7CBCF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86_32.h */; }; - A2C80AE141E44965A8AE34E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/CoffObjectFile.cpp */ = {isa = PBXBuildFile; fileRef = 750E8F0A25EF4DEA91859972 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/CoffObjectFile.cpp */; }; - A3D5E081283343E1B9EBEC0F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTest.cpp */ = {isa = PBXBuildFile; fileRef = 573592D9A1D84C23B5741D9A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTest.cpp */; }; - A49CBE4069E64F409D563B26 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/X86Assembler.h */ = {isa = PBXBuildFile; fileRef = 69D088D1729A4CFDAC7B50FE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/X86Assembler.h */; }; - A5F51ACC32B5416E8248FFA4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTest.h */ = {isa = PBXBuildFile; fileRef = 64780EB8766444DCAE49D8C2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTest.h */; }; - A6DE65E3304F4E34AE144EA4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen.cpp */ = {isa = PBXBuildFile; fileRef = 3FADE7B992A54C8D9CAA6936 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen.cpp */; }; - AA61134A851743E08EB6105E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md.cpp */ = {isa = PBXBuildFile; fileRef = 8B77FB45DAA8413E82346537 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md.cpp */; }; - ADF5E555F081445BB5D9F3A6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/AArch64Assembler.h */ = {isa = PBXBuildFile; fileRef = D578ECA3BAF347FFBEEFA6BE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/AArch64Assembler.h */; }; - AFBE16B264694A3E8C62276A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTestLiteral.h */ = {isa = PBXBuildFile; fileRef = C24555A1FC5E4C62A56401A6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTestLiteral.h */; }; - B036EFAEDCA64EED8F7CCB3B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Div.h */ = {isa = PBXBuildFile; fileRef = 1CE1779CADA14147868638D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Div.h */; }; - B158491A537441CDBE69677C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Cmp64Test.h */ = {isa = PBXBuildFile; fileRef = 16A439C589D045FBB61B16CE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Cmp64Test.h */; }; - B4CF1E41966249769B66F149 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Alu64Test.h */ = {isa = PBXBuildFile; fileRef = 7A0F5E2446594358BF530C6F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Alu64Test.h */; }; - B8B0320DD97546E487635B7B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86_64.h */ = {isa = PBXBuildFile; fileRef = 54850236FFF9423188CE6A78 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86_64.h */; }; - B93FE9724D2A4BFE9E9E1E8B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler.cpp */ = {isa = PBXBuildFile; fileRef = C5FF2D270CAD4361BEEA9111 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler.cpp */; }; - BBAAA2C8B7374385839B2613 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CompareTest.h */ = {isa = PBXBuildFile; fileRef = 6ABFB58217EA490FB841EF6E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CompareTest.h */; }; - BC95E907D53D4A6C98ACC963 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 806CC624E3214B73B212F3BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/CMakeLists.txt */; }; - BD2C2FB724784BBDA86FBAD4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessTest.cpp */ = {isa = PBXBuildFile; fileRef = 52EA9BA9217040A19B561089 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessTest.cpp */; }; - BE9FACE120DD464EB1A651B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Merge64Test.cpp */ = {isa = PBXBuildFile; fileRef = 0754D574A76A4F738B2B4246 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Merge64Test.cpp */; }; - BF13462C38B744B19B3D135F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest2.h */ = {isa = PBXBuildFile; fileRef = 711B326C6FEE4B7BBD58ABC5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest2.h */; }; - C1CBC35E2F2746DD943ADA6F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpFlagTest.h */ = {isa = PBXBuildFile; fileRef = 89A1519EE08F40E1B0496FD7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpFlagTest.h */; }; - C1E3CF8974E24E439E9135FF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MultTest.cpp */ = {isa = PBXBuildFile; fileRef = 183E6F6B874745D0B63330DB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MultTest.cpp */; }; - C256866A7E6D4022B0147150 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Crc32Test.cpp */ = {isa = PBXBuildFile; fileRef = 42A01AB9EA85452F92D2773B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Crc32Test.cpp */; }; - C2B42DF6F0A24646B4D8BF64 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CompareTest.cpp */ = {isa = PBXBuildFile; fileRef = 8C6043F958974F6A9464DC65 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CompareTest.cpp */; }; - C6157D9DE1F44B55A8F46D86 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/GotoTest.h */ = {isa = PBXBuildFile; fileRef = 54DE16D0A109420E9EBAA5AF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/GotoTest.h */; }; - C7F1AAD15D944B2C91C40D53 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ExternJumpTest.cpp */ = {isa = PBXBuildFile; fileRef = 71508B6DE48C4DC08290732C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ExternJumpTest.cpp */; }; - C953778BC8E84009B8FECA39 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CursorTest.cpp */ = {isa = PBXBuildFile; fileRef = B4A20C97F7054E7E948EAE2B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CursorTest.cpp */; }; - C97321802D7745769CB21810 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/ObjectFile.cpp */ = {isa = PBXBuildFile; fileRef = C10BE8C054FE4C1BB337A23E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/ObjectFile.cpp */; }; - CA8FAA9183C542C6B410338B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdManipTest.cpp */ = {isa = PBXBuildFile; fileRef = 2E330D686298446BB5153193 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdManipTest.cpp */; }; - CC289A5A55124A16B56163E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTest.cpp */ = {isa = PBXBuildFile; fileRef = 38088832F19E4766A35D94FC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTest.cpp */; }; - CEB476B8557C449F88E8A9BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LzcTest.h */ = {isa = PBXBuildFile; fileRef = 4FA53F0F000F4958BB616F1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LzcTest.h */; }; - D5BD91BE76ED4710BA1ACE39 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/LiteralPool.cpp */ = {isa = PBXBuildFile; fileRef = CDA24D9757694BB89B12CC98 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/LiteralPool.cpp */; }; - D6990893C00B41BC88616B7A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/AArch64Assembler.cpp */ = {isa = PBXBuildFile; fileRef = 8B86AA00BBB547E8B38246B6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/AArch64Assembler.cpp */; }; - D74CF32F74DE441E9FB72C74 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdLogicTest.cpp */ = {isa = PBXBuildFile; fileRef = 6480F26A8F34434E8B319CC6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdLogicTest.cpp */; }; - D80CB29FA5C944D986AA9040 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpClampTest.h */ = {isa = PBXBuildFile; fileRef = DA3657D399C648339B070D83 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpClampTest.h */; }; - D911DB8DFBF24DAF93CD2333 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_LoadStore.h */ = {isa = PBXBuildFile; fileRef = 507C3F3473224470814B21FF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_LoadStore.h */; }; - D926D2DEC8594C919A26CD1A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Fpu.cpp */ = {isa = PBXBuildFile; fileRef = 934066304B174F0AA8492945 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Fpu.cpp */; }; - DA93434BAE004FC69638BFA3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Avx.cpp */ = {isa = PBXBuildFile; fileRef = B0719CAACDD24C5AA6048468 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Avx.cpp */; }; - DCDFE4C61F404D0F958746B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ConditionTest.h */ = {isa = PBXBuildFile; fileRef = CB73D695A9F347BB9B00B79F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ConditionTest.h */; }; - DD43D3B5410945D996AAF2E9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/SimpleMdTest.h */ = {isa = PBXBuildFile; fileRef = 7B6228EE8488445EBA8DB47B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/SimpleMdTest.h */; }; - DFB58F0F71D04467977A0C38 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Call64Test.h */ = {isa = PBXBuildFile; fileRef = 9454D245DA984D20BB617E67 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Call64Test.h */; }; - E01A948B7ACF4A56A01D7E96 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Crc32Test.h */ = {isa = PBXBuildFile; fileRef = A0C5CCE8F3714117A2999D9E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Crc32Test.h */; }; - E1006286D19E4DD185C29712 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdTest.cpp */ = {isa = PBXBuildFile; fileRef = 01E6258399B3440CBC2CE3E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdTest.cpp */; }; - E3E85B2779094B74946E2FD1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCmpTest.h */ = {isa = PBXBuildFile; fileRef = 10374F2AE212444388739444 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCmpTest.h */; }; - E548309B2ED74A9583AC4535 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/GotoTest.cpp */ = {isa = PBXBuildFile; fileRef = A4F196F1CD6F416E9B8DE202 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/GotoTest.cpp */; }; - E7FB4680026549F79D8CADD5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_64.cpp */ = {isa = PBXBuildFile; fileRef = 3BBA22CA7C174953A80460EA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_64.cpp */; }; - E845106C7D264FB3BF40D2B0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_64.cpp */ = {isa = PBXBuildFile; fileRef = 4A1C3E3109CA4E43BFE8067D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_64.cpp */; }; - E84D7772EF87485EAD596AC9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ConditionTest.cpp */ = {isa = PBXBuildFile; fileRef = FED93661B4554B46BC24724A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ConditionTest.cpp */; }; - EB81D6CC498C4D2EA1B876A1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest3.h */ = {isa = PBXBuildFile; fileRef = 6DD578AF91C64ABA9E5B6B59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest3.h */; }; - EC9225A3629547DE949A75CB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdUnpackTest.cpp */ = {isa = PBXBuildFile; fileRef = 789F7A1FF4F64BD294455DBF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdUnpackTest.cpp */; }; - ED4357980DC94170859F2956 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ShiftTest.cpp */ = {isa = PBXBuildFile; fileRef = 19D2323F0E8D4EDF8E22C763 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ShiftTest.cpp */; }; - ED91173F802D422EB4692455 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMemAccessTest.cpp */ = {isa = PBXBuildFile; fileRef = 7D2266C22EE44DA784D6085A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMemAccessTest.cpp */; }; - EF45F46D68FA4AA380DDDA8E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Fpu.cpp */ = {isa = PBXBuildFile; fileRef = CAEC69327FCB4BF1A831D513 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Fpu.cpp */; }; - EF6BEB5A1645486F8D765F55 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess64Test.h */ = {isa = PBXBuildFile; fileRef = FEBD51718D95414C9C4D3C0C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess64Test.h */; }; - F2A3B394FC954D4AAE23136F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter.h */ = {isa = PBXBuildFile; fileRef = 599D4C9DFCCC4D89ADAF46C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter.h */; }; - F3969262438641E1A8015444 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Md.cpp */ = {isa = PBXBuildFile; fileRef = AA698E2CA46649FABC31E3B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Md.cpp */; }; - F51B9F221E4C49CD9DDDD704 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen.h */ = {isa = PBXBuildFile; fileRef = AD242C8604464761A04F50DA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen.h */; }; - F847C78B62BF4FB99B837984 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32.cpp */ = {isa = PBXBuildFile; fileRef = 7FA2EBE84EED468FBD77CEE2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32.cpp */; }; - F85C2997BB164704A406B3C5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MultTest.h */ = {isa = PBXBuildFile; fileRef = 4B634198A9C84157ADA94DDA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MultTest.h */; }; - F8CAA0196CC1480FB56D1363 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = C72001E4A2184A73B36881B1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/CMakeLists.txt */; }; - FA280DC8084D487385993702 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/uint128.h */ = {isa = PBXBuildFile; fileRef = 1794624CD26F4E9992A35948 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/uint128.h */; }; - FA94018689A54A3FB0CAE4FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/WasmDefs.h */ = {isa = PBXBuildFile; fileRef = 5A6F245CE9784576B75D272A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/WasmDefs.h */; }; - FB7B45F5C2A54A72AA48FD32 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdSubTest.h */ = {isa = PBXBuildFile; fileRef = 57EA96F6BAED4D82B5FE814C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdSubTest.h */; }; - FF57D75B093A42028956C1D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = ED669D31C53C46C384912984 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist */; }; - FFA145D34D504DA2B302EA2E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_Optimize.cpp */ = {isa = PBXBuildFile; fileRef = D175D5C100F24984BB9CEE17 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_Optimize.cpp */; }; + 01ABC760C0EE4D4AAE6058D3 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_64.cpp */ = {isa = PBXBuildFile; fileRef = D560B54C176D4EF4AB104F11 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_64.cpp */; }; + 02C22C30BF1740A09511F220 /* ../Play-/deps/CodeGen/src/Jitter_Statement.cpp */ = {isa = PBXBuildFile; fileRef = B0968024773644F4B1FFB4E1 /* ../Play-/deps/CodeGen/src/Jitter_Statement.cpp */; }; + 02C31F47D520462788E89FDD /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_32.cpp */ = {isa = PBXBuildFile; fileRef = BEE611A77BE84BC7A5540B44 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_32.cpp */; }; + 0378FF2B19B44F4CAC5E455A /* ../Play-/deps/CodeGen/include/CoffObjectFile.h */ = {isa = PBXBuildFile; fileRef = 3A77323E75F441E39F0B333C /* ../Play-/deps/CodeGen/include/CoffObjectFile.h */; }; + 03B0078490F14993B4EF16E7 /* ../Play-/deps/CodeGen/tests/Test.h */ = {isa = PBXBuildFile; fileRef = C8581701EF3642DFBBFD26CA /* ../Play-/deps/CodeGen/tests/Test.h */; }; + 04B03BF24A5C4470B9B1A7AC /* ../Play-/deps/CodeGen/tests/MemAccessIdxTest.h */ = {isa = PBXBuildFile; fileRef = E8131DA7877F4AAE9A96CF57 /* ../Play-/deps/CodeGen/tests/MemAccessIdxTest.h */; }; + 052EB77025F24B7EB9D439DA /* ../Play-/deps/CodeGen/include/AArch32Assembler.h */ = {isa = PBXBuildFile; fileRef = 233D450FF28344C392126661 /* ../Play-/deps/CodeGen/include/AArch32Assembler.h */; }; + 09475712B50345E89EF88E2B /* ../Play-/deps/CodeGen/tests/LzcTest.cpp */ = {isa = PBXBuildFile; fileRef = 076EA45DCA0A4E9785CD6740 /* ../Play-/deps/CodeGen/tests/LzcTest.cpp */; }; + 0BB4C22A8857486293D102C5 /* ../Play-/deps/CodeGen/include/WasmModuleBuilder.h */ = {isa = PBXBuildFile; fileRef = E1255A1095AA4A4C8021A82B /* ../Play-/deps/CodeGen/include/WasmModuleBuilder.h */; }; + 0DE6C475534A42B3B72CB617 /* ../Play-/deps/CodeGen/tests/MdMinMaxTest.h */ = {isa = PBXBuildFile; fileRef = 1E68EF11F2934C09B487FB68 /* ../Play-/deps/CodeGen/tests/MdMinMaxTest.h */; }; + 118808671DFE4CB9BA5C632F /* ../Play-/deps/CodeGen/src/Jitter.cpp */ = {isa = PBXBuildFile; fileRef = F6683B23BFB445B7878F790C /* ../Play-/deps/CodeGen/src/Jitter.cpp */; }; + 12228D973C2641E5B504902D /* ../Play-/deps/CodeGen/tests/MdFpTest.h */ = {isa = PBXBuildFile; fileRef = CD700B5B12984AE9B06FF771 /* ../Play-/deps/CodeGen/tests/MdFpTest.h */; }; + 12317AE6ACBC4A6E81DF720E /* ../Play-/deps/CodeGen/tests/RandomAluTest2.h */ = {isa = PBXBuildFile; fileRef = 3F771F3A82AB48C3BE3C270D /* ../Play-/deps/CodeGen/tests/RandomAluTest2.h */; }; + 12B9200F1ACA40B9A3ADBF00 /* ../Play-/deps/CodeGen/include/MemoryFunction.h */ = {isa = PBXBuildFile; fileRef = 2329A23532064261B1066841 /* ../Play-/deps/CodeGen/include/MemoryFunction.h */; }; + 1424EC44DF3A48AC8B5A80CD /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm.cpp */ = {isa = PBXBuildFile; fileRef = 52FF393F2F884DD9823AD460 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm.cpp */; }; + 187C95FB314B475B91887452 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Shift.h */ = {isa = PBXBuildFile; fileRef = 6A5D1D4FAC5F4320B582DD2C /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Shift.h */; }; + 19194586485D4B16BDC8D24F /* ../Play-/deps/CodeGen/src/X86Assembler_Fpu.cpp */ = {isa = PBXBuildFile; fileRef = 29FB11C1FCFF4129868F5F5D /* ../Play-/deps/CodeGen/src/X86Assembler_Fpu.cpp */; }; + 195B8CAF3A2E4F4EBD552D36 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Md.cpp */ = {isa = PBXBuildFile; fileRef = 46376217DBF5426088332BB1 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Md.cpp */; }; + 1A8AA43FCA1742C6A01A7320 /* ../Play-/deps/CodeGen/tests/RegAllocTempTest.cpp */ = {isa = PBXBuildFile; fileRef = 3F9C3CDD513443BDBC246753 /* ../Play-/deps/CodeGen/tests/RegAllocTempTest.cpp */; }; + 1B670250D33148448B57F904 /* ../Play-/deps/CodeGen/tests/MdShiftTest.cpp */ = {isa = PBXBuildFile; fileRef = 5730565D69A54F7A85ACEE4E /* ../Play-/deps/CodeGen/tests/MdShiftTest.cpp */; }; + 1F8D488D7C4A44A292ABB6B9 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86.cpp */ = {isa = PBXBuildFile; fileRef = 56332AF1144D444496095E36 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86.cpp */; }; + 22169403BC85408E81EBA02A /* ../Play-/deps/CodeGen/tests/FpuTest.h */ = {isa = PBXBuildFile; fileRef = 0386ACA76F1840E1A41AB731 /* ../Play-/deps/CodeGen/tests/FpuTest.h */; }; + 2235508B7EDB41D7AFD0172A /* ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGen.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 6D36A3145B1C4FF097C77C1B /* ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGen.dir/Info.plist */; }; + 22D3154B6B954BE78FD800F5 /* ../Play-/deps/CodeGen/include/MachoDefs.h */ = {isa = PBXBuildFile; fileRef = B6C858EDCD524A0086ED4938 /* ../Play-/deps/CodeGen/include/MachoDefs.h */; }; + 277ED78DEFE041748AFC6C37 /* ../Play-/deps/CodeGen/tests/HugeJumpTestLiteral.cpp */ = {isa = PBXBuildFile; fileRef = 6336641928014B9AA610030B /* ../Play-/deps/CodeGen/tests/HugeJumpTestLiteral.cpp */; }; + 2844140D6EA043E2BFB870D2 /* ../Play-/deps/CodeGen/include/X86CpuFeatures.h */ = {isa = PBXBuildFile; fileRef = 01DF3B586C564E21A98A5103 /* ../Play-/deps/CodeGen/include/X86CpuFeatures.h */; }; + 28A4B41F86744CA1ADF8C5B2 /* ../Play-/deps/CodeGen/tests/Call64Test.cpp */ = {isa = PBXBuildFile; fileRef = 63A10C06C012409EAAFE1441 /* ../Play-/deps/CodeGen/tests/Call64Test.cpp */; }; + 29AD62367EB04DC889D650FE /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_x86.h */ = {isa = PBXBuildFile; fileRef = D12FBC5CDCB04693AFBDC942 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_x86.h */; }; + 2AE967A11ACC446EAD99219F /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Avx.cpp */ = {isa = PBXBuildFile; fileRef = 8DE7518B3FE34FC69D8CE9F0 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Avx.cpp */; }; + 2CE83BC121234614851A02BF /* ../Play-/deps/CodeGen/include/CoffDefs.h */ = {isa = PBXBuildFile; fileRef = A5CEDF00B3AD4D72B3AF0692 /* ../Play-/deps/CodeGen/include/CoffDefs.h */; }; + 2E14A8AA300C427FB2552B88 /* ../Play-/deps/CodeGen/include/ArrayStack.h */ = {isa = PBXBuildFile; fileRef = 9D3990017A544A32AFF7B956 /* ../Play-/deps/CodeGen/include/ArrayStack.h */; }; + 2EA594C324874C94A059D7DF /* ../Play-/deps/CodeGen/tests/RandomAluTest3.cpp */ = {isa = PBXBuildFile; fileRef = FD6676A7B9E840D0B1BA668C /* ../Play-/deps/CodeGen/tests/RandomAluTest3.cpp */; }; + 3117932F02F74E3C9DDD8FFA /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Mul.h */ = {isa = PBXBuildFile; fileRef = 8A9B462746534FF59C3521A7 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Mul.h */; }; + 3164EE5F34644496A14BD369 /* ../Play-/deps/CodeGen/tests/Cmp64Test.cpp */ = {isa = PBXBuildFile; fileRef = D80914BE03F949B398287507 /* ../Play-/deps/CodeGen/tests/Cmp64Test.cpp */; }; + 3291323C7C884D43B784BE88 /* ../Play-/deps/CodeGen/src/Jitter_RegAlloc.cpp */ = {isa = PBXBuildFile; fileRef = 51E2086BD02D45949535855E /* ../Play-/deps/CodeGen/src/Jitter_RegAlloc.cpp */; }; + 34128E425373424383A14520 /* ../Play-/deps/CodeGen/src/AArch32Assembler.cpp */ = {isa = PBXBuildFile; fileRef = 74BD418422D44BC6A572DF62 /* ../Play-/deps/CodeGen/src/AArch32Assembler.cpp */; }; + 35059F7B9F6E426FA727206B /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Fpu.cpp */ = {isa = PBXBuildFile; fileRef = 50AE3C91706147F89664A8EA /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Fpu.cpp */; }; + 3674166B68DB45B88B822EC0 /* ../Play-/deps/CodeGen/tests/MdMinMaxTest.cpp */ = {isa = PBXBuildFile; fileRef = 8D3AC03696E54DDC8CAC7B4A /* ../Play-/deps/CodeGen/tests/MdMinMaxTest.cpp */; }; + 374BB65E159E4881B8587C6F /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Alu.h */ = {isa = PBXBuildFile; fileRef = F5EC9BD75351473F8DA0C94E /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Alu.h */; }; + 3845807031684D9AB0A54B62 /* ../Play-/deps/CodeGen/tests/Shift64Test.h */ = {isa = PBXBuildFile; fileRef = 62F4F84FC825461897A3993B /* ../Play-/deps/CodeGen/tests/Shift64Test.h */; }; + 38D0CAF9E6FF4EB088E1B5B9 /* ../Play-/deps/CodeGen/tests/LogicTest.h */ = {isa = PBXBuildFile; fileRef = 000631CE55A74BDC9408946F /* ../Play-/deps/CodeGen/tests/LogicTest.h */; }; + 39395297DA2F4CB88ACB2B6A /* ../Play-/deps/CodeGen/tests/FpClampTest.cpp */ = {isa = PBXBuildFile; fileRef = D237FBCCD17449FCB7645CED /* ../Play-/deps/CodeGen/tests/FpClampTest.cpp */; }; + 397B2F1F64BD49A68598ABE8 /* ../Play-/deps/CodeGen/tests/MdLogicTest.h */ = {isa = PBXBuildFile; fileRef = E89378C4FB094374A892DBE4 /* ../Play-/deps/CodeGen/tests/MdLogicTest.h */; }; + 3A4C2A587A3C4E9D8D385A6C /* ../Play-/deps/CodeGen/tests/Merge64Test.h */ = {isa = PBXBuildFile; fileRef = 051C768C0E5E42BAABBB7C46 /* ../Play-/deps/CodeGen/tests/Merge64Test.h */; }; + 3C5EA1122FE1482CAE7BD5EC /* ../Play-/deps/CodeGen/tests/RegAllocTempTest.h */ = {isa = PBXBuildFile; fileRef = 814F33E134CC499CB18F4621 /* ../Play-/deps/CodeGen/tests/RegAllocTempTest.h */; }; + 40E69C93FDBF461B899C7443 /* ../Play-/deps/CodeGen/tests/MdCmpTest.cpp */ = {isa = PBXBuildFile; fileRef = BA41008F83EB473F9758E43B /* ../Play-/deps/CodeGen/tests/MdCmpTest.cpp */; }; + 411168FF0F924BF38D0CDF7A /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Div.h */ = {isa = PBXBuildFile; fileRef = 8C4B483930F24CB980E38DE7 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Div.h */; }; + 4133625D6D00494E8EC5DF95 /* ../Play-/deps/CodeGen/src/MachoObjectFile.cpp */ = {isa = PBXBuildFile; fileRef = 27D4C6CD9B264FF487270F23 /* ../Play-/deps/CodeGen/src/MachoObjectFile.cpp */; }; + 423A4B57F1374130A391A38F /* ../Play-/deps/CodeGen/tests/FpIntMixTest.cpp */ = {isa = PBXBuildFile; fileRef = AAB8E128352B47958ED32368 /* ../Play-/deps/CodeGen/tests/FpIntMixTest.cpp */; }; + 44EB4569F6E94D00A401142B /* ../Play-/deps/CodeGen/include/ObjectFile.h */ = {isa = PBXBuildFile; fileRef = 8A318B92498A4FE3BA75C2A3 /* ../Play-/deps/CodeGen/include/ObjectFile.h */; }; + 46848E98B0FA46B19243F95B /* ../Play-/deps/CodeGen/tests/AliasTest2.cpp */ = {isa = PBXBuildFile; fileRef = BE8AC4D62D194522A21189A9 /* ../Play-/deps/CodeGen/tests/AliasTest2.cpp */; }; + 4937E3B645C2425BB758FC1F /* ../Play-/deps/CodeGen/tests/LoopTest.cpp */ = {isa = PBXBuildFile; fileRef = 0F8F9FA0AA8345D39F6B3615 /* ../Play-/deps/CodeGen/tests/LoopTest.cpp */; }; + 4992570762EA4B4793B15977 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu.cpp */ = {isa = PBXBuildFile; fileRef = 9FB7B1933CD74638804C7E27 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu.cpp */; }; + 49F4124CFD08432ABBE6FB59 /* ../Play-/deps/CodeGen/tests/LogicTest.cpp */ = {isa = PBXBuildFile; fileRef = 176F8B31051145B58C2886D5 /* ../Play-/deps/CodeGen/tests/LogicTest.cpp */; }; + 4A5C504B15614DB6BB67754A /* ../Play-/deps/CodeGen/src/WasmModuleBuilder.cpp */ = {isa = PBXBuildFile; fileRef = A62D3AE27C3D49F8BB919A1B /* ../Play-/deps/CodeGen/src/WasmModuleBuilder.cpp */; }; + 4D290CC0786C49358BC85142 /* ../Play-/deps/CodeGen/tests/MemAccessRefTest.cpp */ = {isa = PBXBuildFile; fileRef = C0C7E83715294FA5BC14D1BF /* ../Play-/deps/CodeGen/tests/MemAccessRefTest.cpp */; }; + 4E039998ECBA4882B676E870 /* ../Play-/deps/CodeGen/tests/MdAddTest.cpp */ = {isa = PBXBuildFile; fileRef = A842A7B289D6490495DBED30 /* ../Play-/deps/CodeGen/tests/MdAddTest.cpp */; }; + 4FA5F774E4FC43AB96567337 /* ../Play-/deps/CodeGen/tests/RandomAluTest.cpp */ = {isa = PBXBuildFile; fileRef = 10F40CB1222144E6B17830D8 /* ../Play-/deps/CodeGen/tests/RandomAluTest.cpp */; }; + 52F2AF20D89A4F9A8FD7CA22 /* ../Play-/deps/CodeGen/tests/Main.cpp */ = {isa = PBXBuildFile; fileRef = 888790D4E62F4D179CF3FB33 /* ../Play-/deps/CodeGen/tests/Main.cpp */; }; + 53CF02B51FF5419980B3C2E3 /* ../Play-/deps/CodeGen/tests/MemAccessIdxTest.cpp */ = {isa = PBXBuildFile; fileRef = 08D2DEA77CA64EF185516C4B /* ../Play-/deps/CodeGen/tests/MemAccessIdxTest.cpp */; }; + 53F481551ADA48748F419FF1 /* ../Play-/deps/CodeGen/tests/RandomAluTest2.cpp */ = {isa = PBXBuildFile; fileRef = B2A93AA7547B49EEB0634599 /* ../Play-/deps/CodeGen/tests/RandomAluTest2.cpp */; }; + 543EC9B765A34016A4C5C4FB /* ../Play-/deps/CodeGen/tests/MdFpFlagTest.cpp */ = {isa = PBXBuildFile; fileRef = 99459FE9D00E48CE914AE9AD /* ../Play-/deps/CodeGen/tests/MdFpFlagTest.cpp */; }; + 548DB506C2A3485E82A8890C /* ../Play-/deps/CodeGen/src/Jitter_CodeGenFactory.cpp */ = {isa = PBXBuildFile; fileRef = CBA24AC8BAB749BFB9887DA5 /* ../Play-/deps/CodeGen/src/Jitter_CodeGenFactory.cpp */; }; + 54E9927F2BCF4ECBBC6E358D /* ../Play-/deps/CodeGen/tests/ReorderAddTest.cpp */ = {isa = PBXBuildFile; fileRef = 9B85386F54264B8A81E8B9F9 /* ../Play-/deps/CodeGen/tests/ReorderAddTest.cpp */; }; + 57897B6802774144849E0058 /* ../Play-/deps/CodeGen/tests/Shift64Test.cpp */ = {isa = PBXBuildFile; fileRef = AB5FD791309F4B00939A3B60 /* ../Play-/deps/CodeGen/tests/Shift64Test.cpp */; }; + 5792B3AAA26647E5AEDF61D8 /* ../Play-/deps/CodeGen/tests/MemAccessTest.h */ = {isa = PBXBuildFile; fileRef = 19DCBBB4405146BBBE6E6237 /* ../Play-/deps/CodeGen/tests/MemAccessTest.h */; }; + 590C17BE882D442DB112CCA2 /* ../Play-/deps/CodeGen/tests/MdFpTest.cpp */ = {isa = PBXBuildFile; fileRef = 19565CE4CADE47F983806CC4 /* ../Play-/deps/CodeGen/tests/MdFpTest.cpp */; }; + 5B9DC75C7DC14C0AB36C60DB /* ../Play-/deps/CodeGen/tests/Logic64Test.h */ = {isa = PBXBuildFile; fileRef = FDAC541ABEAD43D3A6A3B072 /* ../Play-/deps/CodeGen/tests/Logic64Test.h */; }; + 5C8DD69C25414EEF8BA11B91 /* ../Play-/deps/CodeGen/include/LiteralPool.h */ = {isa = PBXBuildFile; fileRef = F08EA008C39E4EFFA1842FF3 /* ../Play-/deps/CodeGen/include/LiteralPool.h */; }; + 5D701D062FEC40B4A733BC50 /* ../Play-/deps/CodeGen/include/Jitter_SymbolTable.h */ = {isa = PBXBuildFile; fileRef = 684026596A774D7C8DE23520 /* ../Play-/deps/CodeGen/include/Jitter_SymbolTable.h */; }; + 5DAD41FCE13949F6B57B319C /* ../Play-/deps/CodeGen/tests/ExternJumpTest.h */ = {isa = PBXBuildFile; fileRef = E9110962480C405EA9D55404 /* ../Play-/deps/CodeGen/tests/ExternJumpTest.h */; }; + 5EAFB7AD6F3D4ABE9C68B51B /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Md.cpp */ = {isa = PBXBuildFile; fileRef = 05AF75D554034B809BCB94E6 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Md.cpp */; }; + 5F50C8352FF6453D88BCF577 /* ../Play-/deps/CodeGen/tests/NestedIfTest.h */ = {isa = PBXBuildFile; fileRef = 51BEF76122DF4DC4B0E3D646 /* ../Play-/deps/CodeGen/tests/NestedIfTest.h */; }; + 60A3343EE432483DB404C8EF /* ../Play-/deps/CodeGen/tests/CursorTest.h */ = {isa = PBXBuildFile; fileRef = 81382DF664EF4685A572AB04 /* ../Play-/deps/CodeGen/tests/CursorTest.h */; }; + 617D7BB745F44CD7B2CC81DA /* ../Play-/deps/CodeGen/include/Jitter_SymbolRef.h */ = {isa = PBXBuildFile; fileRef = A30B3E90719A4ED0AE8F7CE8 /* ../Play-/deps/CodeGen/include/Jitter_SymbolRef.h */; }; + 61A2EEA740814086A44D983F /* ../Play-/deps/CodeGen/tests/RandomAluTest.h */ = {isa = PBXBuildFile; fileRef = FB997A3BBA3649A697A977F5 /* ../Play-/deps/CodeGen/tests/RandomAluTest.h */; }; + 66211239F36140089886FF84 /* ../Play-/deps/CodeGen/tests/MdShiftTest.h */ = {isa = PBXBuildFile; fileRef = B0805B64CB4F468E81F99E1B /* ../Play-/deps/CodeGen/tests/MdShiftTest.h */; }; + 67444D4D105A4C0EA03F655D /* ../Play-/deps/CodeGen/tests/MdTest.h */ = {isa = PBXBuildFile; fileRef = F91E0D48E2BF429F87D0E1E1 /* ../Play-/deps/CodeGen/tests/MdTest.h */; }; + 6837B8BD6D3E44519FE831DB /* ../Play-/deps/CodeGen/src/Jitter_SymbolTable.cpp */ = {isa = PBXBuildFile; fileRef = 12CA432277B14CE6B07A87E8 /* ../Play-/deps/CodeGen/src/Jitter_SymbolTable.cpp */; }; + 6AAFD3E76CDA44D880ECFE60 /* ../Play-/deps/CodeGen/tests/MdCallTest.h */ = {isa = PBXBuildFile; fileRef = AD2876F0A30B4526960A37B7 /* ../Play-/deps/CodeGen/tests/MdCallTest.h */; }; + 6CA3EBC1F28848B791668BF7 /* ../Play-/deps/CodeGen/tests/LoopTest.h */ = {isa = PBXBuildFile; fileRef = D2BCB975E5BE49F9B61D6295 /* ../Play-/deps/CodeGen/tests/LoopTest.h */; }; + 6CEDBB82792C4AE489F65C6A /* ../Play-/deps/CodeGen/tests/AliasTest.cpp */ = {isa = PBXBuildFile; fileRef = C0811B42B7044B588E529EF6 /* ../Play-/deps/CodeGen/tests/AliasTest.cpp */; }; + 6D03A6D540E5495FA7F9E388 /* ../Play-/deps/CodeGen/tests/MemAccess8Test.cpp */ = {isa = PBXBuildFile; fileRef = E8EF82841539447CB2AAD637 /* ../Play-/deps/CodeGen/tests/MemAccess8Test.cpp */; }; + 6D4EFC28834143D99F404705 /* ../Play-/deps/CodeGen/tests/FpIntMixTest.h */ = {isa = PBXBuildFile; fileRef = D196DC43128543A6A7E25F2B /* ../Play-/deps/CodeGen/tests/FpIntMixTest.h */; }; + 6E87B406721D4DCFADDF2657 /* ../Play-/deps/CodeGen/tests/NestedIfTest.cpp */ = {isa = PBXBuildFile; fileRef = 858DB97B1A19488AA28228E9 /* ../Play-/deps/CodeGen/tests/NestedIfTest.cpp */; }; + 6EEA2001E7DE45A39D575559 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_AArch64.h */ = {isa = PBXBuildFile; fileRef = 512093E7CC08405B92C20426 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_AArch64.h */; }; + 6FC3B243B9F04652B5657D9E /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_64.cpp */ = {isa = PBXBuildFile; fileRef = E45CA880DA0945749439755B /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_64.cpp */; }; + 707B4A59DEC442418EEBF94C /* ../Play-/deps/CodeGen/include/Jitter_Statement.h */ = {isa = PBXBuildFile; fileRef = 1A19AC59672D4E77B4FC8E36 /* ../Play-/deps/CodeGen/include/Jitter_Statement.h */; }; + 71BFF37469A843348C4C8982 /* ../Play-/deps/CodeGen/tests/MemAccess16Test.cpp */ = {isa = PBXBuildFile; fileRef = 9ECE3722A6CA46B986B2987B /* ../Play-/deps/CodeGen/tests/MemAccess16Test.cpp */; }; + 71CB96E5AF5A4935A8AB1032 /* ../Play-/deps/CodeGen/include/Jitter_Symbol.h */ = {isa = PBXBuildFile; fileRef = AA69675EBA254E179720C563 /* ../Play-/deps/CodeGen/include/Jitter_Symbol.h */; }; + 738B107058124CB7A681A1CF /* ../Play-/deps/CodeGen/src/X86Assembler_Sse.cpp */ = {isa = PBXBuildFile; fileRef = 6C17295EF9C4497DA218639B /* ../Play-/deps/CodeGen/src/X86Assembler_Sse.cpp */; }; + 7A05FFA3C42C45E58F78C9B7 /* ../Play-/deps/CodeGen/tests/ShiftTest.h */ = {isa = PBXBuildFile; fileRef = 61DCA64743B84000B0C0BC9A /* ../Play-/deps/CodeGen/tests/ShiftTest.h */; }; + 7A0AB137C351431CA724549F /* ../Play-/deps/CodeGen/include/MachoObjectFile.h */ = {isa = PBXBuildFile; fileRef = 42879FDDF618478981167989 /* ../Play-/deps/CodeGen/include/MachoObjectFile.h */; }; + 7BE5113C4B9B4642AD1A33D8 /* ../Play-/deps/CodeGen/tests/DivTest.h */ = {isa = PBXBuildFile; fileRef = DBEE598761424CF193F4CBBF /* ../Play-/deps/CodeGen/tests/DivTest.h */; }; + 7C3C710067E44CD5906F8BCB /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_AArch32.h */ = {isa = PBXBuildFile; fileRef = 91A72F8707E0457C82B6DD94 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_AArch32.h */; }; + 7CAE2CF3CA4645E99DD2CB4F /* ../Play-/deps/CodeGen/tests/MdCallTest.cpp */ = {isa = PBXBuildFile; fileRef = 62715ED8D3CE429BA8B37B6E /* ../Play-/deps/CodeGen/tests/MdCallTest.cpp */; }; + 7D58533294BD488090E5A3A8 /* ../Play-/deps/CodeGen/tests/Alu64Test.cpp */ = {isa = PBXBuildFile; fileRef = E65B6312B27345DD86384D92 /* ../Play-/deps/CodeGen/tests/Alu64Test.cpp */; }; + 7DF9921DF75C4F4EA4D75279 /* ../Play-/deps/CodeGen/tests/AliasTest.h */ = {isa = PBXBuildFile; fileRef = 862F69FBBF8C47BC987F3C16 /* ../Play-/deps/CodeGen/tests/AliasTest.h */; }; + 7E5F78A66FFE49F080D9ED48 /* ../Play-/deps/CodeGen/tests/MdUnpackTest.h */ = {isa = PBXBuildFile; fileRef = 46B034482AD54C458F23C836 /* ../Play-/deps/CodeGen/tests/MdUnpackTest.h */; }; + 7EAE5C6E372C44A9846A2F70 /* ../Play-/deps/CodeGen/tests/Logic64Test.cpp */ = {isa = PBXBuildFile; fileRef = 8E06E38F92184F6996EB2F21 /* ../Play-/deps/CodeGen/tests/Logic64Test.cpp */; }; + 7F637B714C2B454DB2D84782 /* ../Play-/deps/CodeGen/tests/MdAddTest.h */ = {isa = PBXBuildFile; fileRef = ECA908DE54C04573A0C83A13 /* ../Play-/deps/CodeGen/tests/MdAddTest.h */; }; + 802755C582064DE79FE7B05A /* ../Play-/deps/CodeGen/tests/MdMemAccessTest.h */ = {isa = PBXBuildFile; fileRef = 6C9E6C9E09494D61883875C8 /* ../Play-/deps/CodeGen/tests/MdMemAccessTest.h */; }; + 813F74C310204E78B2EA3C48 /* ../Play-/deps/CodeGen/src/MemoryFunction.cpp */ = {isa = PBXBuildFile; fileRef = A8240889A5544D64A955D0E0 /* ../Play-/deps/CodeGen/src/MemoryFunction.cpp */; }; + 85B709A1EBF043FE8119494E /* ../Play-/deps/CodeGen/tests/DivTest.cpp */ = {isa = PBXBuildFile; fileRef = 0EC7DA4B83DE440DAF4ED681 /* ../Play-/deps/CodeGen/tests/DivTest.cpp */; }; + 862F2EEB177940B28A13374C /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64.cpp */ = {isa = PBXBuildFile; fileRef = 449005AED69A4359B56AF2EE /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64.cpp */; }; + 8C11EECFAEE6469884532982 /* ../Play-/deps/CodeGen/tests/RegAllocTest.h */ = {isa = PBXBuildFile; fileRef = 0D15322E65964B768F8E66D5 /* ../Play-/deps/CodeGen/tests/RegAllocTest.h */; }; + 8DFEF849605542C58C7201B5 /* ../Play-/deps/CodeGen/tests/ReorderAddTest.h */ = {isa = PBXBuildFile; fileRef = B09894218E0E48A482A4EED3 /* ../Play-/deps/CodeGen/tests/ReorderAddTest.h */; }; + 8EB4535241BC48B0ABE754B8 /* ../Play-/deps/CodeGen/tests/MemAccessRefTest.h */ = {isa = PBXBuildFile; fileRef = 03A5F26B837C47CBAB1971E8 /* ../Play-/deps/CodeGen/tests/MemAccessRefTest.h */; }; + 8F53723EA09A455FA87A92F1 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md_Avx.cpp */ = {isa = PBXBuildFile; fileRef = 1BBC9BE581F74E7CA6EF9720 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md_Avx.cpp */; }; + 90729152B35A41D09552196C /* ../Play-/deps/CodeGen/include/Literal128.h */ = {isa = PBXBuildFile; fileRef = 3CD605CC2A794FB0B650FDDC /* ../Play-/deps/CodeGen/include/Literal128.h */; }; + 915737F720B245E6BA37C74C /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_Wasm.h */ = {isa = PBXBuildFile; fileRef = C12E23F45AAF4BA1B4E75B37 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_Wasm.h */; }; + 91C75EDC86E747028A8E2693 /* ../Play-/deps/CodeGen/tests/FpuTest.cpp */ = {isa = PBXBuildFile; fileRef = 42018D7DC5F94F5D99B128F8 /* ../Play-/deps/CodeGen/tests/FpuTest.cpp */; }; + 920AA99B36674A2D88EEA014 /* ../Play-/deps/CodeGen/tests/MdManipTest.h */ = {isa = PBXBuildFile; fileRef = CD292E0560654B688393F4EE /* ../Play-/deps/CodeGen/tests/MdManipTest.h */; }; + 920CBE4AF7674493B25F1C92 /* ../Play-/deps/CodeGen/tests/MdSubTest.cpp */ = {isa = PBXBuildFile; fileRef = B36B5EEB5F0942518BA07374 /* ../Play-/deps/CodeGen/tests/MdSubTest.cpp */; }; + 948585A8A9604E88AE019997 /* ../Play-/deps/CodeGen/tests/MemAccess64Test.cpp */ = {isa = PBXBuildFile; fileRef = 7403AA46109B4FA79E91C470 /* ../Play-/deps/CodeGen/tests/MemAccess64Test.cpp */; }; + 95E668DA73FF450FAAD519B3 /* ../Play-/deps/CodeGen/tests/MemAccess8Test.h */ = {isa = PBXBuildFile; fileRef = 601D7A9D1C19441F8320DA92 /* ../Play-/deps/CodeGen/tests/MemAccess8Test.h */; }; + 95F6EF6D7C784849BFB97FE0 /* ../Play-/deps/CodeGen/include/Jitter_CodeGenFactory.h */ = {isa = PBXBuildFile; fileRef = 865DA8710C7D4308ABE4BB13 /* ../Play-/deps/CodeGen/include/Jitter_CodeGenFactory.h */; }; + 96F3008781AC4BCAB8E4AEEB /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Sse.cpp */ = {isa = PBXBuildFile; fileRef = CED8B370855F4A7A90C7DB48 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Sse.cpp */; }; + 97079F5EE621468ABCFC497C /* ../Play-/deps/CodeGen/tests/SimpleMdTest.cpp */ = {isa = PBXBuildFile; fileRef = F31B65703DF6428A8ADFD56D /* ../Play-/deps/CodeGen/tests/SimpleMdTest.cpp */; }; + 9A243B7B41534B38BA45B510 /* ../Play-/deps/CodeGen/tests/MemAccess16Test.h */ = {isa = PBXBuildFile; fileRef = 856A89B6AB38451C9FB29CE4 /* ../Play-/deps/CodeGen/tests/MemAccess16Test.h */; }; + 9F46026AD031475D84BA754D /* ../Play-/deps/CodeGen/src/X86CpuFeatures.cpp */ = {isa = PBXBuildFile; fileRef = 844BB5DB72FE44E698D1BDB9 /* ../Play-/deps/CodeGen/src/X86CpuFeatures.cpp */; }; + A28BE17FEC0840E39D4E377A /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_x86_32.h */ = {isa = PBXBuildFile; fileRef = 900F93CCD537454C9FE7CBCF /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_x86_32.h */; }; + A2C80AE141E44965A8AE34E3 /* ../Play-/deps/CodeGen/src/CoffObjectFile.cpp */ = {isa = PBXBuildFile; fileRef = 750E8F0A25EF4DEA91859972 /* ../Play-/deps/CodeGen/src/CoffObjectFile.cpp */; }; + A3D5E081283343E1B9EBEC0F /* ../Play-/deps/CodeGen/tests/RegAllocTest.cpp */ = {isa = PBXBuildFile; fileRef = 573592D9A1D84C23B5741D9A /* ../Play-/deps/CodeGen/tests/RegAllocTest.cpp */; }; + A49CBE4069E64F409D563B26 /* ../Play-/deps/CodeGen/include/X86Assembler.h */ = {isa = PBXBuildFile; fileRef = 69D088D1729A4CFDAC7B50FE /* ../Play-/deps/CodeGen/include/X86Assembler.h */; }; + A5F51ACC32B5416E8248FFA4 /* ../Play-/deps/CodeGen/tests/HugeJumpTest.h */ = {isa = PBXBuildFile; fileRef = 64780EB8766444DCAE49D8C2 /* ../Play-/deps/CodeGen/tests/HugeJumpTest.h */; }; + A6DE65E3304F4E34AE144EA4 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen.cpp */ = {isa = PBXBuildFile; fileRef = 3FADE7B992A54C8D9CAA6936 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen.cpp */; }; + AA61134A851743E08EB6105E /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md.cpp */ = {isa = PBXBuildFile; fileRef = 8B77FB45DAA8413E82346537 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md.cpp */; }; + ADF5E555F081445BB5D9F3A6 /* ../Play-/deps/CodeGen/include/AArch64Assembler.h */ = {isa = PBXBuildFile; fileRef = D578ECA3BAF347FFBEEFA6BE /* ../Play-/deps/CodeGen/include/AArch64Assembler.h */; }; + AFBE16B264694A3E8C62276A /* ../Play-/deps/CodeGen/tests/HugeJumpTestLiteral.h */ = {isa = PBXBuildFile; fileRef = C24555A1FC5E4C62A56401A6 /* ../Play-/deps/CodeGen/tests/HugeJumpTestLiteral.h */; }; + B036EFAEDCA64EED8F7CCB3B /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Div.h */ = {isa = PBXBuildFile; fileRef = 1CE1779CADA14147868638D1 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Div.h */; }; + B158491A537441CDBE69677C /* ../Play-/deps/CodeGen/tests/Cmp64Test.h */ = {isa = PBXBuildFile; fileRef = 16A439C589D045FBB61B16CE /* ../Play-/deps/CodeGen/tests/Cmp64Test.h */; }; + B4CF1E41966249769B66F149 /* ../Play-/deps/CodeGen/tests/Alu64Test.h */ = {isa = PBXBuildFile; fileRef = 7A0F5E2446594358BF530C6F /* ../Play-/deps/CodeGen/tests/Alu64Test.h */; }; + B8B0320DD97546E487635B7B /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_x86_64.h */ = {isa = PBXBuildFile; fileRef = 54850236FFF9423188CE6A78 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_x86_64.h */; }; + B93FE9724D2A4BFE9E9E1E8B /* ../Play-/deps/CodeGen/src/X86Assembler.cpp */ = {isa = PBXBuildFile; fileRef = C5FF2D270CAD4361BEEA9111 /* ../Play-/deps/CodeGen/src/X86Assembler.cpp */; }; + BBAAA2C8B7374385839B2613 /* ../Play-/deps/CodeGen/tests/CompareTest.h */ = {isa = PBXBuildFile; fileRef = 6ABFB58217EA490FB841EF6E /* ../Play-/deps/CodeGen/tests/CompareTest.h */; }; + BC95E907D53D4A6C98ACC963 /* ../Play-/deps/CodeGen/build_cmake/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 806CC624E3214B73B212F3BF /* ../Play-/deps/CodeGen/build_cmake/CMakeLists.txt */; }; + BD2C2FB724784BBDA86FBAD4 /* ../Play-/deps/CodeGen/tests/MemAccessTest.cpp */ = {isa = PBXBuildFile; fileRef = 52EA9BA9217040A19B561089 /* ../Play-/deps/CodeGen/tests/MemAccessTest.cpp */; }; + BE9FACE120DD464EB1A651B5 /* ../Play-/deps/CodeGen/tests/Merge64Test.cpp */ = {isa = PBXBuildFile; fileRef = 0754D574A76A4F738B2B4246 /* ../Play-/deps/CodeGen/tests/Merge64Test.cpp */; }; + BF13462C38B744B19B3D135F /* ../Play-/deps/CodeGen/tests/AliasTest2.h */ = {isa = PBXBuildFile; fileRef = 711B326C6FEE4B7BBD58ABC5 /* ../Play-/deps/CodeGen/tests/AliasTest2.h */; }; + C1CBC35E2F2746DD943ADA6F /* ../Play-/deps/CodeGen/tests/MdFpFlagTest.h */ = {isa = PBXBuildFile; fileRef = 89A1519EE08F40E1B0496FD7 /* ../Play-/deps/CodeGen/tests/MdFpFlagTest.h */; }; + C1E3CF8974E24E439E9135FF /* ../Play-/deps/CodeGen/tests/MultTest.cpp */ = {isa = PBXBuildFile; fileRef = 183E6F6B874745D0B63330DB /* ../Play-/deps/CodeGen/tests/MultTest.cpp */; }; + C256866A7E6D4022B0147150 /* ../Play-/deps/CodeGen/tests/Crc32Test.cpp */ = {isa = PBXBuildFile; fileRef = 42A01AB9EA85452F92D2773B /* ../Play-/deps/CodeGen/tests/Crc32Test.cpp */; }; + C2B42DF6F0A24646B4D8BF64 /* ../Play-/deps/CodeGen/tests/CompareTest.cpp */ = {isa = PBXBuildFile; fileRef = 8C6043F958974F6A9464DC65 /* ../Play-/deps/CodeGen/tests/CompareTest.cpp */; }; + C6157D9DE1F44B55A8F46D86 /* ../Play-/deps/CodeGen/tests/GotoTest.h */ = {isa = PBXBuildFile; fileRef = 54DE16D0A109420E9EBAA5AF /* ../Play-/deps/CodeGen/tests/GotoTest.h */; }; + C7F1AAD15D944B2C91C40D53 /* ../Play-/deps/CodeGen/tests/ExternJumpTest.cpp */ = {isa = PBXBuildFile; fileRef = 71508B6DE48C4DC08290732C /* ../Play-/deps/CodeGen/tests/ExternJumpTest.cpp */; }; + C953778BC8E84009B8FECA39 /* ../Play-/deps/CodeGen/tests/CursorTest.cpp */ = {isa = PBXBuildFile; fileRef = B4A20C97F7054E7E948EAE2B /* ../Play-/deps/CodeGen/tests/CursorTest.cpp */; }; + C97321802D7745769CB21810 /* ../Play-/deps/CodeGen/src/ObjectFile.cpp */ = {isa = PBXBuildFile; fileRef = C10BE8C054FE4C1BB337A23E /* ../Play-/deps/CodeGen/src/ObjectFile.cpp */; }; + CA8FAA9183C542C6B410338B /* ../Play-/deps/CodeGen/tests/MdManipTest.cpp */ = {isa = PBXBuildFile; fileRef = 2E330D686298446BB5153193 /* ../Play-/deps/CodeGen/tests/MdManipTest.cpp */; }; + CC289A5A55124A16B56163E6 /* ../Play-/deps/CodeGen/tests/HugeJumpTest.cpp */ = {isa = PBXBuildFile; fileRef = 38088832F19E4766A35D94FC /* ../Play-/deps/CodeGen/tests/HugeJumpTest.cpp */; }; + CEB476B8557C449F88E8A9BF /* ../Play-/deps/CodeGen/tests/LzcTest.h */ = {isa = PBXBuildFile; fileRef = 4FA53F0F000F4958BB616F1B /* ../Play-/deps/CodeGen/tests/LzcTest.h */; }; + D5BD91BE76ED4710BA1ACE39 /* ../Play-/deps/CodeGen/src/LiteralPool.cpp */ = {isa = PBXBuildFile; fileRef = CDA24D9757694BB89B12CC98 /* ../Play-/deps/CodeGen/src/LiteralPool.cpp */; }; + D6990893C00B41BC88616B7A /* ../Play-/deps/CodeGen/src/AArch64Assembler.cpp */ = {isa = PBXBuildFile; fileRef = 8B86AA00BBB547E8B38246B6 /* ../Play-/deps/CodeGen/src/AArch64Assembler.cpp */; }; + D74CF32F74DE441E9FB72C74 /* ../Play-/deps/CodeGen/tests/MdLogicTest.cpp */ = {isa = PBXBuildFile; fileRef = 6480F26A8F34434E8B319CC6 /* ../Play-/deps/CodeGen/tests/MdLogicTest.cpp */; }; + D80CB29FA5C944D986AA9040 /* ../Play-/deps/CodeGen/tests/FpClampTest.h */ = {isa = PBXBuildFile; fileRef = DA3657D399C648339B070D83 /* ../Play-/deps/CodeGen/tests/FpClampTest.h */; }; + D911DB8DFBF24DAF93CD2333 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_LoadStore.h */ = {isa = PBXBuildFile; fileRef = 507C3F3473224470814B21FF /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_LoadStore.h */; }; + D926D2DEC8594C919A26CD1A /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Fpu.cpp */ = {isa = PBXBuildFile; fileRef = 934066304B174F0AA8492945 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Fpu.cpp */; }; + DA93434BAE004FC69638BFA3 /* ../Play-/deps/CodeGen/src/X86Assembler_Avx.cpp */ = {isa = PBXBuildFile; fileRef = B0719CAACDD24C5AA6048468 /* ../Play-/deps/CodeGen/src/X86Assembler_Avx.cpp */; }; + DCDFE4C61F404D0F958746B3 /* ../Play-/deps/CodeGen/tests/ConditionTest.h */ = {isa = PBXBuildFile; fileRef = CB73D695A9F347BB9B00B79F /* ../Play-/deps/CodeGen/tests/ConditionTest.h */; }; + DD43D3B5410945D996AAF2E9 /* ../Play-/deps/CodeGen/tests/SimpleMdTest.h */ = {isa = PBXBuildFile; fileRef = 7B6228EE8488445EBA8DB47B /* ../Play-/deps/CodeGen/tests/SimpleMdTest.h */; }; + DFB58F0F71D04467977A0C38 /* ../Play-/deps/CodeGen/tests/Call64Test.h */ = {isa = PBXBuildFile; fileRef = 9454D245DA984D20BB617E67 /* ../Play-/deps/CodeGen/tests/Call64Test.h */; }; + E01A948B7ACF4A56A01D7E96 /* ../Play-/deps/CodeGen/tests/Crc32Test.h */ = {isa = PBXBuildFile; fileRef = A0C5CCE8F3714117A2999D9E /* ../Play-/deps/CodeGen/tests/Crc32Test.h */; }; + E1006286D19E4DD185C29712 /* ../Play-/deps/CodeGen/tests/MdTest.cpp */ = {isa = PBXBuildFile; fileRef = 01E6258399B3440CBC2CE3E0 /* ../Play-/deps/CodeGen/tests/MdTest.cpp */; }; + E3E85B2779094B74946E2FD1 /* ../Play-/deps/CodeGen/tests/MdCmpTest.h */ = {isa = PBXBuildFile; fileRef = 10374F2AE212444388739444 /* ../Play-/deps/CodeGen/tests/MdCmpTest.h */; }; + E548309B2ED74A9583AC4535 /* ../Play-/deps/CodeGen/tests/GotoTest.cpp */ = {isa = PBXBuildFile; fileRef = A4F196F1CD6F416E9B8DE202 /* ../Play-/deps/CodeGen/tests/GotoTest.cpp */; }; + E7FB4680026549F79D8CADD5 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_64.cpp */ = {isa = PBXBuildFile; fileRef = 3BBA22CA7C174953A80460EA /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_64.cpp */; }; + E845106C7D264FB3BF40D2B0 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_64.cpp */ = {isa = PBXBuildFile; fileRef = 4A1C3E3109CA4E43BFE8067D /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_64.cpp */; }; + E84D7772EF87485EAD596AC9 /* ../Play-/deps/CodeGen/tests/ConditionTest.cpp */ = {isa = PBXBuildFile; fileRef = FED93661B4554B46BC24724A /* ../Play-/deps/CodeGen/tests/ConditionTest.cpp */; }; + EB81D6CC498C4D2EA1B876A1 /* ../Play-/deps/CodeGen/tests/RandomAluTest3.h */ = {isa = PBXBuildFile; fileRef = 6DD578AF91C64ABA9E5B6B59 /* ../Play-/deps/CodeGen/tests/RandomAluTest3.h */; }; + EC9225A3629547DE949A75CB /* ../Play-/deps/CodeGen/tests/MdUnpackTest.cpp */ = {isa = PBXBuildFile; fileRef = 789F7A1FF4F64BD294455DBF /* ../Play-/deps/CodeGen/tests/MdUnpackTest.cpp */; }; + ED4357980DC94170859F2956 /* ../Play-/deps/CodeGen/tests/ShiftTest.cpp */ = {isa = PBXBuildFile; fileRef = 19D2323F0E8D4EDF8E22C763 /* ../Play-/deps/CodeGen/tests/ShiftTest.cpp */; }; + ED91173F802D422EB4692455 /* ../Play-/deps/CodeGen/tests/MdMemAccessTest.cpp */ = {isa = PBXBuildFile; fileRef = 7D2266C22EE44DA784D6085A /* ../Play-/deps/CodeGen/tests/MdMemAccessTest.cpp */; }; + EF45F46D68FA4AA380DDDA8E /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Fpu.cpp */ = {isa = PBXBuildFile; fileRef = CAEC69327FCB4BF1A831D513 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Fpu.cpp */; }; + EF6BEB5A1645486F8D765F55 /* ../Play-/deps/CodeGen/tests/MemAccess64Test.h */ = {isa = PBXBuildFile; fileRef = FEBD51718D95414C9C4D3C0C /* ../Play-/deps/CodeGen/tests/MemAccess64Test.h */; }; + F2A3B394FC954D4AAE23136F /* ../Play-/deps/CodeGen/include/Jitter.h */ = {isa = PBXBuildFile; fileRef = 599D4C9DFCCC4D89ADAF46C9 /* ../Play-/deps/CodeGen/include/Jitter.h */; }; + F3969262438641E1A8015444 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Md.cpp */ = {isa = PBXBuildFile; fileRef = AA698E2CA46649FABC31E3B5 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Md.cpp */; }; + F51B9F221E4C49CD9DDDD704 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen.h */ = {isa = PBXBuildFile; fileRef = AD242C8604464761A04F50DA /* ../Play-/deps/CodeGen/include/Jitter_CodeGen.h */; }; + F847C78B62BF4FB99B837984 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32.cpp */ = {isa = PBXBuildFile; fileRef = 7FA2EBE84EED468FBD77CEE2 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32.cpp */; }; + F85C2997BB164704A406B3C5 /* ../Play-/deps/CodeGen/tests/MultTest.h */ = {isa = PBXBuildFile; fileRef = 4B634198A9C84157ADA94DDA /* ../Play-/deps/CodeGen/tests/MultTest.h */; }; + F8CAA0196CC1480FB56D1363 /* ../Play-/deps/CodeGen/build_cmake/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = C72001E4A2184A73B36881B1 /* ../Play-/deps/CodeGen/build_cmake/CMakeLists.txt */; }; + FA280DC8084D487385993702 /* ../Play-/deps/CodeGen/tests/uint128.h */ = {isa = PBXBuildFile; fileRef = 1794624CD26F4E9992A35948 /* ../Play-/deps/CodeGen/tests/uint128.h */; }; + FA94018689A54A3FB0CAE4FA /* ../Play-/deps/CodeGen/include/WasmDefs.h */ = {isa = PBXBuildFile; fileRef = 5A6F245CE9784576B75D272A /* ../Play-/deps/CodeGen/include/WasmDefs.h */; }; + FB7B45F5C2A54A72AA48FD32 /* ../Play-/deps/CodeGen/tests/MdSubTest.h */ = {isa = PBXBuildFile; fileRef = 57EA96F6BAED4D82B5FE814C /* ../Play-/deps/CodeGen/tests/MdSubTest.h */; }; + FF57D75B093A42028956C1D4 /* ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = ED669D31C53C46C384912984 /* ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist */; }; + FFA145D34D504DA2B302EA2E /* ../Play-/deps/CodeGen/src/Jitter_Optimize.cpp */ = {isa = PBXBuildFile; fileRef = D175D5C100F24984BB9CEE17 /* ../Play-/deps/CodeGen/src/Jitter_Optimize.cpp */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ @@ -348,194 +348,194 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 000631CE55A74BDC9408946F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LogicTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LogicTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LogicTest.h"; sourceTree = ""; }; - 01DF3B586C564E21A98A5103 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/X86CpuFeatures.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = X86CpuFeatures.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/X86CpuFeatures.h"; sourceTree = ""; }; - 01E6258399B3440CBC2CE3E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdTest.cpp"; sourceTree = ""; }; - 0386ACA76F1840E1A41AB731 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpuTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FpuTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpuTest.h"; sourceTree = ""; }; - 03A5F26B837C47CBAB1971E8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessRefTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemAccessRefTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessRefTest.h"; sourceTree = ""; }; - 051C768C0E5E42BAABBB7C46 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Merge64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Merge64Test.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Merge64Test.h"; sourceTree = ""; }; - 05AF75D554034B809BCB94E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Md.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch32_Md.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Md.cpp"; sourceTree = ""; }; - 0754D574A76A4F738B2B4246 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Merge64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Merge64Test.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Merge64Test.cpp"; sourceTree = ""; }; - 076EA45DCA0A4E9785CD6740 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LzcTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LzcTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LzcTest.cpp"; sourceTree = ""; }; - 08D2DEA77CA64EF185516C4B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessIdxTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemAccessIdxTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessIdxTest.cpp"; sourceTree = ""; }; - 0D15322E65964B768F8E66D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RegAllocTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTest.h"; sourceTree = ""; }; - 0EC7DA4B83DE440DAF4ED681 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/DivTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DivTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/DivTest.cpp"; sourceTree = ""; }; - 0F8F9FA0AA8345D39F6B3615 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LoopTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LoopTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LoopTest.cpp"; sourceTree = ""; }; - 10374F2AE212444388739444 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCmpTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdCmpTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCmpTest.h"; sourceTree = ""; }; - 10F40CB1222144E6B17830D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RandomAluTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest.cpp"; sourceTree = ""; }; - 12CA432277B14CE6B07A87E8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_SymbolTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_SymbolTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_SymbolTable.cpp"; sourceTree = ""; }; - 16A439C589D045FBB61B16CE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Cmp64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Cmp64Test.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Cmp64Test.h"; sourceTree = ""; }; - 176F8B31051145B58C2886D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LogicTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LogicTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LogicTest.cpp"; sourceTree = ""; }; - 1794624CD26F4E9992A35948 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/uint128.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = uint128.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/uint128.h"; sourceTree = ""; }; + 000631CE55A74BDC9408946F /* ../Play-/deps/CodeGen/tests/LogicTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LogicTest.h; path = "../Play-/deps/CodeGen/tests/LogicTest.h"; sourceTree = ""; }; + 01DF3B586C564E21A98A5103 /* ../Play-/deps/CodeGen/include/X86CpuFeatures.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = X86CpuFeatures.h; path = "../Play-/deps/CodeGen/include/X86CpuFeatures.h"; sourceTree = ""; }; + 01E6258399B3440CBC2CE3E0 /* ../Play-/deps/CodeGen/tests/MdTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdTest.cpp; path = "../Play-/deps/CodeGen/tests/MdTest.cpp"; sourceTree = ""; }; + 0386ACA76F1840E1A41AB731 /* ../Play-/deps/CodeGen/tests/FpuTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FpuTest.h; path = "../Play-/deps/CodeGen/tests/FpuTest.h"; sourceTree = ""; }; + 03A5F26B837C47CBAB1971E8 /* ../Play-/deps/CodeGen/tests/MemAccessRefTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemAccessRefTest.h; path = "../Play-/deps/CodeGen/tests/MemAccessRefTest.h"; sourceTree = ""; }; + 051C768C0E5E42BAABBB7C46 /* ../Play-/deps/CodeGen/tests/Merge64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Merge64Test.h; path = "../Play-/deps/CodeGen/tests/Merge64Test.h"; sourceTree = ""; }; + 05AF75D554034B809BCB94E6 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Md.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch32_Md.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Md.cpp"; sourceTree = ""; }; + 0754D574A76A4F738B2B4246 /* ../Play-/deps/CodeGen/tests/Merge64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Merge64Test.cpp; path = "../Play-/deps/CodeGen/tests/Merge64Test.cpp"; sourceTree = ""; }; + 076EA45DCA0A4E9785CD6740 /* ../Play-/deps/CodeGen/tests/LzcTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LzcTest.cpp; path = "../Play-/deps/CodeGen/tests/LzcTest.cpp"; sourceTree = ""; }; + 08D2DEA77CA64EF185516C4B /* ../Play-/deps/CodeGen/tests/MemAccessIdxTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemAccessIdxTest.cpp; path = "../Play-/deps/CodeGen/tests/MemAccessIdxTest.cpp"; sourceTree = ""; }; + 0D15322E65964B768F8E66D5 /* ../Play-/deps/CodeGen/tests/RegAllocTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RegAllocTest.h; path = "../Play-/deps/CodeGen/tests/RegAllocTest.h"; sourceTree = ""; }; + 0EC7DA4B83DE440DAF4ED681 /* ../Play-/deps/CodeGen/tests/DivTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DivTest.cpp; path = "../Play-/deps/CodeGen/tests/DivTest.cpp"; sourceTree = ""; }; + 0F8F9FA0AA8345D39F6B3615 /* ../Play-/deps/CodeGen/tests/LoopTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LoopTest.cpp; path = "../Play-/deps/CodeGen/tests/LoopTest.cpp"; sourceTree = ""; }; + 10374F2AE212444388739444 /* ../Play-/deps/CodeGen/tests/MdCmpTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdCmpTest.h; path = "../Play-/deps/CodeGen/tests/MdCmpTest.h"; sourceTree = ""; }; + 10F40CB1222144E6B17830D8 /* ../Play-/deps/CodeGen/tests/RandomAluTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RandomAluTest.cpp; path = "../Play-/deps/CodeGen/tests/RandomAluTest.cpp"; sourceTree = ""; }; + 12CA432277B14CE6B07A87E8 /* ../Play-/deps/CodeGen/src/Jitter_SymbolTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_SymbolTable.cpp; path = "../Play-/deps/CodeGen/src/Jitter_SymbolTable.cpp"; sourceTree = ""; }; + 16A439C589D045FBB61B16CE /* ../Play-/deps/CodeGen/tests/Cmp64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Cmp64Test.h; path = "../Play-/deps/CodeGen/tests/Cmp64Test.h"; sourceTree = ""; }; + 176F8B31051145B58C2886D5 /* ../Play-/deps/CodeGen/tests/LogicTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LogicTest.cpp; path = "../Play-/deps/CodeGen/tests/LogicTest.cpp"; sourceTree = ""; }; + 1794624CD26F4E9992A35948 /* ../Play-/deps/CodeGen/tests/uint128.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = uint128.h; path = "../Play-/deps/CodeGen/tests/uint128.h"; sourceTree = ""; }; 17C38FA98E28482AA1DA924C /* CodeGen */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libCodeGen.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 183E6F6B874745D0B63330DB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MultTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MultTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MultTest.cpp"; sourceTree = ""; }; - 19565CE4CADE47F983806CC4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdFpTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpTest.cpp"; sourceTree = ""; }; - 19D2323F0E8D4EDF8E22C763 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ShiftTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ShiftTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ShiftTest.cpp"; sourceTree = ""; }; - 19DCBBB4405146BBBE6E6237 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemAccessTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessTest.h"; sourceTree = ""; }; - 1A19AC59672D4E77B4FC8E36 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_Statement.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_Statement.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_Statement.h"; sourceTree = ""; }; - 1BBC9BE581F74E7CA6EF9720 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md_Avx.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_Md_Avx.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md_Avx.cpp"; sourceTree = ""; }; - 1CE1779CADA14147868638D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Div.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_AArch32_Div.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Div.h"; sourceTree = ""; }; - 1E68EF11F2934C09B487FB68 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMinMaxTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdMinMaxTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMinMaxTest.h"; sourceTree = ""; }; - 2329A23532064261B1066841 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MemoryFunction.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemoryFunction.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MemoryFunction.h"; sourceTree = ""; }; - 233D450FF28344C392126661 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/AArch32Assembler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AArch32Assembler.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/AArch32Assembler.h"; sourceTree = ""; }; - 27D4C6CD9B264FF487270F23 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/MachoObjectFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MachoObjectFile.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/MachoObjectFile.cpp"; sourceTree = ""; }; - 29FB11C1FCFF4129868F5F5D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Fpu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = X86Assembler_Fpu.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Fpu.cpp"; sourceTree = ""; }; - 2E330D686298446BB5153193 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdManipTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdManipTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdManipTest.cpp"; sourceTree = ""; }; - 38088832F19E4766A35D94FC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HugeJumpTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTest.cpp"; sourceTree = ""; }; - 3A77323E75F441E39F0B333C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/CoffObjectFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CoffObjectFile.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/CoffObjectFile.h"; sourceTree = ""; }; - 3BBA22CA7C174953A80460EA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch32_64.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_64.cpp"; sourceTree = ""; }; - 3CD605CC2A794FB0B650FDDC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Literal128.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Literal128.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Literal128.h"; sourceTree = ""; }; - 3F771F3A82AB48C3BE3C270D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RandomAluTest2.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest2.h"; sourceTree = ""; }; - 3F9C3CDD513443BDBC246753 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTempTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RegAllocTempTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTempTest.cpp"; sourceTree = ""; }; - 3FADE7B992A54C8D9CAA6936 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen.cpp"; sourceTree = ""; }; - 42018D7DC5F94F5D99B128F8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpuTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FpuTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpuTest.cpp"; sourceTree = ""; }; - 42879FDDF618478981167989 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MachoObjectFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MachoObjectFile.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MachoObjectFile.h"; sourceTree = ""; }; - 42A01AB9EA85452F92D2773B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Crc32Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Crc32Test.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Crc32Test.cpp"; sourceTree = ""; }; - 449005AED69A4359B56AF2EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch64.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64.cpp"; sourceTree = ""; }; - 46376217DBF5426088332BB1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Md.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_Wasm_Md.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Md.cpp"; sourceTree = ""; }; - 46B034482AD54C458F23C836 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdUnpackTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdUnpackTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdUnpackTest.h"; sourceTree = ""; }; - 4A1C3E3109CA4E43BFE8067D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch64_64.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_64.cpp"; sourceTree = ""; }; - 4B634198A9C84157ADA94DDA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MultTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MultTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MultTest.h"; sourceTree = ""; }; - 4FA53F0F000F4958BB616F1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LzcTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzcTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LzcTest.h"; sourceTree = ""; }; - 507C3F3473224470814B21FF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_LoadStore.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_Wasm_LoadStore.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_LoadStore.h"; sourceTree = ""; }; - 50AE3C91706147F89664A8EA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Fpu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_Wasm_Fpu.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Fpu.cpp"; sourceTree = ""; }; - 512093E7CC08405B92C20426 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_AArch64.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_AArch64.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_AArch64.h"; sourceTree = ""; }; - 51BEF76122DF4DC4B0E3D646 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/NestedIfTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = NestedIfTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/NestedIfTest.h"; sourceTree = ""; }; - 51E2086BD02D45949535855E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_RegAlloc.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_RegAlloc.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_RegAlloc.cpp"; sourceTree = ""; }; - 52EA9BA9217040A19B561089 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemAccessTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessTest.cpp"; sourceTree = ""; }; - 52FF393F2F884DD9823AD460 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_Wasm.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm.cpp"; sourceTree = ""; }; - 54850236FFF9423188CE6A78 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86_64.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86_64.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86_64.h"; sourceTree = ""; }; - 54DE16D0A109420E9EBAA5AF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/GotoTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GotoTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/GotoTest.h"; sourceTree = ""; }; - 56332AF1144D444496095E36 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86.cpp"; sourceTree = ""; }; - 5730565D69A54F7A85ACEE4E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdShiftTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdShiftTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdShiftTest.cpp"; sourceTree = ""; }; - 573592D9A1D84C23B5741D9A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RegAllocTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTest.cpp"; sourceTree = ""; }; - 57EA96F6BAED4D82B5FE814C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdSubTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdSubTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdSubTest.h"; sourceTree = ""; }; - 599D4C9DFCCC4D89ADAF46C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter.h"; sourceTree = ""; }; - 5A6F245CE9784576B75D272A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/WasmDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = WasmDefs.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/WasmDefs.h"; sourceTree = ""; }; - 601D7A9D1C19441F8320DA92 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess8Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemAccess8Test.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess8Test.h"; sourceTree = ""; }; - 61DCA64743B84000B0C0BC9A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ShiftTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ShiftTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ShiftTest.h"; sourceTree = ""; }; - 62715ED8D3CE429BA8B37B6E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCallTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdCallTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCallTest.cpp"; sourceTree = ""; }; - 62F4F84FC825461897A3993B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Shift64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Shift64Test.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Shift64Test.h"; sourceTree = ""; }; - 6336641928014B9AA610030B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTestLiteral.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HugeJumpTestLiteral.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTestLiteral.cpp"; sourceTree = ""; }; - 63A10C06C012409EAAFE1441 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Call64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Call64Test.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Call64Test.cpp"; sourceTree = ""; }; - 64780EB8766444DCAE49D8C2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HugeJumpTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTest.h"; sourceTree = ""; }; - 6480F26A8F34434E8B319CC6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdLogicTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdLogicTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdLogicTest.cpp"; sourceTree = ""; }; - 684026596A774D7C8DE23520 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_SymbolTable.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_SymbolTable.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_SymbolTable.h"; sourceTree = ""; }; - 69D088D1729A4CFDAC7B50FE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/X86Assembler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = X86Assembler.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/X86Assembler.h"; sourceTree = ""; }; - 6A5D1D4FAC5F4320B582DD2C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Shift.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86_Shift.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Shift.h"; sourceTree = ""; }; - 6ABFB58217EA490FB841EF6E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CompareTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CompareTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CompareTest.h"; sourceTree = ""; }; - 6C17295EF9C4497DA218639B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Sse.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = X86Assembler_Sse.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Sse.cpp"; sourceTree = ""; }; - 6C9E6C9E09494D61883875C8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMemAccessTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdMemAccessTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMemAccessTest.h"; sourceTree = ""; }; - 6D36A3145B1C4FF097C77C1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGen.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGen.dir/Info.plist; sourceTree = ""; }; - 6DD578AF91C64ABA9E5B6B59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest3.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RandomAluTest3.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest3.h"; sourceTree = ""; }; - 711B326C6FEE4B7BBD58ABC5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AliasTest2.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest2.h"; sourceTree = ""; }; - 71508B6DE48C4DC08290732C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ExternJumpTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ExternJumpTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ExternJumpTest.cpp"; sourceTree = ""; }; - 7403AA46109B4FA79E91C470 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemAccess64Test.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess64Test.cpp"; sourceTree = ""; }; - 74BD418422D44BC6A572DF62 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/AArch32Assembler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AArch32Assembler.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/AArch32Assembler.cpp"; sourceTree = ""; }; - 750E8F0A25EF4DEA91859972 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/CoffObjectFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CoffObjectFile.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/CoffObjectFile.cpp"; sourceTree = ""; }; - 789F7A1FF4F64BD294455DBF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdUnpackTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdUnpackTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdUnpackTest.cpp"; sourceTree = ""; }; - 7A0F5E2446594358BF530C6F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Alu64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Alu64Test.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Alu64Test.h"; sourceTree = ""; }; - 7B6228EE8488445EBA8DB47B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/SimpleMdTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SimpleMdTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/SimpleMdTest.h"; sourceTree = ""; }; - 7D2266C22EE44DA784D6085A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMemAccessTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdMemAccessTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMemAccessTest.cpp"; sourceTree = ""; }; - 7D7F8BA98C074074AD021634 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 183E6F6B874745D0B63330DB /* ../Play-/deps/CodeGen/tests/MultTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MultTest.cpp; path = "../Play-/deps/CodeGen/tests/MultTest.cpp"; sourceTree = ""; }; + 19565CE4CADE47F983806CC4 /* ../Play-/deps/CodeGen/tests/MdFpTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdFpTest.cpp; path = "../Play-/deps/CodeGen/tests/MdFpTest.cpp"; sourceTree = ""; }; + 19D2323F0E8D4EDF8E22C763 /* ../Play-/deps/CodeGen/tests/ShiftTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ShiftTest.cpp; path = "../Play-/deps/CodeGen/tests/ShiftTest.cpp"; sourceTree = ""; }; + 19DCBBB4405146BBBE6E6237 /* ../Play-/deps/CodeGen/tests/MemAccessTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemAccessTest.h; path = "../Play-/deps/CodeGen/tests/MemAccessTest.h"; sourceTree = ""; }; + 1A19AC59672D4E77B4FC8E36 /* ../Play-/deps/CodeGen/include/Jitter_Statement.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_Statement.h; path = "../Play-/deps/CodeGen/include/Jitter_Statement.h"; sourceTree = ""; }; + 1BBC9BE581F74E7CA6EF9720 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md_Avx.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_Md_Avx.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md_Avx.cpp"; sourceTree = ""; }; + 1CE1779CADA14147868638D1 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Div.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_AArch32_Div.h; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Div.h"; sourceTree = ""; }; + 1E68EF11F2934C09B487FB68 /* ../Play-/deps/CodeGen/tests/MdMinMaxTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdMinMaxTest.h; path = "../Play-/deps/CodeGen/tests/MdMinMaxTest.h"; sourceTree = ""; }; + 2329A23532064261B1066841 /* ../Play-/deps/CodeGen/include/MemoryFunction.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemoryFunction.h; path = "../Play-/deps/CodeGen/include/MemoryFunction.h"; sourceTree = ""; }; + 233D450FF28344C392126661 /* ../Play-/deps/CodeGen/include/AArch32Assembler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AArch32Assembler.h; path = "../Play-/deps/CodeGen/include/AArch32Assembler.h"; sourceTree = ""; }; + 27D4C6CD9B264FF487270F23 /* ../Play-/deps/CodeGen/src/MachoObjectFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MachoObjectFile.cpp; path = "../Play-/deps/CodeGen/src/MachoObjectFile.cpp"; sourceTree = ""; }; + 29FB11C1FCFF4129868F5F5D /* ../Play-/deps/CodeGen/src/X86Assembler_Fpu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = X86Assembler_Fpu.cpp; path = "../Play-/deps/CodeGen/src/X86Assembler_Fpu.cpp"; sourceTree = ""; }; + 2E330D686298446BB5153193 /* ../Play-/deps/CodeGen/tests/MdManipTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdManipTest.cpp; path = "../Play-/deps/CodeGen/tests/MdManipTest.cpp"; sourceTree = ""; }; + 38088832F19E4766A35D94FC /* ../Play-/deps/CodeGen/tests/HugeJumpTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HugeJumpTest.cpp; path = "../Play-/deps/CodeGen/tests/HugeJumpTest.cpp"; sourceTree = ""; }; + 3A77323E75F441E39F0B333C /* ../Play-/deps/CodeGen/include/CoffObjectFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CoffObjectFile.h; path = "../Play-/deps/CodeGen/include/CoffObjectFile.h"; sourceTree = ""; }; + 3BBA22CA7C174953A80460EA /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch32_64.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_64.cpp"; sourceTree = ""; }; + 3CD605CC2A794FB0B650FDDC /* ../Play-/deps/CodeGen/include/Literal128.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Literal128.h; path = "../Play-/deps/CodeGen/include/Literal128.h"; sourceTree = ""; }; + 3F771F3A82AB48C3BE3C270D /* ../Play-/deps/CodeGen/tests/RandomAluTest2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RandomAluTest2.h; path = "../Play-/deps/CodeGen/tests/RandomAluTest2.h"; sourceTree = ""; }; + 3F9C3CDD513443BDBC246753 /* ../Play-/deps/CodeGen/tests/RegAllocTempTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RegAllocTempTest.cpp; path = "../Play-/deps/CodeGen/tests/RegAllocTempTest.cpp"; sourceTree = ""; }; + 3FADE7B992A54C8D9CAA6936 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen.cpp"; sourceTree = ""; }; + 42018D7DC5F94F5D99B128F8 /* ../Play-/deps/CodeGen/tests/FpuTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FpuTest.cpp; path = "../Play-/deps/CodeGen/tests/FpuTest.cpp"; sourceTree = ""; }; + 42879FDDF618478981167989 /* ../Play-/deps/CodeGen/include/MachoObjectFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MachoObjectFile.h; path = "../Play-/deps/CodeGen/include/MachoObjectFile.h"; sourceTree = ""; }; + 42A01AB9EA85452F92D2773B /* ../Play-/deps/CodeGen/tests/Crc32Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Crc32Test.cpp; path = "../Play-/deps/CodeGen/tests/Crc32Test.cpp"; sourceTree = ""; }; + 449005AED69A4359B56AF2EE /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch64.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64.cpp"; sourceTree = ""; }; + 46376217DBF5426088332BB1 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Md.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_Wasm_Md.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Md.cpp"; sourceTree = ""; }; + 46B034482AD54C458F23C836 /* ../Play-/deps/CodeGen/tests/MdUnpackTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdUnpackTest.h; path = "../Play-/deps/CodeGen/tests/MdUnpackTest.h"; sourceTree = ""; }; + 4A1C3E3109CA4E43BFE8067D /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch64_64.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_64.cpp"; sourceTree = ""; }; + 4B634198A9C84157ADA94DDA /* ../Play-/deps/CodeGen/tests/MultTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MultTest.h; path = "../Play-/deps/CodeGen/tests/MultTest.h"; sourceTree = ""; }; + 4FA53F0F000F4958BB616F1B /* ../Play-/deps/CodeGen/tests/LzcTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzcTest.h; path = "../Play-/deps/CodeGen/tests/LzcTest.h"; sourceTree = ""; }; + 507C3F3473224470814B21FF /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_LoadStore.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_Wasm_LoadStore.h; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_LoadStore.h"; sourceTree = ""; }; + 50AE3C91706147F89664A8EA /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Fpu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_Wasm_Fpu.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Fpu.cpp"; sourceTree = ""; }; + 512093E7CC08405B92C20426 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_AArch64.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_AArch64.h; path = "../Play-/deps/CodeGen/include/Jitter_CodeGen_AArch64.h"; sourceTree = ""; }; + 51BEF76122DF4DC4B0E3D646 /* ../Play-/deps/CodeGen/tests/NestedIfTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = NestedIfTest.h; path = "../Play-/deps/CodeGen/tests/NestedIfTest.h"; sourceTree = ""; }; + 51E2086BD02D45949535855E /* ../Play-/deps/CodeGen/src/Jitter_RegAlloc.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_RegAlloc.cpp; path = "../Play-/deps/CodeGen/src/Jitter_RegAlloc.cpp"; sourceTree = ""; }; + 52EA9BA9217040A19B561089 /* ../Play-/deps/CodeGen/tests/MemAccessTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemAccessTest.cpp; path = "../Play-/deps/CodeGen/tests/MemAccessTest.cpp"; sourceTree = ""; }; + 52FF393F2F884DD9823AD460 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_Wasm.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm.cpp"; sourceTree = ""; }; + 54850236FFF9423188CE6A78 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_x86_64.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86_64.h; path = "../Play-/deps/CodeGen/include/Jitter_CodeGen_x86_64.h"; sourceTree = ""; }; + 54DE16D0A109420E9EBAA5AF /* ../Play-/deps/CodeGen/tests/GotoTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GotoTest.h; path = "../Play-/deps/CodeGen/tests/GotoTest.h"; sourceTree = ""; }; + 56332AF1144D444496095E36 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_x86.cpp"; sourceTree = ""; }; + 5730565D69A54F7A85ACEE4E /* ../Play-/deps/CodeGen/tests/MdShiftTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdShiftTest.cpp; path = "../Play-/deps/CodeGen/tests/MdShiftTest.cpp"; sourceTree = ""; }; + 573592D9A1D84C23B5741D9A /* ../Play-/deps/CodeGen/tests/RegAllocTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RegAllocTest.cpp; path = "../Play-/deps/CodeGen/tests/RegAllocTest.cpp"; sourceTree = ""; }; + 57EA96F6BAED4D82B5FE814C /* ../Play-/deps/CodeGen/tests/MdSubTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdSubTest.h; path = "../Play-/deps/CodeGen/tests/MdSubTest.h"; sourceTree = ""; }; + 599D4C9DFCCC4D89ADAF46C9 /* ../Play-/deps/CodeGen/include/Jitter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter.h; path = "../Play-/deps/CodeGen/include/Jitter.h"; sourceTree = ""; }; + 5A6F245CE9784576B75D272A /* ../Play-/deps/CodeGen/include/WasmDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = WasmDefs.h; path = "../Play-/deps/CodeGen/include/WasmDefs.h"; sourceTree = ""; }; + 601D7A9D1C19441F8320DA92 /* ../Play-/deps/CodeGen/tests/MemAccess8Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemAccess8Test.h; path = "../Play-/deps/CodeGen/tests/MemAccess8Test.h"; sourceTree = ""; }; + 61DCA64743B84000B0C0BC9A /* ../Play-/deps/CodeGen/tests/ShiftTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ShiftTest.h; path = "../Play-/deps/CodeGen/tests/ShiftTest.h"; sourceTree = ""; }; + 62715ED8D3CE429BA8B37B6E /* ../Play-/deps/CodeGen/tests/MdCallTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdCallTest.cpp; path = "../Play-/deps/CodeGen/tests/MdCallTest.cpp"; sourceTree = ""; }; + 62F4F84FC825461897A3993B /* ../Play-/deps/CodeGen/tests/Shift64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Shift64Test.h; path = "../Play-/deps/CodeGen/tests/Shift64Test.h"; sourceTree = ""; }; + 6336641928014B9AA610030B /* ../Play-/deps/CodeGen/tests/HugeJumpTestLiteral.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HugeJumpTestLiteral.cpp; path = "../Play-/deps/CodeGen/tests/HugeJumpTestLiteral.cpp"; sourceTree = ""; }; + 63A10C06C012409EAAFE1441 /* ../Play-/deps/CodeGen/tests/Call64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Call64Test.cpp; path = "../Play-/deps/CodeGen/tests/Call64Test.cpp"; sourceTree = ""; }; + 64780EB8766444DCAE49D8C2 /* ../Play-/deps/CodeGen/tests/HugeJumpTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HugeJumpTest.h; path = "../Play-/deps/CodeGen/tests/HugeJumpTest.h"; sourceTree = ""; }; + 6480F26A8F34434E8B319CC6 /* ../Play-/deps/CodeGen/tests/MdLogicTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdLogicTest.cpp; path = "../Play-/deps/CodeGen/tests/MdLogicTest.cpp"; sourceTree = ""; }; + 684026596A774D7C8DE23520 /* ../Play-/deps/CodeGen/include/Jitter_SymbolTable.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_SymbolTable.h; path = "../Play-/deps/CodeGen/include/Jitter_SymbolTable.h"; sourceTree = ""; }; + 69D088D1729A4CFDAC7B50FE /* ../Play-/deps/CodeGen/include/X86Assembler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = X86Assembler.h; path = "../Play-/deps/CodeGen/include/X86Assembler.h"; sourceTree = ""; }; + 6A5D1D4FAC5F4320B582DD2C /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Shift.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86_Shift.h; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Shift.h"; sourceTree = ""; }; + 6ABFB58217EA490FB841EF6E /* ../Play-/deps/CodeGen/tests/CompareTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CompareTest.h; path = "../Play-/deps/CodeGen/tests/CompareTest.h"; sourceTree = ""; }; + 6C17295EF9C4497DA218639B /* ../Play-/deps/CodeGen/src/X86Assembler_Sse.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = X86Assembler_Sse.cpp; path = "../Play-/deps/CodeGen/src/X86Assembler_Sse.cpp"; sourceTree = ""; }; + 6C9E6C9E09494D61883875C8 /* ../Play-/deps/CodeGen/tests/MdMemAccessTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdMemAccessTest.h; path = "../Play-/deps/CodeGen/tests/MdMemAccessTest.h"; sourceTree = ""; }; + 6D36A3145B1C4FF097C77C1B /* ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGen.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGen.dir/Info.plist; sourceTree = ""; }; + 6DD578AF91C64ABA9E5B6B59 /* ../Play-/deps/CodeGen/tests/RandomAluTest3.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RandomAluTest3.h; path = "../Play-/deps/CodeGen/tests/RandomAluTest3.h"; sourceTree = ""; }; + 711B326C6FEE4B7BBD58ABC5 /* ../Play-/deps/CodeGen/tests/AliasTest2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AliasTest2.h; path = "../Play-/deps/CodeGen/tests/AliasTest2.h"; sourceTree = ""; }; + 71508B6DE48C4DC08290732C /* ../Play-/deps/CodeGen/tests/ExternJumpTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ExternJumpTest.cpp; path = "../Play-/deps/CodeGen/tests/ExternJumpTest.cpp"; sourceTree = ""; }; + 7403AA46109B4FA79E91C470 /* ../Play-/deps/CodeGen/tests/MemAccess64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemAccess64Test.cpp; path = "../Play-/deps/CodeGen/tests/MemAccess64Test.cpp"; sourceTree = ""; }; + 74BD418422D44BC6A572DF62 /* ../Play-/deps/CodeGen/src/AArch32Assembler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AArch32Assembler.cpp; path = "../Play-/deps/CodeGen/src/AArch32Assembler.cpp"; sourceTree = ""; }; + 750E8F0A25EF4DEA91859972 /* ../Play-/deps/CodeGen/src/CoffObjectFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CoffObjectFile.cpp; path = "../Play-/deps/CodeGen/src/CoffObjectFile.cpp"; sourceTree = ""; }; + 789F7A1FF4F64BD294455DBF /* ../Play-/deps/CodeGen/tests/MdUnpackTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdUnpackTest.cpp; path = "../Play-/deps/CodeGen/tests/MdUnpackTest.cpp"; sourceTree = ""; }; + 7A0F5E2446594358BF530C6F /* ../Play-/deps/CodeGen/tests/Alu64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Alu64Test.h; path = "../Play-/deps/CodeGen/tests/Alu64Test.h"; sourceTree = ""; }; + 7B6228EE8488445EBA8DB47B /* ../Play-/deps/CodeGen/tests/SimpleMdTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SimpleMdTest.h; path = "../Play-/deps/CodeGen/tests/SimpleMdTest.h"; sourceTree = ""; }; + 7D2266C22EE44DA784D6085A /* ../Play-/deps/CodeGen/tests/MdMemAccessTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdMemAccessTest.cpp; path = "../Play-/deps/CodeGen/tests/MdMemAccessTest.cpp"; sourceTree = ""; }; + 7D7F8BA98C074074AD021634 /* ../Play-/deps/CodeGen/build_cmake/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; 7F0539343F54411DB7FCB0D6 /* CodeGenTestSuite */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = CodeGenTestSuite; sourceTree = BUILT_PRODUCTS_DIR; }; - 7FA2EBE84EED468FBD77CEE2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch32.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32.cpp"; sourceTree = ""; }; - 806CC624E3214B73B212F3BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 81382DF664EF4685A572AB04 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CursorTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CursorTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CursorTest.h"; sourceTree = ""; }; - 814F33E134CC499CB18F4621 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTempTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RegAllocTempTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTempTest.h"; sourceTree = ""; }; - 844BB5DB72FE44E698D1BDB9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86CpuFeatures.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = X86CpuFeatures.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86CpuFeatures.cpp"; sourceTree = ""; }; - 856A89B6AB38451C9FB29CE4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess16Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemAccess16Test.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess16Test.h"; sourceTree = ""; }; - 858DB97B1A19488AA28228E9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/NestedIfTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = NestedIfTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/NestedIfTest.cpp"; sourceTree = ""; }; - 862F69FBBF8C47BC987F3C16 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AliasTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest.h"; sourceTree = ""; }; - 865DA8710C7D4308ABE4BB13 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGenFactory.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGenFactory.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGenFactory.h"; sourceTree = ""; }; - 888790D4E62F4D179CF3FB33 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Main.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Main.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Main.cpp"; sourceTree = ""; }; - 89A1519EE08F40E1B0496FD7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpFlagTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdFpFlagTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpFlagTest.h"; sourceTree = ""; }; - 8A318B92498A4FE3BA75C2A3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/ObjectFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ObjectFile.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/ObjectFile.h"; sourceTree = ""; }; - 8A9B462746534FF59C3521A7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Mul.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86_Mul.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Mul.h"; sourceTree = ""; }; - 8B77FB45DAA8413E82346537 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_Md.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md.cpp"; sourceTree = ""; }; - 8B86AA00BBB547E8B38246B6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/AArch64Assembler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AArch64Assembler.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/AArch64Assembler.cpp"; sourceTree = ""; }; - 8C4B483930F24CB980E38DE7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Div.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86_Div.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Div.h"; sourceTree = ""; }; - 8C6043F958974F6A9464DC65 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CompareTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CompareTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CompareTest.cpp"; sourceTree = ""; }; - 8D3AC03696E54DDC8CAC7B4A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMinMaxTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdMinMaxTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMinMaxTest.cpp"; sourceTree = ""; }; - 8DE7518B3FE34FC69D8CE9F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Avx.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_Fpu_Avx.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Avx.cpp"; sourceTree = ""; }; - 8E06E38F92184F6996EB2F21 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Logic64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Logic64Test.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Logic64Test.cpp"; sourceTree = ""; }; - 900F93CCD537454C9FE7CBCF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86_32.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86_32.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86_32.h"; sourceTree = ""; }; - 91A72F8707E0457C82B6DD94 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_AArch32.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_AArch32.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_AArch32.h"; sourceTree = ""; }; - 934066304B174F0AA8492945 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Fpu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch32_Fpu.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Fpu.cpp"; sourceTree = ""; }; - 9454D245DA984D20BB617E67 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Call64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Call64Test.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Call64Test.h"; sourceTree = ""; }; - 99459FE9D00E48CE914AE9AD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpFlagTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdFpFlagTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpFlagTest.cpp"; sourceTree = ""; }; - 9B85386F54264B8A81E8B9F9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ReorderAddTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ReorderAddTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ReorderAddTest.cpp"; sourceTree = ""; }; - 9D3990017A544A32AFF7B956 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/ArrayStack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ArrayStack.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/ArrayStack.h"; sourceTree = ""; }; - 9ECE3722A6CA46B986B2987B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess16Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemAccess16Test.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess16Test.cpp"; sourceTree = ""; }; - 9FB7B1933CD74638804C7E27 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_Fpu.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu.cpp"; sourceTree = ""; }; - A0C5CCE8F3714117A2999D9E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Crc32Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Crc32Test.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Crc32Test.h"; sourceTree = ""; }; - A30B3E90719A4ED0AE8F7CE8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_SymbolRef.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_SymbolRef.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_SymbolRef.h"; sourceTree = ""; }; - A4F196F1CD6F416E9B8DE202 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/GotoTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GotoTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/GotoTest.cpp"; sourceTree = ""; }; - A5CEDF00B3AD4D72B3AF0692 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/CoffDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CoffDefs.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/CoffDefs.h"; sourceTree = ""; }; - A62D3AE27C3D49F8BB919A1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/WasmModuleBuilder.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = WasmModuleBuilder.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/WasmModuleBuilder.cpp"; sourceTree = ""; }; - A8240889A5544D64A955D0E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/MemoryFunction.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemoryFunction.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/MemoryFunction.cpp"; sourceTree = ""; }; - A842A7B289D6490495DBED30 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdAddTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdAddTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdAddTest.cpp"; sourceTree = ""; }; - AA69675EBA254E179720C563 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_Symbol.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_Symbol.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_Symbol.h"; sourceTree = ""; }; - AA698E2CA46649FABC31E3B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Md.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch64_Md.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Md.cpp"; sourceTree = ""; }; - AAB8E128352B47958ED32368 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpIntMixTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FpIntMixTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpIntMixTest.cpp"; sourceTree = ""; }; - AB5FD791309F4B00939A3B60 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Shift64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Shift64Test.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Shift64Test.cpp"; sourceTree = ""; }; - AD242C8604464761A04F50DA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen.h"; sourceTree = ""; }; - AD2876F0A30B4526960A37B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCallTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdCallTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCallTest.h"; sourceTree = ""; }; - B0719CAACDD24C5AA6048468 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Avx.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = X86Assembler_Avx.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Avx.cpp"; sourceTree = ""; }; - B0805B64CB4F468E81F99E1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdShiftTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdShiftTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdShiftTest.h"; sourceTree = ""; }; - B0968024773644F4B1FFB4E1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_Statement.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_Statement.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_Statement.cpp"; sourceTree = ""; }; - B09894218E0E48A482A4EED3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ReorderAddTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ReorderAddTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ReorderAddTest.h"; sourceTree = ""; }; - B2A93AA7547B49EEB0634599 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RandomAluTest2.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest2.cpp"; sourceTree = ""; }; - B36B5EEB5F0942518BA07374 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdSubTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdSubTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdSubTest.cpp"; sourceTree = ""; }; - B4A20C97F7054E7E948EAE2B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CursorTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CursorTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CursorTest.cpp"; sourceTree = ""; }; - B6C858EDCD524A0086ED4938 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MachoDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MachoDefs.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MachoDefs.h"; sourceTree = ""; }; - BA41008F83EB473F9758E43B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCmpTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdCmpTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCmpTest.cpp"; sourceTree = ""; }; - BE8AC4D62D194522A21189A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AliasTest2.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest2.cpp"; sourceTree = ""; }; - BEE611A77BE84BC7A5540B44 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_32.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_32.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_32.cpp"; sourceTree = ""; }; - C0811B42B7044B588E529EF6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AliasTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest.cpp"; sourceTree = ""; }; - C0C7E83715294FA5BC14D1BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessRefTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemAccessRefTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessRefTest.cpp"; sourceTree = ""; }; - C10BE8C054FE4C1BB337A23E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/ObjectFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ObjectFile.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/ObjectFile.cpp"; sourceTree = ""; }; - C12E23F45AAF4BA1B4E75B37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_Wasm.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_Wasm.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_Wasm.h"; sourceTree = ""; }; - C24555A1FC5E4C62A56401A6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTestLiteral.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HugeJumpTestLiteral.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTestLiteral.h"; sourceTree = ""; }; - C5FF2D270CAD4361BEEA9111 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = X86Assembler.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler.cpp"; sourceTree = ""; }; - C72001E4A2184A73B36881B1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - C8581701EF3642DFBBFD26CA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Test.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Test.h"; sourceTree = ""; }; - CAEC69327FCB4BF1A831D513 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Fpu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch64_Fpu.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Fpu.cpp"; sourceTree = ""; }; - CB73D695A9F347BB9B00B79F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ConditionTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ConditionTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ConditionTest.h"; sourceTree = ""; }; - CBA24AC8BAB749BFB9887DA5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGenFactory.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGenFactory.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGenFactory.cpp"; sourceTree = ""; }; - CD292E0560654B688393F4EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdManipTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdManipTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdManipTest.h"; sourceTree = ""; }; - CD700B5B12984AE9B06FF771 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdFpTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpTest.h"; sourceTree = ""; }; - CDA24D9757694BB89B12CC98 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/LiteralPool.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LiteralPool.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/LiteralPool.cpp"; sourceTree = ""; }; - CED8B370855F4A7A90C7DB48 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Sse.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_Fpu_Sse.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Sse.cpp"; sourceTree = ""; }; - D12FBC5CDCB04693AFBDC942 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86.h"; sourceTree = ""; }; - D175D5C100F24984BB9CEE17 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_Optimize.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_Optimize.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_Optimize.cpp"; sourceTree = ""; }; - D196DC43128543A6A7E25F2B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpIntMixTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FpIntMixTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpIntMixTest.h"; sourceTree = ""; }; - D237FBCCD17449FCB7645CED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpClampTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FpClampTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpClampTest.cpp"; sourceTree = ""; }; - D2BCB975E5BE49F9B61D6295 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LoopTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LoopTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LoopTest.h"; sourceTree = ""; }; - D560B54C176D4EF4AB104F11 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_64.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_64.cpp"; sourceTree = ""; }; - D578ECA3BAF347FFBEEFA6BE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/AArch64Assembler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AArch64Assembler.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/AArch64Assembler.h"; sourceTree = ""; }; - D80914BE03F949B398287507 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Cmp64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Cmp64Test.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Cmp64Test.cpp"; sourceTree = ""; }; - DA3657D399C648339B070D83 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpClampTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FpClampTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpClampTest.h"; sourceTree = ""; }; - DBEE598761424CF193F4CBBF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/DivTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = DivTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/DivTest.h"; sourceTree = ""; }; - E1255A1095AA4A4C8021A82B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/WasmModuleBuilder.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = WasmModuleBuilder.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/WasmModuleBuilder.h"; sourceTree = ""; }; - E45CA880DA0945749439755B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_Wasm_64.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_64.cpp"; sourceTree = ""; }; - E65B6312B27345DD86384D92 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Alu64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Alu64Test.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Alu64Test.cpp"; sourceTree = ""; }; - E8131DA7877F4AAE9A96CF57 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessIdxTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemAccessIdxTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessIdxTest.h"; sourceTree = ""; }; - E89378C4FB094374A892DBE4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdLogicTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdLogicTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdLogicTest.h"; sourceTree = ""; }; - E8EF82841539447CB2AAD637 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess8Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemAccess8Test.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess8Test.cpp"; sourceTree = ""; }; - E9110962480C405EA9D55404 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ExternJumpTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ExternJumpTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ExternJumpTest.h"; sourceTree = ""; }; - ECA908DE54C04573A0C83A13 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdAddTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdAddTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdAddTest.h"; sourceTree = ""; }; - ED669D31C53C46C384912984 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist; sourceTree = ""; }; - F08EA008C39E4EFFA1842FF3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/LiteralPool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LiteralPool.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/LiteralPool.h"; sourceTree = ""; }; - F31B65703DF6428A8ADFD56D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/SimpleMdTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SimpleMdTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/SimpleMdTest.cpp"; sourceTree = ""; }; - F5EC9BD75351473F8DA0C94E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Alu.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86_Alu.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Alu.h"; sourceTree = ""; }; - F6683B23BFB445B7878F790C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter.cpp"; sourceTree = ""; }; - F91E0D48E2BF429F87D0E1E1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdTest.h"; sourceTree = ""; }; - FB997A3BBA3649A697A977F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RandomAluTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest.h"; sourceTree = ""; }; - FD6676A7B9E840D0B1BA668C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest3.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RandomAluTest3.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest3.cpp"; sourceTree = ""; }; - FDAC541ABEAD43D3A6A3B072 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Logic64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Logic64Test.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Logic64Test.h"; sourceTree = ""; }; - FEBD51718D95414C9C4D3C0C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemAccess64Test.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess64Test.h"; sourceTree = ""; }; - FED93661B4554B46BC24724A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ConditionTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ConditionTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ConditionTest.cpp"; sourceTree = ""; }; + 7FA2EBE84EED468FBD77CEE2 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch32.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32.cpp"; sourceTree = ""; }; + 806CC624E3214B73B212F3BF /* ../Play-/deps/CodeGen/build_cmake/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 81382DF664EF4685A572AB04 /* ../Play-/deps/CodeGen/tests/CursorTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CursorTest.h; path = "../Play-/deps/CodeGen/tests/CursorTest.h"; sourceTree = ""; }; + 814F33E134CC499CB18F4621 /* ../Play-/deps/CodeGen/tests/RegAllocTempTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RegAllocTempTest.h; path = "../Play-/deps/CodeGen/tests/RegAllocTempTest.h"; sourceTree = ""; }; + 844BB5DB72FE44E698D1BDB9 /* ../Play-/deps/CodeGen/src/X86CpuFeatures.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = X86CpuFeatures.cpp; path = "../Play-/deps/CodeGen/src/X86CpuFeatures.cpp"; sourceTree = ""; }; + 856A89B6AB38451C9FB29CE4 /* ../Play-/deps/CodeGen/tests/MemAccess16Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemAccess16Test.h; path = "../Play-/deps/CodeGen/tests/MemAccess16Test.h"; sourceTree = ""; }; + 858DB97B1A19488AA28228E9 /* ../Play-/deps/CodeGen/tests/NestedIfTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = NestedIfTest.cpp; path = "../Play-/deps/CodeGen/tests/NestedIfTest.cpp"; sourceTree = ""; }; + 862F69FBBF8C47BC987F3C16 /* ../Play-/deps/CodeGen/tests/AliasTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AliasTest.h; path = "../Play-/deps/CodeGen/tests/AliasTest.h"; sourceTree = ""; }; + 865DA8710C7D4308ABE4BB13 /* ../Play-/deps/CodeGen/include/Jitter_CodeGenFactory.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGenFactory.h; path = "../Play-/deps/CodeGen/include/Jitter_CodeGenFactory.h"; sourceTree = ""; }; + 888790D4E62F4D179CF3FB33 /* ../Play-/deps/CodeGen/tests/Main.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Main.cpp; path = "../Play-/deps/CodeGen/tests/Main.cpp"; sourceTree = ""; }; + 89A1519EE08F40E1B0496FD7 /* ../Play-/deps/CodeGen/tests/MdFpFlagTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdFpFlagTest.h; path = "../Play-/deps/CodeGen/tests/MdFpFlagTest.h"; sourceTree = ""; }; + 8A318B92498A4FE3BA75C2A3 /* ../Play-/deps/CodeGen/include/ObjectFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ObjectFile.h; path = "../Play-/deps/CodeGen/include/ObjectFile.h"; sourceTree = ""; }; + 8A9B462746534FF59C3521A7 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Mul.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86_Mul.h; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Mul.h"; sourceTree = ""; }; + 8B77FB45DAA8413E82346537 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_Md.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md.cpp"; sourceTree = ""; }; + 8B86AA00BBB547E8B38246B6 /* ../Play-/deps/CodeGen/src/AArch64Assembler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AArch64Assembler.cpp; path = "../Play-/deps/CodeGen/src/AArch64Assembler.cpp"; sourceTree = ""; }; + 8C4B483930F24CB980E38DE7 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Div.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86_Div.h; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Div.h"; sourceTree = ""; }; + 8C6043F958974F6A9464DC65 /* ../Play-/deps/CodeGen/tests/CompareTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CompareTest.cpp; path = "../Play-/deps/CodeGen/tests/CompareTest.cpp"; sourceTree = ""; }; + 8D3AC03696E54DDC8CAC7B4A /* ../Play-/deps/CodeGen/tests/MdMinMaxTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdMinMaxTest.cpp; path = "../Play-/deps/CodeGen/tests/MdMinMaxTest.cpp"; sourceTree = ""; }; + 8DE7518B3FE34FC69D8CE9F0 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Avx.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_Fpu_Avx.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Avx.cpp"; sourceTree = ""; }; + 8E06E38F92184F6996EB2F21 /* ../Play-/deps/CodeGen/tests/Logic64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Logic64Test.cpp; path = "../Play-/deps/CodeGen/tests/Logic64Test.cpp"; sourceTree = ""; }; + 900F93CCD537454C9FE7CBCF /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_x86_32.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86_32.h; path = "../Play-/deps/CodeGen/include/Jitter_CodeGen_x86_32.h"; sourceTree = ""; }; + 91A72F8707E0457C82B6DD94 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_AArch32.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_AArch32.h; path = "../Play-/deps/CodeGen/include/Jitter_CodeGen_AArch32.h"; sourceTree = ""; }; + 934066304B174F0AA8492945 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Fpu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch32_Fpu.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Fpu.cpp"; sourceTree = ""; }; + 9454D245DA984D20BB617E67 /* ../Play-/deps/CodeGen/tests/Call64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Call64Test.h; path = "../Play-/deps/CodeGen/tests/Call64Test.h"; sourceTree = ""; }; + 99459FE9D00E48CE914AE9AD /* ../Play-/deps/CodeGen/tests/MdFpFlagTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdFpFlagTest.cpp; path = "../Play-/deps/CodeGen/tests/MdFpFlagTest.cpp"; sourceTree = ""; }; + 9B85386F54264B8A81E8B9F9 /* ../Play-/deps/CodeGen/tests/ReorderAddTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ReorderAddTest.cpp; path = "../Play-/deps/CodeGen/tests/ReorderAddTest.cpp"; sourceTree = ""; }; + 9D3990017A544A32AFF7B956 /* ../Play-/deps/CodeGen/include/ArrayStack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ArrayStack.h; path = "../Play-/deps/CodeGen/include/ArrayStack.h"; sourceTree = ""; }; + 9ECE3722A6CA46B986B2987B /* ../Play-/deps/CodeGen/tests/MemAccess16Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemAccess16Test.cpp; path = "../Play-/deps/CodeGen/tests/MemAccess16Test.cpp"; sourceTree = ""; }; + 9FB7B1933CD74638804C7E27 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_Fpu.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu.cpp"; sourceTree = ""; }; + A0C5CCE8F3714117A2999D9E /* ../Play-/deps/CodeGen/tests/Crc32Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Crc32Test.h; path = "../Play-/deps/CodeGen/tests/Crc32Test.h"; sourceTree = ""; }; + A30B3E90719A4ED0AE8F7CE8 /* ../Play-/deps/CodeGen/include/Jitter_SymbolRef.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_SymbolRef.h; path = "../Play-/deps/CodeGen/include/Jitter_SymbolRef.h"; sourceTree = ""; }; + A4F196F1CD6F416E9B8DE202 /* ../Play-/deps/CodeGen/tests/GotoTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GotoTest.cpp; path = "../Play-/deps/CodeGen/tests/GotoTest.cpp"; sourceTree = ""; }; + A5CEDF00B3AD4D72B3AF0692 /* ../Play-/deps/CodeGen/include/CoffDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CoffDefs.h; path = "../Play-/deps/CodeGen/include/CoffDefs.h"; sourceTree = ""; }; + A62D3AE27C3D49F8BB919A1B /* ../Play-/deps/CodeGen/src/WasmModuleBuilder.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = WasmModuleBuilder.cpp; path = "../Play-/deps/CodeGen/src/WasmModuleBuilder.cpp"; sourceTree = ""; }; + A8240889A5544D64A955D0E0 /* ../Play-/deps/CodeGen/src/MemoryFunction.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemoryFunction.cpp; path = "../Play-/deps/CodeGen/src/MemoryFunction.cpp"; sourceTree = ""; }; + A842A7B289D6490495DBED30 /* ../Play-/deps/CodeGen/tests/MdAddTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdAddTest.cpp; path = "../Play-/deps/CodeGen/tests/MdAddTest.cpp"; sourceTree = ""; }; + AA69675EBA254E179720C563 /* ../Play-/deps/CodeGen/include/Jitter_Symbol.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_Symbol.h; path = "../Play-/deps/CodeGen/include/Jitter_Symbol.h"; sourceTree = ""; }; + AA698E2CA46649FABC31E3B5 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Md.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch64_Md.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Md.cpp"; sourceTree = ""; }; + AAB8E128352B47958ED32368 /* ../Play-/deps/CodeGen/tests/FpIntMixTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FpIntMixTest.cpp; path = "../Play-/deps/CodeGen/tests/FpIntMixTest.cpp"; sourceTree = ""; }; + AB5FD791309F4B00939A3B60 /* ../Play-/deps/CodeGen/tests/Shift64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Shift64Test.cpp; path = "../Play-/deps/CodeGen/tests/Shift64Test.cpp"; sourceTree = ""; }; + AD242C8604464761A04F50DA /* ../Play-/deps/CodeGen/include/Jitter_CodeGen.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen.h; path = "../Play-/deps/CodeGen/include/Jitter_CodeGen.h"; sourceTree = ""; }; + AD2876F0A30B4526960A37B7 /* ../Play-/deps/CodeGen/tests/MdCallTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdCallTest.h; path = "../Play-/deps/CodeGen/tests/MdCallTest.h"; sourceTree = ""; }; + B0719CAACDD24C5AA6048468 /* ../Play-/deps/CodeGen/src/X86Assembler_Avx.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = X86Assembler_Avx.cpp; path = "../Play-/deps/CodeGen/src/X86Assembler_Avx.cpp"; sourceTree = ""; }; + B0805B64CB4F468E81F99E1B /* ../Play-/deps/CodeGen/tests/MdShiftTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdShiftTest.h; path = "../Play-/deps/CodeGen/tests/MdShiftTest.h"; sourceTree = ""; }; + B0968024773644F4B1FFB4E1 /* ../Play-/deps/CodeGen/src/Jitter_Statement.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_Statement.cpp; path = "../Play-/deps/CodeGen/src/Jitter_Statement.cpp"; sourceTree = ""; }; + B09894218E0E48A482A4EED3 /* ../Play-/deps/CodeGen/tests/ReorderAddTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ReorderAddTest.h; path = "../Play-/deps/CodeGen/tests/ReorderAddTest.h"; sourceTree = ""; }; + B2A93AA7547B49EEB0634599 /* ../Play-/deps/CodeGen/tests/RandomAluTest2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RandomAluTest2.cpp; path = "../Play-/deps/CodeGen/tests/RandomAluTest2.cpp"; sourceTree = ""; }; + B36B5EEB5F0942518BA07374 /* ../Play-/deps/CodeGen/tests/MdSubTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdSubTest.cpp; path = "../Play-/deps/CodeGen/tests/MdSubTest.cpp"; sourceTree = ""; }; + B4A20C97F7054E7E948EAE2B /* ../Play-/deps/CodeGen/tests/CursorTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CursorTest.cpp; path = "../Play-/deps/CodeGen/tests/CursorTest.cpp"; sourceTree = ""; }; + B6C858EDCD524A0086ED4938 /* ../Play-/deps/CodeGen/include/MachoDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MachoDefs.h; path = "../Play-/deps/CodeGen/include/MachoDefs.h"; sourceTree = ""; }; + BA41008F83EB473F9758E43B /* ../Play-/deps/CodeGen/tests/MdCmpTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdCmpTest.cpp; path = "../Play-/deps/CodeGen/tests/MdCmpTest.cpp"; sourceTree = ""; }; + BE8AC4D62D194522A21189A9 /* ../Play-/deps/CodeGen/tests/AliasTest2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AliasTest2.cpp; path = "../Play-/deps/CodeGen/tests/AliasTest2.cpp"; sourceTree = ""; }; + BEE611A77BE84BC7A5540B44 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_32.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_32.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_32.cpp"; sourceTree = ""; }; + C0811B42B7044B588E529EF6 /* ../Play-/deps/CodeGen/tests/AliasTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AliasTest.cpp; path = "../Play-/deps/CodeGen/tests/AliasTest.cpp"; sourceTree = ""; }; + C0C7E83715294FA5BC14D1BF /* ../Play-/deps/CodeGen/tests/MemAccessRefTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemAccessRefTest.cpp; path = "../Play-/deps/CodeGen/tests/MemAccessRefTest.cpp"; sourceTree = ""; }; + C10BE8C054FE4C1BB337A23E /* ../Play-/deps/CodeGen/src/ObjectFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ObjectFile.cpp; path = "../Play-/deps/CodeGen/src/ObjectFile.cpp"; sourceTree = ""; }; + C12E23F45AAF4BA1B4E75B37 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_Wasm.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_Wasm.h; path = "../Play-/deps/CodeGen/include/Jitter_CodeGen_Wasm.h"; sourceTree = ""; }; + C24555A1FC5E4C62A56401A6 /* ../Play-/deps/CodeGen/tests/HugeJumpTestLiteral.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HugeJumpTestLiteral.h; path = "../Play-/deps/CodeGen/tests/HugeJumpTestLiteral.h"; sourceTree = ""; }; + C5FF2D270CAD4361BEEA9111 /* ../Play-/deps/CodeGen/src/X86Assembler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = X86Assembler.cpp; path = "../Play-/deps/CodeGen/src/X86Assembler.cpp"; sourceTree = ""; }; + C72001E4A2184A73B36881B1 /* ../Play-/deps/CodeGen/build_cmake/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + C8581701EF3642DFBBFD26CA /* ../Play-/deps/CodeGen/tests/Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Test.h; path = "../Play-/deps/CodeGen/tests/Test.h"; sourceTree = ""; }; + CAEC69327FCB4BF1A831D513 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Fpu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch64_Fpu.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Fpu.cpp"; sourceTree = ""; }; + CB73D695A9F347BB9B00B79F /* ../Play-/deps/CodeGen/tests/ConditionTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ConditionTest.h; path = "../Play-/deps/CodeGen/tests/ConditionTest.h"; sourceTree = ""; }; + CBA24AC8BAB749BFB9887DA5 /* ../Play-/deps/CodeGen/src/Jitter_CodeGenFactory.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGenFactory.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGenFactory.cpp"; sourceTree = ""; }; + CD292E0560654B688393F4EE /* ../Play-/deps/CodeGen/tests/MdManipTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdManipTest.h; path = "../Play-/deps/CodeGen/tests/MdManipTest.h"; sourceTree = ""; }; + CD700B5B12984AE9B06FF771 /* ../Play-/deps/CodeGen/tests/MdFpTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdFpTest.h; path = "../Play-/deps/CodeGen/tests/MdFpTest.h"; sourceTree = ""; }; + CDA24D9757694BB89B12CC98 /* ../Play-/deps/CodeGen/src/LiteralPool.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LiteralPool.cpp; path = "../Play-/deps/CodeGen/src/LiteralPool.cpp"; sourceTree = ""; }; + CED8B370855F4A7A90C7DB48 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Sse.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_Fpu_Sse.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Sse.cpp"; sourceTree = ""; }; + D12FBC5CDCB04693AFBDC942 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_x86.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86.h; path = "../Play-/deps/CodeGen/include/Jitter_CodeGen_x86.h"; sourceTree = ""; }; + D175D5C100F24984BB9CEE17 /* ../Play-/deps/CodeGen/src/Jitter_Optimize.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_Optimize.cpp; path = "../Play-/deps/CodeGen/src/Jitter_Optimize.cpp"; sourceTree = ""; }; + D196DC43128543A6A7E25F2B /* ../Play-/deps/CodeGen/tests/FpIntMixTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FpIntMixTest.h; path = "../Play-/deps/CodeGen/tests/FpIntMixTest.h"; sourceTree = ""; }; + D237FBCCD17449FCB7645CED /* ../Play-/deps/CodeGen/tests/FpClampTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FpClampTest.cpp; path = "../Play-/deps/CodeGen/tests/FpClampTest.cpp"; sourceTree = ""; }; + D2BCB975E5BE49F9B61D6295 /* ../Play-/deps/CodeGen/tests/LoopTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LoopTest.h; path = "../Play-/deps/CodeGen/tests/LoopTest.h"; sourceTree = ""; }; + D560B54C176D4EF4AB104F11 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_64.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_64.cpp"; sourceTree = ""; }; + D578ECA3BAF347FFBEEFA6BE /* ../Play-/deps/CodeGen/include/AArch64Assembler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AArch64Assembler.h; path = "../Play-/deps/CodeGen/include/AArch64Assembler.h"; sourceTree = ""; }; + D80914BE03F949B398287507 /* ../Play-/deps/CodeGen/tests/Cmp64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Cmp64Test.cpp; path = "../Play-/deps/CodeGen/tests/Cmp64Test.cpp"; sourceTree = ""; }; + DA3657D399C648339B070D83 /* ../Play-/deps/CodeGen/tests/FpClampTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FpClampTest.h; path = "../Play-/deps/CodeGen/tests/FpClampTest.h"; sourceTree = ""; }; + DBEE598761424CF193F4CBBF /* ../Play-/deps/CodeGen/tests/DivTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = DivTest.h; path = "../Play-/deps/CodeGen/tests/DivTest.h"; sourceTree = ""; }; + E1255A1095AA4A4C8021A82B /* ../Play-/deps/CodeGen/include/WasmModuleBuilder.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = WasmModuleBuilder.h; path = "../Play-/deps/CodeGen/include/WasmModuleBuilder.h"; sourceTree = ""; }; + E45CA880DA0945749439755B /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_Wasm_64.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_64.cpp"; sourceTree = ""; }; + E65B6312B27345DD86384D92 /* ../Play-/deps/CodeGen/tests/Alu64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Alu64Test.cpp; path = "../Play-/deps/CodeGen/tests/Alu64Test.cpp"; sourceTree = ""; }; + E8131DA7877F4AAE9A96CF57 /* ../Play-/deps/CodeGen/tests/MemAccessIdxTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemAccessIdxTest.h; path = "../Play-/deps/CodeGen/tests/MemAccessIdxTest.h"; sourceTree = ""; }; + E89378C4FB094374A892DBE4 /* ../Play-/deps/CodeGen/tests/MdLogicTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdLogicTest.h; path = "../Play-/deps/CodeGen/tests/MdLogicTest.h"; sourceTree = ""; }; + E8EF82841539447CB2AAD637 /* ../Play-/deps/CodeGen/tests/MemAccess8Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemAccess8Test.cpp; path = "../Play-/deps/CodeGen/tests/MemAccess8Test.cpp"; sourceTree = ""; }; + E9110962480C405EA9D55404 /* ../Play-/deps/CodeGen/tests/ExternJumpTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ExternJumpTest.h; path = "../Play-/deps/CodeGen/tests/ExternJumpTest.h"; sourceTree = ""; }; + ECA908DE54C04573A0C83A13 /* ../Play-/deps/CodeGen/tests/MdAddTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdAddTest.h; path = "../Play-/deps/CodeGen/tests/MdAddTest.h"; sourceTree = ""; }; + ED669D31C53C46C384912984 /* ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist; sourceTree = ""; }; + F08EA008C39E4EFFA1842FF3 /* ../Play-/deps/CodeGen/include/LiteralPool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LiteralPool.h; path = "../Play-/deps/CodeGen/include/LiteralPool.h"; sourceTree = ""; }; + F31B65703DF6428A8ADFD56D /* ../Play-/deps/CodeGen/tests/SimpleMdTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SimpleMdTest.cpp; path = "../Play-/deps/CodeGen/tests/SimpleMdTest.cpp"; sourceTree = ""; }; + F5EC9BD75351473F8DA0C94E /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Alu.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86_Alu.h; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Alu.h"; sourceTree = ""; }; + F6683B23BFB445B7878F790C /* ../Play-/deps/CodeGen/src/Jitter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter.cpp; path = "../Play-/deps/CodeGen/src/Jitter.cpp"; sourceTree = ""; }; + F91E0D48E2BF429F87D0E1E1 /* ../Play-/deps/CodeGen/tests/MdTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdTest.h; path = "../Play-/deps/CodeGen/tests/MdTest.h"; sourceTree = ""; }; + FB997A3BBA3649A697A977F5 /* ../Play-/deps/CodeGen/tests/RandomAluTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RandomAluTest.h; path = "../Play-/deps/CodeGen/tests/RandomAluTest.h"; sourceTree = ""; }; + FD6676A7B9E840D0B1BA668C /* ../Play-/deps/CodeGen/tests/RandomAluTest3.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RandomAluTest3.cpp; path = "../Play-/deps/CodeGen/tests/RandomAluTest3.cpp"; sourceTree = ""; }; + FDAC541ABEAD43D3A6A3B072 /* ../Play-/deps/CodeGen/tests/Logic64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Logic64Test.h; path = "../Play-/deps/CodeGen/tests/Logic64Test.h"; sourceTree = ""; }; + FEBD51718D95414C9C4D3C0C /* ../Play-/deps/CodeGen/tests/MemAccess64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemAccess64Test.h; path = "../Play-/deps/CodeGen/tests/MemAccess64Test.h"; sourceTree = ""; }; + FED93661B4554B46BC24724A /* ../Play-/deps/CodeGen/tests/ConditionTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ConditionTest.cpp; path = "../Play-/deps/CodeGen/tests/ConditionTest.cpp"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -560,7 +560,7 @@ isa = PBXGroup; children = ( BC003D20DDC24117BCE2835B /* CMake Rules */, - 7D7F8BA98C074074AD021634 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/CMakeLists.txt */, + 7D7F8BA98C074074AD021634 /* ../Play-/deps/CodeGen/build_cmake/CMakeLists.txt */, ); name = ALL_BUILD; sourceTree = ""; @@ -571,7 +571,7 @@ ACEF9697C3EB41B6AB8BB2D2 /* Source Files */, 2C12BB46F04F47BCA0AF97FD /* Header Files */, A57BFC96980B4680BB2CAEB2 /* Resources */, - 806CC624E3214B73B212F3BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/CMakeLists.txt */, + 806CC624E3214B73B212F3BF /* ../Play-/deps/CodeGen/build_cmake/CMakeLists.txt */, ); name = CodeGenTestSuite; sourceTree = ""; @@ -582,7 +582,7 @@ 759FCD194163434C8A03C15C /* Source Files */, 8A624FBE4BB94D9D8DF52D13 /* Header Files */, DC42A7DA3FC548CCA55C3B54 /* Resources */, - C72001E4A2184A73B36881B1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/CMakeLists.txt */, + C72001E4A2184A73B36881B1 /* ../Play-/deps/CodeGen/build_cmake/CMakeLists.txt */, ); name = CodeGen; sourceTree = ""; @@ -590,60 +590,60 @@ 2C12BB46F04F47BCA0AF97FD /* Header Files */ = { isa = PBXGroup; children = ( - 862F69FBBF8C47BC987F3C16 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest.h */, - 711B326C6FEE4B7BBD58ABC5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest2.h */, - 7A0F5E2446594358BF530C6F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Alu64Test.h */, - 9454D245DA984D20BB617E67 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Call64Test.h */, - 16A439C589D045FBB61B16CE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Cmp64Test.h */, - 6ABFB58217EA490FB841EF6E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CompareTest.h */, - CB73D695A9F347BB9B00B79F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ConditionTest.h */, - A0C5CCE8F3714117A2999D9E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Crc32Test.h */, - 81382DF664EF4685A572AB04 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CursorTest.h */, - DBEE598761424CF193F4CBBF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/DivTest.h */, - E9110962480C405EA9D55404 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ExternJumpTest.h */, - DA3657D399C648339B070D83 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpClampTest.h */, - D196DC43128543A6A7E25F2B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpIntMixTest.h */, - 0386ACA76F1840E1A41AB731 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpuTest.h */, - 54DE16D0A109420E9EBAA5AF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/GotoTest.h */, - 64780EB8766444DCAE49D8C2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTest.h */, - C24555A1FC5E4C62A56401A6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTestLiteral.h */, - FDAC541ABEAD43D3A6A3B072 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Logic64Test.h */, - 000631CE55A74BDC9408946F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LogicTest.h */, - D2BCB975E5BE49F9B61D6295 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LoopTest.h */, - 4FA53F0F000F4958BB616F1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LzcTest.h */, - ECA908DE54C04573A0C83A13 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdAddTest.h */, - AD2876F0A30B4526960A37B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCallTest.h */, - 10374F2AE212444388739444 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCmpTest.h */, - 89A1519EE08F40E1B0496FD7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpFlagTest.h */, - CD700B5B12984AE9B06FF771 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpTest.h */, - E89378C4FB094374A892DBE4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdLogicTest.h */, - CD292E0560654B688393F4EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdManipTest.h */, - 6C9E6C9E09494D61883875C8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMemAccessTest.h */, - 1E68EF11F2934C09B487FB68 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMinMaxTest.h */, - B0805B64CB4F468E81F99E1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdShiftTest.h */, - 57EA96F6BAED4D82B5FE814C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdSubTest.h */, - F91E0D48E2BF429F87D0E1E1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdTest.h */, - 46B034482AD54C458F23C836 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdUnpackTest.h */, - 856A89B6AB38451C9FB29CE4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess16Test.h */, - FEBD51718D95414C9C4D3C0C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess64Test.h */, - 601D7A9D1C19441F8320DA92 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess8Test.h */, - E8131DA7877F4AAE9A96CF57 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessIdxTest.h */, - 03A5F26B837C47CBAB1971E8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessRefTest.h */, - 19DCBBB4405146BBBE6E6237 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessTest.h */, - 051C768C0E5E42BAABBB7C46 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Merge64Test.h */, - 4B634198A9C84157ADA94DDA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MultTest.h */, - 51BEF76122DF4DC4B0E3D646 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/NestedIfTest.h */, - FB997A3BBA3649A697A977F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest.h */, - 3F771F3A82AB48C3BE3C270D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest2.h */, - 6DD578AF91C64ABA9E5B6B59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest3.h */, - 814F33E134CC499CB18F4621 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTempTest.h */, - 0D15322E65964B768F8E66D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTest.h */, - B09894218E0E48A482A4EED3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ReorderAddTest.h */, - 62F4F84FC825461897A3993B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Shift64Test.h */, - 61DCA64743B84000B0C0BC9A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ShiftTest.h */, - 7B6228EE8488445EBA8DB47B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/SimpleMdTest.h */, - C8581701EF3642DFBBFD26CA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Test.h */, - 1794624CD26F4E9992A35948 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/uint128.h */, + 862F69FBBF8C47BC987F3C16 /* ../Play-/deps/CodeGen/tests/AliasTest.h */, + 711B326C6FEE4B7BBD58ABC5 /* ../Play-/deps/CodeGen/tests/AliasTest2.h */, + 7A0F5E2446594358BF530C6F /* ../Play-/deps/CodeGen/tests/Alu64Test.h */, + 9454D245DA984D20BB617E67 /* ../Play-/deps/CodeGen/tests/Call64Test.h */, + 16A439C589D045FBB61B16CE /* ../Play-/deps/CodeGen/tests/Cmp64Test.h */, + 6ABFB58217EA490FB841EF6E /* ../Play-/deps/CodeGen/tests/CompareTest.h */, + CB73D695A9F347BB9B00B79F /* ../Play-/deps/CodeGen/tests/ConditionTest.h */, + A0C5CCE8F3714117A2999D9E /* ../Play-/deps/CodeGen/tests/Crc32Test.h */, + 81382DF664EF4685A572AB04 /* ../Play-/deps/CodeGen/tests/CursorTest.h */, + DBEE598761424CF193F4CBBF /* ../Play-/deps/CodeGen/tests/DivTest.h */, + E9110962480C405EA9D55404 /* ../Play-/deps/CodeGen/tests/ExternJumpTest.h */, + DA3657D399C648339B070D83 /* ../Play-/deps/CodeGen/tests/FpClampTest.h */, + D196DC43128543A6A7E25F2B /* ../Play-/deps/CodeGen/tests/FpIntMixTest.h */, + 0386ACA76F1840E1A41AB731 /* ../Play-/deps/CodeGen/tests/FpuTest.h */, + 54DE16D0A109420E9EBAA5AF /* ../Play-/deps/CodeGen/tests/GotoTest.h */, + 64780EB8766444DCAE49D8C2 /* ../Play-/deps/CodeGen/tests/HugeJumpTest.h */, + C24555A1FC5E4C62A56401A6 /* ../Play-/deps/CodeGen/tests/HugeJumpTestLiteral.h */, + FDAC541ABEAD43D3A6A3B072 /* ../Play-/deps/CodeGen/tests/Logic64Test.h */, + 000631CE55A74BDC9408946F /* ../Play-/deps/CodeGen/tests/LogicTest.h */, + D2BCB975E5BE49F9B61D6295 /* ../Play-/deps/CodeGen/tests/LoopTest.h */, + 4FA53F0F000F4958BB616F1B /* ../Play-/deps/CodeGen/tests/LzcTest.h */, + ECA908DE54C04573A0C83A13 /* ../Play-/deps/CodeGen/tests/MdAddTest.h */, + AD2876F0A30B4526960A37B7 /* ../Play-/deps/CodeGen/tests/MdCallTest.h */, + 10374F2AE212444388739444 /* ../Play-/deps/CodeGen/tests/MdCmpTest.h */, + 89A1519EE08F40E1B0496FD7 /* ../Play-/deps/CodeGen/tests/MdFpFlagTest.h */, + CD700B5B12984AE9B06FF771 /* ../Play-/deps/CodeGen/tests/MdFpTest.h */, + E89378C4FB094374A892DBE4 /* ../Play-/deps/CodeGen/tests/MdLogicTest.h */, + CD292E0560654B688393F4EE /* ../Play-/deps/CodeGen/tests/MdManipTest.h */, + 6C9E6C9E09494D61883875C8 /* ../Play-/deps/CodeGen/tests/MdMemAccessTest.h */, + 1E68EF11F2934C09B487FB68 /* ../Play-/deps/CodeGen/tests/MdMinMaxTest.h */, + B0805B64CB4F468E81F99E1B /* ../Play-/deps/CodeGen/tests/MdShiftTest.h */, + 57EA96F6BAED4D82B5FE814C /* ../Play-/deps/CodeGen/tests/MdSubTest.h */, + F91E0D48E2BF429F87D0E1E1 /* ../Play-/deps/CodeGen/tests/MdTest.h */, + 46B034482AD54C458F23C836 /* ../Play-/deps/CodeGen/tests/MdUnpackTest.h */, + 856A89B6AB38451C9FB29CE4 /* ../Play-/deps/CodeGen/tests/MemAccess16Test.h */, + FEBD51718D95414C9C4D3C0C /* ../Play-/deps/CodeGen/tests/MemAccess64Test.h */, + 601D7A9D1C19441F8320DA92 /* ../Play-/deps/CodeGen/tests/MemAccess8Test.h */, + E8131DA7877F4AAE9A96CF57 /* ../Play-/deps/CodeGen/tests/MemAccessIdxTest.h */, + 03A5F26B837C47CBAB1971E8 /* ../Play-/deps/CodeGen/tests/MemAccessRefTest.h */, + 19DCBBB4405146BBBE6E6237 /* ../Play-/deps/CodeGen/tests/MemAccessTest.h */, + 051C768C0E5E42BAABBB7C46 /* ../Play-/deps/CodeGen/tests/Merge64Test.h */, + 4B634198A9C84157ADA94DDA /* ../Play-/deps/CodeGen/tests/MultTest.h */, + 51BEF76122DF4DC4B0E3D646 /* ../Play-/deps/CodeGen/tests/NestedIfTest.h */, + FB997A3BBA3649A697A977F5 /* ../Play-/deps/CodeGen/tests/RandomAluTest.h */, + 3F771F3A82AB48C3BE3C270D /* ../Play-/deps/CodeGen/tests/RandomAluTest2.h */, + 6DD578AF91C64ABA9E5B6B59 /* ../Play-/deps/CodeGen/tests/RandomAluTest3.h */, + 814F33E134CC499CB18F4621 /* ../Play-/deps/CodeGen/tests/RegAllocTempTest.h */, + 0D15322E65964B768F8E66D5 /* ../Play-/deps/CodeGen/tests/RegAllocTest.h */, + B09894218E0E48A482A4EED3 /* ../Play-/deps/CodeGen/tests/ReorderAddTest.h */, + 62F4F84FC825461897A3993B /* ../Play-/deps/CodeGen/tests/Shift64Test.h */, + 61DCA64743B84000B0C0BC9A /* ../Play-/deps/CodeGen/tests/ShiftTest.h */, + 7B6228EE8488445EBA8DB47B /* ../Play-/deps/CodeGen/tests/SimpleMdTest.h */, + C8581701EF3642DFBBFD26CA /* ../Play-/deps/CodeGen/tests/Test.h */, + 1794624CD26F4E9992A35948 /* ../Play-/deps/CodeGen/tests/uint128.h */, ); name = "Header Files"; sourceTree = ""; @@ -679,46 +679,46 @@ 759FCD194163434C8A03C15C /* Source Files */ = { isa = PBXGroup; children = ( - 74BD418422D44BC6A572DF62 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/AArch32Assembler.cpp */, - 8B86AA00BBB547E8B38246B6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/AArch64Assembler.cpp */, - 750E8F0A25EF4DEA91859972 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/CoffObjectFile.cpp */, - F6683B23BFB445B7878F790C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter.cpp */, - 3FADE7B992A54C8D9CAA6936 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen.cpp */, - CBA24AC8BAB749BFB9887DA5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGenFactory.cpp */, - 7FA2EBE84EED468FBD77CEE2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32.cpp */, - 3BBA22CA7C174953A80460EA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_64.cpp */, - 934066304B174F0AA8492945 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Fpu.cpp */, - 05AF75D554034B809BCB94E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Md.cpp */, - 449005AED69A4359B56AF2EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64.cpp */, - 4A1C3E3109CA4E43BFE8067D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_64.cpp */, - CAEC69327FCB4BF1A831D513 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Fpu.cpp */, - AA698E2CA46649FABC31E3B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Md.cpp */, - 52FF393F2F884DD9823AD460 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm.cpp */, - E45CA880DA0945749439755B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_64.cpp */, - 50AE3C91706147F89664A8EA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Fpu.cpp */, - 46376217DBF5426088332BB1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Md.cpp */, - 56332AF1144D444496095E36 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86.cpp */, - BEE611A77BE84BC7A5540B44 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_32.cpp */, - D560B54C176D4EF4AB104F11 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_64.cpp */, - 9FB7B1933CD74638804C7E27 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu.cpp */, - 8DE7518B3FE34FC69D8CE9F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Avx.cpp */, - CED8B370855F4A7A90C7DB48 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Sse.cpp */, - 8B77FB45DAA8413E82346537 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md.cpp */, - 1BBC9BE581F74E7CA6EF9720 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md_Avx.cpp */, - D175D5C100F24984BB9CEE17 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_Optimize.cpp */, - 51E2086BD02D45949535855E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_RegAlloc.cpp */, - B0968024773644F4B1FFB4E1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_Statement.cpp */, - 12CA432277B14CE6B07A87E8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_SymbolTable.cpp */, - CDA24D9757694BB89B12CC98 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/LiteralPool.cpp */, - 27D4C6CD9B264FF487270F23 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/MachoObjectFile.cpp */, - A8240889A5544D64A955D0E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/MemoryFunction.cpp */, - C10BE8C054FE4C1BB337A23E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/ObjectFile.cpp */, - A62D3AE27C3D49F8BB919A1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/WasmModuleBuilder.cpp */, - C5FF2D270CAD4361BEEA9111 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler.cpp */, - B0719CAACDD24C5AA6048468 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Avx.cpp */, - 29FB11C1FCFF4129868F5F5D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Fpu.cpp */, - 6C17295EF9C4497DA218639B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Sse.cpp */, - 844BB5DB72FE44E698D1BDB9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86CpuFeatures.cpp */, + 74BD418422D44BC6A572DF62 /* ../Play-/deps/CodeGen/src/AArch32Assembler.cpp */, + 8B86AA00BBB547E8B38246B6 /* ../Play-/deps/CodeGen/src/AArch64Assembler.cpp */, + 750E8F0A25EF4DEA91859972 /* ../Play-/deps/CodeGen/src/CoffObjectFile.cpp */, + F6683B23BFB445B7878F790C /* ../Play-/deps/CodeGen/src/Jitter.cpp */, + 3FADE7B992A54C8D9CAA6936 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen.cpp */, + CBA24AC8BAB749BFB9887DA5 /* ../Play-/deps/CodeGen/src/Jitter_CodeGenFactory.cpp */, + 7FA2EBE84EED468FBD77CEE2 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32.cpp */, + 3BBA22CA7C174953A80460EA /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_64.cpp */, + 934066304B174F0AA8492945 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Fpu.cpp */, + 05AF75D554034B809BCB94E6 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Md.cpp */, + 449005AED69A4359B56AF2EE /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64.cpp */, + 4A1C3E3109CA4E43BFE8067D /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_64.cpp */, + CAEC69327FCB4BF1A831D513 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Fpu.cpp */, + AA698E2CA46649FABC31E3B5 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Md.cpp */, + 52FF393F2F884DD9823AD460 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm.cpp */, + E45CA880DA0945749439755B /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_64.cpp */, + 50AE3C91706147F89664A8EA /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Fpu.cpp */, + 46376217DBF5426088332BB1 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Md.cpp */, + 56332AF1144D444496095E36 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86.cpp */, + BEE611A77BE84BC7A5540B44 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_32.cpp */, + D560B54C176D4EF4AB104F11 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_64.cpp */, + 9FB7B1933CD74638804C7E27 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu.cpp */, + 8DE7518B3FE34FC69D8CE9F0 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Avx.cpp */, + CED8B370855F4A7A90C7DB48 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Sse.cpp */, + 8B77FB45DAA8413E82346537 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md.cpp */, + 1BBC9BE581F74E7CA6EF9720 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md_Avx.cpp */, + D175D5C100F24984BB9CEE17 /* ../Play-/deps/CodeGen/src/Jitter_Optimize.cpp */, + 51E2086BD02D45949535855E /* ../Play-/deps/CodeGen/src/Jitter_RegAlloc.cpp */, + B0968024773644F4B1FFB4E1 /* ../Play-/deps/CodeGen/src/Jitter_Statement.cpp */, + 12CA432277B14CE6B07A87E8 /* ../Play-/deps/CodeGen/src/Jitter_SymbolTable.cpp */, + CDA24D9757694BB89B12CC98 /* ../Play-/deps/CodeGen/src/LiteralPool.cpp */, + 27D4C6CD9B264FF487270F23 /* ../Play-/deps/CodeGen/src/MachoObjectFile.cpp */, + A8240889A5544D64A955D0E0 /* ../Play-/deps/CodeGen/src/MemoryFunction.cpp */, + C10BE8C054FE4C1BB337A23E /* ../Play-/deps/CodeGen/src/ObjectFile.cpp */, + A62D3AE27C3D49F8BB919A1B /* ../Play-/deps/CodeGen/src/WasmModuleBuilder.cpp */, + C5FF2D270CAD4361BEEA9111 /* ../Play-/deps/CodeGen/src/X86Assembler.cpp */, + B0719CAACDD24C5AA6048468 /* ../Play-/deps/CodeGen/src/X86Assembler_Avx.cpp */, + 29FB11C1FCFF4129868F5F5D /* ../Play-/deps/CodeGen/src/X86Assembler_Fpu.cpp */, + 6C17295EF9C4497DA218639B /* ../Play-/deps/CodeGen/src/X86Assembler_Sse.cpp */, + 844BB5DB72FE44E698D1BDB9 /* ../Play-/deps/CodeGen/src/X86CpuFeatures.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -733,40 +733,40 @@ 8A624FBE4BB94D9D8DF52D13 /* Header Files */ = { isa = PBXGroup; children = ( - 233D450FF28344C392126661 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/AArch32Assembler.h */, - D578ECA3BAF347FFBEEFA6BE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/AArch64Assembler.h */, - 9D3990017A544A32AFF7B956 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/ArrayStack.h */, - A5CEDF00B3AD4D72B3AF0692 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/CoffDefs.h */, - 3A77323E75F441E39F0B333C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/CoffObjectFile.h */, - 599D4C9DFCCC4D89ADAF46C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter.h */, - AD242C8604464761A04F50DA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen.h */, - 865DA8710C7D4308ABE4BB13 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGenFactory.h */, - 91A72F8707E0457C82B6DD94 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_AArch32.h */, - 512093E7CC08405B92C20426 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_AArch64.h */, - C12E23F45AAF4BA1B4E75B37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_Wasm.h */, - D12FBC5CDCB04693AFBDC942 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86.h */, - 900F93CCD537454C9FE7CBCF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86_32.h */, - 54850236FFF9423188CE6A78 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86_64.h */, - 1A19AC59672D4E77B4FC8E36 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_Statement.h */, - AA69675EBA254E179720C563 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_Symbol.h */, - A30B3E90719A4ED0AE8F7CE8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_SymbolRef.h */, - 684026596A774D7C8DE23520 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_SymbolTable.h */, - 3CD605CC2A794FB0B650FDDC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Literal128.h */, - F08EA008C39E4EFFA1842FF3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/LiteralPool.h */, - B6C858EDCD524A0086ED4938 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MachoDefs.h */, - 42879FDDF618478981167989 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MachoObjectFile.h */, - 2329A23532064261B1066841 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MemoryFunction.h */, - 8A318B92498A4FE3BA75C2A3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/ObjectFile.h */, - 5A6F245CE9784576B75D272A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/WasmDefs.h */, - E1255A1095AA4A4C8021A82B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/WasmModuleBuilder.h */, - 69D088D1729A4CFDAC7B50FE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/X86Assembler.h */, - 01DF3B586C564E21A98A5103 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/X86CpuFeatures.h */, - 1CE1779CADA14147868638D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Div.h */, - 507C3F3473224470814B21FF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_LoadStore.h */, - F5EC9BD75351473F8DA0C94E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Alu.h */, - 8C4B483930F24CB980E38DE7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Div.h */, - 8A9B462746534FF59C3521A7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Mul.h */, - 6A5D1D4FAC5F4320B582DD2C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Shift.h */, + 233D450FF28344C392126661 /* ../Play-/deps/CodeGen/include/AArch32Assembler.h */, + D578ECA3BAF347FFBEEFA6BE /* ../Play-/deps/CodeGen/include/AArch64Assembler.h */, + 9D3990017A544A32AFF7B956 /* ../Play-/deps/CodeGen/include/ArrayStack.h */, + A5CEDF00B3AD4D72B3AF0692 /* ../Play-/deps/CodeGen/include/CoffDefs.h */, + 3A77323E75F441E39F0B333C /* ../Play-/deps/CodeGen/include/CoffObjectFile.h */, + 599D4C9DFCCC4D89ADAF46C9 /* ../Play-/deps/CodeGen/include/Jitter.h */, + AD242C8604464761A04F50DA /* ../Play-/deps/CodeGen/include/Jitter_CodeGen.h */, + 865DA8710C7D4308ABE4BB13 /* ../Play-/deps/CodeGen/include/Jitter_CodeGenFactory.h */, + 91A72F8707E0457C82B6DD94 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_AArch32.h */, + 512093E7CC08405B92C20426 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_AArch64.h */, + C12E23F45AAF4BA1B4E75B37 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_Wasm.h */, + D12FBC5CDCB04693AFBDC942 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_x86.h */, + 900F93CCD537454C9FE7CBCF /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_x86_32.h */, + 54850236FFF9423188CE6A78 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_x86_64.h */, + 1A19AC59672D4E77B4FC8E36 /* ../Play-/deps/CodeGen/include/Jitter_Statement.h */, + AA69675EBA254E179720C563 /* ../Play-/deps/CodeGen/include/Jitter_Symbol.h */, + A30B3E90719A4ED0AE8F7CE8 /* ../Play-/deps/CodeGen/include/Jitter_SymbolRef.h */, + 684026596A774D7C8DE23520 /* ../Play-/deps/CodeGen/include/Jitter_SymbolTable.h */, + 3CD605CC2A794FB0B650FDDC /* ../Play-/deps/CodeGen/include/Literal128.h */, + F08EA008C39E4EFFA1842FF3 /* ../Play-/deps/CodeGen/include/LiteralPool.h */, + B6C858EDCD524A0086ED4938 /* ../Play-/deps/CodeGen/include/MachoDefs.h */, + 42879FDDF618478981167989 /* ../Play-/deps/CodeGen/include/MachoObjectFile.h */, + 2329A23532064261B1066841 /* ../Play-/deps/CodeGen/include/MemoryFunction.h */, + 8A318B92498A4FE3BA75C2A3 /* ../Play-/deps/CodeGen/include/ObjectFile.h */, + 5A6F245CE9784576B75D272A /* ../Play-/deps/CodeGen/include/WasmDefs.h */, + E1255A1095AA4A4C8021A82B /* ../Play-/deps/CodeGen/include/WasmModuleBuilder.h */, + 69D088D1729A4CFDAC7B50FE /* ../Play-/deps/CodeGen/include/X86Assembler.h */, + 01DF3B586C564E21A98A5103 /* ../Play-/deps/CodeGen/include/X86CpuFeatures.h */, + 1CE1779CADA14147868638D1 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Div.h */, + 507C3F3473224470814B21FF /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_LoadStore.h */, + F5EC9BD75351473F8DA0C94E /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Alu.h */, + 8C4B483930F24CB980E38DE7 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Div.h */, + 8A9B462746534FF59C3521A7 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Mul.h */, + 6A5D1D4FAC5F4320B582DD2C /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Shift.h */, ); name = "Header Files"; sourceTree = ""; @@ -774,7 +774,7 @@ A57BFC96980B4680BB2CAEB2 /* Resources */ = { isa = PBXGroup; children = ( - ED669D31C53C46C384912984 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist */, + ED669D31C53C46C384912984 /* ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -782,59 +782,59 @@ ACEF9697C3EB41B6AB8BB2D2 /* Source Files */ = { isa = PBXGroup; children = ( - C0811B42B7044B588E529EF6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest.cpp */, - BE8AC4D62D194522A21189A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest2.cpp */, - E65B6312B27345DD86384D92 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Alu64Test.cpp */, - 63A10C06C012409EAAFE1441 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Call64Test.cpp */, - D80914BE03F949B398287507 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Cmp64Test.cpp */, - 8C6043F958974F6A9464DC65 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CompareTest.cpp */, - FED93661B4554B46BC24724A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ConditionTest.cpp */, - 42A01AB9EA85452F92D2773B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Crc32Test.cpp */, - B4A20C97F7054E7E948EAE2B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CursorTest.cpp */, - 0EC7DA4B83DE440DAF4ED681 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/DivTest.cpp */, - 71508B6DE48C4DC08290732C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ExternJumpTest.cpp */, - D237FBCCD17449FCB7645CED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpClampTest.cpp */, - AAB8E128352B47958ED32368 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpIntMixTest.cpp */, - 42018D7DC5F94F5D99B128F8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpuTest.cpp */, - A4F196F1CD6F416E9B8DE202 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/GotoTest.cpp */, - 38088832F19E4766A35D94FC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTest.cpp */, - 6336641928014B9AA610030B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTestLiteral.cpp */, - 8E06E38F92184F6996EB2F21 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Logic64Test.cpp */, - 176F8B31051145B58C2886D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LogicTest.cpp */, - 0F8F9FA0AA8345D39F6B3615 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LoopTest.cpp */, - 076EA45DCA0A4E9785CD6740 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LzcTest.cpp */, - 888790D4E62F4D179CF3FB33 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Main.cpp */, - A842A7B289D6490495DBED30 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdAddTest.cpp */, - 62715ED8D3CE429BA8B37B6E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCallTest.cpp */, - BA41008F83EB473F9758E43B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCmpTest.cpp */, - 99459FE9D00E48CE914AE9AD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpFlagTest.cpp */, - 19565CE4CADE47F983806CC4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpTest.cpp */, - 6480F26A8F34434E8B319CC6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdLogicTest.cpp */, - 2E330D686298446BB5153193 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdManipTest.cpp */, - 7D2266C22EE44DA784D6085A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMemAccessTest.cpp */, - 8D3AC03696E54DDC8CAC7B4A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMinMaxTest.cpp */, - 5730565D69A54F7A85ACEE4E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdShiftTest.cpp */, - B36B5EEB5F0942518BA07374 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdSubTest.cpp */, - 01E6258399B3440CBC2CE3E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdTest.cpp */, - 789F7A1FF4F64BD294455DBF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdUnpackTest.cpp */, - 9ECE3722A6CA46B986B2987B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess16Test.cpp */, - 7403AA46109B4FA79E91C470 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess64Test.cpp */, - E8EF82841539447CB2AAD637 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess8Test.cpp */, - 08D2DEA77CA64EF185516C4B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessIdxTest.cpp */, - C0C7E83715294FA5BC14D1BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessRefTest.cpp */, - 52EA9BA9217040A19B561089 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessTest.cpp */, - 0754D574A76A4F738B2B4246 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Merge64Test.cpp */, - 183E6F6B874745D0B63330DB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MultTest.cpp */, - 858DB97B1A19488AA28228E9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/NestedIfTest.cpp */, - 10F40CB1222144E6B17830D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest.cpp */, - B2A93AA7547B49EEB0634599 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest2.cpp */, - FD6676A7B9E840D0B1BA668C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest3.cpp */, - 3F9C3CDD513443BDBC246753 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTempTest.cpp */, - 573592D9A1D84C23B5741D9A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTest.cpp */, - 9B85386F54264B8A81E8B9F9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ReorderAddTest.cpp */, - AB5FD791309F4B00939A3B60 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Shift64Test.cpp */, - 19D2323F0E8D4EDF8E22C763 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ShiftTest.cpp */, - F31B65703DF6428A8ADFD56D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/SimpleMdTest.cpp */, + C0811B42B7044B588E529EF6 /* ../Play-/deps/CodeGen/tests/AliasTest.cpp */, + BE8AC4D62D194522A21189A9 /* ../Play-/deps/CodeGen/tests/AliasTest2.cpp */, + E65B6312B27345DD86384D92 /* ../Play-/deps/CodeGen/tests/Alu64Test.cpp */, + 63A10C06C012409EAAFE1441 /* ../Play-/deps/CodeGen/tests/Call64Test.cpp */, + D80914BE03F949B398287507 /* ../Play-/deps/CodeGen/tests/Cmp64Test.cpp */, + 8C6043F958974F6A9464DC65 /* ../Play-/deps/CodeGen/tests/CompareTest.cpp */, + FED93661B4554B46BC24724A /* ../Play-/deps/CodeGen/tests/ConditionTest.cpp */, + 42A01AB9EA85452F92D2773B /* ../Play-/deps/CodeGen/tests/Crc32Test.cpp */, + B4A20C97F7054E7E948EAE2B /* ../Play-/deps/CodeGen/tests/CursorTest.cpp */, + 0EC7DA4B83DE440DAF4ED681 /* ../Play-/deps/CodeGen/tests/DivTest.cpp */, + 71508B6DE48C4DC08290732C /* ../Play-/deps/CodeGen/tests/ExternJumpTest.cpp */, + D237FBCCD17449FCB7645CED /* ../Play-/deps/CodeGen/tests/FpClampTest.cpp */, + AAB8E128352B47958ED32368 /* ../Play-/deps/CodeGen/tests/FpIntMixTest.cpp */, + 42018D7DC5F94F5D99B128F8 /* ../Play-/deps/CodeGen/tests/FpuTest.cpp */, + A4F196F1CD6F416E9B8DE202 /* ../Play-/deps/CodeGen/tests/GotoTest.cpp */, + 38088832F19E4766A35D94FC /* ../Play-/deps/CodeGen/tests/HugeJumpTest.cpp */, + 6336641928014B9AA610030B /* ../Play-/deps/CodeGen/tests/HugeJumpTestLiteral.cpp */, + 8E06E38F92184F6996EB2F21 /* ../Play-/deps/CodeGen/tests/Logic64Test.cpp */, + 176F8B31051145B58C2886D5 /* ../Play-/deps/CodeGen/tests/LogicTest.cpp */, + 0F8F9FA0AA8345D39F6B3615 /* ../Play-/deps/CodeGen/tests/LoopTest.cpp */, + 076EA45DCA0A4E9785CD6740 /* ../Play-/deps/CodeGen/tests/LzcTest.cpp */, + 888790D4E62F4D179CF3FB33 /* ../Play-/deps/CodeGen/tests/Main.cpp */, + A842A7B289D6490495DBED30 /* ../Play-/deps/CodeGen/tests/MdAddTest.cpp */, + 62715ED8D3CE429BA8B37B6E /* ../Play-/deps/CodeGen/tests/MdCallTest.cpp */, + BA41008F83EB473F9758E43B /* ../Play-/deps/CodeGen/tests/MdCmpTest.cpp */, + 99459FE9D00E48CE914AE9AD /* ../Play-/deps/CodeGen/tests/MdFpFlagTest.cpp */, + 19565CE4CADE47F983806CC4 /* ../Play-/deps/CodeGen/tests/MdFpTest.cpp */, + 6480F26A8F34434E8B319CC6 /* ../Play-/deps/CodeGen/tests/MdLogicTest.cpp */, + 2E330D686298446BB5153193 /* ../Play-/deps/CodeGen/tests/MdManipTest.cpp */, + 7D2266C22EE44DA784D6085A /* ../Play-/deps/CodeGen/tests/MdMemAccessTest.cpp */, + 8D3AC03696E54DDC8CAC7B4A /* ../Play-/deps/CodeGen/tests/MdMinMaxTest.cpp */, + 5730565D69A54F7A85ACEE4E /* ../Play-/deps/CodeGen/tests/MdShiftTest.cpp */, + B36B5EEB5F0942518BA07374 /* ../Play-/deps/CodeGen/tests/MdSubTest.cpp */, + 01E6258399B3440CBC2CE3E0 /* ../Play-/deps/CodeGen/tests/MdTest.cpp */, + 789F7A1FF4F64BD294455DBF /* ../Play-/deps/CodeGen/tests/MdUnpackTest.cpp */, + 9ECE3722A6CA46B986B2987B /* ../Play-/deps/CodeGen/tests/MemAccess16Test.cpp */, + 7403AA46109B4FA79E91C470 /* ../Play-/deps/CodeGen/tests/MemAccess64Test.cpp */, + E8EF82841539447CB2AAD637 /* ../Play-/deps/CodeGen/tests/MemAccess8Test.cpp */, + 08D2DEA77CA64EF185516C4B /* ../Play-/deps/CodeGen/tests/MemAccessIdxTest.cpp */, + C0C7E83715294FA5BC14D1BF /* ../Play-/deps/CodeGen/tests/MemAccessRefTest.cpp */, + 52EA9BA9217040A19B561089 /* ../Play-/deps/CodeGen/tests/MemAccessTest.cpp */, + 0754D574A76A4F738B2B4246 /* ../Play-/deps/CodeGen/tests/Merge64Test.cpp */, + 183E6F6B874745D0B63330DB /* ../Play-/deps/CodeGen/tests/MultTest.cpp */, + 858DB97B1A19488AA28228E9 /* ../Play-/deps/CodeGen/tests/NestedIfTest.cpp */, + 10F40CB1222144E6B17830D8 /* ../Play-/deps/CodeGen/tests/RandomAluTest.cpp */, + B2A93AA7547B49EEB0634599 /* ../Play-/deps/CodeGen/tests/RandomAluTest2.cpp */, + FD6676A7B9E840D0B1BA668C /* ../Play-/deps/CodeGen/tests/RandomAluTest3.cpp */, + 3F9C3CDD513443BDBC246753 /* ../Play-/deps/CodeGen/tests/RegAllocTempTest.cpp */, + 573592D9A1D84C23B5741D9A /* ../Play-/deps/CodeGen/tests/RegAllocTest.cpp */, + 9B85386F54264B8A81E8B9F9 /* ../Play-/deps/CodeGen/tests/ReorderAddTest.cpp */, + AB5FD791309F4B00939A3B60 /* ../Play-/deps/CodeGen/tests/Shift64Test.cpp */, + 19D2323F0E8D4EDF8E22C763 /* ../Play-/deps/CodeGen/tests/ShiftTest.cpp */, + F31B65703DF6428A8ADFD56D /* ../Play-/deps/CodeGen/tests/SimpleMdTest.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -849,7 +849,7 @@ DC42A7DA3FC548CCA55C3B54 /* Resources */ = { isa = PBXGroup; children = ( - 6D36A3145B1C4FF097C77C1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGen.dir/Info.plist */, + 6D36A3145B1C4FF097C77C1B /* ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGen.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -941,19 +941,19 @@ shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen + cd ../cmake/Source/ui_ios/Source/CodeGen /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen + cd ../cmake/Source/ui_ios/Source/CodeGen /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen + cd ../cmake/Source/ui_ios/Source/CodeGen /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen + cd ../cmake/Source/ui_ios/Source/CodeGen /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi "; @@ -984,24 +984,24 @@ exit 0"; ); name = "Generate CMakeFiles/ALL_BUILD"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/ALL_BUILD ); +../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/ALL_BUILD ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen + cd ../cmake/Source/ui_ios/Source/CodeGen echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen + cd ../cmake/Source/ui_ios/Source/CodeGen echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen + cd ../cmake/Source/ui_ios/Source/CodeGen echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen + cd ../cmake/Source/ui_ios/Source/CodeGen echo Build\\ all\\ projects fi "; @@ -1020,19 +1020,19 @@ fi shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi "; @@ -1096,19 +1096,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen + cd ../cmake/Source/ui_ios/Source/CodeGen /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen + cd ../cmake/Source/ui_ios/Source/CodeGen /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen + cd ../cmake/Source/ui_ios/Source/CodeGen /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen + cd ../cmake/Source/ui_ios/Source/CodeGen /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; @@ -1124,25 +1124,25 @@ fi ); name = "Generate CMakeFiles/ZERO_CHECK"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/ZERO_CHECK ); +../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/ZERO_CHECK ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/CodeGen + make -f ../cmake/Source/ui_ios/Source/CodeGen/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/CodeGen + make -f ../cmake/Source/ui_ios/Source/CodeGen/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/CodeGen + make -f ../cmake/Source/ui_ios/Source/CodeGen/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/CodeGen + make -f ../cmake/Source/ui_ios/Source/CodeGen/CMakeScripts/ReRunCMake.make fi "; showEnvVarsInLog = 0; @@ -1169,46 +1169,46 @@ exit 0"; isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 34128E425373424383A14520 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/AArch32Assembler.cpp */, - D6990893C00B41BC88616B7A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/AArch64Assembler.cpp */, - A2C80AE141E44965A8AE34E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/CoffObjectFile.cpp */, - 118808671DFE4CB9BA5C632F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter.cpp */, - A6DE65E3304F4E34AE144EA4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen.cpp */, - 548DB506C2A3485E82A8890C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGenFactory.cpp */, - F847C78B62BF4FB99B837984 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32.cpp */, - E7FB4680026549F79D8CADD5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_64.cpp */, - D926D2DEC8594C919A26CD1A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Fpu.cpp */, - 5EAFB7AD6F3D4ABE9C68B51B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Md.cpp */, - 862F2EEB177940B28A13374C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64.cpp */, - E845106C7D264FB3BF40D2B0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_64.cpp */, - EF45F46D68FA4AA380DDDA8E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Fpu.cpp */, - F3969262438641E1A8015444 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Md.cpp */, - 1424EC44DF3A48AC8B5A80CD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm.cpp */, - 6FC3B243B9F04652B5657D9E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_64.cpp */, - 35059F7B9F6E426FA727206B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Fpu.cpp */, - 195B8CAF3A2E4F4EBD552D36 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Md.cpp */, - 1F8D488D7C4A44A292ABB6B9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86.cpp */, - 02C31F47D520462788E89FDD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_32.cpp */, - 01ABC760C0EE4D4AAE6058D3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_64.cpp */, - 4992570762EA4B4793B15977 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu.cpp */, - 2AE967A11ACC446EAD99219F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Avx.cpp */, - 96F3008781AC4BCAB8E4AEEB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Sse.cpp */, - AA61134A851743E08EB6105E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md.cpp */, - 8F53723EA09A455FA87A92F1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md_Avx.cpp */, - FFA145D34D504DA2B302EA2E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_Optimize.cpp */, - 3291323C7C884D43B784BE88 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_RegAlloc.cpp */, - 02C22C30BF1740A09511F220 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_Statement.cpp */, - 6837B8BD6D3E44519FE831DB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_SymbolTable.cpp */, - D5BD91BE76ED4710BA1ACE39 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/LiteralPool.cpp */, - 4133625D6D00494E8EC5DF95 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/MachoObjectFile.cpp */, - 813F74C310204E78B2EA3C48 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/MemoryFunction.cpp */, - C97321802D7745769CB21810 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/ObjectFile.cpp */, - 4A5C504B15614DB6BB67754A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/WasmModuleBuilder.cpp */, - B93FE9724D2A4BFE9E9E1E8B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler.cpp */, - DA93434BAE004FC69638BFA3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Avx.cpp */, - 19194586485D4B16BDC8D24F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Fpu.cpp */, - 738B107058124CB7A681A1CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Sse.cpp */, - 9F46026AD031475D84BA754D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86CpuFeatures.cpp */, + 34128E425373424383A14520 /* ../Play-/deps/CodeGen/src/AArch32Assembler.cpp */, + D6990893C00B41BC88616B7A /* ../Play-/deps/CodeGen/src/AArch64Assembler.cpp */, + A2C80AE141E44965A8AE34E3 /* ../Play-/deps/CodeGen/src/CoffObjectFile.cpp */, + 118808671DFE4CB9BA5C632F /* ../Play-/deps/CodeGen/src/Jitter.cpp */, + A6DE65E3304F4E34AE144EA4 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen.cpp */, + 548DB506C2A3485E82A8890C /* ../Play-/deps/CodeGen/src/Jitter_CodeGenFactory.cpp */, + F847C78B62BF4FB99B837984 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32.cpp */, + E7FB4680026549F79D8CADD5 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_64.cpp */, + D926D2DEC8594C919A26CD1A /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Fpu.cpp */, + 5EAFB7AD6F3D4ABE9C68B51B /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Md.cpp */, + 862F2EEB177940B28A13374C /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64.cpp */, + E845106C7D264FB3BF40D2B0 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_64.cpp */, + EF45F46D68FA4AA380DDDA8E /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Fpu.cpp */, + F3969262438641E1A8015444 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Md.cpp */, + 1424EC44DF3A48AC8B5A80CD /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm.cpp */, + 6FC3B243B9F04652B5657D9E /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_64.cpp */, + 35059F7B9F6E426FA727206B /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Fpu.cpp */, + 195B8CAF3A2E4F4EBD552D36 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Md.cpp */, + 1F8D488D7C4A44A292ABB6B9 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86.cpp */, + 02C31F47D520462788E89FDD /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_32.cpp */, + 01ABC760C0EE4D4AAE6058D3 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_64.cpp */, + 4992570762EA4B4793B15977 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu.cpp */, + 2AE967A11ACC446EAD99219F /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Avx.cpp */, + 96F3008781AC4BCAB8E4AEEB /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Sse.cpp */, + AA61134A851743E08EB6105E /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md.cpp */, + 8F53723EA09A455FA87A92F1 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md_Avx.cpp */, + FFA145D34D504DA2B302EA2E /* ../Play-/deps/CodeGen/src/Jitter_Optimize.cpp */, + 3291323C7C884D43B784BE88 /* ../Play-/deps/CodeGen/src/Jitter_RegAlloc.cpp */, + 02C22C30BF1740A09511F220 /* ../Play-/deps/CodeGen/src/Jitter_Statement.cpp */, + 6837B8BD6D3E44519FE831DB /* ../Play-/deps/CodeGen/src/Jitter_SymbolTable.cpp */, + D5BD91BE76ED4710BA1ACE39 /* ../Play-/deps/CodeGen/src/LiteralPool.cpp */, + 4133625D6D00494E8EC5DF95 /* ../Play-/deps/CodeGen/src/MachoObjectFile.cpp */, + 813F74C310204E78B2EA3C48 /* ../Play-/deps/CodeGen/src/MemoryFunction.cpp */, + C97321802D7745769CB21810 /* ../Play-/deps/CodeGen/src/ObjectFile.cpp */, + 4A5C504B15614DB6BB67754A /* ../Play-/deps/CodeGen/src/WasmModuleBuilder.cpp */, + B93FE9724D2A4BFE9E9E1E8B /* ../Play-/deps/CodeGen/src/X86Assembler.cpp */, + DA93434BAE004FC69638BFA3 /* ../Play-/deps/CodeGen/src/X86Assembler_Avx.cpp */, + 19194586485D4B16BDC8D24F /* ../Play-/deps/CodeGen/src/X86Assembler_Fpu.cpp */, + 738B107058124CB7A681A1CF /* ../Play-/deps/CodeGen/src/X86Assembler_Sse.cpp */, + 9F46026AD031475D84BA754D /* ../Play-/deps/CodeGen/src/X86CpuFeatures.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1216,59 +1216,59 @@ exit 0"; isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 6CEDBB82792C4AE489F65C6A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest.cpp */, - 46848E98B0FA46B19243F95B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest2.cpp */, - 7D58533294BD488090E5A3A8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Alu64Test.cpp */, - 28A4B41F86744CA1ADF8C5B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Call64Test.cpp */, - 3164EE5F34644496A14BD369 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Cmp64Test.cpp */, - C2B42DF6F0A24646B4D8BF64 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CompareTest.cpp */, - E84D7772EF87485EAD596AC9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ConditionTest.cpp */, - C256866A7E6D4022B0147150 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Crc32Test.cpp */, - C953778BC8E84009B8FECA39 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CursorTest.cpp */, - 85B709A1EBF043FE8119494E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/DivTest.cpp */, - C7F1AAD15D944B2C91C40D53 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ExternJumpTest.cpp */, - 39395297DA2F4CB88ACB2B6A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpClampTest.cpp */, - 423A4B57F1374130A391A38F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpIntMixTest.cpp */, - 91C75EDC86E747028A8E2693 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpuTest.cpp */, - E548309B2ED74A9583AC4535 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/GotoTest.cpp */, - CC289A5A55124A16B56163E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTest.cpp */, - 277ED78DEFE041748AFC6C37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTestLiteral.cpp */, - 7EAE5C6E372C44A9846A2F70 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Logic64Test.cpp */, - 49F4124CFD08432ABBE6FB59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LogicTest.cpp */, - 4937E3B645C2425BB758FC1F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LoopTest.cpp */, - 09475712B50345E89EF88E2B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LzcTest.cpp */, - 52F2AF20D89A4F9A8FD7CA22 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Main.cpp */, - 4E039998ECBA4882B676E870 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdAddTest.cpp */, - 7CAE2CF3CA4645E99DD2CB4F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCallTest.cpp */, - 40E69C93FDBF461B899C7443 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCmpTest.cpp */, - 543EC9B765A34016A4C5C4FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpFlagTest.cpp */, - 590C17BE882D442DB112CCA2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpTest.cpp */, - D74CF32F74DE441E9FB72C74 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdLogicTest.cpp */, - CA8FAA9183C542C6B410338B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdManipTest.cpp */, - ED91173F802D422EB4692455 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMemAccessTest.cpp */, - 3674166B68DB45B88B822EC0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMinMaxTest.cpp */, - 1B670250D33148448B57F904 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdShiftTest.cpp */, - 920CBE4AF7674493B25F1C92 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdSubTest.cpp */, - E1006286D19E4DD185C29712 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdTest.cpp */, - EC9225A3629547DE949A75CB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdUnpackTest.cpp */, - 71BFF37469A843348C4C8982 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess16Test.cpp */, - 948585A8A9604E88AE019997 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess64Test.cpp */, - 6D03A6D540E5495FA7F9E388 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess8Test.cpp */, - 53CF02B51FF5419980B3C2E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessIdxTest.cpp */, - 4D290CC0786C49358BC85142 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessRefTest.cpp */, - BD2C2FB724784BBDA86FBAD4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessTest.cpp */, - BE9FACE120DD464EB1A651B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Merge64Test.cpp */, - C1E3CF8974E24E439E9135FF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MultTest.cpp */, - 6E87B406721D4DCFADDF2657 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/NestedIfTest.cpp */, - 4FA5F774E4FC43AB96567337 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest.cpp */, - 53F481551ADA48748F419FF1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest2.cpp */, - 2EA594C324874C94A059D7DF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest3.cpp */, - 1A8AA43FCA1742C6A01A7320 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTempTest.cpp */, - A3D5E081283343E1B9EBEC0F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTest.cpp */, - 54E9927F2BCF4ECBBC6E358D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ReorderAddTest.cpp */, - 57897B6802774144849E0058 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Shift64Test.cpp */, - ED4357980DC94170859F2956 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ShiftTest.cpp */, - 97079F5EE621468ABCFC497C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/SimpleMdTest.cpp */, + 6CEDBB82792C4AE489F65C6A /* ../Play-/deps/CodeGen/tests/AliasTest.cpp */, + 46848E98B0FA46B19243F95B /* ../Play-/deps/CodeGen/tests/AliasTest2.cpp */, + 7D58533294BD488090E5A3A8 /* ../Play-/deps/CodeGen/tests/Alu64Test.cpp */, + 28A4B41F86744CA1ADF8C5B2 /* ../Play-/deps/CodeGen/tests/Call64Test.cpp */, + 3164EE5F34644496A14BD369 /* ../Play-/deps/CodeGen/tests/Cmp64Test.cpp */, + C2B42DF6F0A24646B4D8BF64 /* ../Play-/deps/CodeGen/tests/CompareTest.cpp */, + E84D7772EF87485EAD596AC9 /* ../Play-/deps/CodeGen/tests/ConditionTest.cpp */, + C256866A7E6D4022B0147150 /* ../Play-/deps/CodeGen/tests/Crc32Test.cpp */, + C953778BC8E84009B8FECA39 /* ../Play-/deps/CodeGen/tests/CursorTest.cpp */, + 85B709A1EBF043FE8119494E /* ../Play-/deps/CodeGen/tests/DivTest.cpp */, + C7F1AAD15D944B2C91C40D53 /* ../Play-/deps/CodeGen/tests/ExternJumpTest.cpp */, + 39395297DA2F4CB88ACB2B6A /* ../Play-/deps/CodeGen/tests/FpClampTest.cpp */, + 423A4B57F1374130A391A38F /* ../Play-/deps/CodeGen/tests/FpIntMixTest.cpp */, + 91C75EDC86E747028A8E2693 /* ../Play-/deps/CodeGen/tests/FpuTest.cpp */, + E548309B2ED74A9583AC4535 /* ../Play-/deps/CodeGen/tests/GotoTest.cpp */, + CC289A5A55124A16B56163E6 /* ../Play-/deps/CodeGen/tests/HugeJumpTest.cpp */, + 277ED78DEFE041748AFC6C37 /* ../Play-/deps/CodeGen/tests/HugeJumpTestLiteral.cpp */, + 7EAE5C6E372C44A9846A2F70 /* ../Play-/deps/CodeGen/tests/Logic64Test.cpp */, + 49F4124CFD08432ABBE6FB59 /* ../Play-/deps/CodeGen/tests/LogicTest.cpp */, + 4937E3B645C2425BB758FC1F /* ../Play-/deps/CodeGen/tests/LoopTest.cpp */, + 09475712B50345E89EF88E2B /* ../Play-/deps/CodeGen/tests/LzcTest.cpp */, + 52F2AF20D89A4F9A8FD7CA22 /* ../Play-/deps/CodeGen/tests/Main.cpp */, + 4E039998ECBA4882B676E870 /* ../Play-/deps/CodeGen/tests/MdAddTest.cpp */, + 7CAE2CF3CA4645E99DD2CB4F /* ../Play-/deps/CodeGen/tests/MdCallTest.cpp */, + 40E69C93FDBF461B899C7443 /* ../Play-/deps/CodeGen/tests/MdCmpTest.cpp */, + 543EC9B765A34016A4C5C4FB /* ../Play-/deps/CodeGen/tests/MdFpFlagTest.cpp */, + 590C17BE882D442DB112CCA2 /* ../Play-/deps/CodeGen/tests/MdFpTest.cpp */, + D74CF32F74DE441E9FB72C74 /* ../Play-/deps/CodeGen/tests/MdLogicTest.cpp */, + CA8FAA9183C542C6B410338B /* ../Play-/deps/CodeGen/tests/MdManipTest.cpp */, + ED91173F802D422EB4692455 /* ../Play-/deps/CodeGen/tests/MdMemAccessTest.cpp */, + 3674166B68DB45B88B822EC0 /* ../Play-/deps/CodeGen/tests/MdMinMaxTest.cpp */, + 1B670250D33148448B57F904 /* ../Play-/deps/CodeGen/tests/MdShiftTest.cpp */, + 920CBE4AF7674493B25F1C92 /* ../Play-/deps/CodeGen/tests/MdSubTest.cpp */, + E1006286D19E4DD185C29712 /* ../Play-/deps/CodeGen/tests/MdTest.cpp */, + EC9225A3629547DE949A75CB /* ../Play-/deps/CodeGen/tests/MdUnpackTest.cpp */, + 71BFF37469A843348C4C8982 /* ../Play-/deps/CodeGen/tests/MemAccess16Test.cpp */, + 948585A8A9604E88AE019997 /* ../Play-/deps/CodeGen/tests/MemAccess64Test.cpp */, + 6D03A6D540E5495FA7F9E388 /* ../Play-/deps/CodeGen/tests/MemAccess8Test.cpp */, + 53CF02B51FF5419980B3C2E3 /* ../Play-/deps/CodeGen/tests/MemAccessIdxTest.cpp */, + 4D290CC0786C49358BC85142 /* ../Play-/deps/CodeGen/tests/MemAccessRefTest.cpp */, + BD2C2FB724784BBDA86FBAD4 /* ../Play-/deps/CodeGen/tests/MemAccessTest.cpp */, + BE9FACE120DD464EB1A651B5 /* ../Play-/deps/CodeGen/tests/Merge64Test.cpp */, + C1E3CF8974E24E439E9135FF /* ../Play-/deps/CodeGen/tests/MultTest.cpp */, + 6E87B406721D4DCFADDF2657 /* ../Play-/deps/CodeGen/tests/NestedIfTest.cpp */, + 4FA5F774E4FC43AB96567337 /* ../Play-/deps/CodeGen/tests/RandomAluTest.cpp */, + 53F481551ADA48748F419FF1 /* ../Play-/deps/CodeGen/tests/RandomAluTest2.cpp */, + 2EA594C324874C94A059D7DF /* ../Play-/deps/CodeGen/tests/RandomAluTest3.cpp */, + 1A8AA43FCA1742C6A01A7320 /* ../Play-/deps/CodeGen/tests/RegAllocTempTest.cpp */, + A3D5E081283343E1B9EBEC0F /* ../Play-/deps/CodeGen/tests/RegAllocTest.cpp */, + 54E9927F2BCF4ECBBC6E358D /* ../Play-/deps/CodeGen/tests/ReorderAddTest.cpp */, + 57897B6802774144849E0058 /* ../Play-/deps/CodeGen/tests/Shift64Test.cpp */, + ED4357980DC94170859F2956 /* ../Play-/deps/CodeGen/tests/ShiftTest.cpp */, + 97079F5EE621468ABCFC497C /* ../Play-/deps/CodeGen/tests/SimpleMdTest.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1624,12 +1624,12 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -DNDEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/CodeGen/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","../cmake/Source/ui_ios/Source/Framework/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = CodeGenTestSuite; SECTORDER_FLAGS = ""; @@ -1674,7 +1674,7 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1784,7 +1784,7 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1874,12 +1874,12 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -DNDEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/CodeGen/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","../cmake/Source/ui_ios/Source/Framework/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = CodeGenTestSuite; SECTORDER_FLAGS = ""; @@ -1924,7 +1924,7 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1954,12 +1954,12 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -DNDEBUG -DNDEBUG -DNDEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/Release${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/Release${EFFECTIVE_PLATFORM_NAME}/libFramework.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Release${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Release${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/CodeGen/Release${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","../cmake/Source/ui_ios/Source/Framework/Release${EFFECTIVE_PLATFORM_NAME}/libFramework.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Release${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Release${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = CodeGenTestSuite; SECTORDER_FLAGS = ""; @@ -1984,12 +1984,12 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -D_DEBUG -D_DEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/Debug${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Debug${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Debug${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/CodeGen/Debug${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","../cmake/Source/ui_ios/Source/Framework/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Debug${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Debug${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = CodeGenTestSuite; SECTORDER_FLAGS = ""; @@ -2014,7 +2014,7 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; diff --git a/Cores/Play/cmake/Source/ui_ios/Source/Framework/Framework.xcodeproj/project.pbxproj b/Cores/Play/cmake/Source/ui_ios/Source/Framework/Framework.xcodeproj/project.pbxproj index bec7b27d21..5aecffa10d 100644 --- a/Cores/Play/cmake/Source/ui_ios/Source/Framework/Framework.xcodeproj/project.pbxproj +++ b/Cores/Play/cmake/Source/ui_ios/Source/Framework/Framework.xcodeproj/project.pbxproj @@ -93,199 +93,199 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 0056D5CD0EC843DEBE7C6089 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StreamBitStream.cpp */ = {isa = PBXBuildFile; fileRef = 2A0DEA80210F49CDA95F9603 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StreamBitStream.cpp */; }; - 04F02ECAE70A4420A9C6C59F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Utf8.h */ = {isa = PBXBuildFile; fileRef = 560E77BBF44B470DBE62EDDF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Utf8.h */; }; - 0A7CD2444EB040D5B3051567 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */ = {isa = PBXBuildFile; fileRef = 7E5EF26DFB9F4A96A107CFA3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */; }; - 0DBD5FB642A449BBA22A2137 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutBaseItem.h */ = {isa = PBXBuildFile; fileRef = E6A8669BFBCD4108937FF933 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutBaseItem.h */; }; - 0DCD0268B95F4FFFAA985D74 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/CMakeFiles/Framework.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 7A5B502901E94D5883995D4C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/CMakeFiles/Framework.dir/Info.plist */; }; - 0ED69817EB01493CB7A1CB80 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipDeflateStream.h */ = {isa = PBXBuildFile; fileRef = EEF3E57908E04FEE9387AC56 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipDeflateStream.h */; }; - 0FC98D19228C4359AA2EE9CD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */ = {isa = PBXBuildFile; fileRef = 943BAFA57A7948778E02D245 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */; }; - 105D261790AE4829A0B6D90B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/BitStream.cpp */ = {isa = PBXBuildFile; fileRef = 7C2B130D42564263B8C86083 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/BitStream.cpp */; }; - 11F078E9E83E47D3B097C71B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Url.cpp */ = {isa = PBXBuildFile; fileRef = A8E3D0FEB36746069F6341B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Url.cpp */; }; - 1246DC02553745D6A481104F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */ = {isa = PBXBuildFile; fileRef = 5DA9174E52084303B3B26678 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */; }; - 127E787460E3431580EE4D4E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Base64.cpp */ = {isa = PBXBuildFile; fileRef = 86D8F3BFA50E4C20BABDA024 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Base64.cpp */; }; - 132C8CE7067D431CBE607764 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bitstream.h */ = {isa = PBXBuildFile; fileRef = A301E0EFBF62493E9CF10CCC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bitstream.h */; }; - 1D2C7ACC94644C5299B04ADC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */ = {isa = PBXBuildFile; fileRef = 0A4C5C43CB4C4658A641CB7F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */; }; - 1E1A4875C23940C3B1702170 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Stream.h */ = {isa = PBXBuildFile; fileRef = F38D944968794D0EADE156CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Stream.h */; }; - 1F3D39496A8C49D6B0D11C61 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/BitManip.h */ = {isa = PBXBuildFile; fileRef = 99E064258A2D4A779539EB7E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/BitManip.h */; }; - 1F9C50A3E2064FC0A74BF526 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.c */ = {isa = PBXBuildFile; fileRef = 23AE7A3E6348423987370E11 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.c */; }; - 20858A87A2A44FB3A36D1BCE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast_win1252.cpp */ = {isa = PBXBuildFile; fileRef = B8F227CFE1BB458AA7DC5A90 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast_win1252.cpp */; }; - 20A27B71B81E4D619F393A34 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */ = {isa = PBXBuildFile; fileRef = E689F50E6790428C844901B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */; }; - 216420C40AA644D2939A49E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.h */ = {isa = PBXBuildFile; fileRef = 104389A4621B41B99C6E3EEA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.h */; }; - 21C94C52366E4B1895569EA5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutObject.h */ = {isa = PBXBuildFile; fileRef = 9D1673AE217841A59CF83756 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutObject.h */; }; - 2204D393A3C942E9B9EA06BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Config.cpp */ = {isa = PBXBuildFile; fileRef = C7048D5F5A5A4E0190878F78 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Config.cpp */; }; - 255CF14239DD4A3EADB2F0D2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */ = {isa = PBXBuildFile; fileRef = F8B2D14049A04C288061D0BD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */; }; - 25A9C43F29F64DF295427B5B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */ = {isa = PBXBuildFile; fileRef = D5BCF7C2943240028E70CE76 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */; }; - 263A10D7B65C48F5873A81C2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */ = {isa = PBXBuildFile; fileRef = C8A3485D3FD24752B4889C75 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */; }; - 280A495D4FF041A3B35DCC3C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Breakpoint.h */ = {isa = PBXBuildFile; fileRef = 2AFD9A277D804ACFBC3FB8BB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Breakpoint.h */; }; - 2841DF8FB3DB4E82ADD84612 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */ = {isa = PBXBuildFile; fileRef = 69DADD2982E14E8FBAFE5742 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */; }; - 2A9A76CAFB344640983E0395 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/ThreadPool.h */ = {isa = PBXBuildFile; fileRef = C6FAF3C48008482B863EBD9D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/ThreadPool.h */; }; - 2AA6BFE596E94C358C76285B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */ = {isa = PBXBuildFile; fileRef = 70F6E744567F49B48A2728D6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */; }; - 2AE3EC7383FB4B55BDD1BC15 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutStretch.h */ = {isa = PBXBuildFile; fileRef = 206A8FF5262E43FF8ED83E29 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutStretch.h */; }; - 2B720C823F504336A05AFC26 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DcSizeChrominanceTable.cpp */ = {isa = PBXBuildFile; fileRef = A274500DDC324D809AF72600 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DcSizeChrominanceTable.cpp */; }; - 2D5FFAE7006F4E17B076F178 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipFile.h */ = {isa = PBXBuildFile; fileRef = 64A39EF3621C46EC8243CB99 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipFile.h */; }; - 2D9E2F628EE3456691CD0062 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */ = {isa = PBXBuildFile; fileRef = 58119AD4E02A48DBBA516E40 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */; }; - 3027E0A3A68040048447C7BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */ = {isa = PBXBuildFile; fileRef = 0A46EFE12F8147E5AB1225AA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */; }; - 30CFA950C4404EE1B7345EF4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */ = {isa = PBXBuildFile; fileRef = 08720DEF006142809BBFE0B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */; }; - 311AE68A4F404C5A97589057 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */ = {isa = PBXBuildFile; fileRef = 747D96EBDB1746CDAB141E2E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */; }; - 314F9C96625241D3978DD238 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/ThreadUtils.h */ = {isa = PBXBuildFile; fileRef = DC69E7736CD04A54B4671764 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/ThreadUtils.h */; }; - 323E09904861401EBC73E63B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */ = {isa = PBXBuildFile; fileRef = F7D787CB317F486ABCD56F08 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */; }; - 3486B677A1A64E0B874F0883 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipArchiveWriter.cpp */ = {isa = PBXBuildFile; fileRef = 2525C508C059497E8208841B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipArchiveWriter.cpp */; }; - 355B633EEBE54C3AB72B54CC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/PathUtils.cpp */ = {isa = PBXBuildFile; fileRef = EE247632DA3F422787812451 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/PathUtils.cpp */; }; - 37766871E8584D849C5F5D82 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */ = {isa = PBXBuildFile; fileRef = D0179D80120E4520B12C4BBA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */; }; - 38CEC31F537C4CE09AE0A1B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/GridLayout.h */ = {isa = PBXBuildFile; fileRef = 0645F458A0BB4217A8DEF8C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/GridLayout.h */; }; - 3926BEF159184B2E84B1350A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */ = {isa = PBXBuildFile; fileRef = 90A0BF3354FC4BD8882B85BE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */; }; - 39AC85D4D1D84AF99F8411D6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/FilteringNodeIterator.cpp */ = {isa = PBXBuildFile; fileRef = 3470162880634DAFBFE91594 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/FilteringNodeIterator.cpp */; }; - 39D6ADC0894D494C897DB46B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */ = {isa = PBXBuildFile; fileRef = D10A5178BF4041B383909F36 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */; }; - 3A2BCD79EBBC400AA2606502 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */ = {isa = PBXBuildFile; fileRef = 076EE571F172447284F8976D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */; }; - 3A4FA34D9F4F49648A23F78C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */ = {isa = PBXBuildFile; fileRef = 7A543C7328294D68B9B92393 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */; }; - 3C4E262DD44B4B52BD26F1DC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */ = {isa = PBXBuildFile; fileRef = C72205FC19D34151A53714FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */; }; - 3C65047CC0F4421C94E49C61 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable0.cpp */ = {isa = PBXBuildFile; fileRef = 17A49CF2960B45EF99EC8099 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable0.cpp */; }; - 3E68C43E4C0549C38F404401 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/InverseScanTable.cpp */ = {isa = PBXBuildFile; fileRef = 9D4BE08DBE9944E7958C0C0B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/InverseScanTable.cpp */; }; - 40598356C01844F6B7BAB436 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable.cpp */ = {isa = PBXBuildFile; fileRef = F6FAA09A8FC64A2A973C704B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable.cpp */; }; - 41D850FA0FFA4EFFAC628AA5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypeITable.cpp */ = {isa = PBXBuildFile; fileRef = D484B951893F4F5CBF98BBC1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypeITable.cpp */; }; - 42A6073AEEB84C6F8593A36C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */ = {isa = PBXBuildFile; fileRef = A0AE98B8D8B04E6EBEFE3657 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */; }; - 456744A72DB8415986D8C2DA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.h */ = {isa = PBXBuildFile; fileRef = 6640CC7C1B43494A9299AA44 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.h */; }; - 45853A334FF94E7D933740E9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/PNG.cpp */ = {isa = PBXBuildFile; fileRef = CD9F07DAF00F4FEEB63619FD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/PNG.cpp */; }; - 47EA9A42906F46E284163165 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */ = {isa = PBXBuildFile; fileRef = A28F034D0E684486938CF495 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */; }; - 47EDEBDB0906473F92F676D9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */ = {isa = PBXBuildFile; fileRef = 852BDBA746CE4FFBB4E112A7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */; }; - 487A70FEEEAF41B0AE00C9CE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/EndianUtils.h */ = {isa = PBXBuildFile; fileRef = 04AA9E6F1C454955A0C86C20 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/EndianUtils.h */; }; - 48E0589FFD9E4756A82273F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/signal/Signal.h */ = {isa = PBXBuildFile; fileRef = 7F4A56863784476296E4AA5B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/signal/Signal.h */; }; - 4A0DD6C2CFC14FCD9733E8D7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/VerticalLayout.h */ = {isa = PBXBuildFile; fileRef = 7804372B7FF041EF88E2087A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/VerticalLayout.h */; }; - 4B4B9EDB04FF4882B8D47D7E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipStoreStream.h */ = {isa = PBXBuildFile; fileRef = 10D0A702208E4463A3E4CA85 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipStoreStream.h */; }; - 4C3F1F10F1BF497AB5DEED58 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */ = {isa = PBXBuildFile; fileRef = 18BA17817F8142A2B1D293E8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */; }; - 4FBD7C21392F4133B93C521F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */ = {isa = PBXBuildFile; fileRef = 9D068DD1D96842438CDCC707 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */; }; - 508A23AEFA2647BFBC54C315 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypeBTable.cpp */ = {isa = PBXBuildFile; fileRef = BADFBF8CF02148ABB58FC2D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypeBTable.cpp */; }; - 51AF4C9A41794D76BBE02E4F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/Bitmap.cpp */ = {isa = PBXBuildFile; fileRef = 577129C212584DA7852832AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/Bitmap.cpp */; }; - 5202687855E74B0EB8F70C69 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast.cpp */ = {isa = PBXBuildFile; fileRef = 91AB1D27D7A749FABE555B54 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast.cpp */; }; - 5252E06B198D41FAB55CFEAC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */ = {isa = PBXBuildFile; fileRef = 0DC4C6D790744F87B21F73E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */; }; - 546AC7C8649446A187CA006D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 2B2DA9C6DEC14949BAE27B59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/CMakeLists.txt */; }; - 56AB18235589400EA8D3F7E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */ = {isa = PBXBuildFile; fileRef = EAD2CBF55B5B471F8BAEC357 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */; }; - 579D3D497A5D49BFAA302544 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Writer.cpp */ = {isa = PBXBuildFile; fileRef = 026A69D7AC2B4D228300E4AE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Writer.cpp */; }; - 5A10A491684F493BA58216BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/LzAri.cpp */ = {isa = PBXBuildFile; fileRef = 07023821E4F147AEAAD9B7E7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/LzAri.cpp */; }; - 5C0C634292CE4CAE92AC3C84 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */ = {isa = PBXBuildFile; fileRef = 68510A103E1B4CAC8729848F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */; }; - 5D789ECBA18B4E52A8336BBA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/QuantiserScaleTable.cpp */ = {isa = PBXBuildFile; fileRef = 9400FC04181E4863A2F2D793 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/QuantiserScaleTable.cpp */; }; - 5FFBC5E637514BBC86A04F93 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipArchiveReader.h */ = {isa = PBXBuildFile; fileRef = 91534CA5E749457E8C78730F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipArchiveReader.h */; }; - 6044D196F892477BB9AE5557 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */ = {isa = PBXBuildFile; fileRef = 02D2346E950449C79F69EE8B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */; }; - 6098A3F4A05342CA8E5459C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */ = {isa = PBXBuildFile; fileRef = 8C0E8844EE4343EBAA90FABE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */; }; - 63D720E170974AE2AA95E2BE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */ = {isa = PBXBuildFile; fileRef = 85743CD7285B45F48C5E30D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */; }; - 6679CB8652AE4488A72C990E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */ = {isa = PBXBuildFile; fileRef = CB456AC48FF04A86A62506B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */; }; - 6853034C2FE145B28BF2278B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipDeflateStream.cpp */ = {isa = PBXBuildFile; fileRef = B6BDD93250734FE1837E8255 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipDeflateStream.cpp */; }; - 6912684BE1AE453485FC0785 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StdStreamUtils.h */ = {isa = PBXBuildFile; fileRef = 099DD9C3A67641D4B70D911E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StdStreamUtils.h */; }; - 69BFA9246F954BC88E96C700 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.c */ = {isa = PBXBuildFile; fileRef = F98E08E583CE4C34B536191E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.c */; }; - 6B5ED53BE55B486BA16C7118 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */ = {isa = PBXBuildFile; fileRef = 9CFC54A9060A4ABFAD2FE0CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */; }; - 6B6DEC93184A402EBD0401E2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutObject.cpp */ = {isa = PBXBuildFile; fileRef = 5F11850926D547E9ABC76A30 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutObject.cpp */; }; - 6D63EF79477746C1BAA06198 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */ = {isa = PBXBuildFile; fileRef = E8E6E30D89DE4287A88BE51E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */; }; - 6FB663FC8E6A41FC9552CB69 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */ = {isa = PBXBuildFile; fileRef = C40985CC4202492D8BA12B3F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */; }; - 7077BFF5FB634E6D83758E59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/HorizontalLayout.cpp */ = {isa = PBXBuildFile; fileRef = 2A0837FBC1F0409BB9FEA12C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/HorizontalLayout.cpp */; }; - 711C074EC346488E819D4891 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipInflateStream.h */ = {isa = PBXBuildFile; fileRef = 3B609006DC4840F1AF67D47F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipInflateStream.h */; }; - 71274098276F49EEBBE35DD1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */ = {isa = PBXBuildFile; fileRef = 2632D265F6FB4B1FBB73191B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */; }; - 7414932829874A22981F594E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StdStream.cpp */ = {isa = PBXBuildFile; fileRef = 07BE6EB42B8E4B849159FA30 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StdStream.cpp */; }; - 75D00891D859465AA58E9FFA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/MemStream.cpp */ = {isa = PBXBuildFile; fileRef = 8D27977A03574DF987D68E08 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/MemStream.cpp */; }; - 7A114A1672BA42F5B812A00F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.c */ = {isa = PBXBuildFile; fileRef = FF41E1F66DF74E32B4488F73 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.c */; }; - 7AB05E1819874CB697CF2E35 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.c */ = {isa = PBXBuildFile; fileRef = 63F2935F4A734258BE876B2D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.c */; }; - 7AE0A951B3D14AAE83D169A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/std_experimental_set.h */ = {isa = PBXBuildFile; fileRef = BD04798685BE44C6B41EC5B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/std_experimental_set.h */; }; - 7BB753D36EF5467BA22DDD5A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */ = {isa = PBXBuildFile; fileRef = 9C36ECBF97244391904B675C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */; }; - 7C41D6DE441341069D4B78A6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */ = {isa = PBXBuildFile; fileRef = CAD27E83B43F49E2B9FAE2C6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */; }; - 805B954E807A400B94CC9B47 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipArchiveWriter.h */ = {isa = PBXBuildFile; fileRef = B75817E145AB4B6BA9AD8228 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipArchiveWriter.h */; }; - 813A3B8F9AF6449493737BD1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Node.cpp */ = {isa = PBXBuildFile; fileRef = D333900CD60D4A0C89B25FF4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Node.cpp */; }; - 82BE1B7B5AC34B26B92E9C58 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */ = {isa = PBXBuildFile; fileRef = D38711A2040144D5A441ABC0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */; }; - 8474D5F63FB746D8B708DAC4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/idct/IEEE1180.cpp */ = {isa = PBXBuildFile; fileRef = 5AB9F4F370924DC4AFBFB60C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/idct/IEEE1180.cpp */; }; - 852F381C27834B8AABF2AF3A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast_sjis.cpp */ = {isa = PBXBuildFile; fileRef = 5399CBC8359C41EABBD980D2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast_sjis.cpp */; }; - 855459D7A22341A9891A1841 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */ = {isa = PBXBuildFile; fileRef = CFAB4E8B90B14F8CA1CD9D0E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */; }; - 86D65C6E3FD2454C8C15D188 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SocketStream.h */ = {isa = PBXBuildFile; fileRef = CC642A5E305A4753A94D59F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SocketStream.h */; }; - 89BFCDDFA7F745E0AEA51E7C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/FilesystemUtils.cpp */ = {isa = PBXBuildFile; fileRef = E633FD3258784CC3A02EC185 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/FilesystemUtils.cpp */; }; - 8A9CF27E37A7413CA9546609 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */ = {isa = PBXBuildFile; fileRef = 4F4E164ECA334BBAB8CA9046 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */; }; - 8C023CC2A22843A5AAA2F480 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */ = {isa = PBXBuildFile; fileRef = 2EF48B9EAB9245BBB7B48361 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */; }; - 8D8EFB1F676F4215B3911393 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/BMP.cpp */ = {isa = PBXBuildFile; fileRef = 9F9972D7B07241E89BE8BC5C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/BMP.cpp */; }; - 8EE44E70E61C4A3CB85791E1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = B1FA4661F79D4512B6FCBCF1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt */; }; - 904E7254E5394ABFBFD359DF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */ = {isa = PBXBuildFile; fileRef = 5BFD32D8504D4CDEA2660418 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */; }; - 910333A88FF940839174F493 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */ = {isa = PBXBuildFile; fileRef = 75D58964E2764326B4262684 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */; }; - 92AF8D0AB39A497BBD3E581A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Utf8.cpp */ = {isa = PBXBuildFile; fileRef = D8C23D17EA134FE480ABBD78 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Utf8.cpp */; }; - 952533E88CA54AFD890D62A2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/VLCTable.cpp */ = {isa = PBXBuildFile; fileRef = 96C2C4AB2CCA468F97E27086 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/VLCTable.cpp */; }; - 9710D3B4E96D45C1BC7932A8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */ = {isa = PBXBuildFile; fileRef = B154C904E2C640F3B4B24ECE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */; }; - 97E8D6E3B89848B29668B0A0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.h */ = {isa = PBXBuildFile; fileRef = 9981B373E555452081AEB57C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.h */; }; - 98408F1C3006413CA0DC1428 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.c */ = {isa = PBXBuildFile; fileRef = 4E29144C745A471CBDCB15A7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.c */; }; - 9DDBDE58F1404C57A7101D28 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/HashUtils.h */ = {isa = PBXBuildFile; fileRef = 4BBC8756385348918A92B7B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/HashUtils.h */; }; - 9EE73ED53BC54F17A77AC19D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/FlatLayout.cpp */ = {isa = PBXBuildFile; fileRef = D1A408C73B7D45A5AC07E6E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/FlatLayout.cpp */; }; - 9F4CD786FD124DB3AB941CDF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/nodiscard.h */ = {isa = PBXBuildFile; fileRef = 4C929FB20F5A4AB6964137B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/nodiscard.h */; }; - 9FF25F470DE0430E90572725 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = BEC68F46069444938696D09C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */; }; - A017A12F8F1D476B9BED40B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Csv.h */ = {isa = PBXBuildFile; fileRef = BB5B3315AF26477F91DDDCC1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Csv.h */; }; - A0FABA97D4174DF78C8F2474 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */ = {isa = PBXBuildFile; fileRef = CD709EC1AADA4B2FACC26B75 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */; }; - A48582D78E7240198F049663 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutBase.h */ = {isa = PBXBuildFile; fileRef = 5BAB1057617A4002BBAFC131 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutBase.h */; }; - A52E126C113C4754AF195333 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.h */ = {isa = PBXBuildFile; fileRef = 6690A4FF9E494AF1B9F5F8EA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.h */; }; - A8376B656A2E4B29910A4025 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/compiler.h */ = {isa = PBXBuildFile; fileRef = 5C1D4785B7A04815A68B9ECB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/compiler.h */; }; - A9090FCB32CC41F288B47BD9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Stream.cpp */ = {isa = PBXBuildFile; fileRef = F62C280969CD4983B0CEAF32 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Stream.cpp */; }; - A94A25158C8D401B9DB5353D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */ = {isa = PBXBuildFile; fileRef = B33B0E7FB26D4280923471C0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */; }; - AA9497B1EEE141C391A3EEF8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/HorizontalLayout.h */ = {isa = PBXBuildFile; fileRef = ABC01BDFAFE3423A989A7DEC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/HorizontalLayout.h */; }; - AAFDAB1145C94EE6A1D3EAE1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StdStream.h */ = {isa = PBXBuildFile; fileRef = 6C523FEA11FE4637A8465787 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StdStream.h */; }; - AB2A9BCB26BA4C8E8F9C35AF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutStretch.cpp */ = {isa = PBXBuildFile; fileRef = E45E739DA7394E02A1EA05AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutStretch.cpp */; }; - AD95DE83762743C1BD1CC556 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/ThreadUtils.cpp */ = {isa = PBXBuildFile; fileRef = 3B4B7EED51A64CB1B75C013E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/ThreadUtils.cpp */; }; - AE02C2B2EB014110A02489B6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */ = {isa = PBXBuildFile; fileRef = 6539DDCE049344EF9C5195F4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */; }; - B09C7ED87CD64E93877C0634 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */ = {isa = PBXBuildFile; fileRef = E8A648D70A854F12974C98FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */; }; - B442745FDF2C4D5BAD29E62C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */ = {isa = PBXBuildFile; fileRef = F101E0544EC24845B42D2690 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */; }; - B8F7B4169F6C470A8AD36812 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/JPEG.cpp */ = {isa = PBXBuildFile; fileRef = 54B03B847DEF4862AE237351 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/JPEG.cpp */; }; - B948D971AFCB4044A1369910 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */ = {isa = PBXBuildFile; fileRef = 51A543F402AF48839E02422C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */; }; - BD95DCFAD68646AA8F4DBAE2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */ = {isa = PBXBuildFile; fileRef = E9D5701CFBB2472782F7C0AF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */; }; - BE8B63CE85A54F048CE0B442 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */ = {isa = PBXBuildFile; fileRef = CA79721CBB4B4D0F97505E3D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */; }; - BEA662D9D3BA4E2C9FD72D35 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Url.h */ = {isa = PBXBuildFile; fileRef = CD32EB657C2A4B54AF5921B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Url.h */; }; - BEC648F0E8F44A63862D24C1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */ = {isa = PBXBuildFile; fileRef = CB6A5D424F154EE8927BDA61 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */; }; - BFD818DC44BF47FCA809D447 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StringUtils.cpp */ = {isa = PBXBuildFile; fileRef = 9104C91849864038B1370B8C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StringUtils.cpp */; }; - C0B61C289F414FF8997C8E68 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/zstd.h */ = {isa = PBXBuildFile; fileRef = D44E9878D9764613B7EFB92F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/zstd.h */; }; - C58F43E172924CF399937FD4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SocketDef.h */ = {isa = PBXBuildFile; fileRef = C7B42A388F764D1A82DAC885 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SocketDef.h */; }; - C7305A26C8EA464EBC44950E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SimdDefs.h */ = {isa = PBXBuildFile; fileRef = 64A0D237D44A4C3A92726625 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SimdDefs.h */; }; - C7478794BBDC4235A2F3B1DA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Csv.cpp */ = {isa = PBXBuildFile; fileRef = CB0D66F0A5D844D7B251D737 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Csv.cpp */; }; - C824CC9E07E5495EADEEABFE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable1.cpp */ = {isa = PBXBuildFile; fileRef = 16A81568974442F1A6CED392 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable1.cpp */; }; - CB634C6FF05A4F20B79BFB9F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/mem.h */ = {isa = PBXBuildFile; fileRef = 5C717A9512ED43059FB3B2F4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/mem.h */; }; - CBA4415511AE4889BF21763D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/HashUtils.cpp */ = {isa = PBXBuildFile; fileRef = B393C533AA4343BC8802BCE4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/HashUtils.cpp */; }; - CC6207DABA2F483E81D4CBBA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */ = {isa = PBXBuildFile; fileRef = FCEE2949D3174FAB9393823A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */; }; - CC711C9BF611491AA862F7B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */ = {isa = PBXBuildFile; fileRef = 1635EA32FEDC4C31A1967060 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */; }; - CCFF6CC7F1144EB4AB595E46 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/cpu.h */ = {isa = PBXBuildFile; fileRef = D3C63221FA9049E697A3F9D2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/cpu.h */; }; - CD921AAB804E47A4A58A806E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StringUtils.h */ = {isa = PBXBuildFile; fileRef = B4FA1E369D56448D87583A34 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StringUtils.h */; }; - D0A0E999A5C24F2EBD83EACC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/math/MathStringUtils.cpp */ = {isa = PBXBuildFile; fileRef = 89B0691241B54CDFB43596D3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/math/MathStringUtils.cpp */; }; - D1DDA00980374B87ACF75E7B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.h */ = {isa = PBXBuildFile; fileRef = 227A3FE2577441EF8CFD2DA0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.h */; }; - D2BC6822232042EB8C73D06D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/maybe_unused.h */ = {isa = PBXBuildFile; fileRef = AD099F7729804DF182A64E66 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/maybe_unused.h */; }; - D32F2C1C7A5240129C6DBEED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DcSizeLuminanceTable.cpp */ = {isa = PBXBuildFile; fileRef = 6650D576B10E466693A26931 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DcSizeLuminanceTable.cpp */; }; - D563665C96CC4847B2EA1F40 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse.h */ = {isa = PBXBuildFile; fileRef = 5E76F82CF6C24D7A839931BE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse.h */; }; - D6571D43568A4C9E81CA9229 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */ = {isa = PBXBuildFile; fileRef = 286A8CD7A1B34DA7928C5E4C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */; }; - D7D0A194D8A04D279727BF14 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */ = {isa = PBXBuildFile; fileRef = 9CE437A933074D27BA8C09F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */; }; - D7EE0C9F3E4D45A392261D2C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipStoreStream.cpp */ = {isa = PBXBuildFile; fileRef = 79CF9CC16DB14805AD095C55 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipStoreStream.cpp */; }; - D8EEB31BCE2D4995B4582C75 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipFile.cpp */ = {isa = PBXBuildFile; fileRef = 7596014644604BB28702FC92 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipFile.cpp */; }; - DAEC9CE725404D6DA9EEB777 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/SocketStream.cpp */ = {isa = PBXBuildFile; fileRef = B3625B91296F47499918D324 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/SocketStream.cpp */; }; - DBAE47460756407AB7040872 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/TGA.cpp */ = {isa = PBXBuildFile; fileRef = 12D12883F5CF404F99A9A631 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/TGA.cpp */; }; - DC653734A770465DBC1E7A80 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */ = {isa = PBXBuildFile; fileRef = 2D5B84FB2438483CA281D782 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */; }; - DCE8CB1A7ACA431EAD323D14 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.c */ = {isa = PBXBuildFile; fileRef = 6451B6CE213A4534AF609C66 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.c */; }; - DD31E2F8955847C390D69617 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/filesystem_def.h */ = {isa = PBXBuildFile; fileRef = 07DCA315E7114831B1FF2977 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/filesystem_def.h */; }; - DF74EE6D16E149B1A3C9A585 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/FilesystemUtils.h */ = {isa = PBXBuildFile; fileRef = 0F361F4183AD4F3C97F7962C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/FilesystemUtils.h */; }; - E032B9859455489598BA5355 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */ = {isa = PBXBuildFile; fileRef = B4B301A26C7A4A88801D8A40 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */; }; - E32493A5B24541D7A005D073 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/ThreadPool.cpp */ = {isa = PBXBuildFile; fileRef = 4DA2FE90BF534FCCBCBDBB81 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/ThreadPool.cpp */; }; - E386506571D94B7689D1FE9B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypePTable.cpp */ = {isa = PBXBuildFile; fileRef = A738DB39EA674A56B24ECB39 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypePTable.cpp */; }; - E5A14C6B43F64BF2AE426F80 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Parser.cpp */ = {isa = PBXBuildFile; fileRef = DC1AD7A621104CA3BA531772 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Parser.cpp */; }; - E686BB62BC2646A58F9CF9A5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockAddressIncrementTable.cpp */ = {isa = PBXBuildFile; fileRef = 4941FD5CE99B406DBE9FAB10 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockAddressIncrementTable.cpp */; }; - E796418376154773AC4C41B8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.h */ = {isa = PBXBuildFile; fileRef = CB2B144B9C4640EB9DA0A325 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.h */; }; - E80D412DD95D4239BD724B37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutBaseItem.cpp */ = {isa = PBXBuildFile; fileRef = EAC0F250FA9E470389D4A811 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutBaseItem.cpp */; }; - E82EC9F8FFF241F8899ABB37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/GridLayout.cpp */ = {isa = PBXBuildFile; fileRef = C56A1342D8374BF39A119B6A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/GridLayout.cpp */; }; - E8B943F7DD624D36AD51B590 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/CodedBlockPatternTable.cpp */ = {isa = PBXBuildFile; fileRef = 0BAAC95C0A234DD6A1092977 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/CodedBlockPatternTable.cpp */; }; - EA09E4767B5A4E07828081DF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/clevels.h */ = {isa = PBXBuildFile; fileRef = 5A5E97C6135E429DADEC22AD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/clevels.h */; }; - EA1F820ABF8641128A173016 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/PtrStream.cpp */ = {isa = PBXBuildFile; fileRef = B874CEBC2D404FCEABB7D6E7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/PtrStream.cpp */; }; - EBE63755479F4987BF3B7EFA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bits.h */ = {isa = PBXBuildFile; fileRef = 839574675DB94433A8A1B184 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bits.h */; }; - EC7C92AC13044820AB91C38D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/VerticalLayout.cpp */ = {isa = PBXBuildFile; fileRef = 0696803C685745498856069C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/VerticalLayout.cpp */; }; - ED7284A7263B46C081368C15 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */ = {isa = PBXBuildFile; fileRef = B33560C51D044E20B5DB1913 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */; }; - EDB4FFAA4B384711B58C90B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/std_experimental_map.h */ = {isa = PBXBuildFile; fileRef = AE0BA5904907485E8E08083A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/std_experimental_map.h */; }; - EF13C9FCCD914ED79BF324A0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/huf.h */ = {isa = PBXBuildFile; fileRef = A98761F78CDF401CAAB8E35E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/huf.h */; }; - F01A7293A3BA439097580708 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 1EEE78DF3C4042EF98E2601F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist */; }; - F01FB3DF78DD43B3B8C1FC34 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MotionCodeTable.cpp */ = {isa = PBXBuildFile; fileRef = DF2315EC5E614761AA0D7AAB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MotionCodeTable.cpp */; }; - F2262076D4DB4C1989C45058 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipArchiveReader.cpp */ = {isa = PBXBuildFile; fileRef = 28FD4294AC514E76AF3FF0D6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipArchiveReader.cpp */; }; - F233EA2E08AA4665B16EEC24 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutBase.cpp */ = {isa = PBXBuildFile; fileRef = FAE04B030E2A4CA4A63D4A41 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutBase.cpp */; }; - F3DF0BFD9FEE4AB9806FD330 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/idct/TrivialC.cpp */ = {isa = PBXBuildFile; fileRef = F4E9A96EAB744A3CA184FDAA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/idct/TrivialC.cpp */; }; - F73EB7B7C87E461790FA9DB6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */ = {isa = PBXBuildFile; fileRef = 7E1688B57C0E44968E756FE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */; }; - F86FFF47C0E74359B536355B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipInflateStream.cpp */ = {isa = PBXBuildFile; fileRef = 02190A410F224591B76FCB2E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipInflateStream.cpp */; }; - FB68E2B062AF4DBB81404514 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 423E09F6B40B4B8FB9EA158D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */; }; - FC1CDFBEFD5649A097C64DCC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/FlatLayout.h */ = {isa = PBXBuildFile; fileRef = 5E4F322E227C40D79775921A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/FlatLayout.h */; }; - FC36C25975294D0F86A5A860 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Utils.cpp */ = {isa = PBXBuildFile; fileRef = C26DB2EB984945C6996B93AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Utils.cpp */; }; - FD3936B318CA4CB4896346D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Singleton.h */ = {isa = PBXBuildFile; fileRef = D495760CB6EA4479A9604C01 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Singleton.h */; }; - FDDAEB752C7542F283785C5A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */ = {isa = PBXBuildFile; fileRef = 669A623EE2EF451C83B44BF8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */; }; - FFAEF2A2B71C4B77AAA42D09 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */ = {isa = PBXBuildFile; fileRef = 15E95E5D733E4B569C3C20AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */; }; + 0056D5CD0EC843DEBE7C6089 /* ../Play-/deps/Framework/src/StreamBitStream.cpp */ = {isa = PBXBuildFile; fileRef = 2A0DEA80210F49CDA95F9603 /* ../Play-/deps/Framework/src/StreamBitStream.cpp */; }; + 04F02ECAE70A4420A9C6C59F /* ../Play-/deps/Framework/include/Utf8.h */ = {isa = PBXBuildFile; fileRef = 560E77BBF44B470DBE62EDDF /* ../Play-/deps/Framework/include/Utf8.h */; }; + 0A7CD2444EB040D5B3051567 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */ = {isa = PBXBuildFile; fileRef = 7E5EF26DFB9F4A96A107CFA3 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */; }; + 0DBD5FB642A449BBA22A2137 /* ../Play-/deps/Framework/include/layout/LayoutBaseItem.h */ = {isa = PBXBuildFile; fileRef = E6A8669BFBCD4108937FF933 /* ../Play-/deps/Framework/include/layout/LayoutBaseItem.h */; }; + 0DCD0268B95F4FFFAA985D74 /* ../cmake/Source/ui_ios/Source/Framework/CMakeFiles/Framework.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 7A5B502901E94D5883995D4C /* ../cmake/Source/ui_ios/Source/Framework/CMakeFiles/Framework.dir/Info.plist */; }; + 0ED69817EB01493CB7A1CB80 /* ../Play-/deps/Framework/include/zip/ZipDeflateStream.h */ = {isa = PBXBuildFile; fileRef = EEF3E57908E04FEE9387AC56 /* ../Play-/deps/Framework/include/zip/ZipDeflateStream.h */; }; + 0FC98D19228C4359AA2EE9CD /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */ = {isa = PBXBuildFile; fileRef = 943BAFA57A7948778E02D245 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */; }; + 105D261790AE4829A0B6D90B /* ../Play-/deps/Framework/src/BitStream.cpp */ = {isa = PBXBuildFile; fileRef = 7C2B130D42564263B8C86083 /* ../Play-/deps/Framework/src/BitStream.cpp */; }; + 11F078E9E83E47D3B097C71B /* ../Play-/deps/Framework/src/Url.cpp */ = {isa = PBXBuildFile; fileRef = A8E3D0FEB36746069F6341B4 /* ../Play-/deps/Framework/src/Url.cpp */; }; + 1246DC02553745D6A481104F /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */ = {isa = PBXBuildFile; fileRef = 5DA9174E52084303B3B26678 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */; }; + 127E787460E3431580EE4D4E /* ../Play-/deps/Framework/src/Base64.cpp */ = {isa = PBXBuildFile; fileRef = 86D8F3BFA50E4C20BABDA024 /* ../Play-/deps/Framework/src/Base64.cpp */; }; + 132C8CE7067D431CBE607764 /* ../Play-/deps/Dependencies/zstd/lib/common/bitstream.h */ = {isa = PBXBuildFile; fileRef = A301E0EFBF62493E9CF10CCC /* ../Play-/deps/Dependencies/zstd/lib/common/bitstream.h */; }; + 1D2C7ACC94644C5299B04ADC /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */ = {isa = PBXBuildFile; fileRef = 0A4C5C43CB4C4658A641CB7F /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */; }; + 1E1A4875C23940C3B1702170 /* ../Play-/deps/Framework/include/Stream.h */ = {isa = PBXBuildFile; fileRef = F38D944968794D0EADE156CF /* ../Play-/deps/Framework/include/Stream.h */; }; + 1F3D39496A8C49D6B0D11C61 /* ../Play-/deps/Framework/include/BitManip.h */ = {isa = PBXBuildFile; fileRef = 99E064258A2D4A779539EB7E /* ../Play-/deps/Framework/include/BitManip.h */; }; + 1F9C50A3E2064FC0A74BF526 /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.c */ = {isa = PBXBuildFile; fileRef = 23AE7A3E6348423987370E11 /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.c */; }; + 20858A87A2A44FB3A36D1BCE /* ../Play-/deps/Framework/src/string_cast_win1252.cpp */ = {isa = PBXBuildFile; fileRef = B8F227CFE1BB458AA7DC5A90 /* ../Play-/deps/Framework/src/string_cast_win1252.cpp */; }; + 20A27B71B81E4D619F393A34 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */ = {isa = PBXBuildFile; fileRef = E689F50E6790428C844901B3 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */; }; + 216420C40AA644D2939A49E0 /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.h */ = {isa = PBXBuildFile; fileRef = 104389A4621B41B99C6E3EEA /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.h */; }; + 21C94C52366E4B1895569EA5 /* ../Play-/deps/Framework/include/layout/LayoutObject.h */ = {isa = PBXBuildFile; fileRef = 9D1673AE217841A59CF83756 /* ../Play-/deps/Framework/include/layout/LayoutObject.h */; }; + 2204D393A3C942E9B9EA06BA /* ../Play-/deps/Framework/src/Config.cpp */ = {isa = PBXBuildFile; fileRef = C7048D5F5A5A4E0190878F78 /* ../Play-/deps/Framework/src/Config.cpp */; }; + 255CF14239DD4A3EADB2F0D2 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */ = {isa = PBXBuildFile; fileRef = F8B2D14049A04C288061D0BD /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */; }; + 25A9C43F29F64DF295427B5B /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */ = {isa = PBXBuildFile; fileRef = D5BCF7C2943240028E70CE76 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */; }; + 263A10D7B65C48F5873A81C2 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */ = {isa = PBXBuildFile; fileRef = C8A3485D3FD24752B4889C75 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */; }; + 280A495D4FF041A3B35DCC3C /* ../Play-/deps/Framework/include/Breakpoint.h */ = {isa = PBXBuildFile; fileRef = 2AFD9A277D804ACFBC3FB8BB /* ../Play-/deps/Framework/include/Breakpoint.h */; }; + 2841DF8FB3DB4E82ADD84612 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */ = {isa = PBXBuildFile; fileRef = 69DADD2982E14E8FBAFE5742 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */; }; + 2A9A76CAFB344640983E0395 /* ../Play-/deps/Framework/include/ThreadPool.h */ = {isa = PBXBuildFile; fileRef = C6FAF3C48008482B863EBD9D /* ../Play-/deps/Framework/include/ThreadPool.h */; }; + 2AA6BFE596E94C358C76285B /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */ = {isa = PBXBuildFile; fileRef = 70F6E744567F49B48A2728D6 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */; }; + 2AE3EC7383FB4B55BDD1BC15 /* ../Play-/deps/Framework/include/layout/LayoutStretch.h */ = {isa = PBXBuildFile; fileRef = 206A8FF5262E43FF8ED83E29 /* ../Play-/deps/Framework/include/layout/LayoutStretch.h */; }; + 2B720C823F504336A05AFC26 /* ../Play-/deps/Framework/src/mpeg2/DcSizeChrominanceTable.cpp */ = {isa = PBXBuildFile; fileRef = A274500DDC324D809AF72600 /* ../Play-/deps/Framework/src/mpeg2/DcSizeChrominanceTable.cpp */; }; + 2D5FFAE7006F4E17B076F178 /* ../Play-/deps/Framework/include/zip/ZipFile.h */ = {isa = PBXBuildFile; fileRef = 64A39EF3621C46EC8243CB99 /* ../Play-/deps/Framework/include/zip/ZipFile.h */; }; + 2D9E2F628EE3456691CD0062 /* ../Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */ = {isa = PBXBuildFile; fileRef = 58119AD4E02A48DBBA516E40 /* ../Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */; }; + 3027E0A3A68040048447C7BF /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */ = {isa = PBXBuildFile; fileRef = 0A46EFE12F8147E5AB1225AA /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */; }; + 30CFA950C4404EE1B7345EF4 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */ = {isa = PBXBuildFile; fileRef = 08720DEF006142809BBFE0B2 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */; }; + 311AE68A4F404C5A97589057 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */ = {isa = PBXBuildFile; fileRef = 747D96EBDB1746CDAB141E2E /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */; }; + 314F9C96625241D3978DD238 /* ../Play-/deps/Framework/include/ThreadUtils.h */ = {isa = PBXBuildFile; fileRef = DC69E7736CD04A54B4671764 /* ../Play-/deps/Framework/include/ThreadUtils.h */; }; + 323E09904861401EBC73E63B /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */ = {isa = PBXBuildFile; fileRef = F7D787CB317F486ABCD56F08 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */; }; + 3486B677A1A64E0B874F0883 /* ../Play-/deps/Framework/src/zip/ZipArchiveWriter.cpp */ = {isa = PBXBuildFile; fileRef = 2525C508C059497E8208841B /* ../Play-/deps/Framework/src/zip/ZipArchiveWriter.cpp */; }; + 355B633EEBE54C3AB72B54CC /* ../Play-/deps/Framework/src/PathUtils.cpp */ = {isa = PBXBuildFile; fileRef = EE247632DA3F422787812451 /* ../Play-/deps/Framework/src/PathUtils.cpp */; }; + 37766871E8584D849C5F5D82 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */ = {isa = PBXBuildFile; fileRef = D0179D80120E4520B12C4BBA /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */; }; + 38CEC31F537C4CE09AE0A1B3 /* ../Play-/deps/Framework/include/layout/GridLayout.h */ = {isa = PBXBuildFile; fileRef = 0645F458A0BB4217A8DEF8C9 /* ../Play-/deps/Framework/include/layout/GridLayout.h */; }; + 3926BEF159184B2E84B1350A /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */ = {isa = PBXBuildFile; fileRef = 90A0BF3354FC4BD8882B85BE /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */; }; + 39AC85D4D1D84AF99F8411D6 /* ../Play-/deps/Framework/src/xml/FilteringNodeIterator.cpp */ = {isa = PBXBuildFile; fileRef = 3470162880634DAFBFE91594 /* ../Play-/deps/Framework/src/xml/FilteringNodeIterator.cpp */; }; + 39D6ADC0894D494C897DB46B /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */ = {isa = PBXBuildFile; fileRef = D10A5178BF4041B383909F36 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */; }; + 3A2BCD79EBBC400AA2606502 /* ../Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */ = {isa = PBXBuildFile; fileRef = 076EE571F172447284F8976D /* ../Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */; }; + 3A4FA34D9F4F49648A23F78C /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */ = {isa = PBXBuildFile; fileRef = 7A543C7328294D68B9B92393 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */; }; + 3C4E262DD44B4B52BD26F1DC /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */ = {isa = PBXBuildFile; fileRef = C72205FC19D34151A53714FB /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */; }; + 3C65047CC0F4421C94E49C61 /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable0.cpp */ = {isa = PBXBuildFile; fileRef = 17A49CF2960B45EF99EC8099 /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable0.cpp */; }; + 3E68C43E4C0549C38F404401 /* ../Play-/deps/Framework/src/mpeg2/InverseScanTable.cpp */ = {isa = PBXBuildFile; fileRef = 9D4BE08DBE9944E7958C0C0B /* ../Play-/deps/Framework/src/mpeg2/InverseScanTable.cpp */; }; + 40598356C01844F6B7BAB436 /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable.cpp */ = {isa = PBXBuildFile; fileRef = F6FAA09A8FC64A2A973C704B /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable.cpp */; }; + 41D850FA0FFA4EFFAC628AA5 /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypeITable.cpp */ = {isa = PBXBuildFile; fileRef = D484B951893F4F5CBF98BBC1 /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypeITable.cpp */; }; + 42A6073AEEB84C6F8593A36C /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */ = {isa = PBXBuildFile; fileRef = A0AE98B8D8B04E6EBEFE3657 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */; }; + 456744A72DB8415986D8C2DA /* ../Play-/deps/Dependencies/zstd/lib/common/threading.h */ = {isa = PBXBuildFile; fileRef = 6640CC7C1B43494A9299AA44 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.h */; }; + 45853A334FF94E7D933740E9 /* ../Play-/deps/Framework/src/bitmap/PNG.cpp */ = {isa = PBXBuildFile; fileRef = CD9F07DAF00F4FEEB63619FD /* ../Play-/deps/Framework/src/bitmap/PNG.cpp */; }; + 47EA9A42906F46E284163165 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */ = {isa = PBXBuildFile; fileRef = A28F034D0E684486938CF495 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */; }; + 47EDEBDB0906473F92F676D9 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */ = {isa = PBXBuildFile; fileRef = 852BDBA746CE4FFBB4E112A7 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */; }; + 487A70FEEEAF41B0AE00C9CE /* ../Play-/deps/Framework/include/EndianUtils.h */ = {isa = PBXBuildFile; fileRef = 04AA9E6F1C454955A0C86C20 /* ../Play-/deps/Framework/include/EndianUtils.h */; }; + 48E0589FFD9E4756A82273F0 /* ../Play-/deps/Framework/include/signal/Signal.h */ = {isa = PBXBuildFile; fileRef = 7F4A56863784476296E4AA5B /* ../Play-/deps/Framework/include/signal/Signal.h */; }; + 4A0DD6C2CFC14FCD9733E8D7 /* ../Play-/deps/Framework/include/layout/VerticalLayout.h */ = {isa = PBXBuildFile; fileRef = 7804372B7FF041EF88E2087A /* ../Play-/deps/Framework/include/layout/VerticalLayout.h */; }; + 4B4B9EDB04FF4882B8D47D7E /* ../Play-/deps/Framework/include/zip/ZipStoreStream.h */ = {isa = PBXBuildFile; fileRef = 10D0A702208E4463A3E4CA85 /* ../Play-/deps/Framework/include/zip/ZipStoreStream.h */; }; + 4C3F1F10F1BF497AB5DEED58 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */ = {isa = PBXBuildFile; fileRef = 18BA17817F8142A2B1D293E8 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */; }; + 4FBD7C21392F4133B93C521F /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */ = {isa = PBXBuildFile; fileRef = 9D068DD1D96842438CDCC707 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */; }; + 508A23AEFA2647BFBC54C315 /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypeBTable.cpp */ = {isa = PBXBuildFile; fileRef = BADFBF8CF02148ABB58FC2D5 /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypeBTable.cpp */; }; + 51AF4C9A41794D76BBE02E4F /* ../Play-/deps/Framework/src/bitmap/Bitmap.cpp */ = {isa = PBXBuildFile; fileRef = 577129C212584DA7852832AB /* ../Play-/deps/Framework/src/bitmap/Bitmap.cpp */; }; + 5202687855E74B0EB8F70C69 /* ../Play-/deps/Framework/src/string_cast.cpp */ = {isa = PBXBuildFile; fileRef = 91AB1D27D7A749FABE555B54 /* ../Play-/deps/Framework/src/string_cast.cpp */; }; + 5252E06B198D41FAB55CFEAC /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */ = {isa = PBXBuildFile; fileRef = 0DC4C6D790744F87B21F73E0 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */; }; + 546AC7C8649446A187CA006D /* ../Play-/deps/Framework/build_cmake/Framework/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 2B2DA9C6DEC14949BAE27B59 /* ../Play-/deps/Framework/build_cmake/Framework/CMakeLists.txt */; }; + 56AB18235589400EA8D3F7E3 /* ../Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */ = {isa = PBXBuildFile; fileRef = EAD2CBF55B5B471F8BAEC357 /* ../Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */; }; + 579D3D497A5D49BFAA302544 /* ../Play-/deps/Framework/src/xml/Writer.cpp */ = {isa = PBXBuildFile; fileRef = 026A69D7AC2B4D228300E4AE /* ../Play-/deps/Framework/src/xml/Writer.cpp */; }; + 5A10A491684F493BA58216BF /* ../Play-/deps/Framework/src/LzAri.cpp */ = {isa = PBXBuildFile; fileRef = 07023821E4F147AEAAD9B7E7 /* ../Play-/deps/Framework/src/LzAri.cpp */; }; + 5C0C634292CE4CAE92AC3C84 /* ../Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */ = {isa = PBXBuildFile; fileRef = 68510A103E1B4CAC8729848F /* ../Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */; }; + 5D789ECBA18B4E52A8336BBA /* ../Play-/deps/Framework/src/mpeg2/QuantiserScaleTable.cpp */ = {isa = PBXBuildFile; fileRef = 9400FC04181E4863A2F2D793 /* ../Play-/deps/Framework/src/mpeg2/QuantiserScaleTable.cpp */; }; + 5FFBC5E637514BBC86A04F93 /* ../Play-/deps/Framework/include/zip/ZipArchiveReader.h */ = {isa = PBXBuildFile; fileRef = 91534CA5E749457E8C78730F /* ../Play-/deps/Framework/include/zip/ZipArchiveReader.h */; }; + 6044D196F892477BB9AE5557 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */ = {isa = PBXBuildFile; fileRef = 02D2346E950449C79F69EE8B /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */; }; + 6098A3F4A05342CA8E5459C9 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */ = {isa = PBXBuildFile; fileRef = 8C0E8844EE4343EBAA90FABE /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */; }; + 63D720E170974AE2AA95E2BE /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */ = {isa = PBXBuildFile; fileRef = 85743CD7285B45F48C5E30D1 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */; }; + 6679CB8652AE4488A72C990E /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */ = {isa = PBXBuildFile; fileRef = CB456AC48FF04A86A62506B3 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */; }; + 6853034C2FE145B28BF2278B /* ../Play-/deps/Framework/src/zip/ZipDeflateStream.cpp */ = {isa = PBXBuildFile; fileRef = B6BDD93250734FE1837E8255 /* ../Play-/deps/Framework/src/zip/ZipDeflateStream.cpp */; }; + 6912684BE1AE453485FC0785 /* ../Play-/deps/Framework/include/StdStreamUtils.h */ = {isa = PBXBuildFile; fileRef = 099DD9C3A67641D4B70D911E /* ../Play-/deps/Framework/include/StdStreamUtils.h */; }; + 69BFA9246F954BC88E96C700 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.c */ = {isa = PBXBuildFile; fileRef = F98E08E583CE4C34B536191E /* ../Play-/deps/Dependencies/zstd/lib/common/threading.c */; }; + 6B5ED53BE55B486BA16C7118 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */ = {isa = PBXBuildFile; fileRef = 9CFC54A9060A4ABFAD2FE0CF /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */; }; + 6B6DEC93184A402EBD0401E2 /* ../Play-/deps/Framework/src/layout/LayoutObject.cpp */ = {isa = PBXBuildFile; fileRef = 5F11850926D547E9ABC76A30 /* ../Play-/deps/Framework/src/layout/LayoutObject.cpp */; }; + 6D63EF79477746C1BAA06198 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */ = {isa = PBXBuildFile; fileRef = E8E6E30D89DE4287A88BE51E /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */; }; + 6FB663FC8E6A41FC9552CB69 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */ = {isa = PBXBuildFile; fileRef = C40985CC4202492D8BA12B3F /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */; }; + 7077BFF5FB634E6D83758E59 /* ../Play-/deps/Framework/src/layout/HorizontalLayout.cpp */ = {isa = PBXBuildFile; fileRef = 2A0837FBC1F0409BB9FEA12C /* ../Play-/deps/Framework/src/layout/HorizontalLayout.cpp */; }; + 711C074EC346488E819D4891 /* ../Play-/deps/Framework/include/zip/ZipInflateStream.h */ = {isa = PBXBuildFile; fileRef = 3B609006DC4840F1AF67D47F /* ../Play-/deps/Framework/include/zip/ZipInflateStream.h */; }; + 71274098276F49EEBBE35DD1 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */ = {isa = PBXBuildFile; fileRef = 2632D265F6FB4B1FBB73191B /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */; }; + 7414932829874A22981F594E /* ../Play-/deps/Framework/src/StdStream.cpp */ = {isa = PBXBuildFile; fileRef = 07BE6EB42B8E4B849159FA30 /* ../Play-/deps/Framework/src/StdStream.cpp */; }; + 75D00891D859465AA58E9FFA /* ../Play-/deps/Framework/src/MemStream.cpp */ = {isa = PBXBuildFile; fileRef = 8D27977A03574DF987D68E08 /* ../Play-/deps/Framework/src/MemStream.cpp */; }; + 7A114A1672BA42F5B812A00F /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.c */ = {isa = PBXBuildFile; fileRef = FF41E1F66DF74E32B4488F73 /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.c */; }; + 7AB05E1819874CB697CF2E35 /* ../Play-/deps/Dependencies/zstd/lib/common/debug.c */ = {isa = PBXBuildFile; fileRef = 63F2935F4A734258BE876B2D /* ../Play-/deps/Dependencies/zstd/lib/common/debug.c */; }; + 7AE0A951B3D14AAE83D169A9 /* ../Play-/deps/Framework/include/std_experimental_set.h */ = {isa = PBXBuildFile; fileRef = BD04798685BE44C6B41EC5B3 /* ../Play-/deps/Framework/include/std_experimental_set.h */; }; + 7BB753D36EF5467BA22DDD5A /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */ = {isa = PBXBuildFile; fileRef = 9C36ECBF97244391904B675C /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */; }; + 7C41D6DE441341069D4B78A6 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */ = {isa = PBXBuildFile; fileRef = CAD27E83B43F49E2B9FAE2C6 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */; }; + 805B954E807A400B94CC9B47 /* ../Play-/deps/Framework/include/zip/ZipArchiveWriter.h */ = {isa = PBXBuildFile; fileRef = B75817E145AB4B6BA9AD8228 /* ../Play-/deps/Framework/include/zip/ZipArchiveWriter.h */; }; + 813A3B8F9AF6449493737BD1 /* ../Play-/deps/Framework/src/xml/Node.cpp */ = {isa = PBXBuildFile; fileRef = D333900CD60D4A0C89B25FF4 /* ../Play-/deps/Framework/src/xml/Node.cpp */; }; + 82BE1B7B5AC34B26B92E9C58 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */ = {isa = PBXBuildFile; fileRef = D38711A2040144D5A441ABC0 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */; }; + 8474D5F63FB746D8B708DAC4 /* ../Play-/deps/Framework/src/idct/IEEE1180.cpp */ = {isa = PBXBuildFile; fileRef = 5AB9F4F370924DC4AFBFB60C /* ../Play-/deps/Framework/src/idct/IEEE1180.cpp */; }; + 852F381C27834B8AABF2AF3A /* ../Play-/deps/Framework/src/string_cast_sjis.cpp */ = {isa = PBXBuildFile; fileRef = 5399CBC8359C41EABBD980D2 /* ../Play-/deps/Framework/src/string_cast_sjis.cpp */; }; + 855459D7A22341A9891A1841 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */ = {isa = PBXBuildFile; fileRef = CFAB4E8B90B14F8CA1CD9D0E /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */; }; + 86D65C6E3FD2454C8C15D188 /* ../Play-/deps/Framework/include/SocketStream.h */ = {isa = PBXBuildFile; fileRef = CC642A5E305A4753A94D59F3 /* ../Play-/deps/Framework/include/SocketStream.h */; }; + 89BFCDDFA7F745E0AEA51E7C /* ../Play-/deps/Framework/src/FilesystemUtils.cpp */ = {isa = PBXBuildFile; fileRef = E633FD3258784CC3A02EC185 /* ../Play-/deps/Framework/src/FilesystemUtils.cpp */; }; + 8A9CF27E37A7413CA9546609 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */ = {isa = PBXBuildFile; fileRef = 4F4E164ECA334BBAB8CA9046 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */; }; + 8C023CC2A22843A5AAA2F480 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */ = {isa = PBXBuildFile; fileRef = 2EF48B9EAB9245BBB7B48361 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */; }; + 8D8EFB1F676F4215B3911393 /* ../Play-/deps/Framework/src/bitmap/BMP.cpp */ = {isa = PBXBuildFile; fileRef = 9F9972D7B07241E89BE8BC5C /* ../Play-/deps/Framework/src/bitmap/BMP.cpp */; }; + 8EE44E70E61C4A3CB85791E1 /* ../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = B1FA4661F79D4512B6FCBCF1 /* ../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt */; }; + 904E7254E5394ABFBFD359DF /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */ = {isa = PBXBuildFile; fileRef = 5BFD32D8504D4CDEA2660418 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */; }; + 910333A88FF940839174F493 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */ = {isa = PBXBuildFile; fileRef = 75D58964E2764326B4262684 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */; }; + 92AF8D0AB39A497BBD3E581A /* ../Play-/deps/Framework/src/Utf8.cpp */ = {isa = PBXBuildFile; fileRef = D8C23D17EA134FE480ABBD78 /* ../Play-/deps/Framework/src/Utf8.cpp */; }; + 952533E88CA54AFD890D62A2 /* ../Play-/deps/Framework/src/mpeg2/VLCTable.cpp */ = {isa = PBXBuildFile; fileRef = 96C2C4AB2CCA468F97E27086 /* ../Play-/deps/Framework/src/mpeg2/VLCTable.cpp */; }; + 9710D3B4E96D45C1BC7932A8 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */ = {isa = PBXBuildFile; fileRef = B154C904E2C640F3B4B24ECE /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */; }; + 97E8D6E3B89848B29668B0A0 /* ../Play-/deps/Dependencies/zstd/lib/common/pool.h */ = {isa = PBXBuildFile; fileRef = 9981B373E555452081AEB57C /* ../Play-/deps/Dependencies/zstd/lib/common/pool.h */; }; + 98408F1C3006413CA0DC1428 /* ../Play-/deps/Dependencies/zstd/lib/common/pool.c */ = {isa = PBXBuildFile; fileRef = 4E29144C745A471CBDCB15A7 /* ../Play-/deps/Dependencies/zstd/lib/common/pool.c */; }; + 9DDBDE58F1404C57A7101D28 /* ../Play-/deps/Framework/include/HashUtils.h */ = {isa = PBXBuildFile; fileRef = 4BBC8756385348918A92B7B2 /* ../Play-/deps/Framework/include/HashUtils.h */; }; + 9EE73ED53BC54F17A77AC19D /* ../Play-/deps/Framework/src/layout/FlatLayout.cpp */ = {isa = PBXBuildFile; fileRef = D1A408C73B7D45A5AC07E6E3 /* ../Play-/deps/Framework/src/layout/FlatLayout.cpp */; }; + 9F4CD786FD124DB3AB941CDF /* ../Play-/deps/Framework/include/nodiscard.h */ = {isa = PBXBuildFile; fileRef = 4C929FB20F5A4AB6964137B3 /* ../Play-/deps/Framework/include/nodiscard.h */; }; + 9FF25F470DE0430E90572725 /* ../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = BEC68F46069444938696D09C /* ../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */; }; + A017A12F8F1D476B9BED40B4 /* ../Play-/deps/Framework/include/Csv.h */ = {isa = PBXBuildFile; fileRef = BB5B3315AF26477F91DDDCC1 /* ../Play-/deps/Framework/include/Csv.h */; }; + A0FABA97D4174DF78C8F2474 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */ = {isa = PBXBuildFile; fileRef = CD709EC1AADA4B2FACC26B75 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */; }; + A48582D78E7240198F049663 /* ../Play-/deps/Framework/include/layout/LayoutBase.h */ = {isa = PBXBuildFile; fileRef = 5BAB1057617A4002BBAFC131 /* ../Play-/deps/Framework/include/layout/LayoutBase.h */; }; + A52E126C113C4754AF195333 /* ../Play-/deps/Dependencies/zstd/lib/common/debug.h */ = {isa = PBXBuildFile; fileRef = 6690A4FF9E494AF1B9F5F8EA /* ../Play-/deps/Dependencies/zstd/lib/common/debug.h */; }; + A8376B656A2E4B29910A4025 /* ../Play-/deps/Dependencies/zstd/lib/common/compiler.h */ = {isa = PBXBuildFile; fileRef = 5C1D4785B7A04815A68B9ECB /* ../Play-/deps/Dependencies/zstd/lib/common/compiler.h */; }; + A9090FCB32CC41F288B47BD9 /* ../Play-/deps/Framework/src/Stream.cpp */ = {isa = PBXBuildFile; fileRef = F62C280969CD4983B0CEAF32 /* ../Play-/deps/Framework/src/Stream.cpp */; }; + A94A25158C8D401B9DB5353D /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */ = {isa = PBXBuildFile; fileRef = B33B0E7FB26D4280923471C0 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */; }; + AA9497B1EEE141C391A3EEF8 /* ../Play-/deps/Framework/include/layout/HorizontalLayout.h */ = {isa = PBXBuildFile; fileRef = ABC01BDFAFE3423A989A7DEC /* ../Play-/deps/Framework/include/layout/HorizontalLayout.h */; }; + AAFDAB1145C94EE6A1D3EAE1 /* ../Play-/deps/Framework/include/StdStream.h */ = {isa = PBXBuildFile; fileRef = 6C523FEA11FE4637A8465787 /* ../Play-/deps/Framework/include/StdStream.h */; }; + AB2A9BCB26BA4C8E8F9C35AF /* ../Play-/deps/Framework/src/layout/LayoutStretch.cpp */ = {isa = PBXBuildFile; fileRef = E45E739DA7394E02A1EA05AC /* ../Play-/deps/Framework/src/layout/LayoutStretch.cpp */; }; + AD95DE83762743C1BD1CC556 /* ../Play-/deps/Framework/src/ThreadUtils.cpp */ = {isa = PBXBuildFile; fileRef = 3B4B7EED51A64CB1B75C013E /* ../Play-/deps/Framework/src/ThreadUtils.cpp */; }; + AE02C2B2EB014110A02489B6 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */ = {isa = PBXBuildFile; fileRef = 6539DDCE049344EF9C5195F4 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */; }; + B09C7ED87CD64E93877C0634 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */ = {isa = PBXBuildFile; fileRef = E8A648D70A854F12974C98FB /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */; }; + B442745FDF2C4D5BAD29E62C /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */ = {isa = PBXBuildFile; fileRef = F101E0544EC24845B42D2690 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */; }; + B8F7B4169F6C470A8AD36812 /* ../Play-/deps/Framework/src/bitmap/JPEG.cpp */ = {isa = PBXBuildFile; fileRef = 54B03B847DEF4862AE237351 /* ../Play-/deps/Framework/src/bitmap/JPEG.cpp */; }; + B948D971AFCB4044A1369910 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */ = {isa = PBXBuildFile; fileRef = 51A543F402AF48839E02422C /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */; }; + BD95DCFAD68646AA8F4DBAE2 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */ = {isa = PBXBuildFile; fileRef = E9D5701CFBB2472782F7C0AF /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */; }; + BE8B63CE85A54F048CE0B442 /* ../Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */ = {isa = PBXBuildFile; fileRef = CA79721CBB4B4D0F97505E3D /* ../Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */; }; + BEA662D9D3BA4E2C9FD72D35 /* ../Play-/deps/Framework/include/Url.h */ = {isa = PBXBuildFile; fileRef = CD32EB657C2A4B54AF5921B3 /* ../Play-/deps/Framework/include/Url.h */; }; + BEC648F0E8F44A63862D24C1 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */ = {isa = PBXBuildFile; fileRef = CB6A5D424F154EE8927BDA61 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */; }; + BFD818DC44BF47FCA809D447 /* ../Play-/deps/Framework/src/StringUtils.cpp */ = {isa = PBXBuildFile; fileRef = 9104C91849864038B1370B8C /* ../Play-/deps/Framework/src/StringUtils.cpp */; }; + C0B61C289F414FF8997C8E68 /* ../Play-/deps/Dependencies/zstd/lib/zstd.h */ = {isa = PBXBuildFile; fileRef = D44E9878D9764613B7EFB92F /* ../Play-/deps/Dependencies/zstd/lib/zstd.h */; }; + C58F43E172924CF399937FD4 /* ../Play-/deps/Framework/include/SocketDef.h */ = {isa = PBXBuildFile; fileRef = C7B42A388F764D1A82DAC885 /* ../Play-/deps/Framework/include/SocketDef.h */; }; + C7305A26C8EA464EBC44950E /* ../Play-/deps/Framework/include/SimdDefs.h */ = {isa = PBXBuildFile; fileRef = 64A0D237D44A4C3A92726625 /* ../Play-/deps/Framework/include/SimdDefs.h */; }; + C7478794BBDC4235A2F3B1DA /* ../Play-/deps/Framework/src/Csv.cpp */ = {isa = PBXBuildFile; fileRef = CB0D66F0A5D844D7B251D737 /* ../Play-/deps/Framework/src/Csv.cpp */; }; + C824CC9E07E5495EADEEABFE /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable1.cpp */ = {isa = PBXBuildFile; fileRef = 16A81568974442F1A6CED392 /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable1.cpp */; }; + CB634C6FF05A4F20B79BFB9F /* ../Play-/deps/Dependencies/zstd/lib/common/mem.h */ = {isa = PBXBuildFile; fileRef = 5C717A9512ED43059FB3B2F4 /* ../Play-/deps/Dependencies/zstd/lib/common/mem.h */; }; + CBA4415511AE4889BF21763D /* ../Play-/deps/Framework/src/HashUtils.cpp */ = {isa = PBXBuildFile; fileRef = B393C533AA4343BC8802BCE4 /* ../Play-/deps/Framework/src/HashUtils.cpp */; }; + CC6207DABA2F483E81D4CBBA /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */ = {isa = PBXBuildFile; fileRef = FCEE2949D3174FAB9393823A /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */; }; + CC711C9BF611491AA862F7B7 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */ = {isa = PBXBuildFile; fileRef = 1635EA32FEDC4C31A1967060 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */; }; + CCFF6CC7F1144EB4AB595E46 /* ../Play-/deps/Dependencies/zstd/lib/common/cpu.h */ = {isa = PBXBuildFile; fileRef = D3C63221FA9049E697A3F9D2 /* ../Play-/deps/Dependencies/zstd/lib/common/cpu.h */; }; + CD921AAB804E47A4A58A806E /* ../Play-/deps/Framework/include/StringUtils.h */ = {isa = PBXBuildFile; fileRef = B4FA1E369D56448D87583A34 /* ../Play-/deps/Framework/include/StringUtils.h */; }; + D0A0E999A5C24F2EBD83EACC /* ../Play-/deps/Framework/src/math/MathStringUtils.cpp */ = {isa = PBXBuildFile; fileRef = 89B0691241B54CDFB43596D3 /* ../Play-/deps/Framework/src/math/MathStringUtils.cpp */; }; + D1DDA00980374B87ACF75E7B /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.h */ = {isa = PBXBuildFile; fileRef = 227A3FE2577441EF8CFD2DA0 /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.h */; }; + D2BC6822232042EB8C73D06D /* ../Play-/deps/Framework/include/maybe_unused.h */ = {isa = PBXBuildFile; fileRef = AD099F7729804DF182A64E66 /* ../Play-/deps/Framework/include/maybe_unused.h */; }; + D32F2C1C7A5240129C6DBEED /* ../Play-/deps/Framework/src/mpeg2/DcSizeLuminanceTable.cpp */ = {isa = PBXBuildFile; fileRef = 6650D576B10E466693A26931 /* ../Play-/deps/Framework/src/mpeg2/DcSizeLuminanceTable.cpp */; }; + D563665C96CC4847B2EA1F40 /* ../Play-/deps/Dependencies/zstd/lib/common/fse.h */ = {isa = PBXBuildFile; fileRef = 5E76F82CF6C24D7A839931BE /* ../Play-/deps/Dependencies/zstd/lib/common/fse.h */; }; + D6571D43568A4C9E81CA9229 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */ = {isa = PBXBuildFile; fileRef = 286A8CD7A1B34DA7928C5E4C /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */; }; + D7D0A194D8A04D279727BF14 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */ = {isa = PBXBuildFile; fileRef = 9CE437A933074D27BA8C09F5 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */; }; + D7EE0C9F3E4D45A392261D2C /* ../Play-/deps/Framework/src/zip/ZipStoreStream.cpp */ = {isa = PBXBuildFile; fileRef = 79CF9CC16DB14805AD095C55 /* ../Play-/deps/Framework/src/zip/ZipStoreStream.cpp */; }; + D8EEB31BCE2D4995B4582C75 /* ../Play-/deps/Framework/src/zip/ZipFile.cpp */ = {isa = PBXBuildFile; fileRef = 7596014644604BB28702FC92 /* ../Play-/deps/Framework/src/zip/ZipFile.cpp */; }; + DAEC9CE725404D6DA9EEB777 /* ../Play-/deps/Framework/src/SocketStream.cpp */ = {isa = PBXBuildFile; fileRef = B3625B91296F47499918D324 /* ../Play-/deps/Framework/src/SocketStream.cpp */; }; + DBAE47460756407AB7040872 /* ../Play-/deps/Framework/src/bitmap/TGA.cpp */ = {isa = PBXBuildFile; fileRef = 12D12883F5CF404F99A9A631 /* ../Play-/deps/Framework/src/bitmap/TGA.cpp */; }; + DC653734A770465DBC1E7A80 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */ = {isa = PBXBuildFile; fileRef = 2D5B84FB2438483CA281D782 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */; }; + DCE8CB1A7ACA431EAD323D14 /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.c */ = {isa = PBXBuildFile; fileRef = 6451B6CE213A4534AF609C66 /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.c */; }; + DD31E2F8955847C390D69617 /* ../Play-/deps/Framework/include/filesystem_def.h */ = {isa = PBXBuildFile; fileRef = 07DCA315E7114831B1FF2977 /* ../Play-/deps/Framework/include/filesystem_def.h */; }; + DF74EE6D16E149B1A3C9A585 /* ../Play-/deps/Framework/include/FilesystemUtils.h */ = {isa = PBXBuildFile; fileRef = 0F361F4183AD4F3C97F7962C /* ../Play-/deps/Framework/include/FilesystemUtils.h */; }; + E032B9859455489598BA5355 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */ = {isa = PBXBuildFile; fileRef = B4B301A26C7A4A88801D8A40 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */; }; + E32493A5B24541D7A005D073 /* ../Play-/deps/Framework/src/ThreadPool.cpp */ = {isa = PBXBuildFile; fileRef = 4DA2FE90BF534FCCBCBDBB81 /* ../Play-/deps/Framework/src/ThreadPool.cpp */; }; + E386506571D94B7689D1FE9B /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypePTable.cpp */ = {isa = PBXBuildFile; fileRef = A738DB39EA674A56B24ECB39 /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypePTable.cpp */; }; + E5A14C6B43F64BF2AE426F80 /* ../Play-/deps/Framework/src/xml/Parser.cpp */ = {isa = PBXBuildFile; fileRef = DC1AD7A621104CA3BA531772 /* ../Play-/deps/Framework/src/xml/Parser.cpp */; }; + E686BB62BC2646A58F9CF9A5 /* ../Play-/deps/Framework/src/mpeg2/MacroblockAddressIncrementTable.cpp */ = {isa = PBXBuildFile; fileRef = 4941FD5CE99B406DBE9FAB10 /* ../Play-/deps/Framework/src/mpeg2/MacroblockAddressIncrementTable.cpp */; }; + E796418376154773AC4C41B8 /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.h */ = {isa = PBXBuildFile; fileRef = CB2B144B9C4640EB9DA0A325 /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.h */; }; + E80D412DD95D4239BD724B37 /* ../Play-/deps/Framework/src/layout/LayoutBaseItem.cpp */ = {isa = PBXBuildFile; fileRef = EAC0F250FA9E470389D4A811 /* ../Play-/deps/Framework/src/layout/LayoutBaseItem.cpp */; }; + E82EC9F8FFF241F8899ABB37 /* ../Play-/deps/Framework/src/layout/GridLayout.cpp */ = {isa = PBXBuildFile; fileRef = C56A1342D8374BF39A119B6A /* ../Play-/deps/Framework/src/layout/GridLayout.cpp */; }; + E8B943F7DD624D36AD51B590 /* ../Play-/deps/Framework/src/mpeg2/CodedBlockPatternTable.cpp */ = {isa = PBXBuildFile; fileRef = 0BAAC95C0A234DD6A1092977 /* ../Play-/deps/Framework/src/mpeg2/CodedBlockPatternTable.cpp */; }; + EA09E4767B5A4E07828081DF /* ../Play-/deps/Dependencies/zstd/lib/compress/clevels.h */ = {isa = PBXBuildFile; fileRef = 5A5E97C6135E429DADEC22AD /* ../Play-/deps/Dependencies/zstd/lib/compress/clevels.h */; }; + EA1F820ABF8641128A173016 /* ../Play-/deps/Framework/src/PtrStream.cpp */ = {isa = PBXBuildFile; fileRef = B874CEBC2D404FCEABB7D6E7 /* ../Play-/deps/Framework/src/PtrStream.cpp */; }; + EBE63755479F4987BF3B7EFA /* ../Play-/deps/Dependencies/zstd/lib/common/bits.h */ = {isa = PBXBuildFile; fileRef = 839574675DB94433A8A1B184 /* ../Play-/deps/Dependencies/zstd/lib/common/bits.h */; }; + EC7C92AC13044820AB91C38D /* ../Play-/deps/Framework/src/layout/VerticalLayout.cpp */ = {isa = PBXBuildFile; fileRef = 0696803C685745498856069C /* ../Play-/deps/Framework/src/layout/VerticalLayout.cpp */; }; + ED7284A7263B46C081368C15 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */ = {isa = PBXBuildFile; fileRef = B33560C51D044E20B5DB1913 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */; }; + EDB4FFAA4B384711B58C90B4 /* ../Play-/deps/Framework/include/std_experimental_map.h */ = {isa = PBXBuildFile; fileRef = AE0BA5904907485E8E08083A /* ../Play-/deps/Framework/include/std_experimental_map.h */; }; + EF13C9FCCD914ED79BF324A0 /* ../Play-/deps/Dependencies/zstd/lib/common/huf.h */ = {isa = PBXBuildFile; fileRef = A98761F78CDF401CAAB8E35E /* ../Play-/deps/Dependencies/zstd/lib/common/huf.h */; }; + F01A7293A3BA439097580708 /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 1EEE78DF3C4042EF98E2601F /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist */; }; + F01FB3DF78DD43B3B8C1FC34 /* ../Play-/deps/Framework/src/mpeg2/MotionCodeTable.cpp */ = {isa = PBXBuildFile; fileRef = DF2315EC5E614761AA0D7AAB /* ../Play-/deps/Framework/src/mpeg2/MotionCodeTable.cpp */; }; + F2262076D4DB4C1989C45058 /* ../Play-/deps/Framework/src/zip/ZipArchiveReader.cpp */ = {isa = PBXBuildFile; fileRef = 28FD4294AC514E76AF3FF0D6 /* ../Play-/deps/Framework/src/zip/ZipArchiveReader.cpp */; }; + F233EA2E08AA4665B16EEC24 /* ../Play-/deps/Framework/src/layout/LayoutBase.cpp */ = {isa = PBXBuildFile; fileRef = FAE04B030E2A4CA4A63D4A41 /* ../Play-/deps/Framework/src/layout/LayoutBase.cpp */; }; + F3DF0BFD9FEE4AB9806FD330 /* ../Play-/deps/Framework/src/idct/TrivialC.cpp */ = {isa = PBXBuildFile; fileRef = F4E9A96EAB744A3CA184FDAA /* ../Play-/deps/Framework/src/idct/TrivialC.cpp */; }; + F73EB7B7C87E461790FA9DB6 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */ = {isa = PBXBuildFile; fileRef = 7E1688B57C0E44968E756FE5 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */; }; + F86FFF47C0E74359B536355B /* ../Play-/deps/Framework/src/zip/ZipInflateStream.cpp */ = {isa = PBXBuildFile; fileRef = 02190A410F224591B76FCB2E /* ../Play-/deps/Framework/src/zip/ZipInflateStream.cpp */; }; + FB68E2B062AF4DBB81404514 /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 423E09F6B40B4B8FB9EA158D /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */; }; + FC1CDFBEFD5649A097C64DCC /* ../Play-/deps/Framework/include/layout/FlatLayout.h */ = {isa = PBXBuildFile; fileRef = 5E4F322E227C40D79775921A /* ../Play-/deps/Framework/include/layout/FlatLayout.h */; }; + FC36C25975294D0F86A5A860 /* ../Play-/deps/Framework/src/xml/Utils.cpp */ = {isa = PBXBuildFile; fileRef = C26DB2EB984945C6996B93AC /* ../Play-/deps/Framework/src/xml/Utils.cpp */; }; + FD3936B318CA4CB4896346D8 /* ../Play-/deps/Framework/include/Singleton.h */ = {isa = PBXBuildFile; fileRef = D495760CB6EA4479A9604C01 /* ../Play-/deps/Framework/include/Singleton.h */; }; + FDDAEB752C7542F283785C5A /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */ = {isa = PBXBuildFile; fileRef = 669A623EE2EF451C83B44BF8 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */; }; + FFAEF2A2B71C4B77AAA42D09 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */ = {isa = PBXBuildFile; fileRef = 15E95E5D733E4B569C3C20AC /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ @@ -393,205 +393,205 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 02190A410F224591B76FCB2E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipInflateStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ZipInflateStream.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipInflateStream.cpp"; sourceTree = ""; }; - 026A69D7AC2B4D228300E4AE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Writer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Writer.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Writer.cpp"; sourceTree = ""; }; - 02D2346E950449C79F69EE8B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_lazy.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h"; sourceTree = ""; }; - 04AA9E6F1C454955A0C86C20 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/EndianUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = EndianUtils.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/EndianUtils.h"; sourceTree = ""; }; - 0645F458A0BB4217A8DEF8C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/GridLayout.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GridLayout.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/GridLayout.h"; sourceTree = ""; }; - 0696803C685745498856069C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/VerticalLayout.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VerticalLayout.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/VerticalLayout.cpp"; sourceTree = ""; }; - 07023821E4F147AEAAD9B7E7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/LzAri.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LzAri.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/LzAri.cpp"; sourceTree = ""; }; - 076EE571F172447284F8976D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = portability_macros.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/portability_macros.h"; sourceTree = ""; }; - 07BE6EB42B8E4B849159FA30 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StdStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StdStream.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StdStream.cpp"; sourceTree = ""; }; - 07DCA315E7114831B1FF2977 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/filesystem_def.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = filesystem_def.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/filesystem_def.h"; sourceTree = ""; }; - 08720DEF006142809BBFE0B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v04.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h"; sourceTree = ""; }; - 099DD9C3A67641D4B70D911E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StdStreamUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StdStreamUtils.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StdStreamUtils.h"; sourceTree = ""; }; - 0A46EFE12F8147E5AB1225AA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_decompress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c"; sourceTree = ""; }; - 0A4C5C43CB4C4658A641CB7F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_deps.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h"; sourceTree = ""; }; - 0BAAC95C0A234DD6A1092977 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/CodedBlockPatternTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CodedBlockPatternTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/CodedBlockPatternTable.cpp"; sourceTree = ""; }; - 0DC4C6D790744F87B21F73E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstdmt_compress.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h"; sourceTree = ""; }; - 0F361F4183AD4F3C97F7962C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/FilesystemUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FilesystemUtils.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/FilesystemUtils.h"; sourceTree = ""; }; - 104389A4621B41B99C6E3EEA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = error_private.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.h"; sourceTree = ""; }; - 10D0A702208E4463A3E4CA85 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipStoreStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ZipStoreStream.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipStoreStream.h"; sourceTree = ""; }; - 12D12883F5CF404F99A9A631 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/TGA.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = TGA.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/TGA.cpp"; sourceTree = ""; }; - 15E95E5D733E4B569C3C20AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_decompress_block.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c"; sourceTree = ""; }; - 1635EA32FEDC4C31A1967060 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstdmt_compress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c"; sourceTree = ""; }; - 16A81568974442F1A6CED392 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable1.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DctCoefficientTable1.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable1.cpp"; sourceTree = ""; }; - 17A49CF2960B45EF99EC8099 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable0.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DctCoefficientTable0.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable0.cpp"; sourceTree = ""; }; - 18BA17817F8142A2B1D293E8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fastcover.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c"; sourceTree = ""; }; - 1EEE78DF3C4042EF98E2601F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist; sourceTree = ""; }; - 206A8FF5262E43FF8ED83E29 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutStretch.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LayoutStretch.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutStretch.h"; sourceTree = ""; }; - 227A3FE2577441EF8CFD2DA0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = xxhash.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.h"; sourceTree = ""; }; - 23AE7A3E6348423987370E11 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = error_private.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.c"; sourceTree = ""; }; - 2525C508C059497E8208841B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipArchiveWriter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ZipArchiveWriter.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipArchiveWriter.cpp"; sourceTree = ""; }; - 2632D265F6FB4B1FBB73191B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = cover.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c"; sourceTree = ""; }; - 286A8CD7A1B34DA7928C5E4C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v04.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c"; sourceTree = ""; }; - 28FD4294AC514E76AF3FF0D6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipArchiveReader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ZipArchiveReader.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipArchiveReader.cpp"; sourceTree = ""; }; - 2A0837FBC1F0409BB9FEA12C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/HorizontalLayout.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HorizontalLayout.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/HorizontalLayout.cpp"; sourceTree = ""; }; - 2A0DEA80210F49CDA95F9603 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StreamBitStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StreamBitStream.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StreamBitStream.cpp"; sourceTree = ""; }; - 2AFD9A277D804ACFBC3FB8BB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Breakpoint.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Breakpoint.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Breakpoint.h"; sourceTree = ""; }; - 2B2DA9C6DEC14949BAE27B59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 2D5B84FB2438483CA281D782 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_zlibwrapper.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c"; sourceTree = ""; }; - 2EF48B9EAB9245BBB7B48361 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_decompress_internal.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h"; sourceTree = ""; }; - 3470162880634DAFBFE91594 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/FilteringNodeIterator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FilteringNodeIterator.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/FilteringNodeIterator.cpp"; sourceTree = ""; }; + 02190A410F224591B76FCB2E /* ../Play-/deps/Framework/src/zip/ZipInflateStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ZipInflateStream.cpp; path = "../Play-/deps/Framework/src/zip/ZipInflateStream.cpp"; sourceTree = ""; }; + 026A69D7AC2B4D228300E4AE /* ../Play-/deps/Framework/src/xml/Writer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Writer.cpp; path = "../Play-/deps/Framework/src/xml/Writer.cpp"; sourceTree = ""; }; + 02D2346E950449C79F69EE8B /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_lazy.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h"; sourceTree = ""; }; + 04AA9E6F1C454955A0C86C20 /* ../Play-/deps/Framework/include/EndianUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = EndianUtils.h; path = "../Play-/deps/Framework/include/EndianUtils.h"; sourceTree = ""; }; + 0645F458A0BB4217A8DEF8C9 /* ../Play-/deps/Framework/include/layout/GridLayout.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GridLayout.h; path = "../Play-/deps/Framework/include/layout/GridLayout.h"; sourceTree = ""; }; + 0696803C685745498856069C /* ../Play-/deps/Framework/src/layout/VerticalLayout.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VerticalLayout.cpp; path = "../Play-/deps/Framework/src/layout/VerticalLayout.cpp"; sourceTree = ""; }; + 07023821E4F147AEAAD9B7E7 /* ../Play-/deps/Framework/src/LzAri.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LzAri.cpp; path = "../Play-/deps/Framework/src/LzAri.cpp"; sourceTree = ""; }; + 076EE571F172447284F8976D /* ../Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = portability_macros.h; path = "../Play-/deps/Dependencies/zstd/lib/common/portability_macros.h"; sourceTree = ""; }; + 07BE6EB42B8E4B849159FA30 /* ../Play-/deps/Framework/src/StdStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StdStream.cpp; path = "../Play-/deps/Framework/src/StdStream.cpp"; sourceTree = ""; }; + 07DCA315E7114831B1FF2977 /* ../Play-/deps/Framework/include/filesystem_def.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = filesystem_def.h; path = "../Play-/deps/Framework/include/filesystem_def.h"; sourceTree = ""; }; + 08720DEF006142809BBFE0B2 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v04.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h"; sourceTree = ""; }; + 099DD9C3A67641D4B70D911E /* ../Play-/deps/Framework/include/StdStreamUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StdStreamUtils.h; path = "../Play-/deps/Framework/include/StdStreamUtils.h"; sourceTree = ""; }; + 0A46EFE12F8147E5AB1225AA /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_decompress.c; path = "../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c"; sourceTree = ""; }; + 0A4C5C43CB4C4658A641CB7F /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_deps.h; path = "../Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h"; sourceTree = ""; }; + 0BAAC95C0A234DD6A1092977 /* ../Play-/deps/Framework/src/mpeg2/CodedBlockPatternTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CodedBlockPatternTable.cpp; path = "../Play-/deps/Framework/src/mpeg2/CodedBlockPatternTable.cpp"; sourceTree = ""; }; + 0DC4C6D790744F87B21F73E0 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstdmt_compress.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h"; sourceTree = ""; }; + 0F361F4183AD4F3C97F7962C /* ../Play-/deps/Framework/include/FilesystemUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FilesystemUtils.h; path = "../Play-/deps/Framework/include/FilesystemUtils.h"; sourceTree = ""; }; + 104389A4621B41B99C6E3EEA /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = error_private.h; path = "../Play-/deps/Dependencies/zstd/lib/common/error_private.h"; sourceTree = ""; }; + 10D0A702208E4463A3E4CA85 /* ../Play-/deps/Framework/include/zip/ZipStoreStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ZipStoreStream.h; path = "../Play-/deps/Framework/include/zip/ZipStoreStream.h"; sourceTree = ""; }; + 12D12883F5CF404F99A9A631 /* ../Play-/deps/Framework/src/bitmap/TGA.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = TGA.cpp; path = "../Play-/deps/Framework/src/bitmap/TGA.cpp"; sourceTree = ""; }; + 15E95E5D733E4B569C3C20AC /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_decompress_block.c; path = "../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c"; sourceTree = ""; }; + 1635EA32FEDC4C31A1967060 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstdmt_compress.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c"; sourceTree = ""; }; + 16A81568974442F1A6CED392 /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable1.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DctCoefficientTable1.cpp; path = "../Play-/deps/Framework/src/mpeg2/DctCoefficientTable1.cpp"; sourceTree = ""; }; + 17A49CF2960B45EF99EC8099 /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable0.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DctCoefficientTable0.cpp; path = "../Play-/deps/Framework/src/mpeg2/DctCoefficientTable0.cpp"; sourceTree = ""; }; + 18BA17817F8142A2B1D293E8 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fastcover.c; path = "../Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c"; sourceTree = ""; }; + 1EEE78DF3C4042EF98E2601F /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist; sourceTree = ""; }; + 206A8FF5262E43FF8ED83E29 /* ../Play-/deps/Framework/include/layout/LayoutStretch.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LayoutStretch.h; path = "../Play-/deps/Framework/include/layout/LayoutStretch.h"; sourceTree = ""; }; + 227A3FE2577441EF8CFD2DA0 /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = xxhash.h; path = "../Play-/deps/Dependencies/zstd/lib/common/xxhash.h"; sourceTree = ""; }; + 23AE7A3E6348423987370E11 /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = error_private.c; path = "../Play-/deps/Dependencies/zstd/lib/common/error_private.c"; sourceTree = ""; }; + 2525C508C059497E8208841B /* ../Play-/deps/Framework/src/zip/ZipArchiveWriter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ZipArchiveWriter.cpp; path = "../Play-/deps/Framework/src/zip/ZipArchiveWriter.cpp"; sourceTree = ""; }; + 2632D265F6FB4B1FBB73191B /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = cover.c; path = "../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c"; sourceTree = ""; }; + 286A8CD7A1B34DA7928C5E4C /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v04.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c"; sourceTree = ""; }; + 28FD4294AC514E76AF3FF0D6 /* ../Play-/deps/Framework/src/zip/ZipArchiveReader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ZipArchiveReader.cpp; path = "../Play-/deps/Framework/src/zip/ZipArchiveReader.cpp"; sourceTree = ""; }; + 2A0837FBC1F0409BB9FEA12C /* ../Play-/deps/Framework/src/layout/HorizontalLayout.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HorizontalLayout.cpp; path = "../Play-/deps/Framework/src/layout/HorizontalLayout.cpp"; sourceTree = ""; }; + 2A0DEA80210F49CDA95F9603 /* ../Play-/deps/Framework/src/StreamBitStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StreamBitStream.cpp; path = "../Play-/deps/Framework/src/StreamBitStream.cpp"; sourceTree = ""; }; + 2AFD9A277D804ACFBC3FB8BB /* ../Play-/deps/Framework/include/Breakpoint.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Breakpoint.h; path = "../Play-/deps/Framework/include/Breakpoint.h"; sourceTree = ""; }; + 2B2DA9C6DEC14949BAE27B59 /* ../Play-/deps/Framework/build_cmake/Framework/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 2D5B84FB2438483CA281D782 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_zlibwrapper.c; path = "../Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c"; sourceTree = ""; }; + 2EF48B9EAB9245BBB7B48361 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_decompress_internal.h; path = "../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h"; sourceTree = ""; }; + 3470162880634DAFBFE91594 /* ../Play-/deps/Framework/src/xml/FilteringNodeIterator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FilteringNodeIterator.cpp; path = "../Play-/deps/Framework/src/xml/FilteringNodeIterator.cpp"; sourceTree = ""; }; 38920C75FA154B21B126EA4A /* libzstd_zlibwrapper_static */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = liblibzstd_zlibwrapper_static.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 3B4B7EED51A64CB1B75C013E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/ThreadUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ThreadUtils.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/ThreadUtils.cpp"; sourceTree = ""; }; - 3B609006DC4840F1AF67D47F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipInflateStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ZipInflateStream.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipInflateStream.h"; sourceTree = ""; }; - 423E09F6B40B4B8FB9EA158D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist; sourceTree = ""; }; - 4941FD5CE99B406DBE9FAB10 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockAddressIncrementTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MacroblockAddressIncrementTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockAddressIncrementTable.cpp"; sourceTree = ""; }; - 4BBC8756385348918A92B7B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/HashUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HashUtils.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/HashUtils.h"; sourceTree = ""; }; - 4C929FB20F5A4AB6964137B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/nodiscard.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = nodiscard.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/nodiscard.h"; sourceTree = ""; }; - 4DA2FE90BF534FCCBCBDBB81 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/ThreadPool.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ThreadPool.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/ThreadPool.cpp"; sourceTree = ""; }; - 4E29144C745A471CBDCB15A7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pool.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.c"; sourceTree = ""; }; - 4F4E164ECA334BBAB8CA9046 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_fast.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c"; sourceTree = ""; }; - 51A543F402AF48839E02422C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v05.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c"; sourceTree = ""; }; - 5399CBC8359C41EABBD980D2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast_sjis.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = string_cast_sjis.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast_sjis.cpp"; sourceTree = ""; }; - 54B03B847DEF4862AE237351 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/JPEG.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = JPEG.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/JPEG.cpp"; sourceTree = ""; }; + 3B4B7EED51A64CB1B75C013E /* ../Play-/deps/Framework/src/ThreadUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ThreadUtils.cpp; path = "../Play-/deps/Framework/src/ThreadUtils.cpp"; sourceTree = ""; }; + 3B609006DC4840F1AF67D47F /* ../Play-/deps/Framework/include/zip/ZipInflateStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ZipInflateStream.h; path = "../Play-/deps/Framework/include/zip/ZipInflateStream.h"; sourceTree = ""; }; + 423E09F6B40B4B8FB9EA158D /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist; sourceTree = ""; }; + 4941FD5CE99B406DBE9FAB10 /* ../Play-/deps/Framework/src/mpeg2/MacroblockAddressIncrementTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MacroblockAddressIncrementTable.cpp; path = "../Play-/deps/Framework/src/mpeg2/MacroblockAddressIncrementTable.cpp"; sourceTree = ""; }; + 4BBC8756385348918A92B7B2 /* ../Play-/deps/Framework/include/HashUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HashUtils.h; path = "../Play-/deps/Framework/include/HashUtils.h"; sourceTree = ""; }; + 4C929FB20F5A4AB6964137B3 /* ../Play-/deps/Framework/include/nodiscard.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = nodiscard.h; path = "../Play-/deps/Framework/include/nodiscard.h"; sourceTree = ""; }; + 4DA2FE90BF534FCCBCBDBB81 /* ../Play-/deps/Framework/src/ThreadPool.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ThreadPool.cpp; path = "../Play-/deps/Framework/src/ThreadPool.cpp"; sourceTree = ""; }; + 4E29144C745A471CBDCB15A7 /* ../Play-/deps/Dependencies/zstd/lib/common/pool.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pool.c; path = "../Play-/deps/Dependencies/zstd/lib/common/pool.c"; sourceTree = ""; }; + 4F4E164ECA334BBAB8CA9046 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_fast.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c"; sourceTree = ""; }; + 51A543F402AF48839E02422C /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v05.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c"; sourceTree = ""; }; + 5399CBC8359C41EABBD980D2 /* ../Play-/deps/Framework/src/string_cast_sjis.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = string_cast_sjis.cpp; path = "../Play-/deps/Framework/src/string_cast_sjis.cpp"; sourceTree = ""; }; + 54B03B847DEF4862AE237351 /* ../Play-/deps/Framework/src/bitmap/JPEG.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = JPEG.cpp; path = "../Play-/deps/Framework/src/bitmap/JPEG.cpp"; sourceTree = ""; }; 55D1C517009440D0AB9F796F /* Framework */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libFramework.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 560E77BBF44B470DBE62EDDF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Utf8.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Utf8.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Utf8.h"; sourceTree = ""; }; - 577129C212584DA7852832AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/Bitmap.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Bitmap.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/Bitmap.cpp"; sourceTree = ""; }; - 58119AD4E02A48DBBA516E40 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fse_decompress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c"; sourceTree = ""; }; - 5A5E97C6135E429DADEC22AD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/clevels.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = clevels.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/clevels.h"; sourceTree = ""; }; - 5AB9F4F370924DC4AFBFB60C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/idct/IEEE1180.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IEEE1180.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/idct/IEEE1180.cpp"; sourceTree = ""; }; - 5BAB1057617A4002BBAFC131 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutBase.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LayoutBase.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutBase.h"; sourceTree = ""; }; - 5BFD32D8504D4CDEA2660418 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = divsufsort.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c"; sourceTree = ""; }; - 5C1D4785B7A04815A68B9ECB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/compiler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = compiler.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/compiler.h"; sourceTree = ""; }; - 5C717A9512ED43059FB3B2F4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/mem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = mem.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/mem.h"; sourceTree = ""; }; - 5DA9174E52084303B3B26678 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = cover.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h"; sourceTree = ""; }; - 5E4F322E227C40D79775921A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/FlatLayout.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FlatLayout.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/FlatLayout.h"; sourceTree = ""; }; - 5E76F82CF6C24D7A839931BE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = fse.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse.h"; sourceTree = ""; }; - 5F11850926D547E9ABC76A30 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutObject.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LayoutObject.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutObject.cpp"; sourceTree = ""; }; - 63F2935F4A734258BE876B2D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = debug.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.c"; sourceTree = ""; }; - 6451B6CE213A4534AF609C66 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = xxhash.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.c"; sourceTree = ""; }; - 64A0D237D44A4C3A92726625 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SimdDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SimdDefs.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SimdDefs.h"; sourceTree = ""; }; - 64A39EF3621C46EC8243CB99 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ZipFile.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipFile.h"; sourceTree = ""; }; - 6539DDCE049344EF9C5195F4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */ = {isa = PBXFileReference; explicitFileType = sourcecode.asm; fileEncoding = 4; name = huf_decompress_amd64.S; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S"; sourceTree = ""; }; - 6640CC7C1B43494A9299AA44 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = threading.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.h"; sourceTree = ""; }; - 6650D576B10E466693A26931 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DcSizeLuminanceTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DcSizeLuminanceTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DcSizeLuminanceTable.cpp"; sourceTree = ""; }; - 6690A4FF9E494AF1B9F5F8EA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = debug.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.h"; sourceTree = ""; }; - 669A623EE2EF451C83B44BF8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_literals.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c"; sourceTree = ""; }; - 68510A103E1B4CAC8729848F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = huf_compress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c"; sourceTree = ""; }; - 69DADD2982E14E8FBAFE5742 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_sequences.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h"; sourceTree = ""; }; - 6B26EC3DD845449D91ACA51E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/CMakeLists.txt"; sourceTree = ""; }; - 6C523FEA11FE4637A8465787 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StdStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StdStream.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StdStream.h"; sourceTree = ""; }; - 70F6E744567F49B48A2728D6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v03.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c"; sourceTree = ""; }; - 7243687618B240DB9763A63D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 747D96EBDB1746CDAB141E2E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = huf_decompress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c"; sourceTree = ""; }; - 7596014644604BB28702FC92 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ZipFile.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipFile.cpp"; sourceTree = ""; }; - 75D58964E2764326B4262684 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_superblock.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c"; sourceTree = ""; }; - 7804372B7FF041EF88E2087A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/VerticalLayout.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VerticalLayout.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/VerticalLayout.h"; sourceTree = ""; }; - 79CF9CC16DB14805AD095C55 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipStoreStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ZipStoreStream.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipStoreStream.cpp"; sourceTree = ""; }; - 7A543C7328294D68B9B92393 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_double_fast.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c"; sourceTree = ""; }; - 7A5B502901E94D5883995D4C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/CMakeFiles/Framework.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/CMakeFiles/Framework.dir/Info.plist; sourceTree = ""; }; - 7C2B130D42564263B8C86083 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/BitStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = BitStream.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/BitStream.cpp"; sourceTree = ""; }; - 7E1688B57C0E44968E756FE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzwrite.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c"; sourceTree = ""; }; - 7E5EF26DFB9F4A96A107CFA3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_trace.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h"; sourceTree = ""; }; - 7F4A56863784476296E4AA5B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/signal/Signal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Signal.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/signal/Signal.h"; sourceTree = ""; }; - 839574675DB94433A8A1B184 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bits.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = bits.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bits.h"; sourceTree = ""; }; - 852BDBA746CE4FFBB4E112A7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = divsufsort.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h"; sourceTree = ""; }; - 85743CD7285B45F48C5E30D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_lazy.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c"; sourceTree = ""; }; - 86D8F3BFA50E4C20BABDA024 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Base64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Base64.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Base64.cpp"; sourceTree = ""; }; - 89B0691241B54CDFB43596D3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/math/MathStringUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MathStringUtils.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/math/MathStringUtils.cpp"; sourceTree = ""; }; - 8C0E8844EE4343EBAA90FABE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v01.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h"; sourceTree = ""; }; - 8D27977A03574DF987D68E08 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/MemStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemStream.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/MemStream.cpp"; sourceTree = ""; }; - 90A0BF3354FC4BD8882B85BE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ddict.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h"; sourceTree = ""; }; - 9104C91849864038B1370B8C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StringUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StringUtils.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StringUtils.cpp"; sourceTree = ""; }; - 91534CA5E749457E8C78730F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipArchiveReader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ZipArchiveReader.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipArchiveReader.h"; sourceTree = ""; }; - 91AB1D27D7A749FABE555B54 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = string_cast.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast.cpp"; sourceTree = ""; }; - 9400FC04181E4863A2F2D793 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/QuantiserScaleTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = QuantiserScaleTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/QuantiserScaleTable.cpp"; sourceTree = ""; }; - 943BAFA57A7948778E02D245 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_sequences.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c"; sourceTree = ""; }; - 96C2C4AB2CCA468F97E27086 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/VLCTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VLCTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/VLCTable.cpp"; sourceTree = ""; }; - 9981B373E555452081AEB57C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pool.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.h"; sourceTree = ""; }; - 99E064258A2D4A779539EB7E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/BitManip.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BitManip.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/BitManip.h"; sourceTree = ""; }; - 9C36ECBF97244391904B675C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzclose.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c"; sourceTree = ""; }; - 9CE437A933074D27BA8C09F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_decompress_block.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h"; sourceTree = ""; }; - 9CFC54A9060A4ABFAD2FE0CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v07.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h"; sourceTree = ""; }; - 9D068DD1D96842438CDCC707 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzread.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c"; sourceTree = ""; }; - 9D1673AE217841A59CF83756 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutObject.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LayoutObject.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutObject.h"; sourceTree = ""; }; - 9D4BE08DBE9944E7958C0C0B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/InverseScanTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = InverseScanTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/InverseScanTable.cpp"; sourceTree = ""; }; - 9F9972D7B07241E89BE8BC5C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/BMP.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = BMP.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/BMP.cpp"; sourceTree = ""; }; - A0AE98B8D8B04E6EBEFE3657 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v06.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c"; sourceTree = ""; }; - A274500DDC324D809AF72600 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DcSizeChrominanceTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DcSizeChrominanceTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DcSizeChrominanceTable.cpp"; sourceTree = ""; }; - A28F034D0E684486938CF495 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_cwksp.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h"; sourceTree = ""; }; - A301E0EFBF62493E9CF10CCC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bitstream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = bitstream.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bitstream.h"; sourceTree = ""; }; - A738DB39EA674A56B24ECB39 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypePTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MacroblockTypePTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypePTable.cpp"; sourceTree = ""; }; - A8E3D0FEB36746069F6341B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Url.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Url.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Url.cpp"; sourceTree = ""; }; - A98761F78CDF401CAAB8E35E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/huf.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = huf.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/huf.h"; sourceTree = ""; }; - ABC01BDFAFE3423A989A7DEC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/HorizontalLayout.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HorizontalLayout.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/HorizontalLayout.h"; sourceTree = ""; }; - AD099F7729804DF182A64E66 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/maybe_unused.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = maybe_unused.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/maybe_unused.h"; sourceTree = ""; }; - AE0BA5904907485E8E08083A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/std_experimental_map.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = std_experimental_map.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/std_experimental_map.h"; sourceTree = ""; }; - B154C904E2C640F3B4B24ECE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_superblock.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h"; sourceTree = ""; }; - B1FA4661F79D4512B6FCBCF1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt"; sourceTree = ""; }; - B33560C51D044E20B5DB1913 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_opt.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h"; sourceTree = ""; }; - B33B0E7FB26D4280923471C0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v02.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c"; sourceTree = ""; }; - B3625B91296F47499918D324 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/SocketStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SocketStream.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/SocketStream.cpp"; sourceTree = ""; }; - B393C533AA4343BC8802BCE4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/HashUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HashUtils.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/HashUtils.cpp"; sourceTree = ""; }; - B4B301A26C7A4A88801D8A40 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ldm.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h"; sourceTree = ""; }; - B4FA1E369D56448D87583A34 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StringUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StringUtils.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StringUtils.h"; sourceTree = ""; }; - B6BDD93250734FE1837E8255 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipDeflateStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ZipDeflateStream.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipDeflateStream.cpp"; sourceTree = ""; }; - B75817E145AB4B6BA9AD8228 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipArchiveWriter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ZipArchiveWriter.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipArchiveWriter.h"; sourceTree = ""; }; - B874CEBC2D404FCEABB7D6E7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/PtrStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PtrStream.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/PtrStream.cpp"; sourceTree = ""; }; - B8F227CFE1BB458AA7DC5A90 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast_win1252.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = string_cast_win1252.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast_win1252.cpp"; sourceTree = ""; }; - BADFBF8CF02148ABB58FC2D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypeBTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MacroblockTypeBTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypeBTable.cpp"; sourceTree = ""; }; - BB5B3315AF26477F91DDDCC1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Csv.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Csv.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Csv.h"; sourceTree = ""; }; - BD04798685BE44C6B41EC5B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/std_experimental_set.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = std_experimental_set.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/std_experimental_set.h"; sourceTree = ""; }; - BEC68F46069444938696D09C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt"; sourceTree = ""; }; + 560E77BBF44B470DBE62EDDF /* ../Play-/deps/Framework/include/Utf8.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Utf8.h; path = "../Play-/deps/Framework/include/Utf8.h"; sourceTree = ""; }; + 577129C212584DA7852832AB /* ../Play-/deps/Framework/src/bitmap/Bitmap.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Bitmap.cpp; path = "../Play-/deps/Framework/src/bitmap/Bitmap.cpp"; sourceTree = ""; }; + 58119AD4E02A48DBBA516E40 /* ../Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fse_decompress.c; path = "../Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c"; sourceTree = ""; }; + 5A5E97C6135E429DADEC22AD /* ../Play-/deps/Dependencies/zstd/lib/compress/clevels.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = clevels.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/clevels.h"; sourceTree = ""; }; + 5AB9F4F370924DC4AFBFB60C /* ../Play-/deps/Framework/src/idct/IEEE1180.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IEEE1180.cpp; path = "../Play-/deps/Framework/src/idct/IEEE1180.cpp"; sourceTree = ""; }; + 5BAB1057617A4002BBAFC131 /* ../Play-/deps/Framework/include/layout/LayoutBase.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LayoutBase.h; path = "../Play-/deps/Framework/include/layout/LayoutBase.h"; sourceTree = ""; }; + 5BFD32D8504D4CDEA2660418 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = divsufsort.c; path = "../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c"; sourceTree = ""; }; + 5C1D4785B7A04815A68B9ECB /* ../Play-/deps/Dependencies/zstd/lib/common/compiler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = compiler.h; path = "../Play-/deps/Dependencies/zstd/lib/common/compiler.h"; sourceTree = ""; }; + 5C717A9512ED43059FB3B2F4 /* ../Play-/deps/Dependencies/zstd/lib/common/mem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = mem.h; path = "../Play-/deps/Dependencies/zstd/lib/common/mem.h"; sourceTree = ""; }; + 5DA9174E52084303B3B26678 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = cover.h; path = "../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h"; sourceTree = ""; }; + 5E4F322E227C40D79775921A /* ../Play-/deps/Framework/include/layout/FlatLayout.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FlatLayout.h; path = "../Play-/deps/Framework/include/layout/FlatLayout.h"; sourceTree = ""; }; + 5E76F82CF6C24D7A839931BE /* ../Play-/deps/Dependencies/zstd/lib/common/fse.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = fse.h; path = "../Play-/deps/Dependencies/zstd/lib/common/fse.h"; sourceTree = ""; }; + 5F11850926D547E9ABC76A30 /* ../Play-/deps/Framework/src/layout/LayoutObject.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LayoutObject.cpp; path = "../Play-/deps/Framework/src/layout/LayoutObject.cpp"; sourceTree = ""; }; + 63F2935F4A734258BE876B2D /* ../Play-/deps/Dependencies/zstd/lib/common/debug.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = debug.c; path = "../Play-/deps/Dependencies/zstd/lib/common/debug.c"; sourceTree = ""; }; + 6451B6CE213A4534AF609C66 /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = xxhash.c; path = "../Play-/deps/Dependencies/zstd/lib/common/xxhash.c"; sourceTree = ""; }; + 64A0D237D44A4C3A92726625 /* ../Play-/deps/Framework/include/SimdDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SimdDefs.h; path = "../Play-/deps/Framework/include/SimdDefs.h"; sourceTree = ""; }; + 64A39EF3621C46EC8243CB99 /* ../Play-/deps/Framework/include/zip/ZipFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ZipFile.h; path = "../Play-/deps/Framework/include/zip/ZipFile.h"; sourceTree = ""; }; + 6539DDCE049344EF9C5195F4 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */ = {isa = PBXFileReference; explicitFileType = sourcecode.asm; fileEncoding = 4; name = huf_decompress_amd64.S; path = "../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S"; sourceTree = ""; }; + 6640CC7C1B43494A9299AA44 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = threading.h; path = "../Play-/deps/Dependencies/zstd/lib/common/threading.h"; sourceTree = ""; }; + 6650D576B10E466693A26931 /* ../Play-/deps/Framework/src/mpeg2/DcSizeLuminanceTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DcSizeLuminanceTable.cpp; path = "../Play-/deps/Framework/src/mpeg2/DcSizeLuminanceTable.cpp"; sourceTree = ""; }; + 6690A4FF9E494AF1B9F5F8EA /* ../Play-/deps/Dependencies/zstd/lib/common/debug.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = debug.h; path = "../Play-/deps/Dependencies/zstd/lib/common/debug.h"; sourceTree = ""; }; + 669A623EE2EF451C83B44BF8 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_literals.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c"; sourceTree = ""; }; + 68510A103E1B4CAC8729848F /* ../Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = huf_compress.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c"; sourceTree = ""; }; + 69DADD2982E14E8FBAFE5742 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_sequences.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h"; sourceTree = ""; }; + 6B26EC3DD845449D91ACA51E /* ../Play-/deps/Dependencies/zstd/build/cmake/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/Dependencies/zstd/build/cmake/CMakeLists.txt"; sourceTree = ""; }; + 6C523FEA11FE4637A8465787 /* ../Play-/deps/Framework/include/StdStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StdStream.h; path = "../Play-/deps/Framework/include/StdStream.h"; sourceTree = ""; }; + 70F6E744567F49B48A2728D6 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v03.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c"; sourceTree = ""; }; + 7243687618B240DB9763A63D /* ../Play-/deps/Framework/build_cmake/Framework/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 747D96EBDB1746CDAB141E2E /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = huf_decompress.c; path = "../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c"; sourceTree = ""; }; + 7596014644604BB28702FC92 /* ../Play-/deps/Framework/src/zip/ZipFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ZipFile.cpp; path = "../Play-/deps/Framework/src/zip/ZipFile.cpp"; sourceTree = ""; }; + 75D58964E2764326B4262684 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_superblock.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c"; sourceTree = ""; }; + 7804372B7FF041EF88E2087A /* ../Play-/deps/Framework/include/layout/VerticalLayout.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VerticalLayout.h; path = "../Play-/deps/Framework/include/layout/VerticalLayout.h"; sourceTree = ""; }; + 79CF9CC16DB14805AD095C55 /* ../Play-/deps/Framework/src/zip/ZipStoreStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ZipStoreStream.cpp; path = "../Play-/deps/Framework/src/zip/ZipStoreStream.cpp"; sourceTree = ""; }; + 7A543C7328294D68B9B92393 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_double_fast.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c"; sourceTree = ""; }; + 7A5B502901E94D5883995D4C /* ../cmake/Source/ui_ios/Source/Framework/CMakeFiles/Framework.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/Source/Framework/CMakeFiles/Framework.dir/Info.plist; sourceTree = ""; }; + 7C2B130D42564263B8C86083 /* ../Play-/deps/Framework/src/BitStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = BitStream.cpp; path = "../Play-/deps/Framework/src/BitStream.cpp"; sourceTree = ""; }; + 7E1688B57C0E44968E756FE5 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzwrite.c; path = "../Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c"; sourceTree = ""; }; + 7E5EF26DFB9F4A96A107CFA3 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_trace.h; path = "../Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h"; sourceTree = ""; }; + 7F4A56863784476296E4AA5B /* ../Play-/deps/Framework/include/signal/Signal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Signal.h; path = "../Play-/deps/Framework/include/signal/Signal.h"; sourceTree = ""; }; + 839574675DB94433A8A1B184 /* ../Play-/deps/Dependencies/zstd/lib/common/bits.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = bits.h; path = "../Play-/deps/Dependencies/zstd/lib/common/bits.h"; sourceTree = ""; }; + 852BDBA746CE4FFBB4E112A7 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = divsufsort.h; path = "../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h"; sourceTree = ""; }; + 85743CD7285B45F48C5E30D1 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_lazy.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c"; sourceTree = ""; }; + 86D8F3BFA50E4C20BABDA024 /* ../Play-/deps/Framework/src/Base64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Base64.cpp; path = "../Play-/deps/Framework/src/Base64.cpp"; sourceTree = ""; }; + 89B0691241B54CDFB43596D3 /* ../Play-/deps/Framework/src/math/MathStringUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MathStringUtils.cpp; path = "../Play-/deps/Framework/src/math/MathStringUtils.cpp"; sourceTree = ""; }; + 8C0E8844EE4343EBAA90FABE /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v01.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h"; sourceTree = ""; }; + 8D27977A03574DF987D68E08 /* ../Play-/deps/Framework/src/MemStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemStream.cpp; path = "../Play-/deps/Framework/src/MemStream.cpp"; sourceTree = ""; }; + 90A0BF3354FC4BD8882B85BE /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ddict.h; path = "../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h"; sourceTree = ""; }; + 9104C91849864038B1370B8C /* ../Play-/deps/Framework/src/StringUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StringUtils.cpp; path = "../Play-/deps/Framework/src/StringUtils.cpp"; sourceTree = ""; }; + 91534CA5E749457E8C78730F /* ../Play-/deps/Framework/include/zip/ZipArchiveReader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ZipArchiveReader.h; path = "../Play-/deps/Framework/include/zip/ZipArchiveReader.h"; sourceTree = ""; }; + 91AB1D27D7A749FABE555B54 /* ../Play-/deps/Framework/src/string_cast.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = string_cast.cpp; path = "../Play-/deps/Framework/src/string_cast.cpp"; sourceTree = ""; }; + 9400FC04181E4863A2F2D793 /* ../Play-/deps/Framework/src/mpeg2/QuantiserScaleTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = QuantiserScaleTable.cpp; path = "../Play-/deps/Framework/src/mpeg2/QuantiserScaleTable.cpp"; sourceTree = ""; }; + 943BAFA57A7948778E02D245 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_sequences.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c"; sourceTree = ""; }; + 96C2C4AB2CCA468F97E27086 /* ../Play-/deps/Framework/src/mpeg2/VLCTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VLCTable.cpp; path = "../Play-/deps/Framework/src/mpeg2/VLCTable.cpp"; sourceTree = ""; }; + 9981B373E555452081AEB57C /* ../Play-/deps/Dependencies/zstd/lib/common/pool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pool.h; path = "../Play-/deps/Dependencies/zstd/lib/common/pool.h"; sourceTree = ""; }; + 99E064258A2D4A779539EB7E /* ../Play-/deps/Framework/include/BitManip.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BitManip.h; path = "../Play-/deps/Framework/include/BitManip.h"; sourceTree = ""; }; + 9C36ECBF97244391904B675C /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzclose.c; path = "../Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c"; sourceTree = ""; }; + 9CE437A933074D27BA8C09F5 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_decompress_block.h; path = "../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h"; sourceTree = ""; }; + 9CFC54A9060A4ABFAD2FE0CF /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v07.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h"; sourceTree = ""; }; + 9D068DD1D96842438CDCC707 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzread.c; path = "../Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c"; sourceTree = ""; }; + 9D1673AE217841A59CF83756 /* ../Play-/deps/Framework/include/layout/LayoutObject.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LayoutObject.h; path = "../Play-/deps/Framework/include/layout/LayoutObject.h"; sourceTree = ""; }; + 9D4BE08DBE9944E7958C0C0B /* ../Play-/deps/Framework/src/mpeg2/InverseScanTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = InverseScanTable.cpp; path = "../Play-/deps/Framework/src/mpeg2/InverseScanTable.cpp"; sourceTree = ""; }; + 9F9972D7B07241E89BE8BC5C /* ../Play-/deps/Framework/src/bitmap/BMP.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = BMP.cpp; path = "../Play-/deps/Framework/src/bitmap/BMP.cpp"; sourceTree = ""; }; + A0AE98B8D8B04E6EBEFE3657 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v06.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c"; sourceTree = ""; }; + A274500DDC324D809AF72600 /* ../Play-/deps/Framework/src/mpeg2/DcSizeChrominanceTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DcSizeChrominanceTable.cpp; path = "../Play-/deps/Framework/src/mpeg2/DcSizeChrominanceTable.cpp"; sourceTree = ""; }; + A28F034D0E684486938CF495 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_cwksp.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h"; sourceTree = ""; }; + A301E0EFBF62493E9CF10CCC /* ../Play-/deps/Dependencies/zstd/lib/common/bitstream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = bitstream.h; path = "../Play-/deps/Dependencies/zstd/lib/common/bitstream.h"; sourceTree = ""; }; + A738DB39EA674A56B24ECB39 /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypePTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MacroblockTypePTable.cpp; path = "../Play-/deps/Framework/src/mpeg2/MacroblockTypePTable.cpp"; sourceTree = ""; }; + A8E3D0FEB36746069F6341B4 /* ../Play-/deps/Framework/src/Url.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Url.cpp; path = "../Play-/deps/Framework/src/Url.cpp"; sourceTree = ""; }; + A98761F78CDF401CAAB8E35E /* ../Play-/deps/Dependencies/zstd/lib/common/huf.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = huf.h; path = "../Play-/deps/Dependencies/zstd/lib/common/huf.h"; sourceTree = ""; }; + ABC01BDFAFE3423A989A7DEC /* ../Play-/deps/Framework/include/layout/HorizontalLayout.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HorizontalLayout.h; path = "../Play-/deps/Framework/include/layout/HorizontalLayout.h"; sourceTree = ""; }; + AD099F7729804DF182A64E66 /* ../Play-/deps/Framework/include/maybe_unused.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = maybe_unused.h; path = "../Play-/deps/Framework/include/maybe_unused.h"; sourceTree = ""; }; + AE0BA5904907485E8E08083A /* ../Play-/deps/Framework/include/std_experimental_map.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = std_experimental_map.h; path = "../Play-/deps/Framework/include/std_experimental_map.h"; sourceTree = ""; }; + B154C904E2C640F3B4B24ECE /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_superblock.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h"; sourceTree = ""; }; + B1FA4661F79D4512B6FCBCF1 /* ../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt"; sourceTree = ""; }; + B33560C51D044E20B5DB1913 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_opt.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h"; sourceTree = ""; }; + B33B0E7FB26D4280923471C0 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v02.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c"; sourceTree = ""; }; + B3625B91296F47499918D324 /* ../Play-/deps/Framework/src/SocketStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SocketStream.cpp; path = "../Play-/deps/Framework/src/SocketStream.cpp"; sourceTree = ""; }; + B393C533AA4343BC8802BCE4 /* ../Play-/deps/Framework/src/HashUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HashUtils.cpp; path = "../Play-/deps/Framework/src/HashUtils.cpp"; sourceTree = ""; }; + B4B301A26C7A4A88801D8A40 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ldm.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h"; sourceTree = ""; }; + B4FA1E369D56448D87583A34 /* ../Play-/deps/Framework/include/StringUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StringUtils.h; path = "../Play-/deps/Framework/include/StringUtils.h"; sourceTree = ""; }; + B6BDD93250734FE1837E8255 /* ../Play-/deps/Framework/src/zip/ZipDeflateStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ZipDeflateStream.cpp; path = "../Play-/deps/Framework/src/zip/ZipDeflateStream.cpp"; sourceTree = ""; }; + B75817E145AB4B6BA9AD8228 /* ../Play-/deps/Framework/include/zip/ZipArchiveWriter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ZipArchiveWriter.h; path = "../Play-/deps/Framework/include/zip/ZipArchiveWriter.h"; sourceTree = ""; }; + B874CEBC2D404FCEABB7D6E7 /* ../Play-/deps/Framework/src/PtrStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PtrStream.cpp; path = "../Play-/deps/Framework/src/PtrStream.cpp"; sourceTree = ""; }; + B8F227CFE1BB458AA7DC5A90 /* ../Play-/deps/Framework/src/string_cast_win1252.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = string_cast_win1252.cpp; path = "../Play-/deps/Framework/src/string_cast_win1252.cpp"; sourceTree = ""; }; + BADFBF8CF02148ABB58FC2D5 /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypeBTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MacroblockTypeBTable.cpp; path = "../Play-/deps/Framework/src/mpeg2/MacroblockTypeBTable.cpp"; sourceTree = ""; }; + BB5B3315AF26477F91DDDCC1 /* ../Play-/deps/Framework/include/Csv.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Csv.h; path = "../Play-/deps/Framework/include/Csv.h"; sourceTree = ""; }; + BD04798685BE44C6B41EC5B3 /* ../Play-/deps/Framework/include/std_experimental_set.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = std_experimental_set.h; path = "../Play-/deps/Framework/include/std_experimental_set.h"; sourceTree = ""; }; + BEC68F46069444938696D09C /* ../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt"; sourceTree = ""; }; C09E761D3D7A40BEA5805AC4 /* libzstd_static */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libzstd.a; sourceTree = BUILT_PRODUCTS_DIR; }; - C26DB2EB984945C6996B93AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Utils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Utils.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Utils.cpp"; sourceTree = ""; }; - C40985CC4202492D8BA12B3F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v07.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c"; sourceTree = ""; }; - C56A1342D8374BF39A119B6A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/GridLayout.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GridLayout.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/GridLayout.cpp"; sourceTree = ""; }; - C6FAF3C48008482B863EBD9D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/ThreadPool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ThreadPool.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/ThreadPool.h"; sourceTree = ""; }; - C7048D5F5A5A4E0190878F78 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Config.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Config.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Config.cpp"; sourceTree = ""; }; - C72205FC19D34151A53714FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_ldm.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c"; sourceTree = ""; }; - C7B42A388F764D1A82DAC885 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SocketDef.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SocketDef.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SocketDef.h"; sourceTree = ""; }; - C8A3485D3FD24752B4889C75 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_internal.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h"; sourceTree = ""; }; - CA79721CBB4B4D0F97505E3D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fse_compress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c"; sourceTree = ""; }; - CAD27E83B43F49E2B9FAE2C6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v02.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h"; sourceTree = ""; }; - CB0D66F0A5D844D7B251D737 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Csv.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Csv.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Csv.cpp"; sourceTree = ""; }; - CB2B144B9C4640EB9DA0A325 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = hist.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.h"; sourceTree = ""; }; - CB456AC48FF04A86A62506B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v05.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h"; sourceTree = ""; }; - CB6A5D424F154EE8927BDA61 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_fast.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h"; sourceTree = ""; }; - CC642A5E305A4753A94D59F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SocketStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SocketStream.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SocketStream.h"; sourceTree = ""; }; - CD32EB657C2A4B54AF5921B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Url.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Url.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Url.h"; sourceTree = ""; }; - CD709EC1AADA4B2FACC26B75 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_double_fast.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h"; sourceTree = ""; }; - CD9F07DAF00F4FEEB63619FD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/PNG.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PNG.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/PNG.cpp"; sourceTree = ""; }; - CFAB4E8B90B14F8CA1CD9D0E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_opt.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c"; sourceTree = ""; }; - D0179D80120E4520B12C4BBA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzlib.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c"; sourceTree = ""; }; - D10A5178BF4041B383909F36 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_common.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_common.c"; sourceTree = ""; }; - D18C5D0701494AC683C85ABC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt"; sourceTree = ""; }; - D1A408C73B7D45A5AC07E6E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/FlatLayout.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FlatLayout.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/FlatLayout.cpp"; sourceTree = ""; }; - D333900CD60D4A0C89B25FF4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Node.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Node.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Node.cpp"; sourceTree = ""; }; - D38711A2040144D5A441ABC0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_legacy.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h"; sourceTree = ""; }; - D3C63221FA9049E697A3F9D2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/cpu.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = cpu.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/cpu.h"; sourceTree = ""; }; - D44E9878D9764613B7EFB92F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/zstd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/zstd.h"; sourceTree = ""; }; - D484B951893F4F5CBF98BBC1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypeITable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MacroblockTypeITable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypeITable.cpp"; sourceTree = ""; }; - D495760CB6EA4479A9604C01 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Singleton.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Singleton.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Singleton.h"; sourceTree = ""; }; - D5BCF7C2943240028E70CE76 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ldm_geartab.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h"; sourceTree = ""; }; - D8C23D17EA134FE480ABBD78 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Utf8.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Utf8.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Utf8.cpp"; sourceTree = ""; }; - DC1AD7A621104CA3BA531772 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Parser.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Parser.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Parser.cpp"; sourceTree = ""; }; - DC69E7736CD04A54B4671764 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/ThreadUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ThreadUtils.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/ThreadUtils.h"; sourceTree = ""; }; - DF2315EC5E614761AA0D7AAB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MotionCodeTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MotionCodeTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MotionCodeTable.cpp"; sourceTree = ""; }; - E45E739DA7394E02A1EA05AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutStretch.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LayoutStretch.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutStretch.cpp"; sourceTree = ""; }; - E633FD3258784CC3A02EC185 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/FilesystemUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FilesystemUtils.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/FilesystemUtils.cpp"; sourceTree = ""; }; - E689F50E6790428C844901B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_literals.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h"; sourceTree = ""; }; - E6A8669BFBCD4108937FF933 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutBaseItem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LayoutBaseItem.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutBaseItem.h"; sourceTree = ""; }; - E8A648D70A854F12974C98FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v03.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h"; sourceTree = ""; }; - E8E6E30D89DE4287A88BE51E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zdict.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c"; sourceTree = ""; }; - E9D5701CFBB2472782F7C0AF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_ddict.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c"; sourceTree = ""; }; - EAC0F250FA9E470389D4A811 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutBaseItem.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LayoutBaseItem.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutBaseItem.cpp"; sourceTree = ""; }; - EAD2CBF55B5B471F8BAEC357 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = entropy_common.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/entropy_common.c"; sourceTree = ""; }; - EE247632DA3F422787812451 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/PathUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PathUtils.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/PathUtils.cpp"; sourceTree = ""; }; - EEF3E57908E04FEE9387AC56 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipDeflateStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ZipDeflateStream.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipDeflateStream.h"; sourceTree = ""; }; - F101E0544EC24845B42D2690 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v06.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h"; sourceTree = ""; }; - F38D944968794D0EADE156CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Stream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Stream.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Stream.h"; sourceTree = ""; }; - F4E9A96EAB744A3CA184FDAA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/idct/TrivialC.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = TrivialC.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/idct/TrivialC.cpp"; sourceTree = ""; }; - F62C280969CD4983B0CEAF32 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Stream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Stream.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Stream.cpp"; sourceTree = ""; }; - F6FAA09A8FC64A2A973C704B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DctCoefficientTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable.cpp"; sourceTree = ""; }; - F7D787CB317F486ABCD56F08 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v01.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c"; sourceTree = ""; }; - F8B2D14049A04C288061D0BD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_internal.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h"; sourceTree = ""; }; - F98E08E583CE4C34B536191E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = threading.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.c"; sourceTree = ""; }; - FAE04B030E2A4CA4A63D4A41 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutBase.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LayoutBase.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutBase.cpp"; sourceTree = ""; }; - FCEE2949D3174FAB9393823A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c"; sourceTree = ""; }; - FF41E1F66DF74E32B4488F73 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = hist.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.c"; sourceTree = ""; }; + C26DB2EB984945C6996B93AC /* ../Play-/deps/Framework/src/xml/Utils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Utils.cpp; path = "../Play-/deps/Framework/src/xml/Utils.cpp"; sourceTree = ""; }; + C40985CC4202492D8BA12B3F /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v07.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c"; sourceTree = ""; }; + C56A1342D8374BF39A119B6A /* ../Play-/deps/Framework/src/layout/GridLayout.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GridLayout.cpp; path = "../Play-/deps/Framework/src/layout/GridLayout.cpp"; sourceTree = ""; }; + C6FAF3C48008482B863EBD9D /* ../Play-/deps/Framework/include/ThreadPool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ThreadPool.h; path = "../Play-/deps/Framework/include/ThreadPool.h"; sourceTree = ""; }; + C7048D5F5A5A4E0190878F78 /* ../Play-/deps/Framework/src/Config.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Config.cpp; path = "../Play-/deps/Framework/src/Config.cpp"; sourceTree = ""; }; + C72205FC19D34151A53714FB /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_ldm.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c"; sourceTree = ""; }; + C7B42A388F764D1A82DAC885 /* ../Play-/deps/Framework/include/SocketDef.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SocketDef.h; path = "../Play-/deps/Framework/include/SocketDef.h"; sourceTree = ""; }; + C8A3485D3FD24752B4889C75 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_internal.h; path = "../Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h"; sourceTree = ""; }; + CA79721CBB4B4D0F97505E3D /* ../Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fse_compress.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c"; sourceTree = ""; }; + CAD27E83B43F49E2B9FAE2C6 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v02.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h"; sourceTree = ""; }; + CB0D66F0A5D844D7B251D737 /* ../Play-/deps/Framework/src/Csv.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Csv.cpp; path = "../Play-/deps/Framework/src/Csv.cpp"; sourceTree = ""; }; + CB2B144B9C4640EB9DA0A325 /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = hist.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/hist.h"; sourceTree = ""; }; + CB456AC48FF04A86A62506B3 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v05.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h"; sourceTree = ""; }; + CB6A5D424F154EE8927BDA61 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_fast.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h"; sourceTree = ""; }; + CC642A5E305A4753A94D59F3 /* ../Play-/deps/Framework/include/SocketStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SocketStream.h; path = "../Play-/deps/Framework/include/SocketStream.h"; sourceTree = ""; }; + CD32EB657C2A4B54AF5921B3 /* ../Play-/deps/Framework/include/Url.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Url.h; path = "../Play-/deps/Framework/include/Url.h"; sourceTree = ""; }; + CD709EC1AADA4B2FACC26B75 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_double_fast.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h"; sourceTree = ""; }; + CD9F07DAF00F4FEEB63619FD /* ../Play-/deps/Framework/src/bitmap/PNG.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PNG.cpp; path = "../Play-/deps/Framework/src/bitmap/PNG.cpp"; sourceTree = ""; }; + CFAB4E8B90B14F8CA1CD9D0E /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_opt.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c"; sourceTree = ""; }; + D0179D80120E4520B12C4BBA /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzlib.c; path = "../Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c"; sourceTree = ""; }; + D10A5178BF4041B383909F36 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_common.c; path = "../Play-/deps/Dependencies/zstd/lib/common/zstd_common.c"; sourceTree = ""; }; + D18C5D0701494AC683C85ABC /* ../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt"; sourceTree = ""; }; + D1A408C73B7D45A5AC07E6E3 /* ../Play-/deps/Framework/src/layout/FlatLayout.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FlatLayout.cpp; path = "../Play-/deps/Framework/src/layout/FlatLayout.cpp"; sourceTree = ""; }; + D333900CD60D4A0C89B25FF4 /* ../Play-/deps/Framework/src/xml/Node.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Node.cpp; path = "../Play-/deps/Framework/src/xml/Node.cpp"; sourceTree = ""; }; + D38711A2040144D5A441ABC0 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_legacy.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h"; sourceTree = ""; }; + D3C63221FA9049E697A3F9D2 /* ../Play-/deps/Dependencies/zstd/lib/common/cpu.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = cpu.h; path = "../Play-/deps/Dependencies/zstd/lib/common/cpu.h"; sourceTree = ""; }; + D44E9878D9764613B7EFB92F /* ../Play-/deps/Dependencies/zstd/lib/zstd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd.h; path = "../Play-/deps/Dependencies/zstd/lib/zstd.h"; sourceTree = ""; }; + D484B951893F4F5CBF98BBC1 /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypeITable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MacroblockTypeITable.cpp; path = "../Play-/deps/Framework/src/mpeg2/MacroblockTypeITable.cpp"; sourceTree = ""; }; + D495760CB6EA4479A9604C01 /* ../Play-/deps/Framework/include/Singleton.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Singleton.h; path = "../Play-/deps/Framework/include/Singleton.h"; sourceTree = ""; }; + D5BCF7C2943240028E70CE76 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ldm_geartab.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h"; sourceTree = ""; }; + D8C23D17EA134FE480ABBD78 /* ../Play-/deps/Framework/src/Utf8.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Utf8.cpp; path = "../Play-/deps/Framework/src/Utf8.cpp"; sourceTree = ""; }; + DC1AD7A621104CA3BA531772 /* ../Play-/deps/Framework/src/xml/Parser.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Parser.cpp; path = "../Play-/deps/Framework/src/xml/Parser.cpp"; sourceTree = ""; }; + DC69E7736CD04A54B4671764 /* ../Play-/deps/Framework/include/ThreadUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ThreadUtils.h; path = "../Play-/deps/Framework/include/ThreadUtils.h"; sourceTree = ""; }; + DF2315EC5E614761AA0D7AAB /* ../Play-/deps/Framework/src/mpeg2/MotionCodeTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MotionCodeTable.cpp; path = "../Play-/deps/Framework/src/mpeg2/MotionCodeTable.cpp"; sourceTree = ""; }; + E45E739DA7394E02A1EA05AC /* ../Play-/deps/Framework/src/layout/LayoutStretch.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LayoutStretch.cpp; path = "../Play-/deps/Framework/src/layout/LayoutStretch.cpp"; sourceTree = ""; }; + E633FD3258784CC3A02EC185 /* ../Play-/deps/Framework/src/FilesystemUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FilesystemUtils.cpp; path = "../Play-/deps/Framework/src/FilesystemUtils.cpp"; sourceTree = ""; }; + E689F50E6790428C844901B3 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_literals.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h"; sourceTree = ""; }; + E6A8669BFBCD4108937FF933 /* ../Play-/deps/Framework/include/layout/LayoutBaseItem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LayoutBaseItem.h; path = "../Play-/deps/Framework/include/layout/LayoutBaseItem.h"; sourceTree = ""; }; + E8A648D70A854F12974C98FB /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v03.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h"; sourceTree = ""; }; + E8E6E30D89DE4287A88BE51E /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zdict.c; path = "../Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c"; sourceTree = ""; }; + E9D5701CFBB2472782F7C0AF /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_ddict.c; path = "../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c"; sourceTree = ""; }; + EAC0F250FA9E470389D4A811 /* ../Play-/deps/Framework/src/layout/LayoutBaseItem.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LayoutBaseItem.cpp; path = "../Play-/deps/Framework/src/layout/LayoutBaseItem.cpp"; sourceTree = ""; }; + EAD2CBF55B5B471F8BAEC357 /* ../Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = entropy_common.c; path = "../Play-/deps/Dependencies/zstd/lib/common/entropy_common.c"; sourceTree = ""; }; + EE247632DA3F422787812451 /* ../Play-/deps/Framework/src/PathUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PathUtils.cpp; path = "../Play-/deps/Framework/src/PathUtils.cpp"; sourceTree = ""; }; + EEF3E57908E04FEE9387AC56 /* ../Play-/deps/Framework/include/zip/ZipDeflateStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ZipDeflateStream.h; path = "../Play-/deps/Framework/include/zip/ZipDeflateStream.h"; sourceTree = ""; }; + F101E0544EC24845B42D2690 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v06.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h"; sourceTree = ""; }; + F38D944968794D0EADE156CF /* ../Play-/deps/Framework/include/Stream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Stream.h; path = "../Play-/deps/Framework/include/Stream.h"; sourceTree = ""; }; + F4E9A96EAB744A3CA184FDAA /* ../Play-/deps/Framework/src/idct/TrivialC.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = TrivialC.cpp; path = "../Play-/deps/Framework/src/idct/TrivialC.cpp"; sourceTree = ""; }; + F62C280969CD4983B0CEAF32 /* ../Play-/deps/Framework/src/Stream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Stream.cpp; path = "../Play-/deps/Framework/src/Stream.cpp"; sourceTree = ""; }; + F6FAA09A8FC64A2A973C704B /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DctCoefficientTable.cpp; path = "../Play-/deps/Framework/src/mpeg2/DctCoefficientTable.cpp"; sourceTree = ""; }; + F7D787CB317F486ABCD56F08 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v01.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c"; sourceTree = ""; }; + F8B2D14049A04C288061D0BD /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_internal.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h"; sourceTree = ""; }; + F98E08E583CE4C34B536191E /* ../Play-/deps/Dependencies/zstd/lib/common/threading.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = threading.c; path = "../Play-/deps/Dependencies/zstd/lib/common/threading.c"; sourceTree = ""; }; + FAE04B030E2A4CA4A63D4A41 /* ../Play-/deps/Framework/src/layout/LayoutBase.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LayoutBase.cpp; path = "../Play-/deps/Framework/src/layout/LayoutBase.cpp"; sourceTree = ""; }; + FCEE2949D3174FAB9393823A /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c"; sourceTree = ""; }; + FF41E1F66DF74E32B4488F73 /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = hist.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/hist.c"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -623,7 +623,7 @@ isa = PBXGroup; children = ( 5BA894C02B8F43179CA309A7 /* CMake Rules */, - 7243687618B240DB9763A63D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/CMakeLists.txt */, + 7243687618B240DB9763A63D /* ../Play-/deps/Framework/build_cmake/Framework/CMakeLists.txt */, ); name = ALL_BUILD; sourceTree = ""; @@ -649,7 +649,7 @@ 4E333067509449F9870568C8 /* Source Files */, BE7CA12DCEA94843BDE2EB51 /* Header Files */, 9E87A437CEF040F49302088D /* Resources */, - 2B2DA9C6DEC14949BAE27B59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/CMakeLists.txt */, + 2B2DA9C6DEC14949BAE27B59 /* ../Play-/deps/Framework/build_cmake/Framework/CMakeLists.txt */, ); name = Framework; sourceTree = ""; @@ -657,50 +657,50 @@ 367F666E62A24E4990E49778 /* Header Files */ = { isa = PBXGroup; children = ( - 839574675DB94433A8A1B184 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bits.h */, - A301E0EFBF62493E9CF10CCC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bitstream.h */, - 5C1D4785B7A04815A68B9ECB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/compiler.h */, - D3C63221FA9049E697A3F9D2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/cpu.h */, - 6690A4FF9E494AF1B9F5F8EA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.h */, - 104389A4621B41B99C6E3EEA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.h */, - 5E76F82CF6C24D7A839931BE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse.h */, - A98761F78CDF401CAAB8E35E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/huf.h */, - 5C717A9512ED43059FB3B2F4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/mem.h */, - 9981B373E555452081AEB57C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.h */, - 076EE571F172447284F8976D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */, - 6640CC7C1B43494A9299AA44 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.h */, - 227A3FE2577441EF8CFD2DA0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.h */, - 0A4C5C43CB4C4658A641CB7F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */, - C8A3485D3FD24752B4889C75 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */, - 7E5EF26DFB9F4A96A107CFA3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */, - 5A5E97C6135E429DADEC22AD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/clevels.h */, - CB2B144B9C4640EB9DA0A325 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.h */, - F8B2D14049A04C288061D0BD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */, - E689F50E6790428C844901B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */, - 69DADD2982E14E8FBAFE5742 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */, - B154C904E2C640F3B4B24ECE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */, - A28F034D0E684486938CF495 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */, - CD709EC1AADA4B2FACC26B75 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */, - CB6A5D424F154EE8927BDA61 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */, - 02D2346E950449C79F69EE8B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */, - B4B301A26C7A4A88801D8A40 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */, - D5BCF7C2943240028E70CE76 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */, - B33560C51D044E20B5DB1913 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */, - 0DC4C6D790744F87B21F73E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */, - 90A0BF3354FC4BD8882B85BE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */, - 9CE437A933074D27BA8C09F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */, - 2EF48B9EAB9245BBB7B48361 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */, - 5DA9174E52084303B3B26678 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */, - 852BDBA746CE4FFBB4E112A7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */, - D38711A2040144D5A441ABC0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */, - 8C0E8844EE4343EBAA90FABE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */, - CAD27E83B43F49E2B9FAE2C6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */, - E8A648D70A854F12974C98FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */, - 08720DEF006142809BBFE0B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */, - CB456AC48FF04A86A62506B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */, - F101E0544EC24845B42D2690 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */, - 9CFC54A9060A4ABFAD2FE0CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */, - D44E9878D9764613B7EFB92F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/zstd.h */, + 839574675DB94433A8A1B184 /* ../Play-/deps/Dependencies/zstd/lib/common/bits.h */, + A301E0EFBF62493E9CF10CCC /* ../Play-/deps/Dependencies/zstd/lib/common/bitstream.h */, + 5C1D4785B7A04815A68B9ECB /* ../Play-/deps/Dependencies/zstd/lib/common/compiler.h */, + D3C63221FA9049E697A3F9D2 /* ../Play-/deps/Dependencies/zstd/lib/common/cpu.h */, + 6690A4FF9E494AF1B9F5F8EA /* ../Play-/deps/Dependencies/zstd/lib/common/debug.h */, + 104389A4621B41B99C6E3EEA /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.h */, + 5E76F82CF6C24D7A839931BE /* ../Play-/deps/Dependencies/zstd/lib/common/fse.h */, + A98761F78CDF401CAAB8E35E /* ../Play-/deps/Dependencies/zstd/lib/common/huf.h */, + 5C717A9512ED43059FB3B2F4 /* ../Play-/deps/Dependencies/zstd/lib/common/mem.h */, + 9981B373E555452081AEB57C /* ../Play-/deps/Dependencies/zstd/lib/common/pool.h */, + 076EE571F172447284F8976D /* ../Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */, + 6640CC7C1B43494A9299AA44 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.h */, + 227A3FE2577441EF8CFD2DA0 /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.h */, + 0A4C5C43CB4C4658A641CB7F /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */, + C8A3485D3FD24752B4889C75 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */, + 7E5EF26DFB9F4A96A107CFA3 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */, + 5A5E97C6135E429DADEC22AD /* ../Play-/deps/Dependencies/zstd/lib/compress/clevels.h */, + CB2B144B9C4640EB9DA0A325 /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.h */, + F8B2D14049A04C288061D0BD /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */, + E689F50E6790428C844901B3 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */, + 69DADD2982E14E8FBAFE5742 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */, + B154C904E2C640F3B4B24ECE /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */, + A28F034D0E684486938CF495 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */, + CD709EC1AADA4B2FACC26B75 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */, + CB6A5D424F154EE8927BDA61 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */, + 02D2346E950449C79F69EE8B /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */, + B4B301A26C7A4A88801D8A40 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */, + D5BCF7C2943240028E70CE76 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */, + B33560C51D044E20B5DB1913 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */, + 0DC4C6D790744F87B21F73E0 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */, + 90A0BF3354FC4BD8882B85BE /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */, + 9CE437A933074D27BA8C09F5 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */, + 2EF48B9EAB9245BBB7B48361 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */, + 5DA9174E52084303B3B26678 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */, + 852BDBA746CE4FFBB4E112A7 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */, + D38711A2040144D5A441ABC0 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */, + 8C0E8844EE4343EBAA90FABE /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */, + CAD27E83B43F49E2B9FAE2C6 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */, + E8A648D70A854F12974C98FB /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */, + 08720DEF006142809BBFE0B2 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */, + CB456AC48FF04A86A62506B3 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */, + F101E0544EC24845B42D2690 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */, + 9CFC54A9060A4ABFAD2FE0CF /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */, + D44E9878D9764613B7EFB92F /* ../Play-/deps/Dependencies/zstd/lib/zstd.h */, ); name = "Header Files"; sourceTree = ""; @@ -711,8 +711,8 @@ E91C35524A4744179CF518E3 /* Source Files */, 367F666E62A24E4990E49778 /* Header Files */, 5D56EA03200B41358C708690 /* Resources */, - BEC68F46069444938696D09C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */, - 6539DDCE049344EF9C5195F4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */, + BEC68F46069444938696D09C /* ../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */, + 6539DDCE049344EF9C5195F4 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */, ); name = libzstd_static; sourceTree = ""; @@ -720,69 +720,69 @@ 4E333067509449F9870568C8 /* Source Files */ = { isa = PBXGroup; children = ( - 86D8F3BFA50E4C20BABDA024 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Base64.cpp */, - 7C2B130D42564263B8C86083 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/BitStream.cpp */, - C7048D5F5A5A4E0190878F78 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Config.cpp */, - CB0D66F0A5D844D7B251D737 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Csv.cpp */, - E633FD3258784CC3A02EC185 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/FilesystemUtils.cpp */, - B393C533AA4343BC8802BCE4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/HashUtils.cpp */, - 07023821E4F147AEAAD9B7E7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/LzAri.cpp */, - 8D27977A03574DF987D68E08 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/MemStream.cpp */, - EE247632DA3F422787812451 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/PathUtils.cpp */, - B874CEBC2D404FCEABB7D6E7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/PtrStream.cpp */, - B3625B91296F47499918D324 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/SocketStream.cpp */, - 07BE6EB42B8E4B849159FA30 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StdStream.cpp */, - F62C280969CD4983B0CEAF32 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Stream.cpp */, - 2A0DEA80210F49CDA95F9603 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StreamBitStream.cpp */, - 9104C91849864038B1370B8C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StringUtils.cpp */, - 4DA2FE90BF534FCCBCBDBB81 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/ThreadPool.cpp */, - 3B4B7EED51A64CB1B75C013E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/ThreadUtils.cpp */, - A8E3D0FEB36746069F6341B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Url.cpp */, - D8C23D17EA134FE480ABBD78 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Utf8.cpp */, - 9F9972D7B07241E89BE8BC5C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/BMP.cpp */, - 577129C212584DA7852832AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/Bitmap.cpp */, - 54B03B847DEF4862AE237351 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/JPEG.cpp */, - CD9F07DAF00F4FEEB63619FD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/PNG.cpp */, - 12D12883F5CF404F99A9A631 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/TGA.cpp */, - 5AB9F4F370924DC4AFBFB60C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/idct/IEEE1180.cpp */, - F4E9A96EAB744A3CA184FDAA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/idct/TrivialC.cpp */, - D1A408C73B7D45A5AC07E6E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/FlatLayout.cpp */, - C56A1342D8374BF39A119B6A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/GridLayout.cpp */, - 2A0837FBC1F0409BB9FEA12C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/HorizontalLayout.cpp */, - FAE04B030E2A4CA4A63D4A41 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutBase.cpp */, - EAC0F250FA9E470389D4A811 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutBaseItem.cpp */, - 5F11850926D547E9ABC76A30 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutObject.cpp */, - E45E739DA7394E02A1EA05AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutStretch.cpp */, - 0696803C685745498856069C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/VerticalLayout.cpp */, - 89B0691241B54CDFB43596D3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/math/MathStringUtils.cpp */, - 0BAAC95C0A234DD6A1092977 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/CodedBlockPatternTable.cpp */, - A274500DDC324D809AF72600 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DcSizeChrominanceTable.cpp */, - 6650D576B10E466693A26931 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DcSizeLuminanceTable.cpp */, - F6FAA09A8FC64A2A973C704B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable.cpp */, - 17A49CF2960B45EF99EC8099 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable0.cpp */, - 16A81568974442F1A6CED392 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable1.cpp */, - 9D4BE08DBE9944E7958C0C0B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/InverseScanTable.cpp */, - 4941FD5CE99B406DBE9FAB10 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockAddressIncrementTable.cpp */, - BADFBF8CF02148ABB58FC2D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypeBTable.cpp */, - D484B951893F4F5CBF98BBC1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypeITable.cpp */, - A738DB39EA674A56B24ECB39 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypePTable.cpp */, - DF2315EC5E614761AA0D7AAB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MotionCodeTable.cpp */, - 9400FC04181E4863A2F2D793 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/QuantiserScaleTable.cpp */, - 96C2C4AB2CCA468F97E27086 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/VLCTable.cpp */, - 91AB1D27D7A749FABE555B54 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast.cpp */, - 5399CBC8359C41EABBD980D2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast_sjis.cpp */, - B8F227CFE1BB458AA7DC5A90 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast_win1252.cpp */, - 3470162880634DAFBFE91594 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/FilteringNodeIterator.cpp */, - D333900CD60D4A0C89B25FF4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Node.cpp */, - DC1AD7A621104CA3BA531772 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Parser.cpp */, - C26DB2EB984945C6996B93AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Utils.cpp */, - 026A69D7AC2B4D228300E4AE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Writer.cpp */, - 28FD4294AC514E76AF3FF0D6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipArchiveReader.cpp */, - 2525C508C059497E8208841B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipArchiveWriter.cpp */, - B6BDD93250734FE1837E8255 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipDeflateStream.cpp */, - 7596014644604BB28702FC92 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipFile.cpp */, - 02190A410F224591B76FCB2E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipInflateStream.cpp */, - 79CF9CC16DB14805AD095C55 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipStoreStream.cpp */, + 86D8F3BFA50E4C20BABDA024 /* ../Play-/deps/Framework/src/Base64.cpp */, + 7C2B130D42564263B8C86083 /* ../Play-/deps/Framework/src/BitStream.cpp */, + C7048D5F5A5A4E0190878F78 /* ../Play-/deps/Framework/src/Config.cpp */, + CB0D66F0A5D844D7B251D737 /* ../Play-/deps/Framework/src/Csv.cpp */, + E633FD3258784CC3A02EC185 /* ../Play-/deps/Framework/src/FilesystemUtils.cpp */, + B393C533AA4343BC8802BCE4 /* ../Play-/deps/Framework/src/HashUtils.cpp */, + 07023821E4F147AEAAD9B7E7 /* ../Play-/deps/Framework/src/LzAri.cpp */, + 8D27977A03574DF987D68E08 /* ../Play-/deps/Framework/src/MemStream.cpp */, + EE247632DA3F422787812451 /* ../Play-/deps/Framework/src/PathUtils.cpp */, + B874CEBC2D404FCEABB7D6E7 /* ../Play-/deps/Framework/src/PtrStream.cpp */, + B3625B91296F47499918D324 /* ../Play-/deps/Framework/src/SocketStream.cpp */, + 07BE6EB42B8E4B849159FA30 /* ../Play-/deps/Framework/src/StdStream.cpp */, + F62C280969CD4983B0CEAF32 /* ../Play-/deps/Framework/src/Stream.cpp */, + 2A0DEA80210F49CDA95F9603 /* ../Play-/deps/Framework/src/StreamBitStream.cpp */, + 9104C91849864038B1370B8C /* ../Play-/deps/Framework/src/StringUtils.cpp */, + 4DA2FE90BF534FCCBCBDBB81 /* ../Play-/deps/Framework/src/ThreadPool.cpp */, + 3B4B7EED51A64CB1B75C013E /* ../Play-/deps/Framework/src/ThreadUtils.cpp */, + A8E3D0FEB36746069F6341B4 /* ../Play-/deps/Framework/src/Url.cpp */, + D8C23D17EA134FE480ABBD78 /* ../Play-/deps/Framework/src/Utf8.cpp */, + 9F9972D7B07241E89BE8BC5C /* ../Play-/deps/Framework/src/bitmap/BMP.cpp */, + 577129C212584DA7852832AB /* ../Play-/deps/Framework/src/bitmap/Bitmap.cpp */, + 54B03B847DEF4862AE237351 /* ../Play-/deps/Framework/src/bitmap/JPEG.cpp */, + CD9F07DAF00F4FEEB63619FD /* ../Play-/deps/Framework/src/bitmap/PNG.cpp */, + 12D12883F5CF404F99A9A631 /* ../Play-/deps/Framework/src/bitmap/TGA.cpp */, + 5AB9F4F370924DC4AFBFB60C /* ../Play-/deps/Framework/src/idct/IEEE1180.cpp */, + F4E9A96EAB744A3CA184FDAA /* ../Play-/deps/Framework/src/idct/TrivialC.cpp */, + D1A408C73B7D45A5AC07E6E3 /* ../Play-/deps/Framework/src/layout/FlatLayout.cpp */, + C56A1342D8374BF39A119B6A /* ../Play-/deps/Framework/src/layout/GridLayout.cpp */, + 2A0837FBC1F0409BB9FEA12C /* ../Play-/deps/Framework/src/layout/HorizontalLayout.cpp */, + FAE04B030E2A4CA4A63D4A41 /* ../Play-/deps/Framework/src/layout/LayoutBase.cpp */, + EAC0F250FA9E470389D4A811 /* ../Play-/deps/Framework/src/layout/LayoutBaseItem.cpp */, + 5F11850926D547E9ABC76A30 /* ../Play-/deps/Framework/src/layout/LayoutObject.cpp */, + E45E739DA7394E02A1EA05AC /* ../Play-/deps/Framework/src/layout/LayoutStretch.cpp */, + 0696803C685745498856069C /* ../Play-/deps/Framework/src/layout/VerticalLayout.cpp */, + 89B0691241B54CDFB43596D3 /* ../Play-/deps/Framework/src/math/MathStringUtils.cpp */, + 0BAAC95C0A234DD6A1092977 /* ../Play-/deps/Framework/src/mpeg2/CodedBlockPatternTable.cpp */, + A274500DDC324D809AF72600 /* ../Play-/deps/Framework/src/mpeg2/DcSizeChrominanceTable.cpp */, + 6650D576B10E466693A26931 /* ../Play-/deps/Framework/src/mpeg2/DcSizeLuminanceTable.cpp */, + F6FAA09A8FC64A2A973C704B /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable.cpp */, + 17A49CF2960B45EF99EC8099 /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable0.cpp */, + 16A81568974442F1A6CED392 /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable1.cpp */, + 9D4BE08DBE9944E7958C0C0B /* ../Play-/deps/Framework/src/mpeg2/InverseScanTable.cpp */, + 4941FD5CE99B406DBE9FAB10 /* ../Play-/deps/Framework/src/mpeg2/MacroblockAddressIncrementTable.cpp */, + BADFBF8CF02148ABB58FC2D5 /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypeBTable.cpp */, + D484B951893F4F5CBF98BBC1 /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypeITable.cpp */, + A738DB39EA674A56B24ECB39 /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypePTable.cpp */, + DF2315EC5E614761AA0D7AAB /* ../Play-/deps/Framework/src/mpeg2/MotionCodeTable.cpp */, + 9400FC04181E4863A2F2D793 /* ../Play-/deps/Framework/src/mpeg2/QuantiserScaleTable.cpp */, + 96C2C4AB2CCA468F97E27086 /* ../Play-/deps/Framework/src/mpeg2/VLCTable.cpp */, + 91AB1D27D7A749FABE555B54 /* ../Play-/deps/Framework/src/string_cast.cpp */, + 5399CBC8359C41EABBD980D2 /* ../Play-/deps/Framework/src/string_cast_sjis.cpp */, + B8F227CFE1BB458AA7DC5A90 /* ../Play-/deps/Framework/src/string_cast_win1252.cpp */, + 3470162880634DAFBFE91594 /* ../Play-/deps/Framework/src/xml/FilteringNodeIterator.cpp */, + D333900CD60D4A0C89B25FF4 /* ../Play-/deps/Framework/src/xml/Node.cpp */, + DC1AD7A621104CA3BA531772 /* ../Play-/deps/Framework/src/xml/Parser.cpp */, + C26DB2EB984945C6996B93AC /* ../Play-/deps/Framework/src/xml/Utils.cpp */, + 026A69D7AC2B4D228300E4AE /* ../Play-/deps/Framework/src/xml/Writer.cpp */, + 28FD4294AC514E76AF3FF0D6 /* ../Play-/deps/Framework/src/zip/ZipArchiveReader.cpp */, + 2525C508C059497E8208841B /* ../Play-/deps/Framework/src/zip/ZipArchiveWriter.cpp */, + B6BDD93250734FE1837E8255 /* ../Play-/deps/Framework/src/zip/ZipDeflateStream.cpp */, + 7596014644604BB28702FC92 /* ../Play-/deps/Framework/src/zip/ZipFile.cpp */, + 02190A410F224591B76FCB2E /* ../Play-/deps/Framework/src/zip/ZipInflateStream.cpp */, + 79CF9CC16DB14805AD095C55 /* ../Play-/deps/Framework/src/zip/ZipStoreStream.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -797,7 +797,7 @@ 5D56EA03200B41358C708690 /* Resources */ = { isa = PBXGroup; children = ( - 423E09F6B40B4B8FB9EA158D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */, + 423E09F6B40B4B8FB9EA158D /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -822,7 +822,7 @@ 9E87A437CEF040F49302088D /* Resources */ = { isa = PBXGroup; children = ( - 7A5B502901E94D5883995D4C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/CMakeFiles/Framework.dir/Info.plist */, + 7A5B502901E94D5883995D4C /* ../cmake/Source/ui_ios/Source/Framework/CMakeFiles/Framework.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -830,7 +830,7 @@ A1672075BDF245DC841343BA /* Resources */ = { isa = PBXGroup; children = ( - 1EEE78DF3C4042EF98E2601F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist */, + 1EEE78DF3C4042EF98E2601F /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -840,7 +840,7 @@ children = ( FDB18B9146A240E5AD3994A8 /* Source Files */, A1672075BDF245DC841343BA /* Resources */, - B1FA4661F79D4512B6FCBCF1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt */, + B1FA4661F79D4512B6FCBCF1 /* ../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt */, ); name = libzstd_zlibwrapper_static; sourceTree = ""; @@ -855,44 +855,44 @@ BE7CA12DCEA94843BDE2EB51 /* Header Files */ = { isa = PBXGroup; children = ( - 99E064258A2D4A779539EB7E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/BitManip.h */, - 2AFD9A277D804ACFBC3FB8BB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Breakpoint.h */, - BB5B3315AF26477F91DDDCC1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Csv.h */, - 04AA9E6F1C454955A0C86C20 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/EndianUtils.h */, - 0F361F4183AD4F3C97F7962C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/FilesystemUtils.h */, - 4BBC8756385348918A92B7B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/HashUtils.h */, - 64A0D237D44A4C3A92726625 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SimdDefs.h */, - D495760CB6EA4479A9604C01 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Singleton.h */, - C7B42A388F764D1A82DAC885 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SocketDef.h */, - CC642A5E305A4753A94D59F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SocketStream.h */, - 6C523FEA11FE4637A8465787 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StdStream.h */, - 099DD9C3A67641D4B70D911E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StdStreamUtils.h */, - F38D944968794D0EADE156CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Stream.h */, - B4FA1E369D56448D87583A34 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StringUtils.h */, - C6FAF3C48008482B863EBD9D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/ThreadPool.h */, - DC69E7736CD04A54B4671764 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/ThreadUtils.h */, - CD32EB657C2A4B54AF5921B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Url.h */, - 560E77BBF44B470DBE62EDDF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Utf8.h */, - 07DCA315E7114831B1FF2977 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/filesystem_def.h */, - 5E4F322E227C40D79775921A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/FlatLayout.h */, - 0645F458A0BB4217A8DEF8C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/GridLayout.h */, - ABC01BDFAFE3423A989A7DEC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/HorizontalLayout.h */, - 5BAB1057617A4002BBAFC131 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutBase.h */, - E6A8669BFBCD4108937FF933 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutBaseItem.h */, - 9D1673AE217841A59CF83756 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutObject.h */, - 206A8FF5262E43FF8ED83E29 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutStretch.h */, - 7804372B7FF041EF88E2087A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/VerticalLayout.h */, - AD099F7729804DF182A64E66 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/maybe_unused.h */, - 4C929FB20F5A4AB6964137B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/nodiscard.h */, - 7F4A56863784476296E4AA5B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/signal/Signal.h */, - AE0BA5904907485E8E08083A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/std_experimental_map.h */, - BD04798685BE44C6B41EC5B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/std_experimental_set.h */, - 91534CA5E749457E8C78730F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipArchiveReader.h */, - B75817E145AB4B6BA9AD8228 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipArchiveWriter.h */, - EEF3E57908E04FEE9387AC56 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipDeflateStream.h */, - 64A39EF3621C46EC8243CB99 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipFile.h */, - 3B609006DC4840F1AF67D47F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipInflateStream.h */, - 10D0A702208E4463A3E4CA85 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipStoreStream.h */, + 99E064258A2D4A779539EB7E /* ../Play-/deps/Framework/include/BitManip.h */, + 2AFD9A277D804ACFBC3FB8BB /* ../Play-/deps/Framework/include/Breakpoint.h */, + BB5B3315AF26477F91DDDCC1 /* ../Play-/deps/Framework/include/Csv.h */, + 04AA9E6F1C454955A0C86C20 /* ../Play-/deps/Framework/include/EndianUtils.h */, + 0F361F4183AD4F3C97F7962C /* ../Play-/deps/Framework/include/FilesystemUtils.h */, + 4BBC8756385348918A92B7B2 /* ../Play-/deps/Framework/include/HashUtils.h */, + 64A0D237D44A4C3A92726625 /* ../Play-/deps/Framework/include/SimdDefs.h */, + D495760CB6EA4479A9604C01 /* ../Play-/deps/Framework/include/Singleton.h */, + C7B42A388F764D1A82DAC885 /* ../Play-/deps/Framework/include/SocketDef.h */, + CC642A5E305A4753A94D59F3 /* ../Play-/deps/Framework/include/SocketStream.h */, + 6C523FEA11FE4637A8465787 /* ../Play-/deps/Framework/include/StdStream.h */, + 099DD9C3A67641D4B70D911E /* ../Play-/deps/Framework/include/StdStreamUtils.h */, + F38D944968794D0EADE156CF /* ../Play-/deps/Framework/include/Stream.h */, + B4FA1E369D56448D87583A34 /* ../Play-/deps/Framework/include/StringUtils.h */, + C6FAF3C48008482B863EBD9D /* ../Play-/deps/Framework/include/ThreadPool.h */, + DC69E7736CD04A54B4671764 /* ../Play-/deps/Framework/include/ThreadUtils.h */, + CD32EB657C2A4B54AF5921B3 /* ../Play-/deps/Framework/include/Url.h */, + 560E77BBF44B470DBE62EDDF /* ../Play-/deps/Framework/include/Utf8.h */, + 07DCA315E7114831B1FF2977 /* ../Play-/deps/Framework/include/filesystem_def.h */, + 5E4F322E227C40D79775921A /* ../Play-/deps/Framework/include/layout/FlatLayout.h */, + 0645F458A0BB4217A8DEF8C9 /* ../Play-/deps/Framework/include/layout/GridLayout.h */, + ABC01BDFAFE3423A989A7DEC /* ../Play-/deps/Framework/include/layout/HorizontalLayout.h */, + 5BAB1057617A4002BBAFC131 /* ../Play-/deps/Framework/include/layout/LayoutBase.h */, + E6A8669BFBCD4108937FF933 /* ../Play-/deps/Framework/include/layout/LayoutBaseItem.h */, + 9D1673AE217841A59CF83756 /* ../Play-/deps/Framework/include/layout/LayoutObject.h */, + 206A8FF5262E43FF8ED83E29 /* ../Play-/deps/Framework/include/layout/LayoutStretch.h */, + 7804372B7FF041EF88E2087A /* ../Play-/deps/Framework/include/layout/VerticalLayout.h */, + AD099F7729804DF182A64E66 /* ../Play-/deps/Framework/include/maybe_unused.h */, + 4C929FB20F5A4AB6964137B3 /* ../Play-/deps/Framework/include/nodiscard.h */, + 7F4A56863784476296E4AA5B /* ../Play-/deps/Framework/include/signal/Signal.h */, + AE0BA5904907485E8E08083A /* ../Play-/deps/Framework/include/std_experimental_map.h */, + BD04798685BE44C6B41EC5B3 /* ../Play-/deps/Framework/include/std_experimental_set.h */, + 91534CA5E749457E8C78730F /* ../Play-/deps/Framework/include/zip/ZipArchiveReader.h */, + B75817E145AB4B6BA9AD8228 /* ../Play-/deps/Framework/include/zip/ZipArchiveWriter.h */, + EEF3E57908E04FEE9387AC56 /* ../Play-/deps/Framework/include/zip/ZipDeflateStream.h */, + 64A39EF3621C46EC8243CB99 /* ../Play-/deps/Framework/include/zip/ZipFile.h */, + 3B609006DC4840F1AF67D47F /* ../Play-/deps/Framework/include/zip/ZipInflateStream.h */, + 10D0A702208E4463A3E4CA85 /* ../Play-/deps/Framework/include/zip/ZipStoreStream.h */, ); name = "Header Files"; sourceTree = ""; @@ -915,7 +915,7 @@ isa = PBXGroup; children = ( B67A5417D1C449BC8306C6C2 /* CMake Rules */, - D18C5D0701494AC683C85ABC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */, + D18C5D0701494AC683C85ABC /* ../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */, ); name = uninstall; sourceTree = ""; @@ -923,42 +923,42 @@ E91C35524A4744179CF518E3 /* Source Files */ = { isa = PBXGroup; children = ( - 63F2935F4A734258BE876B2D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.c */, - EAD2CBF55B5B471F8BAEC357 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */, - 23AE7A3E6348423987370E11 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.c */, - 58119AD4E02A48DBBA516E40 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */, - 4E29144C745A471CBDCB15A7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.c */, - F98E08E583CE4C34B536191E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.c */, - 6451B6CE213A4534AF609C66 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.c */, - D10A5178BF4041B383909F36 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */, - CA79721CBB4B4D0F97505E3D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */, - FF41E1F66DF74E32B4488F73 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.c */, - 68510A103E1B4CAC8729848F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */, - FCEE2949D3174FAB9393823A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */, - 669A623EE2EF451C83B44BF8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */, - 943BAFA57A7948778E02D245 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */, - 75D58964E2764326B4262684 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */, - 7A543C7328294D68B9B92393 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */, - 4F4E164ECA334BBAB8CA9046 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */, - 85743CD7285B45F48C5E30D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */, - C72205FC19D34151A53714FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */, - CFAB4E8B90B14F8CA1CD9D0E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */, - 1635EA32FEDC4C31A1967060 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */, - 747D96EBDB1746CDAB141E2E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */, - E9D5701CFBB2472782F7C0AF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */, - 0A46EFE12F8147E5AB1225AA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */, - 15E95E5D733E4B569C3C20AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */, - 2632D265F6FB4B1FBB73191B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */, - 5BFD32D8504D4CDEA2660418 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */, - 18BA17817F8142A2B1D293E8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */, - E8E6E30D89DE4287A88BE51E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */, - F7D787CB317F486ABCD56F08 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */, - B33B0E7FB26D4280923471C0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */, - 70F6E744567F49B48A2728D6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */, - 286A8CD7A1B34DA7928C5E4C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */, - 51A543F402AF48839E02422C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */, - A0AE98B8D8B04E6EBEFE3657 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */, - C40985CC4202492D8BA12B3F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */, + 63F2935F4A734258BE876B2D /* ../Play-/deps/Dependencies/zstd/lib/common/debug.c */, + EAD2CBF55B5B471F8BAEC357 /* ../Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */, + 23AE7A3E6348423987370E11 /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.c */, + 58119AD4E02A48DBBA516E40 /* ../Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */, + 4E29144C745A471CBDCB15A7 /* ../Play-/deps/Dependencies/zstd/lib/common/pool.c */, + F98E08E583CE4C34B536191E /* ../Play-/deps/Dependencies/zstd/lib/common/threading.c */, + 6451B6CE213A4534AF609C66 /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.c */, + D10A5178BF4041B383909F36 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */, + CA79721CBB4B4D0F97505E3D /* ../Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */, + FF41E1F66DF74E32B4488F73 /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.c */, + 68510A103E1B4CAC8729848F /* ../Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */, + FCEE2949D3174FAB9393823A /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */, + 669A623EE2EF451C83B44BF8 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */, + 943BAFA57A7948778E02D245 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */, + 75D58964E2764326B4262684 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */, + 7A543C7328294D68B9B92393 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */, + 4F4E164ECA334BBAB8CA9046 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */, + 85743CD7285B45F48C5E30D1 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */, + C72205FC19D34151A53714FB /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */, + CFAB4E8B90B14F8CA1CD9D0E /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */, + 1635EA32FEDC4C31A1967060 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */, + 747D96EBDB1746CDAB141E2E /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */, + E9D5701CFBB2472782F7C0AF /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */, + 0A46EFE12F8147E5AB1225AA /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */, + 15E95E5D733E4B569C3C20AC /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */, + 2632D265F6FB4B1FBB73191B /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */, + 5BFD32D8504D4CDEA2660418 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */, + 18BA17817F8142A2B1D293E8 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */, + E8E6E30D89DE4287A88BE51E /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */, + F7D787CB317F486ABCD56F08 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */, + B33B0E7FB26D4280923471C0 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */, + 70F6E744567F49B48A2728D6 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */, + 286A8CD7A1B34DA7928C5E4C /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */, + 51A543F402AF48839E02422C /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */, + A0AE98B8D8B04E6EBEFE3657 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */, + C40985CC4202492D8BA12B3F /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */, ); name = "Source Files"; sourceTree = ""; @@ -967,7 +967,7 @@ isa = PBXGroup; children = ( D824D04D44134CECB0034121 /* CMake Rules */, - 6B26EC3DD845449D91ACA51E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/CMakeLists.txt */, + 6B26EC3DD845449D91ACA51E /* ../Play-/deps/Dependencies/zstd/build/cmake/CMakeLists.txt */, ); name = "clean-all"; sourceTree = ""; @@ -975,11 +975,11 @@ FDB18B9146A240E5AD3994A8 /* Source Files */ = { isa = PBXGroup; children = ( - 9C36ECBF97244391904B675C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */, - D0179D80120E4520B12C4BBA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */, - 9D068DD1D96842438CDCC707 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */, - 7E1688B57C0E44968E756FE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */, - 2D5B84FB2438483CA281D782 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */, + 9C36ECBF97244391904B675C /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */, + D0179D80120E4520B12C4BBA /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */, + 9D068DD1D96842438CDCC707 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */, + 7E1688B57C0E44968E756FE5 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */, + 2D5B84FB2438483CA281D782 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */, ); name = "Source Files"; sourceTree = ""; @@ -1091,19 +1091,19 @@ shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework + cd ../cmake/Source/ui_ios/Source/Framework /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework + cd ../cmake/Source/ui_ios/Source/Framework /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework + cd ../cmake/Source/ui_ios/Source/Framework /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework + cd ../cmake/Source/ui_ios/Source/Framework /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi "; @@ -1119,25 +1119,25 @@ fi ); name = "Generate zstd_zlibwrapper/zstd/lib/CMakeFiles/uninstall"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/uninstall ); +../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/uninstall ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib - /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib - /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib - /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib - /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake fi "; showEnvVarsInLog = 0; @@ -1182,24 +1182,24 @@ exit 0"; ); name = "Generate CMakeFiles/ALL_BUILD"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/CMakeFiles/ALL_BUILD ); +../cmake/Source/ui_ios/Source/Framework/CMakeFiles/ALL_BUILD ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework + cd ../cmake/Source/ui_ios/Source/Framework echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework + cd ../cmake/Source/ui_ios/Source/Framework echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework + cd ../cmake/Source/ui_ios/Source/Framework echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework + cd ../cmake/Source/ui_ios/Source/Framework echo Build\\ all\\ projects fi "; @@ -1215,25 +1215,25 @@ fi ); name = "Generate CMakeFiles/ZERO_CHECK"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/CMakeFiles/ZERO_CHECK ); +../cmake/Source/ui_ios/Source/Framework/CMakeFiles/ZERO_CHECK ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/Framework + make -f ../cmake/Source/ui_ios/Source/Framework/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/Framework + make -f ../cmake/Source/ui_ios/Source/Framework/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/Framework + make -f ../cmake/Source/ui_ios/Source/Framework/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/Framework + make -f ../cmake/Source/ui_ios/Source/Framework/CMakeScripts/ReRunCMake.make fi "; showEnvVarsInLog = 0; @@ -1251,19 +1251,19 @@ fi shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi "; @@ -1327,19 +1327,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework + cd ../cmake/Source/ui_ios/Source/Framework /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework + cd ../cmake/Source/ui_ios/Source/Framework /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework + cd ../cmake/Source/ui_ios/Source/Framework /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework + cd ../cmake/Source/ui_ios/Source/Framework /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; @@ -1385,29 +1385,29 @@ exit 0"; ); name = "Generate zstd_zlibwrapper/zstd/CMakeFiles/clean-all"; outputPaths = ( -"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/CMakeFiles/clean-all" ); +"../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/CMakeFiles/clean-all" ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd /usr/bin/xcodebuild clean - rm -rf /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/ + rm -rf ../cmake/ fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd /usr/bin/xcodebuild clean - rm -rf /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/ + rm -rf ../cmake/ fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd /usr/bin/xcodebuild clean - rm -rf /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/ + rm -rf ../cmake/ fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd /usr/bin/xcodebuild clean - rm -rf /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/ + rm -rf ../cmake/ fi "; showEnvVarsInLog = 0; @@ -1419,43 +1419,43 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 7AB05E1819874CB697CF2E35 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.c */, - 56AB18235589400EA8D3F7E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */, - 1F9C50A3E2064FC0A74BF526 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.c */, - 2D9E2F628EE3456691CD0062 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */, - 98408F1C3006413CA0DC1428 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.c */, - 69BFA9246F954BC88E96C700 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.c */, - DCE8CB1A7ACA431EAD323D14 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.c */, - 39D6ADC0894D494C897DB46B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */, - BE8B63CE85A54F048CE0B442 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */, - 7A114A1672BA42F5B812A00F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.c */, - 5C0C634292CE4CAE92AC3C84 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */, - CC6207DABA2F483E81D4CBBA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */, - FDDAEB752C7542F283785C5A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */, - 0FC98D19228C4359AA2EE9CD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */, - 910333A88FF940839174F493 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */, - 3A4FA34D9F4F49648A23F78C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */, - 8A9CF27E37A7413CA9546609 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */, - 63D720E170974AE2AA95E2BE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */, - 3C4E262DD44B4B52BD26F1DC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */, - 855459D7A22341A9891A1841 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */, - CC711C9BF611491AA862F7B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */, - 311AE68A4F404C5A97589057 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */, - AE02C2B2EB014110A02489B6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */, - BD95DCFAD68646AA8F4DBAE2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */, - 3027E0A3A68040048447C7BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */, - FFAEF2A2B71C4B77AAA42D09 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */, - 71274098276F49EEBBE35DD1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */, - 904E7254E5394ABFBFD359DF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */, - 4C3F1F10F1BF497AB5DEED58 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */, - 6D63EF79477746C1BAA06198 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */, - 323E09904861401EBC73E63B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */, - A94A25158C8D401B9DB5353D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */, - 2AA6BFE596E94C358C76285B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */, - D6571D43568A4C9E81CA9229 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */, - B948D971AFCB4044A1369910 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */, - 42A6073AEEB84C6F8593A36C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */, - 6FB663FC8E6A41FC9552CB69 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */, + 7AB05E1819874CB697CF2E35 /* ../Play-/deps/Dependencies/zstd/lib/common/debug.c */, + 56AB18235589400EA8D3F7E3 /* ../Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */, + 1F9C50A3E2064FC0A74BF526 /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.c */, + 2D9E2F628EE3456691CD0062 /* ../Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */, + 98408F1C3006413CA0DC1428 /* ../Play-/deps/Dependencies/zstd/lib/common/pool.c */, + 69BFA9246F954BC88E96C700 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.c */, + DCE8CB1A7ACA431EAD323D14 /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.c */, + 39D6ADC0894D494C897DB46B /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */, + BE8B63CE85A54F048CE0B442 /* ../Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */, + 7A114A1672BA42F5B812A00F /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.c */, + 5C0C634292CE4CAE92AC3C84 /* ../Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */, + CC6207DABA2F483E81D4CBBA /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */, + FDDAEB752C7542F283785C5A /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */, + 0FC98D19228C4359AA2EE9CD /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */, + 910333A88FF940839174F493 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */, + 3A4FA34D9F4F49648A23F78C /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */, + 8A9CF27E37A7413CA9546609 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */, + 63D720E170974AE2AA95E2BE /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */, + 3C4E262DD44B4B52BD26F1DC /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */, + 855459D7A22341A9891A1841 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */, + CC711C9BF611491AA862F7B7 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */, + 311AE68A4F404C5A97589057 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */, + AE02C2B2EB014110A02489B6 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */, + BD95DCFAD68646AA8F4DBAE2 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */, + 3027E0A3A68040048447C7BF /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */, + FFAEF2A2B71C4B77AAA42D09 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */, + 71274098276F49EEBBE35DD1 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */, + 904E7254E5394ABFBFD359DF /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */, + 4C3F1F10F1BF497AB5DEED58 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */, + 6D63EF79477746C1BAA06198 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */, + 323E09904861401EBC73E63B /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */, + A94A25158C8D401B9DB5353D /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */, + 2AA6BFE596E94C358C76285B /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */, + D6571D43568A4C9E81CA9229 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */, + B948D971AFCB4044A1369910 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */, + 42A6073AEEB84C6F8593A36C /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */, + 6FB663FC8E6A41FC9552CB69 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1463,69 +1463,69 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 127E787460E3431580EE4D4E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Base64.cpp */, - 105D261790AE4829A0B6D90B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/BitStream.cpp */, - 2204D393A3C942E9B9EA06BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Config.cpp */, - C7478794BBDC4235A2F3B1DA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Csv.cpp */, - 89BFCDDFA7F745E0AEA51E7C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/FilesystemUtils.cpp */, - CBA4415511AE4889BF21763D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/HashUtils.cpp */, - 5A10A491684F493BA58216BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/LzAri.cpp */, - 75D00891D859465AA58E9FFA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/MemStream.cpp */, - 355B633EEBE54C3AB72B54CC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/PathUtils.cpp */, - EA1F820ABF8641128A173016 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/PtrStream.cpp */, - DAEC9CE725404D6DA9EEB777 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/SocketStream.cpp */, - 7414932829874A22981F594E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StdStream.cpp */, - A9090FCB32CC41F288B47BD9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Stream.cpp */, - 0056D5CD0EC843DEBE7C6089 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StreamBitStream.cpp */, - BFD818DC44BF47FCA809D447 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StringUtils.cpp */, - E32493A5B24541D7A005D073 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/ThreadPool.cpp */, - AD95DE83762743C1BD1CC556 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/ThreadUtils.cpp */, - 11F078E9E83E47D3B097C71B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Url.cpp */, - 92AF8D0AB39A497BBD3E581A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Utf8.cpp */, - 8D8EFB1F676F4215B3911393 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/BMP.cpp */, - 51AF4C9A41794D76BBE02E4F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/Bitmap.cpp */, - B8F7B4169F6C470A8AD36812 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/JPEG.cpp */, - 45853A334FF94E7D933740E9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/PNG.cpp */, - DBAE47460756407AB7040872 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/TGA.cpp */, - 8474D5F63FB746D8B708DAC4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/idct/IEEE1180.cpp */, - F3DF0BFD9FEE4AB9806FD330 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/idct/TrivialC.cpp */, - 9EE73ED53BC54F17A77AC19D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/FlatLayout.cpp */, - E82EC9F8FFF241F8899ABB37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/GridLayout.cpp */, - 7077BFF5FB634E6D83758E59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/HorizontalLayout.cpp */, - F233EA2E08AA4665B16EEC24 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutBase.cpp */, - E80D412DD95D4239BD724B37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutBaseItem.cpp */, - 6B6DEC93184A402EBD0401E2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutObject.cpp */, - AB2A9BCB26BA4C8E8F9C35AF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutStretch.cpp */, - EC7C92AC13044820AB91C38D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/VerticalLayout.cpp */, - D0A0E999A5C24F2EBD83EACC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/math/MathStringUtils.cpp */, - E8B943F7DD624D36AD51B590 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/CodedBlockPatternTable.cpp */, - 2B720C823F504336A05AFC26 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DcSizeChrominanceTable.cpp */, - D32F2C1C7A5240129C6DBEED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DcSizeLuminanceTable.cpp */, - 40598356C01844F6B7BAB436 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable.cpp */, - 3C65047CC0F4421C94E49C61 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable0.cpp */, - C824CC9E07E5495EADEEABFE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable1.cpp */, - 3E68C43E4C0549C38F404401 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/InverseScanTable.cpp */, - E686BB62BC2646A58F9CF9A5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockAddressIncrementTable.cpp */, - 508A23AEFA2647BFBC54C315 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypeBTable.cpp */, - 41D850FA0FFA4EFFAC628AA5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypeITable.cpp */, - E386506571D94B7689D1FE9B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypePTable.cpp */, - F01FB3DF78DD43B3B8C1FC34 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MotionCodeTable.cpp */, - 5D789ECBA18B4E52A8336BBA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/QuantiserScaleTable.cpp */, - 952533E88CA54AFD890D62A2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/VLCTable.cpp */, - 5202687855E74B0EB8F70C69 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast.cpp */, - 852F381C27834B8AABF2AF3A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast_sjis.cpp */, - 20858A87A2A44FB3A36D1BCE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast_win1252.cpp */, - 39AC85D4D1D84AF99F8411D6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/FilteringNodeIterator.cpp */, - 813A3B8F9AF6449493737BD1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Node.cpp */, - E5A14C6B43F64BF2AE426F80 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Parser.cpp */, - FC36C25975294D0F86A5A860 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Utils.cpp */, - 579D3D497A5D49BFAA302544 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Writer.cpp */, - F2262076D4DB4C1989C45058 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipArchiveReader.cpp */, - 3486B677A1A64E0B874F0883 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipArchiveWriter.cpp */, - 6853034C2FE145B28BF2278B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipDeflateStream.cpp */, - D8EEB31BCE2D4995B4582C75 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipFile.cpp */, - F86FFF47C0E74359B536355B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipInflateStream.cpp */, - D7EE0C9F3E4D45A392261D2C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipStoreStream.cpp */, + 127E787460E3431580EE4D4E /* ../Play-/deps/Framework/src/Base64.cpp */, + 105D261790AE4829A0B6D90B /* ../Play-/deps/Framework/src/BitStream.cpp */, + 2204D393A3C942E9B9EA06BA /* ../Play-/deps/Framework/src/Config.cpp */, + C7478794BBDC4235A2F3B1DA /* ../Play-/deps/Framework/src/Csv.cpp */, + 89BFCDDFA7F745E0AEA51E7C /* ../Play-/deps/Framework/src/FilesystemUtils.cpp */, + CBA4415511AE4889BF21763D /* ../Play-/deps/Framework/src/HashUtils.cpp */, + 5A10A491684F493BA58216BF /* ../Play-/deps/Framework/src/LzAri.cpp */, + 75D00891D859465AA58E9FFA /* ../Play-/deps/Framework/src/MemStream.cpp */, + 355B633EEBE54C3AB72B54CC /* ../Play-/deps/Framework/src/PathUtils.cpp */, + EA1F820ABF8641128A173016 /* ../Play-/deps/Framework/src/PtrStream.cpp */, + DAEC9CE725404D6DA9EEB777 /* ../Play-/deps/Framework/src/SocketStream.cpp */, + 7414932829874A22981F594E /* ../Play-/deps/Framework/src/StdStream.cpp */, + A9090FCB32CC41F288B47BD9 /* ../Play-/deps/Framework/src/Stream.cpp */, + 0056D5CD0EC843DEBE7C6089 /* ../Play-/deps/Framework/src/StreamBitStream.cpp */, + BFD818DC44BF47FCA809D447 /* ../Play-/deps/Framework/src/StringUtils.cpp */, + E32493A5B24541D7A005D073 /* ../Play-/deps/Framework/src/ThreadPool.cpp */, + AD95DE83762743C1BD1CC556 /* ../Play-/deps/Framework/src/ThreadUtils.cpp */, + 11F078E9E83E47D3B097C71B /* ../Play-/deps/Framework/src/Url.cpp */, + 92AF8D0AB39A497BBD3E581A /* ../Play-/deps/Framework/src/Utf8.cpp */, + 8D8EFB1F676F4215B3911393 /* ../Play-/deps/Framework/src/bitmap/BMP.cpp */, + 51AF4C9A41794D76BBE02E4F /* ../Play-/deps/Framework/src/bitmap/Bitmap.cpp */, + B8F7B4169F6C470A8AD36812 /* ../Play-/deps/Framework/src/bitmap/JPEG.cpp */, + 45853A334FF94E7D933740E9 /* ../Play-/deps/Framework/src/bitmap/PNG.cpp */, + DBAE47460756407AB7040872 /* ../Play-/deps/Framework/src/bitmap/TGA.cpp */, + 8474D5F63FB746D8B708DAC4 /* ../Play-/deps/Framework/src/idct/IEEE1180.cpp */, + F3DF0BFD9FEE4AB9806FD330 /* ../Play-/deps/Framework/src/idct/TrivialC.cpp */, + 9EE73ED53BC54F17A77AC19D /* ../Play-/deps/Framework/src/layout/FlatLayout.cpp */, + E82EC9F8FFF241F8899ABB37 /* ../Play-/deps/Framework/src/layout/GridLayout.cpp */, + 7077BFF5FB634E6D83758E59 /* ../Play-/deps/Framework/src/layout/HorizontalLayout.cpp */, + F233EA2E08AA4665B16EEC24 /* ../Play-/deps/Framework/src/layout/LayoutBase.cpp */, + E80D412DD95D4239BD724B37 /* ../Play-/deps/Framework/src/layout/LayoutBaseItem.cpp */, + 6B6DEC93184A402EBD0401E2 /* ../Play-/deps/Framework/src/layout/LayoutObject.cpp */, + AB2A9BCB26BA4C8E8F9C35AF /* ../Play-/deps/Framework/src/layout/LayoutStretch.cpp */, + EC7C92AC13044820AB91C38D /* ../Play-/deps/Framework/src/layout/VerticalLayout.cpp */, + D0A0E999A5C24F2EBD83EACC /* ../Play-/deps/Framework/src/math/MathStringUtils.cpp */, + E8B943F7DD624D36AD51B590 /* ../Play-/deps/Framework/src/mpeg2/CodedBlockPatternTable.cpp */, + 2B720C823F504336A05AFC26 /* ../Play-/deps/Framework/src/mpeg2/DcSizeChrominanceTable.cpp */, + D32F2C1C7A5240129C6DBEED /* ../Play-/deps/Framework/src/mpeg2/DcSizeLuminanceTable.cpp */, + 40598356C01844F6B7BAB436 /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable.cpp */, + 3C65047CC0F4421C94E49C61 /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable0.cpp */, + C824CC9E07E5495EADEEABFE /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable1.cpp */, + 3E68C43E4C0549C38F404401 /* ../Play-/deps/Framework/src/mpeg2/InverseScanTable.cpp */, + E686BB62BC2646A58F9CF9A5 /* ../Play-/deps/Framework/src/mpeg2/MacroblockAddressIncrementTable.cpp */, + 508A23AEFA2647BFBC54C315 /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypeBTable.cpp */, + 41D850FA0FFA4EFFAC628AA5 /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypeITable.cpp */, + E386506571D94B7689D1FE9B /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypePTable.cpp */, + F01FB3DF78DD43B3B8C1FC34 /* ../Play-/deps/Framework/src/mpeg2/MotionCodeTable.cpp */, + 5D789ECBA18B4E52A8336BBA /* ../Play-/deps/Framework/src/mpeg2/QuantiserScaleTable.cpp */, + 952533E88CA54AFD890D62A2 /* ../Play-/deps/Framework/src/mpeg2/VLCTable.cpp */, + 5202687855E74B0EB8F70C69 /* ../Play-/deps/Framework/src/string_cast.cpp */, + 852F381C27834B8AABF2AF3A /* ../Play-/deps/Framework/src/string_cast_sjis.cpp */, + 20858A87A2A44FB3A36D1BCE /* ../Play-/deps/Framework/src/string_cast_win1252.cpp */, + 39AC85D4D1D84AF99F8411D6 /* ../Play-/deps/Framework/src/xml/FilteringNodeIterator.cpp */, + 813A3B8F9AF6449493737BD1 /* ../Play-/deps/Framework/src/xml/Node.cpp */, + E5A14C6B43F64BF2AE426F80 /* ../Play-/deps/Framework/src/xml/Parser.cpp */, + FC36C25975294D0F86A5A860 /* ../Play-/deps/Framework/src/xml/Utils.cpp */, + 579D3D497A5D49BFAA302544 /* ../Play-/deps/Framework/src/xml/Writer.cpp */, + F2262076D4DB4C1989C45058 /* ../Play-/deps/Framework/src/zip/ZipArchiveReader.cpp */, + 3486B677A1A64E0B874F0883 /* ../Play-/deps/Framework/src/zip/ZipArchiveWriter.cpp */, + 6853034C2FE145B28BF2278B /* ../Play-/deps/Framework/src/zip/ZipDeflateStream.cpp */, + D8EEB31BCE2D4995B4582C75 /* ../Play-/deps/Framework/src/zip/ZipFile.cpp */, + F86FFF47C0E74359B536355B /* ../Play-/deps/Framework/src/zip/ZipInflateStream.cpp */, + D7EE0C9F3E4D45A392261D2C /* ../Play-/deps/Framework/src/zip/ZipStoreStream.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1533,11 +1533,11 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 7BB753D36EF5467BA22DDD5A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */, - 37766871E8584D849C5F5D82 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */, - 4FBD7C21392F4133B93C521F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */, - F73EB7B7C87E461790FA9DB6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */, - DC653734A770465DBC1E7A80 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */, + 7BB753D36EF5467BA22DDD5A /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */, + 37766871E8584D849C5F5D82 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */, + 4FBD7C21392F4133B93C521F /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */, + F73EB7B7C87E461790FA9DB6 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */, + DC653734A770465DBC1E7A80 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1648,7 +1648,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZWRAP_USE_ZSTD,"'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1697,7 +1697,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZSTD_MULTITHREAD,"'PLAY_VERSION=\"0.30\"'","'XXH_NAMESPACE=ZSTD_'","'ZSTD_LEGACY_SUPPORT=5'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); + HEADER_SEARCH_PATHS = (../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"../Play-/deps/Dependencies/zstd/build/cmake/lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1726,7 +1726,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZSTD_MULTITHREAD,"'PLAY_VERSION=\"0.30\"'","'XXH_NAMESPACE=ZSTD_'","'ZSTD_LEGACY_SUPPORT=5'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); + HEADER_SEARCH_PATHS = (../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"../Play-/deps/Dependencies/zstd/build/cmake/lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1776,7 +1776,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1805,7 +1805,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZWRAP_USE_ZSTD,"'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1915,7 +1915,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1964,7 +1964,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZSTD_MULTITHREAD,"'PLAY_VERSION=\"0.30\"'","'XXH_NAMESPACE=ZSTD_'","'ZSTD_LEGACY_SUPPORT=5'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); + HEADER_SEARCH_PATHS = (../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"../Play-/deps/Dependencies/zstd/build/cmake/lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -2013,7 +2013,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZWRAP_USE_ZSTD,"'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -2162,7 +2162,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZWRAP_USE_ZSTD,"'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -2229,7 +2229,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZSTD_MULTITHREAD,"'PLAY_VERSION=\"0.30\"'","'XXH_NAMESPACE=ZSTD_'","'ZSTD_LEGACY_SUPPORT=5'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); + HEADER_SEARCH_PATHS = (../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"../Play-/deps/Dependencies/zstd/build/cmake/lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -2279,7 +2279,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -2309,7 +2309,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; diff --git a/Cores/Play/cmake/Source/ui_ios/Source/Framework/ghc_filesystem/ghcfilesystem.xcodeproj/project.pbxproj b/Cores/Play/cmake/Source/ui_ios/Source/Framework/ghc_filesystem/ghcfilesystem.xcodeproj/project.pbxproj index 52afa037b3..41ac888a82 100644 --- a/Cores/Play/cmake/Source/ui_ios/Source/Framework/ghc_filesystem/ghcfilesystem.xcodeproj/project.pbxproj +++ b/Cores/Play/cmake/Source/ui_ios/Source/Framework/ghc_filesystem/ghcfilesystem.xcodeproj/project.pbxproj @@ -123,7 +123,7 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 9B31EF11D4534B35B85C3982 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 9B31EF11D4534B35B85C3982 /* ../Play-/deps/Dependencies/ghc_filesystem/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXGroup section */ @@ -141,7 +141,7 @@ isa = PBXGroup; children = ( F354B66A69224F4482C8E8A9 /* CMake Rules */, - 9B31EF11D4534B35B85C3982 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/CMakeLists.txt */, + 9B31EF11D4534B35B85C3982 /* ../Play-/deps/Dependencies/ghc_filesystem/CMakeLists.txt */, ); name = ALL_BUILD; sourceTree = ""; @@ -221,19 +221,19 @@ shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/ghc_filesystem + cd ../cmake/Source/ui_ios/Source/Framework/ghc_filesystem /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/ghc_filesystem + cd ../cmake/Source/ui_ios/Source/Framework/ghc_filesystem /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/ghc_filesystem + cd ../cmake/Source/ui_ios/Source/Framework/ghc_filesystem /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/ghc_filesystem + cd ../cmake/Source/ui_ios/Source/Framework/ghc_filesystem /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi "; @@ -267,19 +267,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi "; @@ -325,24 +325,24 @@ exit 0"; ); name = "Generate CMakeFiles/ALL_BUILD"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/ghc_filesystem/CMakeFiles/ALL_BUILD ); +../cmake/Source/ui_ios/Source/Framework/ghc_filesystem/CMakeFiles/ALL_BUILD ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/ghc_filesystem + cd ../cmake/Source/ui_ios/Source/Framework/ghc_filesystem echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/ghc_filesystem + cd ../cmake/Source/ui_ios/Source/Framework/ghc_filesystem echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/ghc_filesystem + cd ../cmake/Source/ui_ios/Source/Framework/ghc_filesystem echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/ghc_filesystem + cd ../cmake/Source/ui_ios/Source/Framework/ghc_filesystem echo Build\\ all\\ projects fi "; @@ -376,19 +376,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/ghc_filesystem + cd ../cmake/Source/ui_ios/Source/Framework/ghc_filesystem /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/ghc_filesystem + cd ../cmake/Source/ui_ios/Source/Framework/ghc_filesystem /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/ghc_filesystem + cd ../cmake/Source/ui_ios/Source/Framework/ghc_filesystem /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/ghc_filesystem + cd ../cmake/Source/ui_ios/Source/Framework/ghc_filesystem /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; @@ -404,25 +404,25 @@ fi ); name = "Generate CMakeFiles/ZERO_CHECK"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/ghc_filesystem/CMakeFiles/ZERO_CHECK ); +../cmake/Source/ui_ios/Source/Framework/ghc_filesystem/CMakeFiles/ZERO_CHECK ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/ghc_filesystem - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/ghc_filesystem/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/Framework/ghc_filesystem + make -f ../cmake/Source/ui_ios/Source/Framework/ghc_filesystem/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/ghc_filesystem - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/ghc_filesystem/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/Framework/ghc_filesystem + make -f ../cmake/Source/ui_ios/Source/Framework/ghc_filesystem/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/ghc_filesystem - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/ghc_filesystem/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/Framework/ghc_filesystem + make -f ../cmake/Source/ui_ios/Source/Framework/ghc_filesystem/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/ghc_filesystem - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/ghc_filesystem/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/Framework/ghc_filesystem + make -f ../cmake/Source/ui_ios/Source/Framework/ghc_filesystem/CMakeScripts/ReRunCMake.make fi "; showEnvVarsInLog = 0; diff --git a/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/libzstdwapper.xcodeproj/project.pbxproj b/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/libzstdwapper.xcodeproj/project.pbxproj index cfcfa52876..fe75dd4e2d 100644 --- a/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/libzstdwapper.xcodeproj/project.pbxproj +++ b/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/libzstdwapper.xcodeproj/project.pbxproj @@ -92,96 +92,96 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 0C6BD667CCE54DAEB1643C29 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */ = {isa = PBXBuildFile; fileRef = DF33669FDE014ECC82B00DA2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */; }; - 0CC9C25DFEA441A6A2C616FD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */ = {isa = PBXBuildFile; fileRef = 0F5C1055AD0D4CE7AA924CB6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */; }; - 0D013FB947BF49DD8E183B06 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */ = {isa = PBXBuildFile; fileRef = 9F348C30A16441A9BE06F34C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */; }; - 14291CB206E0476D94EB0B80 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */ = {isa = PBXBuildFile; fileRef = 649FC524094344A9AD207652 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */; }; - 151F11883FEA4051A98F7499 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.c */ = {isa = PBXBuildFile; fileRef = DCFE8184805B414EBD8992A7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.c */; }; - 153D9E1DD3D2463A9B377BA0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.h */ = {isa = PBXBuildFile; fileRef = 8B5A9850992946728CCE6D3B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.h */; }; - 172ADF9119CA453BB37B6DA7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */ = {isa = PBXBuildFile; fileRef = 62BA981AF9C74880AA346EFA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */; }; - 173A9D4396C444378FCFDA45 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */ = {isa = PBXBuildFile; fileRef = F33B40F952164315B81A076F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */; }; - 1812342D2A4C4DEB8286FF86 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.c */ = {isa = PBXBuildFile; fileRef = 7670411850B546A9ABA4392D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.c */; }; - 1CF7D0EB2295466389911DB1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/compiler.h */ = {isa = PBXBuildFile; fileRef = 30ECB38216334861826E058B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/compiler.h */; }; - 2222902BC8344B28B695E301 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.c */ = {isa = PBXBuildFile; fileRef = B04DFD9E6544465C85E19C9F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.c */; }; - 28104808C57C49D4B9E97CCF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */ = {isa = PBXBuildFile; fileRef = 9A0920D13B1F48E8A3ECA708 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */; }; - 28DD1518ED134EFDA3C5C387 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */ = {isa = PBXBuildFile; fileRef = 4313C03AF57A498DB0299447 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */; }; - 2BEE2B627BEF49C8B9F9236C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */ = {isa = PBXBuildFile; fileRef = 3935F61FE792498DBC1C5130 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */; }; - 30F1964D471C4480A718A601 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */ = {isa = PBXBuildFile; fileRef = 5955AF860B5D4846922CBA35 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */; }; - 31676EF24D164FD487634B51 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = B18F2F4720DE45A9BB7CE9F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist */; }; - 345CE4BDBA994ED080AD6CE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */ = {isa = PBXBuildFile; fileRef = 9190112863BF48419EA55FE3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */; }; - 34B3A488FA8040A887B42763 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */ = {isa = PBXBuildFile; fileRef = A8E6193F736D4CBD818D7525 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */; }; - 384C2818C1A34CAF8964A903 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/mem.h */ = {isa = PBXBuildFile; fileRef = DDCD77FD47904355BA152B9C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/mem.h */; }; - 3E389914595D4DC5A45E7347 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */ = {isa = PBXBuildFile; fileRef = A44218BCCEB546AEB94ACBA2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */; }; - 4301DD068C8843CE8B5174D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */ = {isa = PBXBuildFile; fileRef = B8CE48D896E444F287ACC626 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */; }; - 4A8383B37D0A4497875DFAED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */ = {isa = PBXBuildFile; fileRef = 19D41BE13FBE4D9682676881 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */; }; - 4E9562A9A3034C6087880B1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */ = {isa = PBXBuildFile; fileRef = CCB79884D550480E954E1A6C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */; }; - 4F5C09868BAB402F8691AD22 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.c */ = {isa = PBXBuildFile; fileRef = E5F07C7C370844EDAEFA2F67 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.c */; }; - 4FDF814E0D52495D8F8EA4D2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */ = {isa = PBXBuildFile; fileRef = 30987AC559204B99858E6FD3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */; }; - 50A1EA5D1C6D4B0D908E12F6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */ = {isa = PBXBuildFile; fileRef = BCB001C65C0E4C559CEA9AA2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */; }; - 54C3C4E55579444D81D0F781 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */ = {isa = PBXBuildFile; fileRef = 5501E652632C4DA593C44EE2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */; }; - 56882DF7E5DF49C0A816E40B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bits.h */ = {isa = PBXBuildFile; fileRef = B4BAAA4282934EC6AEA8E96D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bits.h */; }; - 5836FF61A4BB4E40A229A82A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse.h */ = {isa = PBXBuildFile; fileRef = 1650CFC258ED4D76B4B48D1A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse.h */; }; - 5AE41190CCB64B279670BB03 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */ = {isa = PBXBuildFile; fileRef = B8D362F476064B4BACC70EEF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */; }; - 5B42B4B4EDDE48FFBE20611E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/cpu.h */ = {isa = PBXBuildFile; fileRef = BBAF045C1C8745D083B05EBC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/cpu.h */; }; - 5BDF20E9173E43309F6590DD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */ = {isa = PBXBuildFile; fileRef = 28DD20CCE1D449059AA0D6D2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */; }; - 5C826D9D67A342EF88B220D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */ = {isa = PBXBuildFile; fileRef = 881A4D7B03C14AE682BACE6F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */; }; - 5FED1D3BADD04ECEB41D912B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */ = {isa = PBXBuildFile; fileRef = A6B51015624E4BB8A6A581F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */; }; - 62F79076F6E34A219EB1BDC8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */ = {isa = PBXBuildFile; fileRef = E3B4AEDD3CD64889B47DC694 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */; }; - 635FC9B17E6342E996B02A19 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */ = {isa = PBXBuildFile; fileRef = 79D1A677C27448DD8A20A977 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */; }; - 66D28BA52C0C4D5184B1391B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */ = {isa = PBXBuildFile; fileRef = B5FF49217FD243E782E13AE3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */; }; - 6D676497B90343639177CF9C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */ = {isa = PBXBuildFile; fileRef = 8AFEFD91B6B941C086A55F02 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */; }; - 703ED74B8C794DCAAB4E13C2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.h */ = {isa = PBXBuildFile; fileRef = A3CF5097014A4E4FB92D55DF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.h */; }; - 7143CC1A4E9043C19B8A1B1D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */ = {isa = PBXBuildFile; fileRef = 71B047B37A824C379DF3CBCE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */; }; - 715321BF887E46AD9A3AC454 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */ = {isa = PBXBuildFile; fileRef = C774744416784C19880179E5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */; }; - 71D65FB83B804B90BE22B105 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */ = {isa = PBXBuildFile; fileRef = F592EAE8F44541F784BFFA6B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */; }; - 7E64BD0ADBB04355B40A9B0D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */ = {isa = PBXBuildFile; fileRef = C3FC2CE7253A4D6BB8BB78DE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */; }; - 805160D40E404C1CB76197E8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */ = {isa = PBXBuildFile; fileRef = B3DA28405EF54935ABBEF368 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */; }; - 80E647137F3044AFAC0DB94A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */ = {isa = PBXBuildFile; fileRef = 9AF88AF0A26D4F68AABBB7CB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */; }; - 8363C4BCDC0F468F9D0BE49C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */ = {isa = PBXBuildFile; fileRef = 7E94F6AA7829455D988449CA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */; }; - 8785BB4F540B448E81E071AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */ = {isa = PBXBuildFile; fileRef = CD88928EEACF497E8FBFE20D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */; }; - 885A3976ADC14E6B8CB676D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 59A6E9BF1E5440F59A79A9B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */; }; - 99AD61DD68D84DE0A3E65A65 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.c */ = {isa = PBXBuildFile; fileRef = 2C354BBADC36453E9EA34FF3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.c */; }; - 9B20BECD4E5147379C7EA661 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */ = {isa = PBXBuildFile; fileRef = 51CBA49B72CF4E368246E5F6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */; }; - 9DC80E969BB748009AE73F65 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */ = {isa = PBXBuildFile; fileRef = 4E9ED79A655D4969BF04BF15 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */; }; - A40CF1B17B784428BDB9CAB2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */ = {isa = PBXBuildFile; fileRef = C450BDE4739746FBB58207B1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */; }; - A5363DF6EBFA4F6EB13386A8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */ = {isa = PBXBuildFile; fileRef = D855918C3ACD48DEBCB3F7E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */; }; - A62E8379AE1648AA94853C60 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */ = {isa = PBXBuildFile; fileRef = CB13B9B8490F44F68F487565 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */; }; - A6846653FFF2447E87D549D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.h */ = {isa = PBXBuildFile; fileRef = 5BBDEF6E56114CEF83EE9464 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.h */; }; - ABBC56FF3AD5421AB4963CB5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */ = {isa = PBXBuildFile; fileRef = 31701B2E50C84EC690D846B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */; }; - B0AEE9F0D1BB46EEBA6A2F5C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */ = {isa = PBXBuildFile; fileRef = B5C147AB99F84DDE8B7D0DAA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */; }; - B20EAD0079664BDBBA5A2507 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */ = {isa = PBXBuildFile; fileRef = 44281D1E2DA74DF3A2D82AE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */; }; - B9D0AF017E58417E8553D319 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */ = {isa = PBXBuildFile; fileRef = C5A434A3FD414469911C5915 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */; }; - BB83416D056D448A8B547E7C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */ = {isa = PBXBuildFile; fileRef = 2F826EC540FF43308BDDABD2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */; }; - BDD30E93989F4CB9B1F1F147 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */ = {isa = PBXBuildFile; fileRef = FCB641AFAF484915A3F28D4B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */; }; - BFBA4CA14C714FCFBC274E13 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */ = {isa = PBXBuildFile; fileRef = 08CD9F04C8DF444280998B4B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */; }; - C2A7C05276FF414C9BA270FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */ = {isa = PBXBuildFile; fileRef = 8C7637B72D004716AB4B9959 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */; }; - C599FE18D4504747AE3186CB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */ = {isa = PBXBuildFile; fileRef = A2C5A97849EA4A73A1AF0C51 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */; }; - CC6B6C79F65E420D9A42B4C5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */ = {isa = PBXBuildFile; fileRef = F0BBEAD903FB49078C639C5C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */; }; - CC980E288FC042129EEEB4BD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/clevels.h */ = {isa = PBXBuildFile; fileRef = C33160BA549E472A85E79F1E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/clevels.h */; }; - CDE18B9F6C334BA792D1B447 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */ = {isa = PBXBuildFile; fileRef = 9190D060F6C3461A8B2B539F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */; }; - D0C6CA390A264558B7C852D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */ = {isa = PBXBuildFile; fileRef = 94E254980F8543638EF15DE4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */; }; - D108B78E78674E9B86D5D80D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 8871FF1F6CD24AF1B32515CE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt */; }; - D74433FFCF9C473F8E3CA622 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bitstream.h */ = {isa = PBXBuildFile; fileRef = C4DC38CB0D8F4AADAA463F24 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bitstream.h */; }; - D76794CDAD6A454E9649D99E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.c */ = {isa = PBXBuildFile; fileRef = B10D823727AA41CF969C9307 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.c */; }; - DB695BB20BF84264832F2346 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */ = {isa = PBXBuildFile; fileRef = 5A0FBD45CA4C434EBD9713A8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */; }; - DE3A18A57BDB4B04BE55AFF9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */ = {isa = PBXBuildFile; fileRef = D388431BF4E548339E61C35A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */; }; - E0D91699073F4ECB8B1FC79A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */ = {isa = PBXBuildFile; fileRef = 34D247DAE2214923AEE4BA1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */; }; - E5273D68CBD84A09883B26C0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 8682AA97894E4628B9E43601 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */; }; - E71C5E4D7DC347FFAFBA1152 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */ = {isa = PBXBuildFile; fileRef = 299614B287504303A64093A8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */; }; - E7FB4F8E480F4E20A9F0CAC6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */ = {isa = PBXBuildFile; fileRef = B6CE654703B64A2093D7FEB8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */; }; - EC74ED92948E4993B3B3047B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/huf.h */ = {isa = PBXBuildFile; fileRef = 2910E16673D94187B26D3BA9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/huf.h */; }; - EF7BE00DD0F44122946561A3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */ = {isa = PBXBuildFile; fileRef = 959C920124CC40FFA93B7365 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */; }; - F1D9D2A8BE9740B2BA34F6F8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.h */ = {isa = PBXBuildFile; fileRef = 15AAA2A96C4644B2B9D8C061 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.h */; }; - F5017D978BDE4E64956CF193 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */ = {isa = PBXBuildFile; fileRef = 4CB8EBF3F4B04BBA999E41B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */; }; - F60608D5339646A1814FD1E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */ = {isa = PBXBuildFile; fileRef = 55D7A9525E84402F97932D7F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */; }; - F615BDBD709442C4BB9B7C71 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */ = {isa = PBXBuildFile; fileRef = B159F3DAB71F4C66B85DBFA4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */; }; - F67D453280344159B018AEC1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */ = {isa = PBXBuildFile; fileRef = 339B2BF761B744E1B7C894A4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */; }; - F72C2283016C47DAB04C5269 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.h */ = {isa = PBXBuildFile; fileRef = D6550644BDE1498999FC0E80 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.h */; }; - F9C8D2D64AC9415C90197A28 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */ = {isa = PBXBuildFile; fileRef = 69843FB61EC248E9923602B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */; }; - FA8A99DD6A684D4DB95082A3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */ = {isa = PBXBuildFile; fileRef = B44D48D3F39742129E768EB8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */; }; - FAA93FED06D640D7AD0B4F68 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */ = {isa = PBXBuildFile; fileRef = 9D3D36A59492440C9AC68A8F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */; }; - FAC0821BDF8E4978AD2EFCDF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/zstd.h */ = {isa = PBXBuildFile; fileRef = 911CE990356C4C9EA141D6CD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/zstd.h */; }; - FCC31C230B3349888763C8FF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.h */ = {isa = PBXBuildFile; fileRef = 662E314C9D024CC9A91DA94E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.h */; }; + 0C6BD667CCE54DAEB1643C29 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */ = {isa = PBXBuildFile; fileRef = DF33669FDE014ECC82B00DA2 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */; }; + 0CC9C25DFEA441A6A2C616FD /* ../Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */ = {isa = PBXBuildFile; fileRef = 0F5C1055AD0D4CE7AA924CB6 /* ../Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */; }; + 0D013FB947BF49DD8E183B06 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */ = {isa = PBXBuildFile; fileRef = 9F348C30A16441A9BE06F34C /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */; }; + 14291CB206E0476D94EB0B80 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */ = {isa = PBXBuildFile; fileRef = 649FC524094344A9AD207652 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */; }; + 151F11883FEA4051A98F7499 /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.c */ = {isa = PBXBuildFile; fileRef = DCFE8184805B414EBD8992A7 /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.c */; }; + 153D9E1DD3D2463A9B377BA0 /* ../Play-/deps/Dependencies/zstd/lib/common/pool.h */ = {isa = PBXBuildFile; fileRef = 8B5A9850992946728CCE6D3B /* ../Play-/deps/Dependencies/zstd/lib/common/pool.h */; }; + 172ADF9119CA453BB37B6DA7 /* ../Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */ = {isa = PBXBuildFile; fileRef = 62BA981AF9C74880AA346EFA /* ../Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */; }; + 173A9D4396C444378FCFDA45 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */ = {isa = PBXBuildFile; fileRef = F33B40F952164315B81A076F /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */; }; + 1812342D2A4C4DEB8286FF86 /* ../Play-/deps/Dependencies/zstd/lib/common/debug.c */ = {isa = PBXBuildFile; fileRef = 7670411850B546A9ABA4392D /* ../Play-/deps/Dependencies/zstd/lib/common/debug.c */; }; + 1CF7D0EB2295466389911DB1 /* ../Play-/deps/Dependencies/zstd/lib/common/compiler.h */ = {isa = PBXBuildFile; fileRef = 30ECB38216334861826E058B /* ../Play-/deps/Dependencies/zstd/lib/common/compiler.h */; }; + 2222902BC8344B28B695E301 /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.c */ = {isa = PBXBuildFile; fileRef = B04DFD9E6544465C85E19C9F /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.c */; }; + 28104808C57C49D4B9E97CCF /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */ = {isa = PBXBuildFile; fileRef = 9A0920D13B1F48E8A3ECA708 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */; }; + 28DD1518ED134EFDA3C5C387 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */ = {isa = PBXBuildFile; fileRef = 4313C03AF57A498DB0299447 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */; }; + 2BEE2B627BEF49C8B9F9236C /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */ = {isa = PBXBuildFile; fileRef = 3935F61FE792498DBC1C5130 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */; }; + 30F1964D471C4480A718A601 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */ = {isa = PBXBuildFile; fileRef = 5955AF860B5D4846922CBA35 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */; }; + 31676EF24D164FD487634B51 /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = B18F2F4720DE45A9BB7CE9F5 /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist */; }; + 345CE4BDBA994ED080AD6CE5 /* ../Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */ = {isa = PBXBuildFile; fileRef = 9190112863BF48419EA55FE3 /* ../Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */; }; + 34B3A488FA8040A887B42763 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */ = {isa = PBXBuildFile; fileRef = A8E6193F736D4CBD818D7525 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */; }; + 384C2818C1A34CAF8964A903 /* ../Play-/deps/Dependencies/zstd/lib/common/mem.h */ = {isa = PBXBuildFile; fileRef = DDCD77FD47904355BA152B9C /* ../Play-/deps/Dependencies/zstd/lib/common/mem.h */; }; + 3E389914595D4DC5A45E7347 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */ = {isa = PBXBuildFile; fileRef = A44218BCCEB546AEB94ACBA2 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */; }; + 4301DD068C8843CE8B5174D4 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */ = {isa = PBXBuildFile; fileRef = B8CE48D896E444F287ACC626 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */; }; + 4A8383B37D0A4497875DFAED /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */ = {isa = PBXBuildFile; fileRef = 19D41BE13FBE4D9682676881 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */; }; + 4E9562A9A3034C6087880B1B /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */ = {isa = PBXBuildFile; fileRef = CCB79884D550480E954E1A6C /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */; }; + 4F5C09868BAB402F8691AD22 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.c */ = {isa = PBXBuildFile; fileRef = E5F07C7C370844EDAEFA2F67 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.c */; }; + 4FDF814E0D52495D8F8EA4D2 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */ = {isa = PBXBuildFile; fileRef = 30987AC559204B99858E6FD3 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */; }; + 50A1EA5D1C6D4B0D908E12F6 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */ = {isa = PBXBuildFile; fileRef = BCB001C65C0E4C559CEA9AA2 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */; }; + 54C3C4E55579444D81D0F781 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */ = {isa = PBXBuildFile; fileRef = 5501E652632C4DA593C44EE2 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */; }; + 56882DF7E5DF49C0A816E40B /* ../Play-/deps/Dependencies/zstd/lib/common/bits.h */ = {isa = PBXBuildFile; fileRef = B4BAAA4282934EC6AEA8E96D /* ../Play-/deps/Dependencies/zstd/lib/common/bits.h */; }; + 5836FF61A4BB4E40A229A82A /* ../Play-/deps/Dependencies/zstd/lib/common/fse.h */ = {isa = PBXBuildFile; fileRef = 1650CFC258ED4D76B4B48D1A /* ../Play-/deps/Dependencies/zstd/lib/common/fse.h */; }; + 5AE41190CCB64B279670BB03 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */ = {isa = PBXBuildFile; fileRef = B8D362F476064B4BACC70EEF /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */; }; + 5B42B4B4EDDE48FFBE20611E /* ../Play-/deps/Dependencies/zstd/lib/common/cpu.h */ = {isa = PBXBuildFile; fileRef = BBAF045C1C8745D083B05EBC /* ../Play-/deps/Dependencies/zstd/lib/common/cpu.h */; }; + 5BDF20E9173E43309F6590DD /* ../Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */ = {isa = PBXBuildFile; fileRef = 28DD20CCE1D449059AA0D6D2 /* ../Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */; }; + 5C826D9D67A342EF88B220D8 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */ = {isa = PBXBuildFile; fileRef = 881A4D7B03C14AE682BACE6F /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */; }; + 5FED1D3BADD04ECEB41D912B /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */ = {isa = PBXBuildFile; fileRef = A6B51015624E4BB8A6A581F3 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */; }; + 62F79076F6E34A219EB1BDC8 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */ = {isa = PBXBuildFile; fileRef = E3B4AEDD3CD64889B47DC694 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */; }; + 635FC9B17E6342E996B02A19 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */ = {isa = PBXBuildFile; fileRef = 79D1A677C27448DD8A20A977 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */; }; + 66D28BA52C0C4D5184B1391B /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */ = {isa = PBXBuildFile; fileRef = B5FF49217FD243E782E13AE3 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */; }; + 6D676497B90343639177CF9C /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */ = {isa = PBXBuildFile; fileRef = 8AFEFD91B6B941C086A55F02 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */; }; + 703ED74B8C794DCAAB4E13C2 /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.h */ = {isa = PBXBuildFile; fileRef = A3CF5097014A4E4FB92D55DF /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.h */; }; + 7143CC1A4E9043C19B8A1B1D /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */ = {isa = PBXBuildFile; fileRef = 71B047B37A824C379DF3CBCE /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */; }; + 715321BF887E46AD9A3AC454 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */ = {isa = PBXBuildFile; fileRef = C774744416784C19880179E5 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */; }; + 71D65FB83B804B90BE22B105 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */ = {isa = PBXBuildFile; fileRef = F592EAE8F44541F784BFFA6B /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */; }; + 7E64BD0ADBB04355B40A9B0D /* ../Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */ = {isa = PBXBuildFile; fileRef = C3FC2CE7253A4D6BB8BB78DE /* ../Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */; }; + 805160D40E404C1CB76197E8 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */ = {isa = PBXBuildFile; fileRef = B3DA28405EF54935ABBEF368 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */; }; + 80E647137F3044AFAC0DB94A /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */ = {isa = PBXBuildFile; fileRef = 9AF88AF0A26D4F68AABBB7CB /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */; }; + 8363C4BCDC0F468F9D0BE49C /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */ = {isa = PBXBuildFile; fileRef = 7E94F6AA7829455D988449CA /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */; }; + 8785BB4F540B448E81E071AB /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */ = {isa = PBXBuildFile; fileRef = CD88928EEACF497E8FBFE20D /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */; }; + 885A3976ADC14E6B8CB676D8 /* ../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 59A6E9BF1E5440F59A79A9B2 /* ../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */; }; + 99AD61DD68D84DE0A3E65A65 /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.c */ = {isa = PBXBuildFile; fileRef = 2C354BBADC36453E9EA34FF3 /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.c */; }; + 9B20BECD4E5147379C7EA661 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */ = {isa = PBXBuildFile; fileRef = 51CBA49B72CF4E368246E5F6 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */; }; + 9DC80E969BB748009AE73F65 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */ = {isa = PBXBuildFile; fileRef = 4E9ED79A655D4969BF04BF15 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */; }; + A40CF1B17B784428BDB9CAB2 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */ = {isa = PBXBuildFile; fileRef = C450BDE4739746FBB58207B1 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */; }; + A5363DF6EBFA4F6EB13386A8 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */ = {isa = PBXBuildFile; fileRef = D855918C3ACD48DEBCB3F7E3 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */; }; + A62E8379AE1648AA94853C60 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */ = {isa = PBXBuildFile; fileRef = CB13B9B8490F44F68F487565 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */; }; + A6846653FFF2447E87D549D1 /* ../Play-/deps/Dependencies/zstd/lib/common/debug.h */ = {isa = PBXBuildFile; fileRef = 5BBDEF6E56114CEF83EE9464 /* ../Play-/deps/Dependencies/zstd/lib/common/debug.h */; }; + ABBC56FF3AD5421AB4963CB5 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */ = {isa = PBXBuildFile; fileRef = 31701B2E50C84EC690D846B7 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */; }; + B0AEE9F0D1BB46EEBA6A2F5C /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */ = {isa = PBXBuildFile; fileRef = B5C147AB99F84DDE8B7D0DAA /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */; }; + B20EAD0079664BDBBA5A2507 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */ = {isa = PBXBuildFile; fileRef = 44281D1E2DA74DF3A2D82AE5 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */; }; + B9D0AF017E58417E8553D319 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */ = {isa = PBXBuildFile; fileRef = C5A434A3FD414469911C5915 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */; }; + BB83416D056D448A8B547E7C /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */ = {isa = PBXBuildFile; fileRef = 2F826EC540FF43308BDDABD2 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */; }; + BDD30E93989F4CB9B1F1F147 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */ = {isa = PBXBuildFile; fileRef = FCB641AFAF484915A3F28D4B /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */; }; + BFBA4CA14C714FCFBC274E13 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */ = {isa = PBXBuildFile; fileRef = 08CD9F04C8DF444280998B4B /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */; }; + C2A7C05276FF414C9BA270FB /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */ = {isa = PBXBuildFile; fileRef = 8C7637B72D004716AB4B9959 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */; }; + C599FE18D4504747AE3186CB /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */ = {isa = PBXBuildFile; fileRef = A2C5A97849EA4A73A1AF0C51 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */; }; + CC6B6C79F65E420D9A42B4C5 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */ = {isa = PBXBuildFile; fileRef = F0BBEAD903FB49078C639C5C /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */; }; + CC980E288FC042129EEEB4BD /* ../Play-/deps/Dependencies/zstd/lib/compress/clevels.h */ = {isa = PBXBuildFile; fileRef = C33160BA549E472A85E79F1E /* ../Play-/deps/Dependencies/zstd/lib/compress/clevels.h */; }; + CDE18B9F6C334BA792D1B447 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */ = {isa = PBXBuildFile; fileRef = 9190D060F6C3461A8B2B539F /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */; }; + D0C6CA390A264558B7C852D1 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */ = {isa = PBXBuildFile; fileRef = 94E254980F8543638EF15DE4 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */; }; + D108B78E78674E9B86D5D80D /* ../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 8871FF1F6CD24AF1B32515CE /* ../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt */; }; + D74433FFCF9C473F8E3CA622 /* ../Play-/deps/Dependencies/zstd/lib/common/bitstream.h */ = {isa = PBXBuildFile; fileRef = C4DC38CB0D8F4AADAA463F24 /* ../Play-/deps/Dependencies/zstd/lib/common/bitstream.h */; }; + D76794CDAD6A454E9649D99E /* ../Play-/deps/Dependencies/zstd/lib/common/pool.c */ = {isa = PBXBuildFile; fileRef = B10D823727AA41CF969C9307 /* ../Play-/deps/Dependencies/zstd/lib/common/pool.c */; }; + DB695BB20BF84264832F2346 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */ = {isa = PBXBuildFile; fileRef = 5A0FBD45CA4C434EBD9713A8 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */; }; + DE3A18A57BDB4B04BE55AFF9 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */ = {isa = PBXBuildFile; fileRef = D388431BF4E548339E61C35A /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */; }; + E0D91699073F4ECB8B1FC79A /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */ = {isa = PBXBuildFile; fileRef = 34D247DAE2214923AEE4BA1B /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */; }; + E5273D68CBD84A09883B26C0 /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 8682AA97894E4628B9E43601 /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */; }; + E71C5E4D7DC347FFAFBA1152 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */ = {isa = PBXBuildFile; fileRef = 299614B287504303A64093A8 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */; }; + E7FB4F8E480F4E20A9F0CAC6 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */ = {isa = PBXBuildFile; fileRef = B6CE654703B64A2093D7FEB8 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */; }; + EC74ED92948E4993B3B3047B /* ../Play-/deps/Dependencies/zstd/lib/common/huf.h */ = {isa = PBXBuildFile; fileRef = 2910E16673D94187B26D3BA9 /* ../Play-/deps/Dependencies/zstd/lib/common/huf.h */; }; + EF7BE00DD0F44122946561A3 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */ = {isa = PBXBuildFile; fileRef = 959C920124CC40FFA93B7365 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */; }; + F1D9D2A8BE9740B2BA34F6F8 /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.h */ = {isa = PBXBuildFile; fileRef = 15AAA2A96C4644B2B9D8C061 /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.h */; }; + F5017D978BDE4E64956CF193 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */ = {isa = PBXBuildFile; fileRef = 4CB8EBF3F4B04BBA999E41B4 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */; }; + F60608D5339646A1814FD1E0 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */ = {isa = PBXBuildFile; fileRef = 55D7A9525E84402F97932D7F /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */; }; + F615BDBD709442C4BB9B7C71 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */ = {isa = PBXBuildFile; fileRef = B159F3DAB71F4C66B85DBFA4 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */; }; + F67D453280344159B018AEC1 /* ../Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */ = {isa = PBXBuildFile; fileRef = 339B2BF761B744E1B7C894A4 /* ../Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */; }; + F72C2283016C47DAB04C5269 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.h */ = {isa = PBXBuildFile; fileRef = D6550644BDE1498999FC0E80 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.h */; }; + F9C8D2D64AC9415C90197A28 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */ = {isa = PBXBuildFile; fileRef = 69843FB61EC248E9923602B4 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */; }; + FA8A99DD6A684D4DB95082A3 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */ = {isa = PBXBuildFile; fileRef = B44D48D3F39742129E768EB8 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */; }; + FAA93FED06D640D7AD0B4F68 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */ = {isa = PBXBuildFile; fileRef = 9D3D36A59492440C9AC68A8F /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */; }; + FAC0821BDF8E4978AD2EFCDF /* ../Play-/deps/Dependencies/zstd/lib/zstd.h */ = {isa = PBXBuildFile; fileRef = 911CE990356C4C9EA141D6CD /* ../Play-/deps/Dependencies/zstd/lib/zstd.h */; }; + FCC31C230B3349888763C8FF /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.h */ = {isa = PBXBuildFile; fileRef = 662E314C9D024CC9A91DA94E /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.h */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ @@ -268,101 +268,101 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 08CD9F04C8DF444280998B4B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v01.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c"; sourceTree = ""; }; + 08CD9F04C8DF444280998B4B /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v01.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c"; sourceTree = ""; }; 093440896892410CA148D503 /* libzstd_zlibwrapper_static */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = liblibzstd_zlibwrapper_static.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 0F5C1055AD0D4CE7AA924CB6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = portability_macros.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/portability_macros.h"; sourceTree = ""; }; - 15AAA2A96C4644B2B9D8C061 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = xxhash.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.h"; sourceTree = ""; }; - 1650CFC258ED4D76B4B48D1A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = fse.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse.h"; sourceTree = ""; }; - 19D41BE13FBE4D9682676881 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v02.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c"; sourceTree = ""; }; + 0F5C1055AD0D4CE7AA924CB6 /* ../Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = portability_macros.h; path = "../Play-/deps/Dependencies/zstd/lib/common/portability_macros.h"; sourceTree = ""; }; + 15AAA2A96C4644B2B9D8C061 /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = xxhash.h; path = "../Play-/deps/Dependencies/zstd/lib/common/xxhash.h"; sourceTree = ""; }; + 1650CFC258ED4D76B4B48D1A /* ../Play-/deps/Dependencies/zstd/lib/common/fse.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = fse.h; path = "../Play-/deps/Dependencies/zstd/lib/common/fse.h"; sourceTree = ""; }; + 19D41BE13FBE4D9682676881 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v02.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c"; sourceTree = ""; }; 2420E77A423446EA8861D738 /* libzstd_static */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libzstd.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 28DD20CCE1D449059AA0D6D2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = huf_compress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c"; sourceTree = ""; }; - 2910E16673D94187B26D3BA9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/huf.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = huf.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/huf.h"; sourceTree = ""; }; - 299614B287504303A64093A8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_cwksp.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h"; sourceTree = ""; }; - 2C354BBADC36453E9EA34FF3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = error_private.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.c"; sourceTree = ""; }; - 2F826EC540FF43308BDDABD2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_ddict.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c"; sourceTree = ""; }; - 30987AC559204B99858E6FD3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzread.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c"; sourceTree = ""; }; - 30ECB38216334861826E058B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/compiler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = compiler.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/compiler.h"; sourceTree = ""; }; - 31701B2E50C84EC690D846B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v02.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h"; sourceTree = ""; }; - 339B2BF761B744E1B7C894A4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = entropy_common.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/entropy_common.c"; sourceTree = ""; }; - 34D247DAE2214923AEE4BA1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = divsufsort.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h"; sourceTree = ""; }; - 3935F61FE792498DBC1C5130 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ldm.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h"; sourceTree = ""; }; - 4313C03AF57A498DB0299447 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v01.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h"; sourceTree = ""; }; - 44281D1E2DA74DF3A2D82AE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_superblock.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h"; sourceTree = ""; }; - 4CB8EBF3F4B04BBA999E41B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_lazy.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c"; sourceTree = ""; }; - 4E9ED79A655D4969BF04BF15 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v06.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c"; sourceTree = ""; }; - 51CBA49B72CF4E368246E5F6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_double_fast.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c"; sourceTree = ""; }; - 5501E652632C4DA593C44EE2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_superblock.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c"; sourceTree = ""; }; - 55D7A9525E84402F97932D7F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v05.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c"; sourceTree = ""; }; - 5955AF860B5D4846922CBA35 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstdmt_compress.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h"; sourceTree = ""; }; - 59A6E9BF1E5440F59A79A9B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt"; sourceTree = ""; }; - 5A0FBD45CA4C434EBD9713A8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v03.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h"; sourceTree = ""; }; - 5BBDEF6E56114CEF83EE9464 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = debug.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.h"; sourceTree = ""; }; - 62BA981AF9C74880AA346EFA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fse_compress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c"; sourceTree = ""; }; - 649FC524094344A9AD207652 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v06.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h"; sourceTree = ""; }; - 662E314C9D024CC9A91DA94E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = error_private.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.h"; sourceTree = ""; }; - 69843FB61EC248E9923602B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_sequences.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h"; sourceTree = ""; }; - 71B047B37A824C379DF3CBCE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_decompress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c"; sourceTree = ""; }; - 7670411850B546A9ABA4392D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = debug.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.c"; sourceTree = ""; }; - 79D1A677C27448DD8A20A977 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v03.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c"; sourceTree = ""; }; - 7E94F6AA7829455D988449CA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v04.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c"; sourceTree = ""; }; - 8682AA97894E4628B9E43601 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist; sourceTree = ""; }; - 881A4D7B03C14AE682BACE6F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_fast.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c"; sourceTree = ""; }; - 8871FF1F6CD24AF1B32515CE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 8AFEFD91B6B941C086A55F02 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_decompress_internal.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h"; sourceTree = ""; }; - 8B5A9850992946728CCE6D3B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pool.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.h"; sourceTree = ""; }; - 8C7637B72D004716AB4B9959 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c"; sourceTree = ""; }; - 8E8A980467DD4959AF693539 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/CMakeLists.txt"; sourceTree = ""; }; - 911CE990356C4C9EA141D6CD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/zstd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/zstd.h"; sourceTree = ""; }; - 9190112863BF48419EA55FE3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fse_decompress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c"; sourceTree = ""; }; - 9190D060F6C3461A8B2B539F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_double_fast.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h"; sourceTree = ""; }; - 94E254980F8543638EF15DE4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = cover.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c"; sourceTree = ""; }; - 959C920124CC40FFA93B7365 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = cover.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h"; sourceTree = ""; }; - 9A0920D13B1F48E8A3ECA708 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_ldm.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c"; sourceTree = ""; }; - 9AF88AF0A26D4F68AABBB7CB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_literals.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h"; sourceTree = ""; }; - 9D3D36A59492440C9AC68A8F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_opt.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h"; sourceTree = ""; }; - 9F348C30A16441A9BE06F34C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */ = {isa = PBXFileReference; explicitFileType = sourcecode.asm; fileEncoding = 4; name = huf_decompress_amd64.S; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S"; sourceTree = ""; }; - 9FA3B5FF2D534035862CC19A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - A2C5A97849EA4A73A1AF0C51 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_legacy.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h"; sourceTree = ""; }; - A3CF5097014A4E4FB92D55DF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = hist.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.h"; sourceTree = ""; }; - A44218BCCEB546AEB94ACBA2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ddict.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h"; sourceTree = ""; }; - A6B51015624E4BB8A6A581F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_deps.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h"; sourceTree = ""; }; - A8E6193F736D4CBD818D7525 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_decompress_block.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h"; sourceTree = ""; }; - B04DFD9E6544465C85E19C9F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = hist.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.c"; sourceTree = ""; }; - B10D823727AA41CF969C9307 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pool.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.c"; sourceTree = ""; }; - B159F3DAB71F4C66B85DBFA4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_sequences.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c"; sourceTree = ""; }; - B18F2F4720DE45A9BB7CE9F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist; sourceTree = ""; }; - B3DA28405EF54935ABBEF368 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = huf_decompress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c"; sourceTree = ""; }; - B44D48D3F39742129E768EB8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_opt.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c"; sourceTree = ""; }; - B4BAAA4282934EC6AEA8E96D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bits.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = bits.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bits.h"; sourceTree = ""; }; - B5C147AB99F84DDE8B7D0DAA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v05.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h"; sourceTree = ""; }; - B5FF49217FD243E782E13AE3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstdmt_compress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c"; sourceTree = ""; }; - B6CE654703B64A2093D7FEB8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_trace.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h"; sourceTree = ""; }; - B8CE48D896E444F287ACC626 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_internal.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h"; sourceTree = ""; }; - B8D362F476064B4BACC70EEF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = divsufsort.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c"; sourceTree = ""; }; - BBAF045C1C8745D083B05EBC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/cpu.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = cpu.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/cpu.h"; sourceTree = ""; }; - BCB001C65C0E4C559CEA9AA2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzwrite.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c"; sourceTree = ""; }; - C33160BA549E472A85E79F1E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/clevels.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = clevels.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/clevels.h"; sourceTree = ""; }; - C3FC2CE7253A4D6BB8BB78DE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_zlibwrapper.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c"; sourceTree = ""; }; - C450BDE4739746FBB58207B1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v04.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h"; sourceTree = ""; }; - C4DC38CB0D8F4AADAA463F24 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bitstream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = bitstream.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bitstream.h"; sourceTree = ""; }; - C5A434A3FD414469911C5915 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ldm_geartab.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h"; sourceTree = ""; }; - C774744416784C19880179E5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzlib.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c"; sourceTree = ""; }; - CB13B9B8490F44F68F487565 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_lazy.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h"; sourceTree = ""; }; - CCB79884D550480E954E1A6C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v07.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c"; sourceTree = ""; }; - CD88928EEACF497E8FBFE20D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_literals.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c"; sourceTree = ""; }; - D388431BF4E548339E61C35A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_decompress_block.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c"; sourceTree = ""; }; - D6550644BDE1498999FC0E80 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = threading.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.h"; sourceTree = ""; }; - D855918C3ACD48DEBCB3F7E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzclose.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c"; sourceTree = ""; }; - DCFE8184805B414EBD8992A7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = xxhash.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.c"; sourceTree = ""; }; - DDCD77FD47904355BA152B9C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/mem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = mem.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/mem.h"; sourceTree = ""; }; - DF33669FDE014ECC82B00DA2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_common.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_common.c"; sourceTree = ""; }; - E3B4AEDD3CD64889B47DC694 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zdict.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c"; sourceTree = ""; }; - E5F07C7C370844EDAEFA2F67 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = threading.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.c"; sourceTree = ""; }; - E8C096D7EF3943AEA0E4C95F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt"; sourceTree = ""; }; - F0BBEAD903FB49078C639C5C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fastcover.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c"; sourceTree = ""; }; - F33B40F952164315B81A076F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v07.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h"; sourceTree = ""; }; - F592EAE8F44541F784BFFA6B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_fast.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h"; sourceTree = ""; }; - FCB641AFAF484915A3F28D4B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_internal.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h"; sourceTree = ""; }; + 28DD20CCE1D449059AA0D6D2 /* ../Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = huf_compress.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c"; sourceTree = ""; }; + 2910E16673D94187B26D3BA9 /* ../Play-/deps/Dependencies/zstd/lib/common/huf.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = huf.h; path = "../Play-/deps/Dependencies/zstd/lib/common/huf.h"; sourceTree = ""; }; + 299614B287504303A64093A8 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_cwksp.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h"; sourceTree = ""; }; + 2C354BBADC36453E9EA34FF3 /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = error_private.c; path = "../Play-/deps/Dependencies/zstd/lib/common/error_private.c"; sourceTree = ""; }; + 2F826EC540FF43308BDDABD2 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_ddict.c; path = "../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c"; sourceTree = ""; }; + 30987AC559204B99858E6FD3 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzread.c; path = "../Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c"; sourceTree = ""; }; + 30ECB38216334861826E058B /* ../Play-/deps/Dependencies/zstd/lib/common/compiler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = compiler.h; path = "../Play-/deps/Dependencies/zstd/lib/common/compiler.h"; sourceTree = ""; }; + 31701B2E50C84EC690D846B7 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v02.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h"; sourceTree = ""; }; + 339B2BF761B744E1B7C894A4 /* ../Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = entropy_common.c; path = "../Play-/deps/Dependencies/zstd/lib/common/entropy_common.c"; sourceTree = ""; }; + 34D247DAE2214923AEE4BA1B /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = divsufsort.h; path = "../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h"; sourceTree = ""; }; + 3935F61FE792498DBC1C5130 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ldm.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h"; sourceTree = ""; }; + 4313C03AF57A498DB0299447 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v01.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h"; sourceTree = ""; }; + 44281D1E2DA74DF3A2D82AE5 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_superblock.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h"; sourceTree = ""; }; + 4CB8EBF3F4B04BBA999E41B4 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_lazy.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c"; sourceTree = ""; }; + 4E9ED79A655D4969BF04BF15 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v06.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c"; sourceTree = ""; }; + 51CBA49B72CF4E368246E5F6 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_double_fast.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c"; sourceTree = ""; }; + 5501E652632C4DA593C44EE2 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_superblock.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c"; sourceTree = ""; }; + 55D7A9525E84402F97932D7F /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v05.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c"; sourceTree = ""; }; + 5955AF860B5D4846922CBA35 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstdmt_compress.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h"; sourceTree = ""; }; + 59A6E9BF1E5440F59A79A9B2 /* ../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt"; sourceTree = ""; }; + 5A0FBD45CA4C434EBD9713A8 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v03.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h"; sourceTree = ""; }; + 5BBDEF6E56114CEF83EE9464 /* ../Play-/deps/Dependencies/zstd/lib/common/debug.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = debug.h; path = "../Play-/deps/Dependencies/zstd/lib/common/debug.h"; sourceTree = ""; }; + 62BA981AF9C74880AA346EFA /* ../Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fse_compress.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c"; sourceTree = ""; }; + 649FC524094344A9AD207652 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v06.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h"; sourceTree = ""; }; + 662E314C9D024CC9A91DA94E /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = error_private.h; path = "../Play-/deps/Dependencies/zstd/lib/common/error_private.h"; sourceTree = ""; }; + 69843FB61EC248E9923602B4 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_sequences.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h"; sourceTree = ""; }; + 71B047B37A824C379DF3CBCE /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_decompress.c; path = "../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c"; sourceTree = ""; }; + 7670411850B546A9ABA4392D /* ../Play-/deps/Dependencies/zstd/lib/common/debug.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = debug.c; path = "../Play-/deps/Dependencies/zstd/lib/common/debug.c"; sourceTree = ""; }; + 79D1A677C27448DD8A20A977 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v03.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c"; sourceTree = ""; }; + 7E94F6AA7829455D988449CA /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v04.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c"; sourceTree = ""; }; + 8682AA97894E4628B9E43601 /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist; sourceTree = ""; }; + 881A4D7B03C14AE682BACE6F /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_fast.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c"; sourceTree = ""; }; + 8871FF1F6CD24AF1B32515CE /* ../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 8AFEFD91B6B941C086A55F02 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_decompress_internal.h; path = "../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h"; sourceTree = ""; }; + 8B5A9850992946728CCE6D3B /* ../Play-/deps/Dependencies/zstd/lib/common/pool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pool.h; path = "../Play-/deps/Dependencies/zstd/lib/common/pool.h"; sourceTree = ""; }; + 8C7637B72D004716AB4B9959 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c"; sourceTree = ""; }; + 8E8A980467DD4959AF693539 /* ../Play-/deps/Dependencies/zstd/build/cmake/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/Dependencies/zstd/build/cmake/CMakeLists.txt"; sourceTree = ""; }; + 911CE990356C4C9EA141D6CD /* ../Play-/deps/Dependencies/zstd/lib/zstd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd.h; path = "../Play-/deps/Dependencies/zstd/lib/zstd.h"; sourceTree = ""; }; + 9190112863BF48419EA55FE3 /* ../Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fse_decompress.c; path = "../Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c"; sourceTree = ""; }; + 9190D060F6C3461A8B2B539F /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_double_fast.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h"; sourceTree = ""; }; + 94E254980F8543638EF15DE4 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = cover.c; path = "../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c"; sourceTree = ""; }; + 959C920124CC40FFA93B7365 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = cover.h; path = "../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h"; sourceTree = ""; }; + 9A0920D13B1F48E8A3ECA708 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_ldm.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c"; sourceTree = ""; }; + 9AF88AF0A26D4F68AABBB7CB /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_literals.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h"; sourceTree = ""; }; + 9D3D36A59492440C9AC68A8F /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_opt.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h"; sourceTree = ""; }; + 9F348C30A16441A9BE06F34C /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */ = {isa = PBXFileReference; explicitFileType = sourcecode.asm; fileEncoding = 4; name = huf_decompress_amd64.S; path = "../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S"; sourceTree = ""; }; + 9FA3B5FF2D534035862CC19A /* ../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + A2C5A97849EA4A73A1AF0C51 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_legacy.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h"; sourceTree = ""; }; + A3CF5097014A4E4FB92D55DF /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = hist.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/hist.h"; sourceTree = ""; }; + A44218BCCEB546AEB94ACBA2 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ddict.h; path = "../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h"; sourceTree = ""; }; + A6B51015624E4BB8A6A581F3 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_deps.h; path = "../Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h"; sourceTree = ""; }; + A8E6193F736D4CBD818D7525 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_decompress_block.h; path = "../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h"; sourceTree = ""; }; + B04DFD9E6544465C85E19C9F /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = hist.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/hist.c"; sourceTree = ""; }; + B10D823727AA41CF969C9307 /* ../Play-/deps/Dependencies/zstd/lib/common/pool.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pool.c; path = "../Play-/deps/Dependencies/zstd/lib/common/pool.c"; sourceTree = ""; }; + B159F3DAB71F4C66B85DBFA4 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_sequences.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c"; sourceTree = ""; }; + B18F2F4720DE45A9BB7CE9F5 /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist; sourceTree = ""; }; + B3DA28405EF54935ABBEF368 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = huf_decompress.c; path = "../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c"; sourceTree = ""; }; + B44D48D3F39742129E768EB8 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_opt.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c"; sourceTree = ""; }; + B4BAAA4282934EC6AEA8E96D /* ../Play-/deps/Dependencies/zstd/lib/common/bits.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = bits.h; path = "../Play-/deps/Dependencies/zstd/lib/common/bits.h"; sourceTree = ""; }; + B5C147AB99F84DDE8B7D0DAA /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v05.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h"; sourceTree = ""; }; + B5FF49217FD243E782E13AE3 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstdmt_compress.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c"; sourceTree = ""; }; + B6CE654703B64A2093D7FEB8 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_trace.h; path = "../Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h"; sourceTree = ""; }; + B8CE48D896E444F287ACC626 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_internal.h; path = "../Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h"; sourceTree = ""; }; + B8D362F476064B4BACC70EEF /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = divsufsort.c; path = "../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c"; sourceTree = ""; }; + BBAF045C1C8745D083B05EBC /* ../Play-/deps/Dependencies/zstd/lib/common/cpu.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = cpu.h; path = "../Play-/deps/Dependencies/zstd/lib/common/cpu.h"; sourceTree = ""; }; + BCB001C65C0E4C559CEA9AA2 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzwrite.c; path = "../Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c"; sourceTree = ""; }; + C33160BA549E472A85E79F1E /* ../Play-/deps/Dependencies/zstd/lib/compress/clevels.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = clevels.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/clevels.h"; sourceTree = ""; }; + C3FC2CE7253A4D6BB8BB78DE /* ../Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_zlibwrapper.c; path = "../Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c"; sourceTree = ""; }; + C450BDE4739746FBB58207B1 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v04.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h"; sourceTree = ""; }; + C4DC38CB0D8F4AADAA463F24 /* ../Play-/deps/Dependencies/zstd/lib/common/bitstream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = bitstream.h; path = "../Play-/deps/Dependencies/zstd/lib/common/bitstream.h"; sourceTree = ""; }; + C5A434A3FD414469911C5915 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ldm_geartab.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h"; sourceTree = ""; }; + C774744416784C19880179E5 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzlib.c; path = "../Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c"; sourceTree = ""; }; + CB13B9B8490F44F68F487565 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_lazy.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h"; sourceTree = ""; }; + CCB79884D550480E954E1A6C /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v07.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c"; sourceTree = ""; }; + CD88928EEACF497E8FBFE20D /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_literals.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c"; sourceTree = ""; }; + D388431BF4E548339E61C35A /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_decompress_block.c; path = "../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c"; sourceTree = ""; }; + D6550644BDE1498999FC0E80 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = threading.h; path = "../Play-/deps/Dependencies/zstd/lib/common/threading.h"; sourceTree = ""; }; + D855918C3ACD48DEBCB3F7E3 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzclose.c; path = "../Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c"; sourceTree = ""; }; + DCFE8184805B414EBD8992A7 /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = xxhash.c; path = "../Play-/deps/Dependencies/zstd/lib/common/xxhash.c"; sourceTree = ""; }; + DDCD77FD47904355BA152B9C /* ../Play-/deps/Dependencies/zstd/lib/common/mem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = mem.h; path = "../Play-/deps/Dependencies/zstd/lib/common/mem.h"; sourceTree = ""; }; + DF33669FDE014ECC82B00DA2 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_common.c; path = "../Play-/deps/Dependencies/zstd/lib/common/zstd_common.c"; sourceTree = ""; }; + E3B4AEDD3CD64889B47DC694 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zdict.c; path = "../Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c"; sourceTree = ""; }; + E5F07C7C370844EDAEFA2F67 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = threading.c; path = "../Play-/deps/Dependencies/zstd/lib/common/threading.c"; sourceTree = ""; }; + E8C096D7EF3943AEA0E4C95F /* ../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt"; sourceTree = ""; }; + F0BBEAD903FB49078C639C5C /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fastcover.c; path = "../Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c"; sourceTree = ""; }; + F33B40F952164315B81A076F /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v07.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h"; sourceTree = ""; }; + F592EAE8F44541F784BFFA6B /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_fast.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h"; sourceTree = ""; }; + FCB641AFAF484915A3F28D4B /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_internal.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -387,7 +387,7 @@ isa = PBXGroup; children = ( 80DECAFCE89745A7BAEA6A48 /* CMake Rules */, - 9FA3B5FF2D534035862CC19A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt */, + 9FA3B5FF2D534035862CC19A /* ../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt */, ); name = ALL_BUILD; sourceTree = ""; @@ -402,7 +402,7 @@ 0C9D2C46C3AB497BBE0DB161 /* Resources */ = { isa = PBXGroup; children = ( - B18F2F4720DE45A9BB7CE9F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist */, + B18F2F4720DE45A9BB7CE9F5 /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -411,7 +411,7 @@ isa = PBXGroup; children = ( E38BE22A11914C83BA09B406 /* CMake Rules */, - E8C096D7EF3943AEA0E4C95F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */, + E8C096D7EF3943AEA0E4C95F /* ../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */, ); name = uninstall; sourceTree = ""; @@ -422,8 +422,8 @@ 3B3963AF70384D7CAEE073E6 /* Source Files */, 598AEAB61F0C4A6285FBD3D2 /* Header Files */, FF3A9E09A9FF4B87B6C6E709 /* Resources */, - 59A6E9BF1E5440F59A79A9B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */, - 9F348C30A16441A9BE06F34C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */, + 59A6E9BF1E5440F59A79A9B2 /* ../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */, + 9F348C30A16441A9BE06F34C /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */, ); name = libzstd_static; sourceTree = ""; @@ -433,7 +433,7 @@ children = ( 7EED693232F24BC5A9231DC3 /* Source Files */, 0C9D2C46C3AB497BBE0DB161 /* Resources */, - 8871FF1F6CD24AF1B32515CE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt */, + 8871FF1F6CD24AF1B32515CE /* ../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt */, ); name = libzstd_zlibwrapper_static; sourceTree = ""; @@ -455,42 +455,42 @@ 3B3963AF70384D7CAEE073E6 /* Source Files */ = { isa = PBXGroup; children = ( - 7670411850B546A9ABA4392D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.c */, - 339B2BF761B744E1B7C894A4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */, - 2C354BBADC36453E9EA34FF3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.c */, - 9190112863BF48419EA55FE3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */, - B10D823727AA41CF969C9307 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.c */, - E5F07C7C370844EDAEFA2F67 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.c */, - DCFE8184805B414EBD8992A7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.c */, - DF33669FDE014ECC82B00DA2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */, - 62BA981AF9C74880AA346EFA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */, - B04DFD9E6544465C85E19C9F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.c */, - 28DD20CCE1D449059AA0D6D2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */, - 8C7637B72D004716AB4B9959 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */, - CD88928EEACF497E8FBFE20D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */, - B159F3DAB71F4C66B85DBFA4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */, - 5501E652632C4DA593C44EE2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */, - 51CBA49B72CF4E368246E5F6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */, - 881A4D7B03C14AE682BACE6F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */, - 4CB8EBF3F4B04BBA999E41B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */, - 9A0920D13B1F48E8A3ECA708 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */, - B44D48D3F39742129E768EB8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */, - B5FF49217FD243E782E13AE3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */, - B3DA28405EF54935ABBEF368 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */, - 2F826EC540FF43308BDDABD2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */, - 71B047B37A824C379DF3CBCE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */, - D388431BF4E548339E61C35A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */, - 94E254980F8543638EF15DE4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */, - B8D362F476064B4BACC70EEF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */, - F0BBEAD903FB49078C639C5C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */, - E3B4AEDD3CD64889B47DC694 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */, - 08CD9F04C8DF444280998B4B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */, - 19D41BE13FBE4D9682676881 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */, - 79D1A677C27448DD8A20A977 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */, - 7E94F6AA7829455D988449CA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */, - 55D7A9525E84402F97932D7F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */, - 4E9ED79A655D4969BF04BF15 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */, - CCB79884D550480E954E1A6C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */, + 7670411850B546A9ABA4392D /* ../Play-/deps/Dependencies/zstd/lib/common/debug.c */, + 339B2BF761B744E1B7C894A4 /* ../Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */, + 2C354BBADC36453E9EA34FF3 /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.c */, + 9190112863BF48419EA55FE3 /* ../Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */, + B10D823727AA41CF969C9307 /* ../Play-/deps/Dependencies/zstd/lib/common/pool.c */, + E5F07C7C370844EDAEFA2F67 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.c */, + DCFE8184805B414EBD8992A7 /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.c */, + DF33669FDE014ECC82B00DA2 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */, + 62BA981AF9C74880AA346EFA /* ../Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */, + B04DFD9E6544465C85E19C9F /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.c */, + 28DD20CCE1D449059AA0D6D2 /* ../Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */, + 8C7637B72D004716AB4B9959 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */, + CD88928EEACF497E8FBFE20D /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */, + B159F3DAB71F4C66B85DBFA4 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */, + 5501E652632C4DA593C44EE2 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */, + 51CBA49B72CF4E368246E5F6 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */, + 881A4D7B03C14AE682BACE6F /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */, + 4CB8EBF3F4B04BBA999E41B4 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */, + 9A0920D13B1F48E8A3ECA708 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */, + B44D48D3F39742129E768EB8 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */, + B5FF49217FD243E782E13AE3 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */, + B3DA28405EF54935ABBEF368 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */, + 2F826EC540FF43308BDDABD2 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */, + 71B047B37A824C379DF3CBCE /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */, + D388431BF4E548339E61C35A /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */, + 94E254980F8543638EF15DE4 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */, + B8D362F476064B4BACC70EEF /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */, + F0BBEAD903FB49078C639C5C /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */, + E3B4AEDD3CD64889B47DC694 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */, + 08CD9F04C8DF444280998B4B /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */, + 19D41BE13FBE4D9682676881 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */, + 79D1A677C27448DD8A20A977 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */, + 7E94F6AA7829455D988449CA /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */, + 55D7A9525E84402F97932D7F /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */, + 4E9ED79A655D4969BF04BF15 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */, + CCB79884D550480E954E1A6C /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */, ); name = "Source Files"; sourceTree = ""; @@ -498,50 +498,50 @@ 598AEAB61F0C4A6285FBD3D2 /* Header Files */ = { isa = PBXGroup; children = ( - B4BAAA4282934EC6AEA8E96D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bits.h */, - C4DC38CB0D8F4AADAA463F24 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bitstream.h */, - 30ECB38216334861826E058B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/compiler.h */, - BBAF045C1C8745D083B05EBC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/cpu.h */, - 5BBDEF6E56114CEF83EE9464 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.h */, - 662E314C9D024CC9A91DA94E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.h */, - 1650CFC258ED4D76B4B48D1A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse.h */, - 2910E16673D94187B26D3BA9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/huf.h */, - DDCD77FD47904355BA152B9C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/mem.h */, - 8B5A9850992946728CCE6D3B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.h */, - 0F5C1055AD0D4CE7AA924CB6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */, - D6550644BDE1498999FC0E80 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.h */, - 15AAA2A96C4644B2B9D8C061 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.h */, - A6B51015624E4BB8A6A581F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */, - B8CE48D896E444F287ACC626 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */, - B6CE654703B64A2093D7FEB8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */, - C33160BA549E472A85E79F1E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/clevels.h */, - A3CF5097014A4E4FB92D55DF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.h */, - FCB641AFAF484915A3F28D4B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */, - 9AF88AF0A26D4F68AABBB7CB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */, - 69843FB61EC248E9923602B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */, - 44281D1E2DA74DF3A2D82AE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */, - 299614B287504303A64093A8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */, - 9190D060F6C3461A8B2B539F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */, - F592EAE8F44541F784BFFA6B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */, - CB13B9B8490F44F68F487565 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */, - 3935F61FE792498DBC1C5130 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */, - C5A434A3FD414469911C5915 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */, - 9D3D36A59492440C9AC68A8F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */, - 5955AF860B5D4846922CBA35 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */, - A44218BCCEB546AEB94ACBA2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */, - A8E6193F736D4CBD818D7525 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */, - 8AFEFD91B6B941C086A55F02 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */, - 959C920124CC40FFA93B7365 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */, - 34D247DAE2214923AEE4BA1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */, - A2C5A97849EA4A73A1AF0C51 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */, - 4313C03AF57A498DB0299447 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */, - 31701B2E50C84EC690D846B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */, - 5A0FBD45CA4C434EBD9713A8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */, - C450BDE4739746FBB58207B1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */, - B5C147AB99F84DDE8B7D0DAA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */, - 649FC524094344A9AD207652 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */, - F33B40F952164315B81A076F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */, - 911CE990356C4C9EA141D6CD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/zstd.h */, + B4BAAA4282934EC6AEA8E96D /* ../Play-/deps/Dependencies/zstd/lib/common/bits.h */, + C4DC38CB0D8F4AADAA463F24 /* ../Play-/deps/Dependencies/zstd/lib/common/bitstream.h */, + 30ECB38216334861826E058B /* ../Play-/deps/Dependencies/zstd/lib/common/compiler.h */, + BBAF045C1C8745D083B05EBC /* ../Play-/deps/Dependencies/zstd/lib/common/cpu.h */, + 5BBDEF6E56114CEF83EE9464 /* ../Play-/deps/Dependencies/zstd/lib/common/debug.h */, + 662E314C9D024CC9A91DA94E /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.h */, + 1650CFC258ED4D76B4B48D1A /* ../Play-/deps/Dependencies/zstd/lib/common/fse.h */, + 2910E16673D94187B26D3BA9 /* ../Play-/deps/Dependencies/zstd/lib/common/huf.h */, + DDCD77FD47904355BA152B9C /* ../Play-/deps/Dependencies/zstd/lib/common/mem.h */, + 8B5A9850992946728CCE6D3B /* ../Play-/deps/Dependencies/zstd/lib/common/pool.h */, + 0F5C1055AD0D4CE7AA924CB6 /* ../Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */, + D6550644BDE1498999FC0E80 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.h */, + 15AAA2A96C4644B2B9D8C061 /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.h */, + A6B51015624E4BB8A6A581F3 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */, + B8CE48D896E444F287ACC626 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */, + B6CE654703B64A2093D7FEB8 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */, + C33160BA549E472A85E79F1E /* ../Play-/deps/Dependencies/zstd/lib/compress/clevels.h */, + A3CF5097014A4E4FB92D55DF /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.h */, + FCB641AFAF484915A3F28D4B /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */, + 9AF88AF0A26D4F68AABBB7CB /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */, + 69843FB61EC248E9923602B4 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */, + 44281D1E2DA74DF3A2D82AE5 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */, + 299614B287504303A64093A8 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */, + 9190D060F6C3461A8B2B539F /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */, + F592EAE8F44541F784BFFA6B /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */, + CB13B9B8490F44F68F487565 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */, + 3935F61FE792498DBC1C5130 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */, + C5A434A3FD414469911C5915 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */, + 9D3D36A59492440C9AC68A8F /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */, + 5955AF860B5D4846922CBA35 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */, + A44218BCCEB546AEB94ACBA2 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */, + A8E6193F736D4CBD818D7525 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */, + 8AFEFD91B6B941C086A55F02 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */, + 959C920124CC40FFA93B7365 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */, + 34D247DAE2214923AEE4BA1B /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */, + A2C5A97849EA4A73A1AF0C51 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */, + 4313C03AF57A498DB0299447 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */, + 31701B2E50C84EC690D846B7 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */, + 5A0FBD45CA4C434EBD9713A8 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */, + C450BDE4739746FBB58207B1 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */, + B5C147AB99F84DDE8B7D0DAA /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */, + 649FC524094344A9AD207652 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */, + F33B40F952164315B81A076F /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */, + 911CE990356C4C9EA141D6CD /* ../Play-/deps/Dependencies/zstd/lib/zstd.h */, ); name = "Header Files"; sourceTree = ""; @@ -549,11 +549,11 @@ 7EED693232F24BC5A9231DC3 /* Source Files */ = { isa = PBXGroup; children = ( - D855918C3ACD48DEBCB3F7E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */, - C774744416784C19880179E5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */, - 30987AC559204B99858E6FD3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */, - BCB001C65C0E4C559CEA9AA2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */, - C3FC2CE7253A4D6BB8BB78DE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */, + D855918C3ACD48DEBCB3F7E3 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */, + C774744416784C19880179E5 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */, + 30987AC559204B99858E6FD3 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */, + BCB001C65C0E4C559CEA9AA2 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */, + C3FC2CE7253A4D6BB8BB78DE /* ../Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */, ); name = "Source Files"; sourceTree = ""; @@ -562,7 +562,7 @@ isa = PBXGroup; children = ( 0B8B026500FB48B98B87BA48 /* CMake Rules */, - 8E8A980467DD4959AF693539 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/CMakeLists.txt */, + 8E8A980467DD4959AF693539 /* ../Play-/deps/Dependencies/zstd/build/cmake/CMakeLists.txt */, ); name = "clean-all"; sourceTree = ""; @@ -607,7 +607,7 @@ FF3A9E09A9FF4B87B6C6E709 /* Resources */ = { isa = PBXGroup; children = ( - 8682AA97894E4628B9E43601 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */, + 8682AA97894E4628B9E43601 /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -700,19 +700,19 @@ shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi "; @@ -728,25 +728,25 @@ fi ); name = "Generate zstd/lib/CMakeFiles/uninstall"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/uninstall ); +../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/uninstall ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib - /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib - /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib - /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib - /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake fi "; showEnvVarsInLog = 0; @@ -761,24 +761,24 @@ fi ); name = "Generate CMakeFiles/ALL_BUILD"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/ALL_BUILD ); +../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/ALL_BUILD ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper echo Build\\ all\\ projects fi "; @@ -827,19 +827,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi "; @@ -903,19 +903,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; @@ -961,25 +961,25 @@ exit 0"; ); name = "Generate CMakeFiles/ZERO_CHECK"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/ZERO_CHECK ); +../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/ZERO_CHECK ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper + make -f ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper + make -f ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper + make -f ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper + make -f ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeScripts/ReRunCMake.make fi "; showEnvVarsInLog = 0; @@ -994,29 +994,29 @@ fi ); name = "Generate zstd/CMakeFiles/clean-all"; outputPaths = ( -"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/CMakeFiles/clean-all" ); +"../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/CMakeFiles/clean-all" ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd /usr/bin/xcodebuild clean - rm -rf /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/ + rm -rf ../cmake/ fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd /usr/bin/xcodebuild clean - rm -rf /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/ + rm -rf ../cmake/ fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd /usr/bin/xcodebuild clean - rm -rf /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/ + rm -rf ../cmake/ fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd /usr/bin/xcodebuild clean - rm -rf /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/ + rm -rf ../cmake/ fi "; showEnvVarsInLog = 0; @@ -1028,11 +1028,11 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - A5363DF6EBFA4F6EB13386A8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */, - 715321BF887E46AD9A3AC454 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */, - 4FDF814E0D52495D8F8EA4D2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */, - 50A1EA5D1C6D4B0D908E12F6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */, - 7E64BD0ADBB04355B40A9B0D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */, + A5363DF6EBFA4F6EB13386A8 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */, + 715321BF887E46AD9A3AC454 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */, + 4FDF814E0D52495D8F8EA4D2 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */, + 50A1EA5D1C6D4B0D908E12F6 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */, + 7E64BD0ADBB04355B40A9B0D /* ../Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1040,43 +1040,43 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 1812342D2A4C4DEB8286FF86 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.c */, - F67D453280344159B018AEC1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */, - 99AD61DD68D84DE0A3E65A65 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.c */, - 345CE4BDBA994ED080AD6CE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */, - D76794CDAD6A454E9649D99E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.c */, - 4F5C09868BAB402F8691AD22 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.c */, - 151F11883FEA4051A98F7499 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.c */, - 0C6BD667CCE54DAEB1643C29 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */, - 172ADF9119CA453BB37B6DA7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */, - 2222902BC8344B28B695E301 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.c */, - 5BDF20E9173E43309F6590DD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */, - C2A7C05276FF414C9BA270FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */, - 8785BB4F540B448E81E071AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */, - F615BDBD709442C4BB9B7C71 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */, - 54C3C4E55579444D81D0F781 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */, - 9B20BECD4E5147379C7EA661 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */, - 5C826D9D67A342EF88B220D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */, - F5017D978BDE4E64956CF193 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */, - 28104808C57C49D4B9E97CCF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */, - FA8A99DD6A684D4DB95082A3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */, - 66D28BA52C0C4D5184B1391B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */, - 805160D40E404C1CB76197E8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */, - 0D013FB947BF49DD8E183B06 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */, - BB83416D056D448A8B547E7C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */, - 7143CC1A4E9043C19B8A1B1D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */, - DE3A18A57BDB4B04BE55AFF9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */, - D0C6CA390A264558B7C852D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */, - 5AE41190CCB64B279670BB03 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */, - CC6B6C79F65E420D9A42B4C5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */, - 62F79076F6E34A219EB1BDC8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */, - BFBA4CA14C714FCFBC274E13 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */, - 4A8383B37D0A4497875DFAED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */, - 635FC9B17E6342E996B02A19 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */, - 8363C4BCDC0F468F9D0BE49C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */, - F60608D5339646A1814FD1E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */, - 9DC80E969BB748009AE73F65 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */, - 4E9562A9A3034C6087880B1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */, + 1812342D2A4C4DEB8286FF86 /* ../Play-/deps/Dependencies/zstd/lib/common/debug.c */, + F67D453280344159B018AEC1 /* ../Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */, + 99AD61DD68D84DE0A3E65A65 /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.c */, + 345CE4BDBA994ED080AD6CE5 /* ../Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */, + D76794CDAD6A454E9649D99E /* ../Play-/deps/Dependencies/zstd/lib/common/pool.c */, + 4F5C09868BAB402F8691AD22 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.c */, + 151F11883FEA4051A98F7499 /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.c */, + 0C6BD667CCE54DAEB1643C29 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */, + 172ADF9119CA453BB37B6DA7 /* ../Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */, + 2222902BC8344B28B695E301 /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.c */, + 5BDF20E9173E43309F6590DD /* ../Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */, + C2A7C05276FF414C9BA270FB /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */, + 8785BB4F540B448E81E071AB /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */, + F615BDBD709442C4BB9B7C71 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */, + 54C3C4E55579444D81D0F781 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */, + 9B20BECD4E5147379C7EA661 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */, + 5C826D9D67A342EF88B220D8 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */, + F5017D978BDE4E64956CF193 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */, + 28104808C57C49D4B9E97CCF /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */, + FA8A99DD6A684D4DB95082A3 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */, + 66D28BA52C0C4D5184B1391B /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */, + 805160D40E404C1CB76197E8 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */, + 0D013FB947BF49DD8E183B06 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */, + BB83416D056D448A8B547E7C /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */, + 7143CC1A4E9043C19B8A1B1D /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */, + DE3A18A57BDB4B04BE55AFF9 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */, + D0C6CA390A264558B7C852D1 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */, + 5AE41190CCB64B279670BB03 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */, + CC6B6C79F65E420D9A42B4C5 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */, + 62F79076F6E34A219EB1BDC8 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */, + BFBA4CA14C714FCFBC274E13 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */, + 4A8383B37D0A4497875DFAED /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */, + 635FC9B17E6342E996B02A19 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */, + 8363C4BCDC0F468F9D0BE49C /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */, + F60608D5339646A1814FD1E0 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */, + 9DC80E969BB748009AE73F65 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */, + 4E9562A9A3034C6087880B1B /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1175,7 +1175,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZSTD_MULTITHREAD,"'PLAY_VERSION=\"0.30\"'","'XXH_NAMESPACE=ZSTD_'","'ZSTD_LEGACY_SUPPORT=5'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); + HEADER_SEARCH_PATHS = (../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"../Play-/deps/Dependencies/zstd/build/cmake/lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1282,7 +1282,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZWRAP_USE_ZSTD,"'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1369,7 +1369,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZSTD_MULTITHREAD,"'PLAY_VERSION=\"0.30\"'","'XXH_NAMESPACE=ZSTD_'","'ZSTD_LEGACY_SUPPORT=5'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); + HEADER_SEARCH_PATHS = (../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"../Play-/deps/Dependencies/zstd/build/cmake/lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1438,7 +1438,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZWRAP_USE_ZSTD,"'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1507,7 +1507,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZWRAP_USE_ZSTD,"'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1851,7 +1851,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZSTD_MULTITHREAD,"'PLAY_VERSION=\"0.30\"'","'XXH_NAMESPACE=ZSTD_'","'ZSTD_LEGACY_SUPPORT=5'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); + HEADER_SEARCH_PATHS = (../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"../Play-/deps/Dependencies/zstd/build/cmake/lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1920,7 +1920,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZSTD_MULTITHREAD,"'PLAY_VERSION=\"0.30\"'","'XXH_NAMESPACE=ZSTD_'","'ZSTD_LEGACY_SUPPORT=5'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); + HEADER_SEARCH_PATHS = (../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"../Play-/deps/Dependencies/zstd/build/cmake/lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1969,7 +1969,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZWRAP_USE_ZSTD,"'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; diff --git a/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/libzstd.xcodeproj/project.pbxproj b/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/libzstd.xcodeproj/project.pbxproj index 7b1a57f39d..8046a269b8 100644 --- a/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/libzstd.xcodeproj/project.pbxproj +++ b/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/libzstd.xcodeproj/project.pbxproj @@ -81,89 +81,89 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 05ABEEEB7C9746B2B2CA9BBC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/clevels.h */ = {isa = PBXBuildFile; fileRef = 37A3AEAAFF33467694B55A79 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/clevels.h */; }; - 0D590BD2C6494C46AC0C3E35 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */ = {isa = PBXBuildFile; fileRef = 4B37F2248B9C4081A12996CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */; }; - 103D0352137542D4AB578295 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */ = {isa = PBXBuildFile; fileRef = 81175EF5BB2E4F9599F712AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */; }; - 108A27FDF3784AFAAD9932FC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.h */ = {isa = PBXBuildFile; fileRef = 3804B97323334FE6829BAA87 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.h */; }; - 1118176D692E4997BC55BD2E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */ = {isa = PBXBuildFile; fileRef = 9FAC8C8F731644F58A57A273 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */; }; - 156CC11CBC674D66934720C6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */ = {isa = PBXBuildFile; fileRef = E0AD9903928441468F2DA317 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */; }; - 180A7689696047138E0C6E59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */ = {isa = PBXBuildFile; fileRef = A9C37D6699E940F0B4D9B743 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */; }; - 1DA59D80B6794CB092669E23 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */ = {isa = PBXBuildFile; fileRef = FC0BD32E0E524C57817BBBBC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */; }; - 1EE5E7F8C27241C79A9D7917 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 5675666BA6AB474AA6EAEB6B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */; }; - 2BA020192B6844779D89F4B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */ = {isa = PBXBuildFile; fileRef = 767882BECB154DD4B836DBAD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */; }; - 2C2FBA5D4A5E4FC29207719D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */ = {isa = PBXBuildFile; fileRef = 4833447774804395AAECC350 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */; }; - 2E22B2E84DA347F1837A49B9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */ = {isa = PBXBuildFile; fileRef = 101C170132C94EB4889184D9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */; }; - 33BBE148BFA744359DFBCEF5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */ = {isa = PBXBuildFile; fileRef = 62521F35AE374E1087E441D2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */; }; - 33EDE5DB306B48A6AB813D0A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */ = {isa = PBXBuildFile; fileRef = 3F1F2E86212D4DBF953D887B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */; }; - 35CE2D07967F44CB898FAB23 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */ = {isa = PBXBuildFile; fileRef = 6D69A9E2435E493896DFCE0A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */; }; - 3973B8A2767F453B97450FCC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */ = {isa = PBXBuildFile; fileRef = 80A1EC5801F54215B0D18D29 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */; }; - 39E165AFC7E146649EFD3A93 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */ = {isa = PBXBuildFile; fileRef = EA4212AD34F04E78A4555676 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */; }; - 3A1934555B4F4001A554E130 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */ = {isa = PBXBuildFile; fileRef = 72401F51C2D3461E972FC746 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */; }; - 3C27B7C1090647D3A96A199C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */ = {isa = PBXBuildFile; fileRef = 5D129AB5565A463C9DFD1939 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */; }; - 3D20AA1935BD42149442FE7D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/compiler.h */ = {isa = PBXBuildFile; fileRef = 2C63C3EA710047ABAF23F7F1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/compiler.h */; }; - 3DED1C8CA50546C49AAC1450 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */ = {isa = PBXBuildFile; fileRef = 1E29C198EAE94EA5A49D432B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */; }; - 571640EFFE6842D4B0ABFD91 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */ = {isa = PBXBuildFile; fileRef = 7A5B000713124132B181B7B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */; }; - 5ABDDDEE78B941D9A15AEC03 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */ = {isa = PBXBuildFile; fileRef = 7E3EE435F5E044BE89EF8E64 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */; }; - 5C3D190D8B624E099D9E9D74 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */ = {isa = PBXBuildFile; fileRef = 4B55CC726DEB4C80A761153A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */; }; - 5FA1B6A4F0B543A89379F6E5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse.h */ = {isa = PBXBuildFile; fileRef = 2D04C59503DE40FDADD4B553 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse.h */; }; - 6261A7F9BE19481684E7F723 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */ = {isa = PBXBuildFile; fileRef = 724C99B116514A60833B743B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */; }; - 65A872ECEBE74C7F838E0ECC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.c */ = {isa = PBXBuildFile; fileRef = E73AEFC02343468796AF31A2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.c */; }; - 65BD8F728AF04827A6025582 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */ = {isa = PBXBuildFile; fileRef = 783AABDF1B1F4FDDB093BF44 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */; }; - 681D24C4F00D4E62835873F9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/cpu.h */ = {isa = PBXBuildFile; fileRef = F4DA8D54D2724C25BE42FF21 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/cpu.h */; }; - 6DF1449EE58147A79EACB5D3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bits.h */ = {isa = PBXBuildFile; fileRef = 7825C41682C742C8ACFD204B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bits.h */; }; - 709D582DD7C04E7EAD62641B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */ = {isa = PBXBuildFile; fileRef = 04F5F1DFF24D4B48B4EDFC86 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */; }; - 728526A65CE94120888FA961 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */ = {isa = PBXBuildFile; fileRef = 5D04270122DF4893A9ACC9DD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */; }; - 72CD5A215A454D728BD52647 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.c */ = {isa = PBXBuildFile; fileRef = 55528CDE1BD945B3B9E36A90 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.c */; }; - 743AC492CAC646D58307684E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */ = {isa = PBXBuildFile; fileRef = FCBF307CD4A444CDB72FB962 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */; }; - 805EB1FA881A4127B3B0E970 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bitstream.h */ = {isa = PBXBuildFile; fileRef = 737C3DE1F2614890B0C18578 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bitstream.h */; }; - 812EF1A741524436B31D98E8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */ = {isa = PBXBuildFile; fileRef = 9E160F2A8C15409283E2AFC0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */; }; - 82777ABBF62F487EB53BED7A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */ = {isa = PBXBuildFile; fileRef = C1017B10A9194605B8C3BC37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */; }; - 84E113ADB5E044EAB292F7BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/mem.h */ = {isa = PBXBuildFile; fileRef = 8F2019305FDF4943A099D8F7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/mem.h */; }; - 8940DAADB3C44BD1A035DCC1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */ = {isa = PBXBuildFile; fileRef = 8ED657320FC842739D5EE27A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */; }; - 8AFF06DAF0DD4F54A4956010 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */ = {isa = PBXBuildFile; fileRef = DBFC9C1DBBBD47B7B9F25D17 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */; }; - 91ABBB1ED6FC48EFB277923D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 55A558A40526479F8F10D02F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */; }; - 948DFA5ABB024EDC8A76B27A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */ = {isa = PBXBuildFile; fileRef = B704955006624F5DAB80DD39 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */; }; - 9A2FB935FFE04DAD8B28F6CE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */ = {isa = PBXBuildFile; fileRef = 2580548D2B3C420186B67135 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */; }; - 9A74B62531164B8C9EC2F6AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */ = {isa = PBXBuildFile; fileRef = 364B1744F41B44CEA1E25E8E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */; }; - 9ABF41BB1B35468C9BAE8AB7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */ = {isa = PBXBuildFile; fileRef = 3DC4BF58E6074DEAA3CC6914 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */; }; - 9BAC05D1CA764ABA9B0C35E4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */ = {isa = PBXBuildFile; fileRef = 12545A7F966D4885B6A15EF8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */; }; - 9D0A3340082648AEA5D365FE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.h */ = {isa = PBXBuildFile; fileRef = 0E87E47A86A34A369821AE64 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.h */; }; - 9E2C997BA5CF4FCC92B800BB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */ = {isa = PBXBuildFile; fileRef = 4B41D0C181E54424B16D2154 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */; }; - 9E59801A96FB4C7399BCDF01 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */ = {isa = PBXBuildFile; fileRef = 2D81E8E6F060456B85431B84 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */; }; - 9F2269F639C84E5D88C4B1F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */ = {isa = PBXBuildFile; fileRef = FEE425FC76444D8184A9D4A4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */; }; - A27C10FADD5144D7A74AC337 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/zstd.h */ = {isa = PBXBuildFile; fileRef = 08A2DCCB6C67403FA74955DA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/zstd.h */; }; - A4A9F733473D430AA04EB9E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */ = {isa = PBXBuildFile; fileRef = 02A18594B2CB4C30BD9184E7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */; }; - A559485C213D4441A0805E2A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */ = {isa = PBXBuildFile; fileRef = B1043E52632D4DF2A19722C2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */; }; - A5D02CF11A354AA5990A8178 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/huf.h */ = {isa = PBXBuildFile; fileRef = 58ECF95832EB47EC8E583B65 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/huf.h */; }; - AFCF4336B5BD4AC6A724A99B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */ = {isa = PBXBuildFile; fileRef = 763DBA4814004C80A8A26D86 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */; }; - B0B398BF70FB474493AEF542 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */ = {isa = PBXBuildFile; fileRef = 43877076D91747A88B2D6C7D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */; }; - B40206968A3145B1BFBDEB48 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */ = {isa = PBXBuildFile; fileRef = D4C617D9204F497486DFC8BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */; }; - B48C5B5C21894666BBF4013C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */ = {isa = PBXBuildFile; fileRef = 1EB45354B86146608A3C7D61 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */; }; - B6525B5A641645B983810FE9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.c */ = {isa = PBXBuildFile; fileRef = 988CF01CAF9649E8B9EB7902 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.c */; }; - C5C5216889554E5DA7D19866 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */ = {isa = PBXBuildFile; fileRef = 7966F5B1C73A41DDA933D731 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */; }; - C5D782DEF2954708A1DA8E1A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */ = {isa = PBXBuildFile; fileRef = 2529BA132B224844A020D122 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */; }; - C64C63502D8743C6853C560A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */ = {isa = PBXBuildFile; fileRef = 1C54B71644B641FC9C4FC549 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */; }; - C66818D5D3AD46DBA7EB0CE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */ = {isa = PBXBuildFile; fileRef = DFE2324D51C44965BDFFFB3D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */; }; - C787F5C1EA4D43878CD3CF60 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */ = {isa = PBXBuildFile; fileRef = 46701599BC694EA39B59F7DF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */; }; - C8469A2337104FAAA9F9DEA2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */ = {isa = PBXBuildFile; fileRef = 0648E49551EA4E2ABA73BC81 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */; }; - CBAC404F702E4736A9DAC8A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */ = {isa = PBXBuildFile; fileRef = 8391BFD4C434418888D2EFA8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */; }; - CBDBF9B91C3A4A7F97FF5DED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */ = {isa = PBXBuildFile; fileRef = 2F2E5D6FA87841EF88D872F7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */; }; - CD2EFA5C0F4E4D00B89695C8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.h */ = {isa = PBXBuildFile; fileRef = 0FA85B4B7E7A4A4C8783D79F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.h */; }; - CD7E6FA7769E416DAA3773CA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */ = {isa = PBXBuildFile; fileRef = D05E12C0434F41C88A033FD3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */; }; - D076F15384E1432B8B14223B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.c */ = {isa = PBXBuildFile; fileRef = D3C01E2199784180AE099EA4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.c */; }; - D65CF2740719436B8947F18A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */ = {isa = PBXBuildFile; fileRef = 60331BB10BA54B34B7213DA6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */; }; - D8C4F61C93F746BCB1331D7D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */ = {isa = PBXBuildFile; fileRef = A43062BED0404444A4F3B6C2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */; }; - DB3A52D87CF440CDA73F9157 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.h */ = {isa = PBXBuildFile; fileRef = 6A4B515EE8E74D439A319C19 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.h */; }; - DCEA618B6D784D93BF592125 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */ = {isa = PBXBuildFile; fileRef = C2FC80B60FB744DB8C174930 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */; }; - EB5824B13E39455184549045 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.h */ = {isa = PBXBuildFile; fileRef = 4F5C136B3404496D84215F8B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.h */; }; - ED6B0C8026BE436CB9771072 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.c */ = {isa = PBXBuildFile; fileRef = 44B07D672BBF445788579B80 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.c */; }; - EDA567A31FD548DF877D8FF1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */ = {isa = PBXBuildFile; fileRef = C3E8689CA6044B7198E2D88E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */; }; - EE5569FCE285435294252180 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */ = {isa = PBXBuildFile; fileRef = 8B894EBA929C4101B9D1306A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */; }; - F06E645FFAD5482298F143CD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.c */ = {isa = PBXBuildFile; fileRef = 11F01D2E8DF34FF2AEAC8FDC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.c */; }; - F4D434C5A9B049B78EAA7AB7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */ = {isa = PBXBuildFile; fileRef = D68AE8F03FCA40C3A97DB44C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */; }; - F632DD55E62A45949A32B775 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.h */ = {isa = PBXBuildFile; fileRef = B9786C6974BA442C9E379478 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.h */; }; - FB6BE76A8353407EBE0BD641 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */ = {isa = PBXBuildFile; fileRef = FFD37EBBCE424B7B9374A240 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */; }; - FB87ABB53A624C9690AB839A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */ = {isa = PBXBuildFile; fileRef = 2ED962C796934CE7B55F8D31 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */; }; + 05ABEEEB7C9746B2B2CA9BBC /* ../Play-/deps/Dependencies/zstd/lib/compress/clevels.h */ = {isa = PBXBuildFile; fileRef = 37A3AEAAFF33467694B55A79 /* ../Play-/deps/Dependencies/zstd/lib/compress/clevels.h */; }; + 0D590BD2C6494C46AC0C3E35 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */ = {isa = PBXBuildFile; fileRef = 4B37F2248B9C4081A12996CF /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */; }; + 103D0352137542D4AB578295 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */ = {isa = PBXBuildFile; fileRef = 81175EF5BB2E4F9599F712AB /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */; }; + 108A27FDF3784AFAAD9932FC /* ../Play-/deps/Dependencies/zstd/lib/common/threading.h */ = {isa = PBXBuildFile; fileRef = 3804B97323334FE6829BAA87 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.h */; }; + 1118176D692E4997BC55BD2E /* ../Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */ = {isa = PBXBuildFile; fileRef = 9FAC8C8F731644F58A57A273 /* ../Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */; }; + 156CC11CBC674D66934720C6 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */ = {isa = PBXBuildFile; fileRef = E0AD9903928441468F2DA317 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */; }; + 180A7689696047138E0C6E59 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */ = {isa = PBXBuildFile; fileRef = A9C37D6699E940F0B4D9B743 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */; }; + 1DA59D80B6794CB092669E23 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */ = {isa = PBXBuildFile; fileRef = FC0BD32E0E524C57817BBBBC /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */; }; + 1EE5E7F8C27241C79A9D7917 /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 5675666BA6AB474AA6EAEB6B /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */; }; + 2BA020192B6844779D89F4B7 /* ../Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */ = {isa = PBXBuildFile; fileRef = 767882BECB154DD4B836DBAD /* ../Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */; }; + 2C2FBA5D4A5E4FC29207719D /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */ = {isa = PBXBuildFile; fileRef = 4833447774804395AAECC350 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */; }; + 2E22B2E84DA347F1837A49B9 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */ = {isa = PBXBuildFile; fileRef = 101C170132C94EB4889184D9 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */; }; + 33BBE148BFA744359DFBCEF5 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */ = {isa = PBXBuildFile; fileRef = 62521F35AE374E1087E441D2 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */; }; + 33EDE5DB306B48A6AB813D0A /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */ = {isa = PBXBuildFile; fileRef = 3F1F2E86212D4DBF953D887B /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */; }; + 35CE2D07967F44CB898FAB23 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */ = {isa = PBXBuildFile; fileRef = 6D69A9E2435E493896DFCE0A /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */; }; + 3973B8A2767F453B97450FCC /* ../Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */ = {isa = PBXBuildFile; fileRef = 80A1EC5801F54215B0D18D29 /* ../Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */; }; + 39E165AFC7E146649EFD3A93 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */ = {isa = PBXBuildFile; fileRef = EA4212AD34F04E78A4555676 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */; }; + 3A1934555B4F4001A554E130 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */ = {isa = PBXBuildFile; fileRef = 72401F51C2D3461E972FC746 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */; }; + 3C27B7C1090647D3A96A199C /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */ = {isa = PBXBuildFile; fileRef = 5D129AB5565A463C9DFD1939 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */; }; + 3D20AA1935BD42149442FE7D /* ../Play-/deps/Dependencies/zstd/lib/common/compiler.h */ = {isa = PBXBuildFile; fileRef = 2C63C3EA710047ABAF23F7F1 /* ../Play-/deps/Dependencies/zstd/lib/common/compiler.h */; }; + 3DED1C8CA50546C49AAC1450 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */ = {isa = PBXBuildFile; fileRef = 1E29C198EAE94EA5A49D432B /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */; }; + 571640EFFE6842D4B0ABFD91 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */ = {isa = PBXBuildFile; fileRef = 7A5B000713124132B181B7B7 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */; }; + 5ABDDDEE78B941D9A15AEC03 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */ = {isa = PBXBuildFile; fileRef = 7E3EE435F5E044BE89EF8E64 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */; }; + 5C3D190D8B624E099D9E9D74 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */ = {isa = PBXBuildFile; fileRef = 4B55CC726DEB4C80A761153A /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */; }; + 5FA1B6A4F0B543A89379F6E5 /* ../Play-/deps/Dependencies/zstd/lib/common/fse.h */ = {isa = PBXBuildFile; fileRef = 2D04C59503DE40FDADD4B553 /* ../Play-/deps/Dependencies/zstd/lib/common/fse.h */; }; + 6261A7F9BE19481684E7F723 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */ = {isa = PBXBuildFile; fileRef = 724C99B116514A60833B743B /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */; }; + 65A872ECEBE74C7F838E0ECC /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.c */ = {isa = PBXBuildFile; fileRef = E73AEFC02343468796AF31A2 /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.c */; }; + 65BD8F728AF04827A6025582 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */ = {isa = PBXBuildFile; fileRef = 783AABDF1B1F4FDDB093BF44 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */; }; + 681D24C4F00D4E62835873F9 /* ../Play-/deps/Dependencies/zstd/lib/common/cpu.h */ = {isa = PBXBuildFile; fileRef = F4DA8D54D2724C25BE42FF21 /* ../Play-/deps/Dependencies/zstd/lib/common/cpu.h */; }; + 6DF1449EE58147A79EACB5D3 /* ../Play-/deps/Dependencies/zstd/lib/common/bits.h */ = {isa = PBXBuildFile; fileRef = 7825C41682C742C8ACFD204B /* ../Play-/deps/Dependencies/zstd/lib/common/bits.h */; }; + 709D582DD7C04E7EAD62641B /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */ = {isa = PBXBuildFile; fileRef = 04F5F1DFF24D4B48B4EDFC86 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */; }; + 728526A65CE94120888FA961 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */ = {isa = PBXBuildFile; fileRef = 5D04270122DF4893A9ACC9DD /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */; }; + 72CD5A215A454D728BD52647 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.c */ = {isa = PBXBuildFile; fileRef = 55528CDE1BD945B3B9E36A90 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.c */; }; + 743AC492CAC646D58307684E /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */ = {isa = PBXBuildFile; fileRef = FCBF307CD4A444CDB72FB962 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */; }; + 805EB1FA881A4127B3B0E970 /* ../Play-/deps/Dependencies/zstd/lib/common/bitstream.h */ = {isa = PBXBuildFile; fileRef = 737C3DE1F2614890B0C18578 /* ../Play-/deps/Dependencies/zstd/lib/common/bitstream.h */; }; + 812EF1A741524436B31D98E8 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */ = {isa = PBXBuildFile; fileRef = 9E160F2A8C15409283E2AFC0 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */; }; + 82777ABBF62F487EB53BED7A /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */ = {isa = PBXBuildFile; fileRef = C1017B10A9194605B8C3BC37 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */; }; + 84E113ADB5E044EAB292F7BF /* ../Play-/deps/Dependencies/zstd/lib/common/mem.h */ = {isa = PBXBuildFile; fileRef = 8F2019305FDF4943A099D8F7 /* ../Play-/deps/Dependencies/zstd/lib/common/mem.h */; }; + 8940DAADB3C44BD1A035DCC1 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */ = {isa = PBXBuildFile; fileRef = 8ED657320FC842739D5EE27A /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */; }; + 8AFF06DAF0DD4F54A4956010 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */ = {isa = PBXBuildFile; fileRef = DBFC9C1DBBBD47B7B9F25D17 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */; }; + 91ABBB1ED6FC48EFB277923D /* ../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 55A558A40526479F8F10D02F /* ../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */; }; + 948DFA5ABB024EDC8A76B27A /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */ = {isa = PBXBuildFile; fileRef = B704955006624F5DAB80DD39 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */; }; + 9A2FB935FFE04DAD8B28F6CE /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */ = {isa = PBXBuildFile; fileRef = 2580548D2B3C420186B67135 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */; }; + 9A74B62531164B8C9EC2F6AC /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */ = {isa = PBXBuildFile; fileRef = 364B1744F41B44CEA1E25E8E /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */; }; + 9ABF41BB1B35468C9BAE8AB7 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */ = {isa = PBXBuildFile; fileRef = 3DC4BF58E6074DEAA3CC6914 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */; }; + 9BAC05D1CA764ABA9B0C35E4 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */ = {isa = PBXBuildFile; fileRef = 12545A7F966D4885B6A15EF8 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */; }; + 9D0A3340082648AEA5D365FE /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.h */ = {isa = PBXBuildFile; fileRef = 0E87E47A86A34A369821AE64 /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.h */; }; + 9E2C997BA5CF4FCC92B800BB /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */ = {isa = PBXBuildFile; fileRef = 4B41D0C181E54424B16D2154 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */; }; + 9E59801A96FB4C7399BCDF01 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */ = {isa = PBXBuildFile; fileRef = 2D81E8E6F060456B85431B84 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */; }; + 9F2269F639C84E5D88C4B1F0 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */ = {isa = PBXBuildFile; fileRef = FEE425FC76444D8184A9D4A4 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */; }; + A27C10FADD5144D7A74AC337 /* ../Play-/deps/Dependencies/zstd/lib/zstd.h */ = {isa = PBXBuildFile; fileRef = 08A2DCCB6C67403FA74955DA /* ../Play-/deps/Dependencies/zstd/lib/zstd.h */; }; + A4A9F733473D430AA04EB9E0 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */ = {isa = PBXBuildFile; fileRef = 02A18594B2CB4C30BD9184E7 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */; }; + A559485C213D4441A0805E2A /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */ = {isa = PBXBuildFile; fileRef = B1043E52632D4DF2A19722C2 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */; }; + A5D02CF11A354AA5990A8178 /* ../Play-/deps/Dependencies/zstd/lib/common/huf.h */ = {isa = PBXBuildFile; fileRef = 58ECF95832EB47EC8E583B65 /* ../Play-/deps/Dependencies/zstd/lib/common/huf.h */; }; + AFCF4336B5BD4AC6A724A99B /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */ = {isa = PBXBuildFile; fileRef = 763DBA4814004C80A8A26D86 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */; }; + B0B398BF70FB474493AEF542 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */ = {isa = PBXBuildFile; fileRef = 43877076D91747A88B2D6C7D /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */; }; + B40206968A3145B1BFBDEB48 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */ = {isa = PBXBuildFile; fileRef = D4C617D9204F497486DFC8BF /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */; }; + B48C5B5C21894666BBF4013C /* ../Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */ = {isa = PBXBuildFile; fileRef = 1EB45354B86146608A3C7D61 /* ../Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */; }; + B6525B5A641645B983810FE9 /* ../Play-/deps/Dependencies/zstd/lib/common/pool.c */ = {isa = PBXBuildFile; fileRef = 988CF01CAF9649E8B9EB7902 /* ../Play-/deps/Dependencies/zstd/lib/common/pool.c */; }; + C5C5216889554E5DA7D19866 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */ = {isa = PBXBuildFile; fileRef = 7966F5B1C73A41DDA933D731 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */; }; + C5D782DEF2954708A1DA8E1A /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */ = {isa = PBXBuildFile; fileRef = 2529BA132B224844A020D122 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */; }; + C64C63502D8743C6853C560A /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */ = {isa = PBXBuildFile; fileRef = 1C54B71644B641FC9C4FC549 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */; }; + C66818D5D3AD46DBA7EB0CE5 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */ = {isa = PBXBuildFile; fileRef = DFE2324D51C44965BDFFFB3D /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */; }; + C787F5C1EA4D43878CD3CF60 /* ../Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */ = {isa = PBXBuildFile; fileRef = 46701599BC694EA39B59F7DF /* ../Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */; }; + C8469A2337104FAAA9F9DEA2 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */ = {isa = PBXBuildFile; fileRef = 0648E49551EA4E2ABA73BC81 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */; }; + CBAC404F702E4736A9DAC8A9 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */ = {isa = PBXBuildFile; fileRef = 8391BFD4C434418888D2EFA8 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */; }; + CBDBF9B91C3A4A7F97FF5DED /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */ = {isa = PBXBuildFile; fileRef = 2F2E5D6FA87841EF88D872F7 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */; }; + CD2EFA5C0F4E4D00B89695C8 /* ../Play-/deps/Dependencies/zstd/lib/common/pool.h */ = {isa = PBXBuildFile; fileRef = 0FA85B4B7E7A4A4C8783D79F /* ../Play-/deps/Dependencies/zstd/lib/common/pool.h */; }; + CD7E6FA7769E416DAA3773CA /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */ = {isa = PBXBuildFile; fileRef = D05E12C0434F41C88A033FD3 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */; }; + D076F15384E1432B8B14223B /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.c */ = {isa = PBXBuildFile; fileRef = D3C01E2199784180AE099EA4 /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.c */; }; + D65CF2740719436B8947F18A /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */ = {isa = PBXBuildFile; fileRef = 60331BB10BA54B34B7213DA6 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */; }; + D8C4F61C93F746BCB1331D7D /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */ = {isa = PBXBuildFile; fileRef = A43062BED0404444A4F3B6C2 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */; }; + DB3A52D87CF440CDA73F9157 /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.h */ = {isa = PBXBuildFile; fileRef = 6A4B515EE8E74D439A319C19 /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.h */; }; + DCEA618B6D784D93BF592125 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */ = {isa = PBXBuildFile; fileRef = C2FC80B60FB744DB8C174930 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */; }; + EB5824B13E39455184549045 /* ../Play-/deps/Dependencies/zstd/lib/common/debug.h */ = {isa = PBXBuildFile; fileRef = 4F5C136B3404496D84215F8B /* ../Play-/deps/Dependencies/zstd/lib/common/debug.h */; }; + ED6B0C8026BE436CB9771072 /* ../Play-/deps/Dependencies/zstd/lib/common/debug.c */ = {isa = PBXBuildFile; fileRef = 44B07D672BBF445788579B80 /* ../Play-/deps/Dependencies/zstd/lib/common/debug.c */; }; + EDA567A31FD548DF877D8FF1 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */ = {isa = PBXBuildFile; fileRef = C3E8689CA6044B7198E2D88E /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */; }; + EE5569FCE285435294252180 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */ = {isa = PBXBuildFile; fileRef = 8B894EBA929C4101B9D1306A /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */; }; + F06E645FFAD5482298F143CD /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.c */ = {isa = PBXBuildFile; fileRef = 11F01D2E8DF34FF2AEAC8FDC /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.c */; }; + F4D434C5A9B049B78EAA7AB7 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */ = {isa = PBXBuildFile; fileRef = D68AE8F03FCA40C3A97DB44C /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */; }; + F632DD55E62A45949A32B775 /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.h */ = {isa = PBXBuildFile; fileRef = B9786C6974BA442C9E379478 /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.h */; }; + FB6BE76A8353407EBE0BD641 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */ = {isa = PBXBuildFile; fileRef = FFD37EBBCE424B7B9374A240 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */; }; + FB87ABB53A624C9690AB839A /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */ = {isa = PBXBuildFile; fileRef = 2ED962C796934CE7B55F8D31 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ @@ -243,92 +243,92 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 005166BB456E46EFB5FCF593 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 02A18594B2CB4C30BD9184E7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_decompress_block.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c"; sourceTree = ""; }; - 04F5F1DFF24D4B48B4EDFC86 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_common.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_common.c"; sourceTree = ""; }; - 0648E49551EA4E2ABA73BC81 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_opt.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c"; sourceTree = ""; }; - 08A2DCCB6C67403FA74955DA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/zstd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/zstd.h"; sourceTree = ""; }; - 0E87E47A86A34A369821AE64 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = hist.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.h"; sourceTree = ""; }; - 0FA85B4B7E7A4A4C8783D79F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pool.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.h"; sourceTree = ""; }; - 101C170132C94EB4889184D9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_superblock.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h"; sourceTree = ""; }; - 11F01D2E8DF34FF2AEAC8FDC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = error_private.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.c"; sourceTree = ""; }; - 12545A7F966D4885B6A15EF8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = huf_decompress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c"; sourceTree = ""; }; - 1C54B71644B641FC9C4FC549 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_fast.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c"; sourceTree = ""; }; - 1E29C198EAE94EA5A49D432B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_ddict.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c"; sourceTree = ""; }; - 1EB45354B86146608A3C7D61 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = huf_compress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c"; sourceTree = ""; }; - 2529BA132B224844A020D122 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_decompress_internal.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h"; sourceTree = ""; }; - 2580548D2B3C420186B67135 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v05.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c"; sourceTree = ""; }; - 2C63C3EA710047ABAF23F7F1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/compiler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = compiler.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/compiler.h"; sourceTree = ""; }; - 2D04C59503DE40FDADD4B553 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = fse.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse.h"; sourceTree = ""; }; - 2D81E8E6F060456B85431B84 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v06.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c"; sourceTree = ""; }; - 2ED962C796934CE7B55F8D31 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v03.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c"; sourceTree = ""; }; - 2F2E5D6FA87841EF88D872F7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_literals.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h"; sourceTree = ""; }; - 364B1744F41B44CEA1E25E8E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v04.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c"; sourceTree = ""; }; - 37A3AEAAFF33467694B55A79 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/clevels.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = clevels.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/clevels.h"; sourceTree = ""; }; - 3804B97323334FE6829BAA87 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = threading.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.h"; sourceTree = ""; }; - 3DC4BF58E6074DEAA3CC6914 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_lazy.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h"; sourceTree = ""; }; - 3F1F2E86212D4DBF953D887B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_double_fast.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c"; sourceTree = ""; }; - 43877076D91747A88B2D6C7D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v04.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h"; sourceTree = ""; }; - 44B07D672BBF445788579B80 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = debug.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.c"; sourceTree = ""; }; - 46701599BC694EA39B59F7DF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = portability_macros.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/portability_macros.h"; sourceTree = ""; }; + 005166BB456E46EFB5FCF593 /* ../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 02A18594B2CB4C30BD9184E7 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_decompress_block.c; path = "../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c"; sourceTree = ""; }; + 04F5F1DFF24D4B48B4EDFC86 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_common.c; path = "../Play-/deps/Dependencies/zstd/lib/common/zstd_common.c"; sourceTree = ""; }; + 0648E49551EA4E2ABA73BC81 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_opt.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c"; sourceTree = ""; }; + 08A2DCCB6C67403FA74955DA /* ../Play-/deps/Dependencies/zstd/lib/zstd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd.h; path = "../Play-/deps/Dependencies/zstd/lib/zstd.h"; sourceTree = ""; }; + 0E87E47A86A34A369821AE64 /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = hist.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/hist.h"; sourceTree = ""; }; + 0FA85B4B7E7A4A4C8783D79F /* ../Play-/deps/Dependencies/zstd/lib/common/pool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pool.h; path = "../Play-/deps/Dependencies/zstd/lib/common/pool.h"; sourceTree = ""; }; + 101C170132C94EB4889184D9 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_superblock.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h"; sourceTree = ""; }; + 11F01D2E8DF34FF2AEAC8FDC /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = error_private.c; path = "../Play-/deps/Dependencies/zstd/lib/common/error_private.c"; sourceTree = ""; }; + 12545A7F966D4885B6A15EF8 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = huf_decompress.c; path = "../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c"; sourceTree = ""; }; + 1C54B71644B641FC9C4FC549 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_fast.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c"; sourceTree = ""; }; + 1E29C198EAE94EA5A49D432B /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_ddict.c; path = "../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c"; sourceTree = ""; }; + 1EB45354B86146608A3C7D61 /* ../Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = huf_compress.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c"; sourceTree = ""; }; + 2529BA132B224844A020D122 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_decompress_internal.h; path = "../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h"; sourceTree = ""; }; + 2580548D2B3C420186B67135 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v05.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c"; sourceTree = ""; }; + 2C63C3EA710047ABAF23F7F1 /* ../Play-/deps/Dependencies/zstd/lib/common/compiler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = compiler.h; path = "../Play-/deps/Dependencies/zstd/lib/common/compiler.h"; sourceTree = ""; }; + 2D04C59503DE40FDADD4B553 /* ../Play-/deps/Dependencies/zstd/lib/common/fse.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = fse.h; path = "../Play-/deps/Dependencies/zstd/lib/common/fse.h"; sourceTree = ""; }; + 2D81E8E6F060456B85431B84 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v06.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c"; sourceTree = ""; }; + 2ED962C796934CE7B55F8D31 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v03.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c"; sourceTree = ""; }; + 2F2E5D6FA87841EF88D872F7 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_literals.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h"; sourceTree = ""; }; + 364B1744F41B44CEA1E25E8E /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v04.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c"; sourceTree = ""; }; + 37A3AEAAFF33467694B55A79 /* ../Play-/deps/Dependencies/zstd/lib/compress/clevels.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = clevels.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/clevels.h"; sourceTree = ""; }; + 3804B97323334FE6829BAA87 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = threading.h; path = "../Play-/deps/Dependencies/zstd/lib/common/threading.h"; sourceTree = ""; }; + 3DC4BF58E6074DEAA3CC6914 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_lazy.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h"; sourceTree = ""; }; + 3F1F2E86212D4DBF953D887B /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_double_fast.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c"; sourceTree = ""; }; + 43877076D91747A88B2D6C7D /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v04.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h"; sourceTree = ""; }; + 44B07D672BBF445788579B80 /* ../Play-/deps/Dependencies/zstd/lib/common/debug.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = debug.c; path = "../Play-/deps/Dependencies/zstd/lib/common/debug.c"; sourceTree = ""; }; + 46701599BC694EA39B59F7DF /* ../Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = portability_macros.h; path = "../Play-/deps/Dependencies/zstd/lib/common/portability_macros.h"; sourceTree = ""; }; 478D54557B7D452A970A6D10 /* libzstd_static */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libzstd.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 4833447774804395AAECC350 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_deps.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h"; sourceTree = ""; }; - 4B37F2248B9C4081A12996CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v07.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h"; sourceTree = ""; }; - 4B41D0C181E54424B16D2154 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstdmt_compress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c"; sourceTree = ""; }; - 4B55CC726DEB4C80A761153A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v05.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h"; sourceTree = ""; }; - 4F5C136B3404496D84215F8B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = debug.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.h"; sourceTree = ""; }; - 55528CDE1BD945B3B9E36A90 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = threading.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.c"; sourceTree = ""; }; - 55A558A40526479F8F10D02F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 5675666BA6AB474AA6EAEB6B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist; sourceTree = ""; }; - 58ECF95832EB47EC8E583B65 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/huf.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = huf.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/huf.h"; sourceTree = ""; }; - 5D04270122DF4893A9ACC9DD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v07.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c"; sourceTree = ""; }; - 5D129AB5565A463C9DFD1939 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = divsufsort.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c"; sourceTree = ""; }; - 60331BB10BA54B34B7213DA6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_ldm.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c"; sourceTree = ""; }; - 62521F35AE374E1087E441D2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = divsufsort.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h"; sourceTree = ""; }; - 6A4B515EE8E74D439A319C19 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = error_private.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.h"; sourceTree = ""; }; - 6D69A9E2435E493896DFCE0A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_cwksp.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h"; sourceTree = ""; }; - 6F7428617FDA4231B39CFAD6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 72401F51C2D3461E972FC746 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v02.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c"; sourceTree = ""; }; - 724C99B116514A60833B743B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_internal.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h"; sourceTree = ""; }; - 737C3DE1F2614890B0C18578 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bitstream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = bitstream.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bitstream.h"; sourceTree = ""; }; - 763DBA4814004C80A8A26D86 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v06.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h"; sourceTree = ""; }; - 767882BECB154DD4B836DBAD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = entropy_common.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/entropy_common.c"; sourceTree = ""; }; - 7825C41682C742C8ACFD204B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bits.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = bits.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bits.h"; sourceTree = ""; }; - 783AABDF1B1F4FDDB093BF44 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_superblock.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c"; sourceTree = ""; }; - 7966F5B1C73A41DDA933D731 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ldm.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h"; sourceTree = ""; }; - 7A5B000713124132B181B7B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_double_fast.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h"; sourceTree = ""; }; - 7E3EE435F5E044BE89EF8E64 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ddict.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h"; sourceTree = ""; }; - 80A1EC5801F54215B0D18D29 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fse_compress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c"; sourceTree = ""; }; - 81175EF5BB2E4F9599F712AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v01.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c"; sourceTree = ""; }; - 8391BFD4C434418888D2EFA8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstdmt_compress.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h"; sourceTree = ""; }; - 8B894EBA929C4101B9D1306A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fastcover.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c"; sourceTree = ""; }; - 8ED657320FC842739D5EE27A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_sequences.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c"; sourceTree = ""; }; - 8F2019305FDF4943A099D8F7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/mem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = mem.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/mem.h"; sourceTree = ""; }; - 988CF01CAF9649E8B9EB7902 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pool.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.c"; sourceTree = ""; }; - 9E160F2A8C15409283E2AFC0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_trace.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h"; sourceTree = ""; }; - 9FAC8C8F731644F58A57A273 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fse_decompress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c"; sourceTree = ""; }; - A43062BED0404444A4F3B6C2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = cover.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c"; sourceTree = ""; }; - A9C37D6699E940F0B4D9B743 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ldm_geartab.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h"; sourceTree = ""; }; - B1043E52632D4DF2A19722C2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */ = {isa = PBXFileReference; explicitFileType = sourcecode.asm; fileEncoding = 4; name = huf_decompress_amd64.S; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S"; sourceTree = ""; }; - B704955006624F5DAB80DD39 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v01.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h"; sourceTree = ""; }; - B9786C6974BA442C9E379478 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = xxhash.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.h"; sourceTree = ""; }; - C1017B10A9194605B8C3BC37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v02.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h"; sourceTree = ""; }; - C2FC80B60FB744DB8C174930 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_internal.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h"; sourceTree = ""; }; - C3E8689CA6044B7198E2D88E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v03.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h"; sourceTree = ""; }; - D05E12C0434F41C88A033FD3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = cover.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h"; sourceTree = ""; }; - D3C01E2199784180AE099EA4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = xxhash.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.c"; sourceTree = ""; }; - D4C617D9204F497486DFC8BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_sequences.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h"; sourceTree = ""; }; - D68AE8F03FCA40C3A97DB44C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_fast.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h"; sourceTree = ""; }; - DBFC9C1DBBBD47B7B9F25D17 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_lazy.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c"; sourceTree = ""; }; - DFE2324D51C44965BDFFFB3D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c"; sourceTree = ""; }; - E0AD9903928441468F2DA317 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_legacy.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h"; sourceTree = ""; }; - E73AEFC02343468796AF31A2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = hist.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.c"; sourceTree = ""; }; - EA4212AD34F04E78A4555676 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_decompress_block.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h"; sourceTree = ""; }; - F4DA8D54D2724C25BE42FF21 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/cpu.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = cpu.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/cpu.h"; sourceTree = ""; }; - FC0BD32E0E524C57817BBBBC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zdict.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c"; sourceTree = ""; }; - FCBF307CD4A444CDB72FB962 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_decompress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c"; sourceTree = ""; }; - FEE425FC76444D8184A9D4A4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_opt.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h"; sourceTree = ""; }; - FFD37EBBCE424B7B9374A240 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_literals.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c"; sourceTree = ""; }; + 4833447774804395AAECC350 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_deps.h; path = "../Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h"; sourceTree = ""; }; + 4B37F2248B9C4081A12996CF /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v07.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h"; sourceTree = ""; }; + 4B41D0C181E54424B16D2154 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstdmt_compress.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c"; sourceTree = ""; }; + 4B55CC726DEB4C80A761153A /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v05.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h"; sourceTree = ""; }; + 4F5C136B3404496D84215F8B /* ../Play-/deps/Dependencies/zstd/lib/common/debug.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = debug.h; path = "../Play-/deps/Dependencies/zstd/lib/common/debug.h"; sourceTree = ""; }; + 55528CDE1BD945B3B9E36A90 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = threading.c; path = "../Play-/deps/Dependencies/zstd/lib/common/threading.c"; sourceTree = ""; }; + 55A558A40526479F8F10D02F /* ../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 5675666BA6AB474AA6EAEB6B /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist; sourceTree = ""; }; + 58ECF95832EB47EC8E583B65 /* ../Play-/deps/Dependencies/zstd/lib/common/huf.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = huf.h; path = "../Play-/deps/Dependencies/zstd/lib/common/huf.h"; sourceTree = ""; }; + 5D04270122DF4893A9ACC9DD /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v07.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c"; sourceTree = ""; }; + 5D129AB5565A463C9DFD1939 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = divsufsort.c; path = "../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c"; sourceTree = ""; }; + 60331BB10BA54B34B7213DA6 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_ldm.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c"; sourceTree = ""; }; + 62521F35AE374E1087E441D2 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = divsufsort.h; path = "../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h"; sourceTree = ""; }; + 6A4B515EE8E74D439A319C19 /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = error_private.h; path = "../Play-/deps/Dependencies/zstd/lib/common/error_private.h"; sourceTree = ""; }; + 6D69A9E2435E493896DFCE0A /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_cwksp.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h"; sourceTree = ""; }; + 6F7428617FDA4231B39CFAD6 /* ../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 72401F51C2D3461E972FC746 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v02.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c"; sourceTree = ""; }; + 724C99B116514A60833B743B /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_internal.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h"; sourceTree = ""; }; + 737C3DE1F2614890B0C18578 /* ../Play-/deps/Dependencies/zstd/lib/common/bitstream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = bitstream.h; path = "../Play-/deps/Dependencies/zstd/lib/common/bitstream.h"; sourceTree = ""; }; + 763DBA4814004C80A8A26D86 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v06.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h"; sourceTree = ""; }; + 767882BECB154DD4B836DBAD /* ../Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = entropy_common.c; path = "../Play-/deps/Dependencies/zstd/lib/common/entropy_common.c"; sourceTree = ""; }; + 7825C41682C742C8ACFD204B /* ../Play-/deps/Dependencies/zstd/lib/common/bits.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = bits.h; path = "../Play-/deps/Dependencies/zstd/lib/common/bits.h"; sourceTree = ""; }; + 783AABDF1B1F4FDDB093BF44 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_superblock.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c"; sourceTree = ""; }; + 7966F5B1C73A41DDA933D731 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ldm.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h"; sourceTree = ""; }; + 7A5B000713124132B181B7B7 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_double_fast.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h"; sourceTree = ""; }; + 7E3EE435F5E044BE89EF8E64 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ddict.h; path = "../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h"; sourceTree = ""; }; + 80A1EC5801F54215B0D18D29 /* ../Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fse_compress.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c"; sourceTree = ""; }; + 81175EF5BB2E4F9599F712AB /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v01.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c"; sourceTree = ""; }; + 8391BFD4C434418888D2EFA8 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstdmt_compress.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h"; sourceTree = ""; }; + 8B894EBA929C4101B9D1306A /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fastcover.c; path = "../Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c"; sourceTree = ""; }; + 8ED657320FC842739D5EE27A /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_sequences.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c"; sourceTree = ""; }; + 8F2019305FDF4943A099D8F7 /* ../Play-/deps/Dependencies/zstd/lib/common/mem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = mem.h; path = "../Play-/deps/Dependencies/zstd/lib/common/mem.h"; sourceTree = ""; }; + 988CF01CAF9649E8B9EB7902 /* ../Play-/deps/Dependencies/zstd/lib/common/pool.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pool.c; path = "../Play-/deps/Dependencies/zstd/lib/common/pool.c"; sourceTree = ""; }; + 9E160F2A8C15409283E2AFC0 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_trace.h; path = "../Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h"; sourceTree = ""; }; + 9FAC8C8F731644F58A57A273 /* ../Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fse_decompress.c; path = "../Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c"; sourceTree = ""; }; + A43062BED0404444A4F3B6C2 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = cover.c; path = "../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c"; sourceTree = ""; }; + A9C37D6699E940F0B4D9B743 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ldm_geartab.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h"; sourceTree = ""; }; + B1043E52632D4DF2A19722C2 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */ = {isa = PBXFileReference; explicitFileType = sourcecode.asm; fileEncoding = 4; name = huf_decompress_amd64.S; path = "../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S"; sourceTree = ""; }; + B704955006624F5DAB80DD39 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v01.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h"; sourceTree = ""; }; + B9786C6974BA442C9E379478 /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = xxhash.h; path = "../Play-/deps/Dependencies/zstd/lib/common/xxhash.h"; sourceTree = ""; }; + C1017B10A9194605B8C3BC37 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v02.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h"; sourceTree = ""; }; + C2FC80B60FB744DB8C174930 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_internal.h; path = "../Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h"; sourceTree = ""; }; + C3E8689CA6044B7198E2D88E /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v03.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h"; sourceTree = ""; }; + D05E12C0434F41C88A033FD3 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = cover.h; path = "../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h"; sourceTree = ""; }; + D3C01E2199784180AE099EA4 /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = xxhash.c; path = "../Play-/deps/Dependencies/zstd/lib/common/xxhash.c"; sourceTree = ""; }; + D4C617D9204F497486DFC8BF /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_sequences.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h"; sourceTree = ""; }; + D68AE8F03FCA40C3A97DB44C /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_fast.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h"; sourceTree = ""; }; + DBFC9C1DBBBD47B7B9F25D17 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_lazy.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c"; sourceTree = ""; }; + DFE2324D51C44965BDFFFB3D /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c"; sourceTree = ""; }; + E0AD9903928441468F2DA317 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_legacy.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h"; sourceTree = ""; }; + E73AEFC02343468796AF31A2 /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = hist.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/hist.c"; sourceTree = ""; }; + EA4212AD34F04E78A4555676 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_decompress_block.h; path = "../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h"; sourceTree = ""; }; + F4DA8D54D2724C25BE42FF21 /* ../Play-/deps/Dependencies/zstd/lib/common/cpu.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = cpu.h; path = "../Play-/deps/Dependencies/zstd/lib/common/cpu.h"; sourceTree = ""; }; + FC0BD32E0E524C57817BBBBC /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zdict.c; path = "../Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c"; sourceTree = ""; }; + FCBF307CD4A444CDB72FB962 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_decompress.c; path = "../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c"; sourceTree = ""; }; + FEE425FC76444D8184A9D4A4 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_opt.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h"; sourceTree = ""; }; + FFD37EBBCE424B7B9374A240 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_literals.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -346,7 +346,7 @@ isa = PBXGroup; children = ( 572C385A08474C3D959EB782 /* CMake Rules */, - 005166BB456E46EFB5FCF593 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */, + 005166BB456E46EFB5FCF593 /* ../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */, ); name = uninstall; sourceTree = ""; @@ -387,42 +387,42 @@ A2517E11D1B042ECAB701FB6 /* Source Files */ = { isa = PBXGroup; children = ( - 44B07D672BBF445788579B80 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.c */, - 767882BECB154DD4B836DBAD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */, - 11F01D2E8DF34FF2AEAC8FDC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.c */, - 9FAC8C8F731644F58A57A273 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */, - 988CF01CAF9649E8B9EB7902 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.c */, - 55528CDE1BD945B3B9E36A90 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.c */, - D3C01E2199784180AE099EA4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.c */, - 04F5F1DFF24D4B48B4EDFC86 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */, - 80A1EC5801F54215B0D18D29 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */, - E73AEFC02343468796AF31A2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.c */, - 1EB45354B86146608A3C7D61 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */, - DFE2324D51C44965BDFFFB3D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */, - FFD37EBBCE424B7B9374A240 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */, - 8ED657320FC842739D5EE27A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */, - 783AABDF1B1F4FDDB093BF44 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */, - 3F1F2E86212D4DBF953D887B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */, - 1C54B71644B641FC9C4FC549 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */, - DBFC9C1DBBBD47B7B9F25D17 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */, - 60331BB10BA54B34B7213DA6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */, - 0648E49551EA4E2ABA73BC81 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */, - 4B41D0C181E54424B16D2154 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */, - 12545A7F966D4885B6A15EF8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */, - 1E29C198EAE94EA5A49D432B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */, - FCBF307CD4A444CDB72FB962 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */, - 02A18594B2CB4C30BD9184E7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */, - A43062BED0404444A4F3B6C2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */, - 5D129AB5565A463C9DFD1939 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */, - 8B894EBA929C4101B9D1306A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */, - FC0BD32E0E524C57817BBBBC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */, - 81175EF5BB2E4F9599F712AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */, - 72401F51C2D3461E972FC746 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */, - 2ED962C796934CE7B55F8D31 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */, - 364B1744F41B44CEA1E25E8E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */, - 2580548D2B3C420186B67135 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */, - 2D81E8E6F060456B85431B84 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */, - 5D04270122DF4893A9ACC9DD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */, + 44B07D672BBF445788579B80 /* ../Play-/deps/Dependencies/zstd/lib/common/debug.c */, + 767882BECB154DD4B836DBAD /* ../Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */, + 11F01D2E8DF34FF2AEAC8FDC /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.c */, + 9FAC8C8F731644F58A57A273 /* ../Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */, + 988CF01CAF9649E8B9EB7902 /* ../Play-/deps/Dependencies/zstd/lib/common/pool.c */, + 55528CDE1BD945B3B9E36A90 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.c */, + D3C01E2199784180AE099EA4 /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.c */, + 04F5F1DFF24D4B48B4EDFC86 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */, + 80A1EC5801F54215B0D18D29 /* ../Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */, + E73AEFC02343468796AF31A2 /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.c */, + 1EB45354B86146608A3C7D61 /* ../Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */, + DFE2324D51C44965BDFFFB3D /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */, + FFD37EBBCE424B7B9374A240 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */, + 8ED657320FC842739D5EE27A /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */, + 783AABDF1B1F4FDDB093BF44 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */, + 3F1F2E86212D4DBF953D887B /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */, + 1C54B71644B641FC9C4FC549 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */, + DBFC9C1DBBBD47B7B9F25D17 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */, + 60331BB10BA54B34B7213DA6 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */, + 0648E49551EA4E2ABA73BC81 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */, + 4B41D0C181E54424B16D2154 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */, + 12545A7F966D4885B6A15EF8 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */, + 1E29C198EAE94EA5A49D432B /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */, + FCBF307CD4A444CDB72FB962 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */, + 02A18594B2CB4C30BD9184E7 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */, + A43062BED0404444A4F3B6C2 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */, + 5D129AB5565A463C9DFD1939 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */, + 8B894EBA929C4101B9D1306A /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */, + FC0BD32E0E524C57817BBBBC /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */, + 81175EF5BB2E4F9599F712AB /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */, + 72401F51C2D3461E972FC746 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */, + 2ED962C796934CE7B55F8D31 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */, + 364B1744F41B44CEA1E25E8E /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */, + 2580548D2B3C420186B67135 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */, + 2D81E8E6F060456B85431B84 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */, + 5D04270122DF4893A9ACC9DD /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */, ); name = "Source Files"; sourceTree = ""; @@ -431,7 +431,7 @@ isa = PBXGroup; children = ( 6A0D4238894849C5B2370640 /* CMake Rules */, - 6F7428617FDA4231B39CFAD6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */, + 6F7428617FDA4231B39CFAD6 /* ../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */, ); name = ALL_BUILD; sourceTree = ""; @@ -454,7 +454,7 @@ DB7149B0EABC4A0FAEACB4BB /* Resources */ = { isa = PBXGroup; children = ( - 5675666BA6AB474AA6EAEB6B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */, + 5675666BA6AB474AA6EAEB6B /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -465,8 +465,8 @@ A2517E11D1B042ECAB701FB6 /* Source Files */, FCC44032596E422F90DFAE61 /* Header Files */, DB7149B0EABC4A0FAEACB4BB /* Resources */, - 55A558A40526479F8F10D02F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */, - B1043E52632D4DF2A19722C2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */, + 55A558A40526479F8F10D02F /* ../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */, + B1043E52632D4DF2A19722C2 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */, ); name = libzstd_static; sourceTree = ""; @@ -474,50 +474,50 @@ FCC44032596E422F90DFAE61 /* Header Files */ = { isa = PBXGroup; children = ( - 7825C41682C742C8ACFD204B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bits.h */, - 737C3DE1F2614890B0C18578 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bitstream.h */, - 2C63C3EA710047ABAF23F7F1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/compiler.h */, - F4DA8D54D2724C25BE42FF21 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/cpu.h */, - 4F5C136B3404496D84215F8B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.h */, - 6A4B515EE8E74D439A319C19 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.h */, - 2D04C59503DE40FDADD4B553 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse.h */, - 58ECF95832EB47EC8E583B65 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/huf.h */, - 8F2019305FDF4943A099D8F7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/mem.h */, - 0FA85B4B7E7A4A4C8783D79F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.h */, - 46701599BC694EA39B59F7DF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */, - 3804B97323334FE6829BAA87 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.h */, - B9786C6974BA442C9E379478 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.h */, - 4833447774804395AAECC350 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */, - C2FC80B60FB744DB8C174930 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */, - 9E160F2A8C15409283E2AFC0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */, - 37A3AEAAFF33467694B55A79 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/clevels.h */, - 0E87E47A86A34A369821AE64 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.h */, - 724C99B116514A60833B743B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */, - 2F2E5D6FA87841EF88D872F7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */, - D4C617D9204F497486DFC8BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */, - 101C170132C94EB4889184D9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */, - 6D69A9E2435E493896DFCE0A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */, - 7A5B000713124132B181B7B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */, - D68AE8F03FCA40C3A97DB44C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */, - 3DC4BF58E6074DEAA3CC6914 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */, - 7966F5B1C73A41DDA933D731 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */, - A9C37D6699E940F0B4D9B743 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */, - FEE425FC76444D8184A9D4A4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */, - 8391BFD4C434418888D2EFA8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */, - 7E3EE435F5E044BE89EF8E64 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */, - EA4212AD34F04E78A4555676 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */, - 2529BA132B224844A020D122 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */, - D05E12C0434F41C88A033FD3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */, - 62521F35AE374E1087E441D2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */, - E0AD9903928441468F2DA317 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */, - B704955006624F5DAB80DD39 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */, - C1017B10A9194605B8C3BC37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */, - C3E8689CA6044B7198E2D88E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */, - 43877076D91747A88B2D6C7D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */, - 4B55CC726DEB4C80A761153A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */, - 763DBA4814004C80A8A26D86 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */, - 4B37F2248B9C4081A12996CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */, - 08A2DCCB6C67403FA74955DA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/zstd.h */, + 7825C41682C742C8ACFD204B /* ../Play-/deps/Dependencies/zstd/lib/common/bits.h */, + 737C3DE1F2614890B0C18578 /* ../Play-/deps/Dependencies/zstd/lib/common/bitstream.h */, + 2C63C3EA710047ABAF23F7F1 /* ../Play-/deps/Dependencies/zstd/lib/common/compiler.h */, + F4DA8D54D2724C25BE42FF21 /* ../Play-/deps/Dependencies/zstd/lib/common/cpu.h */, + 4F5C136B3404496D84215F8B /* ../Play-/deps/Dependencies/zstd/lib/common/debug.h */, + 6A4B515EE8E74D439A319C19 /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.h */, + 2D04C59503DE40FDADD4B553 /* ../Play-/deps/Dependencies/zstd/lib/common/fse.h */, + 58ECF95832EB47EC8E583B65 /* ../Play-/deps/Dependencies/zstd/lib/common/huf.h */, + 8F2019305FDF4943A099D8F7 /* ../Play-/deps/Dependencies/zstd/lib/common/mem.h */, + 0FA85B4B7E7A4A4C8783D79F /* ../Play-/deps/Dependencies/zstd/lib/common/pool.h */, + 46701599BC694EA39B59F7DF /* ../Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */, + 3804B97323334FE6829BAA87 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.h */, + B9786C6974BA442C9E379478 /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.h */, + 4833447774804395AAECC350 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */, + C2FC80B60FB744DB8C174930 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */, + 9E160F2A8C15409283E2AFC0 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */, + 37A3AEAAFF33467694B55A79 /* ../Play-/deps/Dependencies/zstd/lib/compress/clevels.h */, + 0E87E47A86A34A369821AE64 /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.h */, + 724C99B116514A60833B743B /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */, + 2F2E5D6FA87841EF88D872F7 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */, + D4C617D9204F497486DFC8BF /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */, + 101C170132C94EB4889184D9 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */, + 6D69A9E2435E493896DFCE0A /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */, + 7A5B000713124132B181B7B7 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */, + D68AE8F03FCA40C3A97DB44C /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */, + 3DC4BF58E6074DEAA3CC6914 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */, + 7966F5B1C73A41DDA933D731 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */, + A9C37D6699E940F0B4D9B743 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */, + FEE425FC76444D8184A9D4A4 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */, + 8391BFD4C434418888D2EFA8 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */, + 7E3EE435F5E044BE89EF8E64 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */, + EA4212AD34F04E78A4555676 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */, + 2529BA132B224844A020D122 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */, + D05E12C0434F41C88A033FD3 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */, + 62521F35AE374E1087E441D2 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */, + E0AD9903928441468F2DA317 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */, + B704955006624F5DAB80DD39 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */, + C1017B10A9194605B8C3BC37 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */, + C3E8689CA6044B7198E2D88E /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */, + 43877076D91747A88B2D6C7D /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */, + 4B55CC726DEB4C80A761153A /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */, + 763DBA4814004C80A8A26D86 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */, + 4B37F2248B9C4081A12996CF /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */, + 08A2DCCB6C67403FA74955DA /* ../Play-/deps/Dependencies/zstd/lib/zstd.h */, ); name = "Header Files"; sourceTree = ""; @@ -591,19 +591,19 @@ shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi "; @@ -619,25 +619,25 @@ fi ); name = "Generate CMakeFiles/uninstall"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/uninstall ); +../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/uninstall ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib - /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib - /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib - /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib - /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake fi "; showEnvVarsInLog = 0; @@ -685,19 +685,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi "; @@ -761,19 +761,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; @@ -804,24 +804,24 @@ exit 0"; ); name = "Generate CMakeFiles/ALL_BUILD"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/ALL_BUILD ); +../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/ALL_BUILD ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib echo Build\\ all\\ projects fi "; @@ -837,25 +837,25 @@ fi ); name = "Generate CMakeFiles/ZERO_CHECK"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/ZERO_CHECK ); +../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/ZERO_CHECK ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + make -f ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + make -f ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + make -f ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + make -f ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeScripts/ReRunCMake.make fi "; showEnvVarsInLog = 0; @@ -867,43 +867,43 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - ED6B0C8026BE436CB9771072 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.c */, - 2BA020192B6844779D89F4B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */, - F06E645FFAD5482298F143CD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.c */, - 1118176D692E4997BC55BD2E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */, - B6525B5A641645B983810FE9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.c */, - 72CD5A215A454D728BD52647 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.c */, - D076F15384E1432B8B14223B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.c */, - 709D582DD7C04E7EAD62641B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */, - 3973B8A2767F453B97450FCC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */, - 65A872ECEBE74C7F838E0ECC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.c */, - B48C5B5C21894666BBF4013C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */, - C66818D5D3AD46DBA7EB0CE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */, - FB6BE76A8353407EBE0BD641 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */, - 8940DAADB3C44BD1A035DCC1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */, - 65BD8F728AF04827A6025582 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */, - 33EDE5DB306B48A6AB813D0A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */, - C64C63502D8743C6853C560A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */, - 8AFF06DAF0DD4F54A4956010 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */, - D65CF2740719436B8947F18A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */, - C8469A2337104FAAA9F9DEA2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */, - 9E2C997BA5CF4FCC92B800BB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */, - 9BAC05D1CA764ABA9B0C35E4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */, - A559485C213D4441A0805E2A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */, - 3DED1C8CA50546C49AAC1450 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */, - 743AC492CAC646D58307684E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */, - A4A9F733473D430AA04EB9E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */, - D8C4F61C93F746BCB1331D7D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */, - 3C27B7C1090647D3A96A199C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */, - EE5569FCE285435294252180 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */, - 1DA59D80B6794CB092669E23 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */, - 103D0352137542D4AB578295 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */, - 3A1934555B4F4001A554E130 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */, - FB87ABB53A624C9690AB839A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */, - 9A74B62531164B8C9EC2F6AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */, - 9A2FB935FFE04DAD8B28F6CE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */, - 9E59801A96FB4C7399BCDF01 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */, - 728526A65CE94120888FA961 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */, + ED6B0C8026BE436CB9771072 /* ../Play-/deps/Dependencies/zstd/lib/common/debug.c */, + 2BA020192B6844779D89F4B7 /* ../Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */, + F06E645FFAD5482298F143CD /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.c */, + 1118176D692E4997BC55BD2E /* ../Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */, + B6525B5A641645B983810FE9 /* ../Play-/deps/Dependencies/zstd/lib/common/pool.c */, + 72CD5A215A454D728BD52647 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.c */, + D076F15384E1432B8B14223B /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.c */, + 709D582DD7C04E7EAD62641B /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */, + 3973B8A2767F453B97450FCC /* ../Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */, + 65A872ECEBE74C7F838E0ECC /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.c */, + B48C5B5C21894666BBF4013C /* ../Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */, + C66818D5D3AD46DBA7EB0CE5 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */, + FB6BE76A8353407EBE0BD641 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */, + 8940DAADB3C44BD1A035DCC1 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */, + 65BD8F728AF04827A6025582 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */, + 33EDE5DB306B48A6AB813D0A /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */, + C64C63502D8743C6853C560A /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */, + 8AFF06DAF0DD4F54A4956010 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */, + D65CF2740719436B8947F18A /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */, + C8469A2337104FAAA9F9DEA2 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */, + 9E2C997BA5CF4FCC92B800BB /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */, + 9BAC05D1CA764ABA9B0C35E4 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */, + A559485C213D4441A0805E2A /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */, + 3DED1C8CA50546C49AAC1450 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */, + 743AC492CAC646D58307684E /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */, + A4A9F733473D430AA04EB9E0 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */, + D8C4F61C93F746BCB1331D7D /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */, + 3C27B7C1090647D3A96A199C /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */, + EE5569FCE285435294252180 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */, + 1DA59D80B6794CB092669E23 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */, + 103D0352137542D4AB578295 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */, + 3A1934555B4F4001A554E130 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */, + FB87ABB53A624C9690AB839A /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */, + 9A74B62531164B8C9EC2F6AC /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */, + 9A2FB935FFE04DAD8B28F6CE /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */, + 9E59801A96FB4C7399BCDF01 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */, + 728526A65CE94120888FA961 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1055,7 +1055,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZSTD_MULTITHREAD,"'PLAY_VERSION=\"0.30\"'","'XXH_NAMESPACE=ZSTD_'","'ZSTD_LEGACY_SUPPORT=5'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); + HEADER_SEARCH_PATHS = (../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"../Play-/deps/Dependencies/zstd/build/cmake/lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1104,7 +1104,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZSTD_MULTITHREAD,"'PLAY_VERSION=\"0.30\"'","'XXH_NAMESPACE=ZSTD_'","'ZSTD_LEGACY_SUPPORT=5'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); + HEADER_SEARCH_PATHS = (../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"../Play-/deps/Dependencies/zstd/build/cmake/lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1173,7 +1173,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZSTD_MULTITHREAD,"'PLAY_VERSION=\"0.30\"'","'XXH_NAMESPACE=ZSTD_'","'ZSTD_LEGACY_SUPPORT=5'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); + HEADER_SEARCH_PATHS = (../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"../Play-/deps/Dependencies/zstd/build/cmake/lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1535,7 +1535,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZSTD_MULTITHREAD,"'PLAY_VERSION=\"0.30\"'","'XXH_NAMESPACE=ZSTD_'","'ZSTD_LEGACY_SUPPORT=5'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); + HEADER_SEARCH_PATHS = (../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"../Play-/deps/Dependencies/zstd/build/cmake/lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; diff --git a/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/zstd.xcodeproj/project.pbxproj b/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/zstd.xcodeproj/project.pbxproj index 494af9c86d..44b89196ce 100644 --- a/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/zstd.xcodeproj/project.pbxproj +++ b/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/zstd.xcodeproj/project.pbxproj @@ -92,89 +92,89 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 02D0070CD7B4435B9F39200E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = DB152AF9A68344D483A06990 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */; }; - 033E2E3C9D1846C29920FCF8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */ = {isa = PBXBuildFile; fileRef = 6F5A9E7274444CCB93BB3665 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */; }; - 07E1D0A411AF4374862A83B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */ = {isa = PBXBuildFile; fileRef = 214BB38D0B5F4D8697206B96 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */; }; - 0D3D0D020EB94CA0A120C5E5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */ = {isa = PBXBuildFile; fileRef = 0A5D871015DF428995082ED5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */; }; - 0ECA671ABC5548FE945208ED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */ = {isa = PBXBuildFile; fileRef = 9DA1A6EA0790434EA84CF4E1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */; }; - 143F728FD925466AAB34BBF6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 20D7EBCAC39A42BC9614A177 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */; }; - 14D075170E284BFB81A91B3A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */ = {isa = PBXBuildFile; fileRef = 4ACB92FF541B469C9996C8D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */; }; - 1AD9929B1FD444C390492E01 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */ = {isa = PBXBuildFile; fileRef = A61A42C95BF744619182FC63 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */; }; - 1DE648C3845043C59773049E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.c */ = {isa = PBXBuildFile; fileRef = 26BD2D4DBB6A4EB6905D33EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.c */; }; - 1E0FCF40D785434A9109BA90 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */ = {isa = PBXBuildFile; fileRef = 951DE603A0194F43919F18EC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */; }; - 1ECF716803884967BB1D7469 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/compiler.h */ = {isa = PBXBuildFile; fileRef = A5F816048E3542A0B8341D79 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/compiler.h */; }; - 2155EB4D89ED4F098C54AFCB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */ = {isa = PBXBuildFile; fileRef = 6F21F875C392417B8642400B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */; }; - 22150CB5973440E898064604 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.h */ = {isa = PBXBuildFile; fileRef = 64AD7FA3E1674CCAB7302E8E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.h */; }; - 237A4B11D34B4C06A8069C4D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */ = {isa = PBXBuildFile; fileRef = 5F3C8426DD034412BC34D30D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */; }; - 263ACDAD85044F3A91B806FF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */ = {isa = PBXBuildFile; fileRef = AED10285EF4A420699934697 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */; }; - 28BC801049474FACBEBAE21D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */ = {isa = PBXBuildFile; fileRef = 39A3043A80674E679398F82B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */; }; - 28FD02C9F2004C9C95765CC7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */ = {isa = PBXBuildFile; fileRef = 02DA1AD163CE4B288F326FE4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */; }; - 29DD92C9E734491B8A668A1E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */ = {isa = PBXBuildFile; fileRef = A841B37E01FA4DA4B775C13E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */; }; - 2A0CEE99D306480D88BE99E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */ = {isa = PBXBuildFile; fileRef = 7A0025D78A114361BCF2D1F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */; }; - 2D54A12426A842B0B467A16D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */ = {isa = PBXBuildFile; fileRef = 467973C79BF64D16AE414D5C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */; }; - 2E7CA9293A284B608F746AB7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */ = {isa = PBXBuildFile; fileRef = 706588B514464C2F912737E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */; }; - 308A0A61D09B417A9F4224E5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.h */ = {isa = PBXBuildFile; fileRef = 3F88149C39EC4479A6370646 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.h */; }; - 383071078725491280A19833 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */ = {isa = PBXBuildFile; fileRef = A79F5CEF66CD4843B7ED6748 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */; }; - 3B23B0B20FED4044BDB450EF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */ = {isa = PBXBuildFile; fileRef = 34E5EB64A94A408D916C4962 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */; }; - 4072C409C8FC425DBFC64890 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */ = {isa = PBXBuildFile; fileRef = 0907BFA01682473A8F7EB140 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */; }; - 432DC2B7CD3545C881DE28B0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */ = {isa = PBXBuildFile; fileRef = C6507B5AF697466AAC828B90 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */; }; - 47A1F669F9544EE5847ABD99 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */ = {isa = PBXBuildFile; fileRef = 6B4D0494C96D420B8966A247 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */; }; - 49E645BA9E754571921B20A3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */ = {isa = PBXBuildFile; fileRef = FC7375AEEE094AF79E370083 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */; }; - 4C53F472778F4183A55F0E9E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */ = {isa = PBXBuildFile; fileRef = FB4CD5140AFC481D981DDA1F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */; }; - 50127AC90D8B4D0FB328EB03 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */ = {isa = PBXBuildFile; fileRef = E59D77D678754413847A30E5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */; }; - 519C01A8D08247A8AD7AC98F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */ = {isa = PBXBuildFile; fileRef = 38042C6FA2264370889A484B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */; }; - 571A3AB86EDE4A138F4410AF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/clevels.h */ = {isa = PBXBuildFile; fileRef = 9D6DD81730234852957E6CF4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/clevels.h */; }; - 59134E482EA94298B21BE4BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bits.h */ = {isa = PBXBuildFile; fileRef = 0FD0BDAC1AFD4D59A15496B1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bits.h */; }; - 5D3F53325912496DA09643B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */ = {isa = PBXBuildFile; fileRef = BF56EE9283CC4A6491EA2CF7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */; }; - 601292CE88FD45469957CDB3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */ = {isa = PBXBuildFile; fileRef = C577C6BE91CE4ED98ED7C4FC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */; }; - 6063CA10B4214262AC194BA3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */ = {isa = PBXBuildFile; fileRef = 34A2DB3B97F1408BBA1B2117 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */; }; - 656387D539BB4928A90190ED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/huf.h */ = {isa = PBXBuildFile; fileRef = 7A64011052194B508B3C8620 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/huf.h */; }; - 688558A54C454CDF8F3E4C90 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */ = {isa = PBXBuildFile; fileRef = B8644C1F1D9D4D7994127BFB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */; }; - 73B29D0AF22C431AAB4F1EDA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.c */ = {isa = PBXBuildFile; fileRef = 275E24CF25ED40F0AB276F91 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.c */; }; - 74B22AE40CE14586924A72C1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */ = {isa = PBXBuildFile; fileRef = EFD91807E62A4B7F85CE9D3C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */; }; - 7893D81075C54941B79C6DE0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */ = {isa = PBXBuildFile; fileRef = 7243B659FFFA4B6CBA53A64E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */; }; - 799F7428D6574BE787A8AF2C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */ = {isa = PBXBuildFile; fileRef = E0673CD137C345868F79FCDC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */; }; - 7A2378E35C394D149446B6B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.c */ = {isa = PBXBuildFile; fileRef = 088AF00BC2AB4A4B901C8A1E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.c */; }; - 7AC7C1ACC38A4F7786A94DA3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */ = {isa = PBXBuildFile; fileRef = FBB654F0D6D843E1BABF658A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */; }; - 7F3FFCE0B3DE466E9CDF09AF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */ = {isa = PBXBuildFile; fileRef = A49FD0B90D6144AD8241D70D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */; }; - 8653B6002BAC4BF18E7B8A61 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */ = {isa = PBXBuildFile; fileRef = BEE38CEE5D7443909720D571 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */; }; - 866D73E6888D418495A66D35 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */ = {isa = PBXBuildFile; fileRef = 24C2A3C8CEE545D5B6332CDB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */; }; - 880C320226E149EEAED2D310 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.c */ = {isa = PBXBuildFile; fileRef = 4117BA38C8B341219A784581 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.c */; }; - 8BE90CD5FFC04553853E5790 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.h */ = {isa = PBXBuildFile; fileRef = 11DAFE53F5204FA2A64383F8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.h */; }; - 8D80DE4B9BB04813B428A845 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */ = {isa = PBXBuildFile; fileRef = 7BAC5871B16C45D7ABEECFC7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */; }; - 8F64500C7F6247AA8FF05D5B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */ = {isa = PBXBuildFile; fileRef = 8F61D28C4E62400E9CC815D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */; }; - 8F940CA2E03C430CAF77C508 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.c */ = {isa = PBXBuildFile; fileRef = A97F3301537C49BE8434B3B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.c */; }; - 95F602852D8B4AE88F432CAA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/mem.h */ = {isa = PBXBuildFile; fileRef = 1895324DA4654992A4174892 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/mem.h */; }; - 98A2FCDB64074EE3851E1B1F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */ = {isa = PBXBuildFile; fileRef = 25EF218D00824E56B815AF94 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */; }; - A38DF342A54D4ADBA9EF27AF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */ = {isa = PBXBuildFile; fileRef = 9DF6FD90A04F4DD9A8FE45B8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */; }; - A7A13CBE5ED8443483A1C6CC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */ = {isa = PBXBuildFile; fileRef = 07D8F80504AC41F4AFBC745F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */; }; - A7B0A22CF58F4F7B97E76A96 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */ = {isa = PBXBuildFile; fileRef = F3DAF0B15A5F4D0B8D219FA8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */; }; - A852B1A6533E4AD3AA613D7A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */ = {isa = PBXBuildFile; fileRef = E3261227B7364EEC80FBCCA9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */; }; - AEC37A0829224A5FB8949441 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/zstd.h */ = {isa = PBXBuildFile; fileRef = 2A2DE30FBA1D419F9356723D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/zstd.h */; }; - B0B00F0DDDFF470BA9C78A23 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */ = {isa = PBXBuildFile; fileRef = 3EB1CB55EC4943B28AD429C7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */; }; - B1C161A004CB4C19886D1D00 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bitstream.h */ = {isa = PBXBuildFile; fileRef = 46475EDA55F9413FBBBDDDF5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bitstream.h */; }; - B1C5A54F2AED44278501B60B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */ = {isa = PBXBuildFile; fileRef = C7DFE5176B6F4DC489AAEEDD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */; }; - B222BAB2A4564E2EAD59F66C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */ = {isa = PBXBuildFile; fileRef = 6F966F86C12547FF87736CF9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */; }; - B8F5FCF3809648768EB5EF3D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */ = {isa = PBXBuildFile; fileRef = FD76229051F84DB9BAF93493 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */; }; - BE56C4C60A5B4FBCA83DDB5E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */ = {isa = PBXBuildFile; fileRef = 5795D2FA1D774F6FA8B6A1D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */; }; - C3384A8AF9FA4989ACB13017 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */ = {isa = PBXBuildFile; fileRef = 17E0B95860384428A4225AC6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */; }; - C359B7BDA27344BCAE7368A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/cpu.h */ = {isa = PBXBuildFile; fileRef = 9786EA1841A947E9A1665ABC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/cpu.h */; }; - C4B500DAAA144D879856B841 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */ = {isa = PBXBuildFile; fileRef = 42157ED6547141C8AF1F9AB4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */; }; - C4F9F29A2F37417E9C190A23 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */ = {isa = PBXBuildFile; fileRef = 0441FBC5CAB94DADB138D150 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */; }; - C58A14909BF340488CDDF62B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */ = {isa = PBXBuildFile; fileRef = 4CD1B291D8294F6BA7585560 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */; }; - CB7D263FBDE843D6881D5236 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */ = {isa = PBXBuildFile; fileRef = 46851A6754C649949A6D7226 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */; }; - CF2B6D648AB147C5A3284D57 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.h */ = {isa = PBXBuildFile; fileRef = 6B588F94E0E34634855CE552 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.h */; }; - CFCA85509328480BAB8A1D57 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse.h */ = {isa = PBXBuildFile; fileRef = 5286C00E1717449B8D1E1BC9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse.h */; }; - D01237DB2F254905AA0CF4E4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.c */ = {isa = PBXBuildFile; fileRef = F48536C5FA3241EBAEF5828E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.c */; }; - DC6E575C9F974E3B817CCE56 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */ = {isa = PBXBuildFile; fileRef = B9BD98EF1C1342BF9EE85F43 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */; }; - DDE435D748A543BEBD99BD00 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */ = {isa = PBXBuildFile; fileRef = E0B10C50CBB54F7AA90C5DD0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */; }; - F00309E983B6491A94A88945 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */ = {isa = PBXBuildFile; fileRef = D1BC5E06DDE9448AA038E0C1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */; }; - F0833EDECEF94E76A7677256 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */ = {isa = PBXBuildFile; fileRef = 3084C67850DC4F0BAD47B59C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */; }; - F243DDA15BC24A53A7A74B5B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.h */ = {isa = PBXBuildFile; fileRef = 49B3E74EAED04ED8BCBE7277 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.h */; }; - F7818843F4D540509A35F515 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */ = {isa = PBXBuildFile; fileRef = F1DEEE74869D4039A5D7941A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */; }; - F7B74DFB599946A99B770584 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.h */ = {isa = PBXBuildFile; fileRef = CA7B5B3DFCA9479AB1ACF5F6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.h */; }; - F9081C55B44040A3A8B8B054 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */ = {isa = PBXBuildFile; fileRef = 5BC7874420D34A7292ABA655 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */; }; - FC50EAFA37634C1AB56C9A86 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */ = {isa = PBXBuildFile; fileRef = A9A26DD0F43A43A2A6B9C377 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */; }; + 02D0070CD7B4435B9F39200E /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = DB152AF9A68344D483A06990 /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */; }; + 033E2E3C9D1846C29920FCF8 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */ = {isa = PBXBuildFile; fileRef = 6F5A9E7274444CCB93BB3665 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */; }; + 07E1D0A411AF4374862A83B2 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */ = {isa = PBXBuildFile; fileRef = 214BB38D0B5F4D8697206B96 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */; }; + 0D3D0D020EB94CA0A120C5E5 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */ = {isa = PBXBuildFile; fileRef = 0A5D871015DF428995082ED5 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */; }; + 0ECA671ABC5548FE945208ED /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */ = {isa = PBXBuildFile; fileRef = 9DA1A6EA0790434EA84CF4E1 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */; }; + 143F728FD925466AAB34BBF6 /* ../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 20D7EBCAC39A42BC9614A177 /* ../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */; }; + 14D075170E284BFB81A91B3A /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */ = {isa = PBXBuildFile; fileRef = 4ACB92FF541B469C9996C8D5 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */; }; + 1AD9929B1FD444C390492E01 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */ = {isa = PBXBuildFile; fileRef = A61A42C95BF744619182FC63 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */; }; + 1DE648C3845043C59773049E /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.c */ = {isa = PBXBuildFile; fileRef = 26BD2D4DBB6A4EB6905D33EE /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.c */; }; + 1E0FCF40D785434A9109BA90 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */ = {isa = PBXBuildFile; fileRef = 951DE603A0194F43919F18EC /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */; }; + 1ECF716803884967BB1D7469 /* ../Play-/deps/Dependencies/zstd/lib/common/compiler.h */ = {isa = PBXBuildFile; fileRef = A5F816048E3542A0B8341D79 /* ../Play-/deps/Dependencies/zstd/lib/common/compiler.h */; }; + 2155EB4D89ED4F098C54AFCB /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */ = {isa = PBXBuildFile; fileRef = 6F21F875C392417B8642400B /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */; }; + 22150CB5973440E898064604 /* ../Play-/deps/Dependencies/zstd/lib/common/debug.h */ = {isa = PBXBuildFile; fileRef = 64AD7FA3E1674CCAB7302E8E /* ../Play-/deps/Dependencies/zstd/lib/common/debug.h */; }; + 237A4B11D34B4C06A8069C4D /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */ = {isa = PBXBuildFile; fileRef = 5F3C8426DD034412BC34D30D /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */; }; + 263ACDAD85044F3A91B806FF /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */ = {isa = PBXBuildFile; fileRef = AED10285EF4A420699934697 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */; }; + 28BC801049474FACBEBAE21D /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */ = {isa = PBXBuildFile; fileRef = 39A3043A80674E679398F82B /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */; }; + 28FD02C9F2004C9C95765CC7 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */ = {isa = PBXBuildFile; fileRef = 02DA1AD163CE4B288F326FE4 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */; }; + 29DD92C9E734491B8A668A1E /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */ = {isa = PBXBuildFile; fileRef = A841B37E01FA4DA4B775C13E /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */; }; + 2A0CEE99D306480D88BE99E6 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */ = {isa = PBXBuildFile; fileRef = 7A0025D78A114361BCF2D1F0 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */; }; + 2D54A12426A842B0B467A16D /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */ = {isa = PBXBuildFile; fileRef = 467973C79BF64D16AE414D5C /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */; }; + 2E7CA9293A284B608F746AB7 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */ = {isa = PBXBuildFile; fileRef = 706588B514464C2F912737E3 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */; }; + 308A0A61D09B417A9F4224E5 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.h */ = {isa = PBXBuildFile; fileRef = 3F88149C39EC4479A6370646 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.h */; }; + 383071078725491280A19833 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */ = {isa = PBXBuildFile; fileRef = A79F5CEF66CD4843B7ED6748 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */; }; + 3B23B0B20FED4044BDB450EF /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */ = {isa = PBXBuildFile; fileRef = 34E5EB64A94A408D916C4962 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */; }; + 4072C409C8FC425DBFC64890 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */ = {isa = PBXBuildFile; fileRef = 0907BFA01682473A8F7EB140 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */; }; + 432DC2B7CD3545C881DE28B0 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */ = {isa = PBXBuildFile; fileRef = C6507B5AF697466AAC828B90 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */; }; + 47A1F669F9544EE5847ABD99 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */ = {isa = PBXBuildFile; fileRef = 6B4D0494C96D420B8966A247 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */; }; + 49E645BA9E754571921B20A3 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */ = {isa = PBXBuildFile; fileRef = FC7375AEEE094AF79E370083 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */; }; + 4C53F472778F4183A55F0E9E /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */ = {isa = PBXBuildFile; fileRef = FB4CD5140AFC481D981DDA1F /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */; }; + 50127AC90D8B4D0FB328EB03 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */ = {isa = PBXBuildFile; fileRef = E59D77D678754413847A30E5 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */; }; + 519C01A8D08247A8AD7AC98F /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */ = {isa = PBXBuildFile; fileRef = 38042C6FA2264370889A484B /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */; }; + 571A3AB86EDE4A138F4410AF /* ../Play-/deps/Dependencies/zstd/lib/compress/clevels.h */ = {isa = PBXBuildFile; fileRef = 9D6DD81730234852957E6CF4 /* ../Play-/deps/Dependencies/zstd/lib/compress/clevels.h */; }; + 59134E482EA94298B21BE4BA /* ../Play-/deps/Dependencies/zstd/lib/common/bits.h */ = {isa = PBXBuildFile; fileRef = 0FD0BDAC1AFD4D59A15496B1 /* ../Play-/deps/Dependencies/zstd/lib/common/bits.h */; }; + 5D3F53325912496DA09643B7 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */ = {isa = PBXBuildFile; fileRef = BF56EE9283CC4A6491EA2CF7 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */; }; + 601292CE88FD45469957CDB3 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */ = {isa = PBXBuildFile; fileRef = C577C6BE91CE4ED98ED7C4FC /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */; }; + 6063CA10B4214262AC194BA3 /* ../Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */ = {isa = PBXBuildFile; fileRef = 34A2DB3B97F1408BBA1B2117 /* ../Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */; }; + 656387D539BB4928A90190ED /* ../Play-/deps/Dependencies/zstd/lib/common/huf.h */ = {isa = PBXBuildFile; fileRef = 7A64011052194B508B3C8620 /* ../Play-/deps/Dependencies/zstd/lib/common/huf.h */; }; + 688558A54C454CDF8F3E4C90 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */ = {isa = PBXBuildFile; fileRef = B8644C1F1D9D4D7994127BFB /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */; }; + 73B29D0AF22C431AAB4F1EDA /* ../Play-/deps/Dependencies/zstd/lib/common/debug.c */ = {isa = PBXBuildFile; fileRef = 275E24CF25ED40F0AB276F91 /* ../Play-/deps/Dependencies/zstd/lib/common/debug.c */; }; + 74B22AE40CE14586924A72C1 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */ = {isa = PBXBuildFile; fileRef = EFD91807E62A4B7F85CE9D3C /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */; }; + 7893D81075C54941B79C6DE0 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */ = {isa = PBXBuildFile; fileRef = 7243B659FFFA4B6CBA53A64E /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */; }; + 799F7428D6574BE787A8AF2C /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */ = {isa = PBXBuildFile; fileRef = E0673CD137C345868F79FCDC /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */; }; + 7A2378E35C394D149446B6B4 /* ../Play-/deps/Dependencies/zstd/lib/common/pool.c */ = {isa = PBXBuildFile; fileRef = 088AF00BC2AB4A4B901C8A1E /* ../Play-/deps/Dependencies/zstd/lib/common/pool.c */; }; + 7AC7C1ACC38A4F7786A94DA3 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */ = {isa = PBXBuildFile; fileRef = FBB654F0D6D843E1BABF658A /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */; }; + 7F3FFCE0B3DE466E9CDF09AF /* ../Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */ = {isa = PBXBuildFile; fileRef = A49FD0B90D6144AD8241D70D /* ../Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */; }; + 8653B6002BAC4BF18E7B8A61 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */ = {isa = PBXBuildFile; fileRef = BEE38CEE5D7443909720D571 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */; }; + 866D73E6888D418495A66D35 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */ = {isa = PBXBuildFile; fileRef = 24C2A3C8CEE545D5B6332CDB /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */; }; + 880C320226E149EEAED2D310 /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.c */ = {isa = PBXBuildFile; fileRef = 4117BA38C8B341219A784581 /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.c */; }; + 8BE90CD5FFC04553853E5790 /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.h */ = {isa = PBXBuildFile; fileRef = 11DAFE53F5204FA2A64383F8 /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.h */; }; + 8D80DE4B9BB04813B428A845 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */ = {isa = PBXBuildFile; fileRef = 7BAC5871B16C45D7ABEECFC7 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */; }; + 8F64500C7F6247AA8FF05D5B /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */ = {isa = PBXBuildFile; fileRef = 8F61D28C4E62400E9CC815D5 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */; }; + 8F940CA2E03C430CAF77C508 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.c */ = {isa = PBXBuildFile; fileRef = A97F3301537C49BE8434B3B5 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.c */; }; + 95F602852D8B4AE88F432CAA /* ../Play-/deps/Dependencies/zstd/lib/common/mem.h */ = {isa = PBXBuildFile; fileRef = 1895324DA4654992A4174892 /* ../Play-/deps/Dependencies/zstd/lib/common/mem.h */; }; + 98A2FCDB64074EE3851E1B1F /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */ = {isa = PBXBuildFile; fileRef = 25EF218D00824E56B815AF94 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */; }; + A38DF342A54D4ADBA9EF27AF /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */ = {isa = PBXBuildFile; fileRef = 9DF6FD90A04F4DD9A8FE45B8 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */; }; + A7A13CBE5ED8443483A1C6CC /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */ = {isa = PBXBuildFile; fileRef = 07D8F80504AC41F4AFBC745F /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */; }; + A7B0A22CF58F4F7B97E76A96 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */ = {isa = PBXBuildFile; fileRef = F3DAF0B15A5F4D0B8D219FA8 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */; }; + A852B1A6533E4AD3AA613D7A /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */ = {isa = PBXBuildFile; fileRef = E3261227B7364EEC80FBCCA9 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */; }; + AEC37A0829224A5FB8949441 /* ../Play-/deps/Dependencies/zstd/lib/zstd.h */ = {isa = PBXBuildFile; fileRef = 2A2DE30FBA1D419F9356723D /* ../Play-/deps/Dependencies/zstd/lib/zstd.h */; }; + B0B00F0DDDFF470BA9C78A23 /* ../Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */ = {isa = PBXBuildFile; fileRef = 3EB1CB55EC4943B28AD429C7 /* ../Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */; }; + B1C161A004CB4C19886D1D00 /* ../Play-/deps/Dependencies/zstd/lib/common/bitstream.h */ = {isa = PBXBuildFile; fileRef = 46475EDA55F9413FBBBDDDF5 /* ../Play-/deps/Dependencies/zstd/lib/common/bitstream.h */; }; + B1C5A54F2AED44278501B60B /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */ = {isa = PBXBuildFile; fileRef = C7DFE5176B6F4DC489AAEEDD /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */; }; + B222BAB2A4564E2EAD59F66C /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */ = {isa = PBXBuildFile; fileRef = 6F966F86C12547FF87736CF9 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */; }; + B8F5FCF3809648768EB5EF3D /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */ = {isa = PBXBuildFile; fileRef = FD76229051F84DB9BAF93493 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */; }; + BE56C4C60A5B4FBCA83DDB5E /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */ = {isa = PBXBuildFile; fileRef = 5795D2FA1D774F6FA8B6A1D5 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */; }; + C3384A8AF9FA4989ACB13017 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */ = {isa = PBXBuildFile; fileRef = 17E0B95860384428A4225AC6 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */; }; + C359B7BDA27344BCAE7368A9 /* ../Play-/deps/Dependencies/zstd/lib/common/cpu.h */ = {isa = PBXBuildFile; fileRef = 9786EA1841A947E9A1665ABC /* ../Play-/deps/Dependencies/zstd/lib/common/cpu.h */; }; + C4B500DAAA144D879856B841 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */ = {isa = PBXBuildFile; fileRef = 42157ED6547141C8AF1F9AB4 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */; }; + C4F9F29A2F37417E9C190A23 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */ = {isa = PBXBuildFile; fileRef = 0441FBC5CAB94DADB138D150 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */; }; + C58A14909BF340488CDDF62B /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */ = {isa = PBXBuildFile; fileRef = 4CD1B291D8294F6BA7585560 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */; }; + CB7D263FBDE843D6881D5236 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */ = {isa = PBXBuildFile; fileRef = 46851A6754C649949A6D7226 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */; }; + CF2B6D648AB147C5A3284D57 /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.h */ = {isa = PBXBuildFile; fileRef = 6B588F94E0E34634855CE552 /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.h */; }; + CFCA85509328480BAB8A1D57 /* ../Play-/deps/Dependencies/zstd/lib/common/fse.h */ = {isa = PBXBuildFile; fileRef = 5286C00E1717449B8D1E1BC9 /* ../Play-/deps/Dependencies/zstd/lib/common/fse.h */; }; + D01237DB2F254905AA0CF4E4 /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.c */ = {isa = PBXBuildFile; fileRef = F48536C5FA3241EBAEF5828E /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.c */; }; + DC6E575C9F974E3B817CCE56 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */ = {isa = PBXBuildFile; fileRef = B9BD98EF1C1342BF9EE85F43 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */; }; + DDE435D748A543BEBD99BD00 /* ../Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */ = {isa = PBXBuildFile; fileRef = E0B10C50CBB54F7AA90C5DD0 /* ../Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */; }; + F00309E983B6491A94A88945 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */ = {isa = PBXBuildFile; fileRef = D1BC5E06DDE9448AA038E0C1 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */; }; + F0833EDECEF94E76A7677256 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */ = {isa = PBXBuildFile; fileRef = 3084C67850DC4F0BAD47B59C /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */; }; + F243DDA15BC24A53A7A74B5B /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.h */ = {isa = PBXBuildFile; fileRef = 49B3E74EAED04ED8BCBE7277 /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.h */; }; + F7818843F4D540509A35F515 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */ = {isa = PBXBuildFile; fileRef = F1DEEE74869D4039A5D7941A /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */; }; + F7B74DFB599946A99B770584 /* ../Play-/deps/Dependencies/zstd/lib/common/pool.h */ = {isa = PBXBuildFile; fileRef = CA7B5B3DFCA9479AB1ACF5F6 /* ../Play-/deps/Dependencies/zstd/lib/common/pool.h */; }; + F9081C55B44040A3A8B8B054 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */ = {isa = PBXBuildFile; fileRef = 5BC7874420D34A7292ABA655 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */; }; + FC50EAFA37634C1AB56C9A86 /* ../Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */ = {isa = PBXBuildFile; fileRef = A9A26DD0F43A43A2A6B9C377 /* ../Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ @@ -247,93 +247,93 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 0114F630BE4A4999AD50BC27 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 02DA1AD163CE4B288F326FE4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_decompress_block.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c"; sourceTree = ""; }; - 0441FBC5CAB94DADB138D150 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ddict.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h"; sourceTree = ""; }; - 07D8F80504AC41F4AFBC745F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_lazy.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h"; sourceTree = ""; }; - 088AF00BC2AB4A4B901C8A1E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pool.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.c"; sourceTree = ""; }; - 0907BFA01682473A8F7EB140 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_superblock.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c"; sourceTree = ""; }; - 0A5D871015DF428995082ED5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = cover.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h"; sourceTree = ""; }; - 0C81E2B4775143A7B69137FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = lib/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 0FD0BDAC1AFD4D59A15496B1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bits.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = bits.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bits.h"; sourceTree = ""; }; - 11DAFE53F5204FA2A64383F8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = xxhash.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.h"; sourceTree = ""; }; - 17E0B95860384428A4225AC6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */ = {isa = PBXFileReference; explicitFileType = sourcecode.asm; fileEncoding = 4; name = huf_decompress_amd64.S; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S"; sourceTree = ""; }; - 1895324DA4654992A4174892 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/mem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = mem.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/mem.h"; sourceTree = ""; }; - 20D7EBCAC39A42BC9614A177 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = lib/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 214BB38D0B5F4D8697206B96 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v04.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h"; sourceTree = ""; }; - 24C2A3C8CEE545D5B6332CDB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_decompress_internal.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h"; sourceTree = ""; }; - 25EF218D00824E56B815AF94 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_decompress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c"; sourceTree = ""; }; - 26BD2D4DBB6A4EB6905D33EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = error_private.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.c"; sourceTree = ""; }; - 275E24CF25ED40F0AB276F91 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = debug.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.c"; sourceTree = ""; }; - 2A2DE30FBA1D419F9356723D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/zstd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/zstd.h"; sourceTree = ""; }; - 3084C67850DC4F0BAD47B59C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_lazy.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c"; sourceTree = ""; }; - 34A2DB3B97F1408BBA1B2117 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fse_decompress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c"; sourceTree = ""; }; - 34E5EB64A94A408D916C4962 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v05.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c"; sourceTree = ""; }; - 38042C6FA2264370889A484B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v02.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c"; sourceTree = ""; }; - 39A3043A80674E679398F82B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v07.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h"; sourceTree = ""; }; - 3EB1CB55EC4943B28AD429C7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fse_compress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c"; sourceTree = ""; }; - 3F88149C39EC4479A6370646 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = threading.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.h"; sourceTree = ""; }; - 4117BA38C8B341219A784581 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = hist.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.c"; sourceTree = ""; }; - 42157ED6547141C8AF1F9AB4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_opt.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h"; sourceTree = ""; }; - 46475EDA55F9413FBBBDDDF5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bitstream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = bitstream.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bitstream.h"; sourceTree = ""; }; - 467973C79BF64D16AE414D5C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = divsufsort.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h"; sourceTree = ""; }; - 46851A6754C649949A6D7226 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ldm_geartab.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h"; sourceTree = ""; }; - 49B3E74EAED04ED8BCBE7277 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = error_private.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.h"; sourceTree = ""; }; - 4ACB92FF541B469C9996C8D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v03.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c"; sourceTree = ""; }; - 4CD1B291D8294F6BA7585560 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_trace.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h"; sourceTree = ""; }; - 5286C00E1717449B8D1E1BC9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = fse.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse.h"; sourceTree = ""; }; - 5795D2FA1D774F6FA8B6A1D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v06.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h"; sourceTree = ""; }; - 5BC7874420D34A7292ABA655 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_ldm.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c"; sourceTree = ""; }; - 5F3C8426DD034412BC34D30D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstdmt_compress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c"; sourceTree = ""; }; - 64AD7FA3E1674CCAB7302E8E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = debug.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.h"; sourceTree = ""; }; - 6B4D0494C96D420B8966A247 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v01.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c"; sourceTree = ""; }; - 6B588F94E0E34634855CE552 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = hist.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.h"; sourceTree = ""; }; - 6F21F875C392417B8642400B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v04.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c"; sourceTree = ""; }; - 6F5A9E7274444CCB93BB3665 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_legacy.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h"; sourceTree = ""; }; - 6F966F86C12547FF87736CF9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_internal.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h"; sourceTree = ""; }; - 706588B514464C2F912737E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zdict.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c"; sourceTree = ""; }; - 7243B659FFFA4B6CBA53A64E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = huf_decompress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c"; sourceTree = ""; }; - 7A0025D78A114361BCF2D1F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = divsufsort.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c"; sourceTree = ""; }; - 7A64011052194B508B3C8620 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/huf.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = huf.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/huf.h"; sourceTree = ""; }; - 7BAC5871B16C45D7ABEECFC7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v07.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c"; sourceTree = ""; }; - 8F61D28C4E62400E9CC815D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_opt.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c"; sourceTree = ""; }; - 951DE603A0194F43919F18EC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_fast.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h"; sourceTree = ""; }; - 9786EA1841A947E9A1665ABC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/cpu.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = cpu.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/cpu.h"; sourceTree = ""; }; + 0114F630BE4A4999AD50BC27 /* ../Play-/deps/Dependencies/zstd/build/cmake/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 02DA1AD163CE4B288F326FE4 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_decompress_block.c; path = "../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c"; sourceTree = ""; }; + 0441FBC5CAB94DADB138D150 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ddict.h; path = "../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h"; sourceTree = ""; }; + 07D8F80504AC41F4AFBC745F /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_lazy.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h"; sourceTree = ""; }; + 088AF00BC2AB4A4B901C8A1E /* ../Play-/deps/Dependencies/zstd/lib/common/pool.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pool.c; path = "../Play-/deps/Dependencies/zstd/lib/common/pool.c"; sourceTree = ""; }; + 0907BFA01682473A8F7EB140 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_superblock.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c"; sourceTree = ""; }; + 0A5D871015DF428995082ED5 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = cover.h; path = "../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h"; sourceTree = ""; }; + 0C81E2B4775143A7B69137FB /* ../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = lib/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 0FD0BDAC1AFD4D59A15496B1 /* ../Play-/deps/Dependencies/zstd/lib/common/bits.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = bits.h; path = "../Play-/deps/Dependencies/zstd/lib/common/bits.h"; sourceTree = ""; }; + 11DAFE53F5204FA2A64383F8 /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = xxhash.h; path = "../Play-/deps/Dependencies/zstd/lib/common/xxhash.h"; sourceTree = ""; }; + 17E0B95860384428A4225AC6 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */ = {isa = PBXFileReference; explicitFileType = sourcecode.asm; fileEncoding = 4; name = huf_decompress_amd64.S; path = "../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S"; sourceTree = ""; }; + 1895324DA4654992A4174892 /* ../Play-/deps/Dependencies/zstd/lib/common/mem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = mem.h; path = "../Play-/deps/Dependencies/zstd/lib/common/mem.h"; sourceTree = ""; }; + 20D7EBCAC39A42BC9614A177 /* ../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = lib/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 214BB38D0B5F4D8697206B96 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v04.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h"; sourceTree = ""; }; + 24C2A3C8CEE545D5B6332CDB /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_decompress_internal.h; path = "../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h"; sourceTree = ""; }; + 25EF218D00824E56B815AF94 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_decompress.c; path = "../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c"; sourceTree = ""; }; + 26BD2D4DBB6A4EB6905D33EE /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = error_private.c; path = "../Play-/deps/Dependencies/zstd/lib/common/error_private.c"; sourceTree = ""; }; + 275E24CF25ED40F0AB276F91 /* ../Play-/deps/Dependencies/zstd/lib/common/debug.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = debug.c; path = "../Play-/deps/Dependencies/zstd/lib/common/debug.c"; sourceTree = ""; }; + 2A2DE30FBA1D419F9356723D /* ../Play-/deps/Dependencies/zstd/lib/zstd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd.h; path = "../Play-/deps/Dependencies/zstd/lib/zstd.h"; sourceTree = ""; }; + 3084C67850DC4F0BAD47B59C /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_lazy.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c"; sourceTree = ""; }; + 34A2DB3B97F1408BBA1B2117 /* ../Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fse_decompress.c; path = "../Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c"; sourceTree = ""; }; + 34E5EB64A94A408D916C4962 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v05.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c"; sourceTree = ""; }; + 38042C6FA2264370889A484B /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v02.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c"; sourceTree = ""; }; + 39A3043A80674E679398F82B /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v07.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h"; sourceTree = ""; }; + 3EB1CB55EC4943B28AD429C7 /* ../Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fse_compress.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c"; sourceTree = ""; }; + 3F88149C39EC4479A6370646 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = threading.h; path = "../Play-/deps/Dependencies/zstd/lib/common/threading.h"; sourceTree = ""; }; + 4117BA38C8B341219A784581 /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = hist.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/hist.c"; sourceTree = ""; }; + 42157ED6547141C8AF1F9AB4 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_opt.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h"; sourceTree = ""; }; + 46475EDA55F9413FBBBDDDF5 /* ../Play-/deps/Dependencies/zstd/lib/common/bitstream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = bitstream.h; path = "../Play-/deps/Dependencies/zstd/lib/common/bitstream.h"; sourceTree = ""; }; + 467973C79BF64D16AE414D5C /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = divsufsort.h; path = "../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h"; sourceTree = ""; }; + 46851A6754C649949A6D7226 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ldm_geartab.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h"; sourceTree = ""; }; + 49B3E74EAED04ED8BCBE7277 /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = error_private.h; path = "../Play-/deps/Dependencies/zstd/lib/common/error_private.h"; sourceTree = ""; }; + 4ACB92FF541B469C9996C8D5 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v03.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c"; sourceTree = ""; }; + 4CD1B291D8294F6BA7585560 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_trace.h; path = "../Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h"; sourceTree = ""; }; + 5286C00E1717449B8D1E1BC9 /* ../Play-/deps/Dependencies/zstd/lib/common/fse.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = fse.h; path = "../Play-/deps/Dependencies/zstd/lib/common/fse.h"; sourceTree = ""; }; + 5795D2FA1D774F6FA8B6A1D5 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v06.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h"; sourceTree = ""; }; + 5BC7874420D34A7292ABA655 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_ldm.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c"; sourceTree = ""; }; + 5F3C8426DD034412BC34D30D /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstdmt_compress.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c"; sourceTree = ""; }; + 64AD7FA3E1674CCAB7302E8E /* ../Play-/deps/Dependencies/zstd/lib/common/debug.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = debug.h; path = "../Play-/deps/Dependencies/zstd/lib/common/debug.h"; sourceTree = ""; }; + 6B4D0494C96D420B8966A247 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v01.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c"; sourceTree = ""; }; + 6B588F94E0E34634855CE552 /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = hist.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/hist.h"; sourceTree = ""; }; + 6F21F875C392417B8642400B /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v04.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c"; sourceTree = ""; }; + 6F5A9E7274444CCB93BB3665 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_legacy.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h"; sourceTree = ""; }; + 6F966F86C12547FF87736CF9 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_internal.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h"; sourceTree = ""; }; + 706588B514464C2F912737E3 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zdict.c; path = "../Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c"; sourceTree = ""; }; + 7243B659FFFA4B6CBA53A64E /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = huf_decompress.c; path = "../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c"; sourceTree = ""; }; + 7A0025D78A114361BCF2D1F0 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = divsufsort.c; path = "../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c"; sourceTree = ""; }; + 7A64011052194B508B3C8620 /* ../Play-/deps/Dependencies/zstd/lib/common/huf.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = huf.h; path = "../Play-/deps/Dependencies/zstd/lib/common/huf.h"; sourceTree = ""; }; + 7BAC5871B16C45D7ABEECFC7 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v07.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c"; sourceTree = ""; }; + 8F61D28C4E62400E9CC815D5 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_opt.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c"; sourceTree = ""; }; + 951DE603A0194F43919F18EC /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_fast.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h"; sourceTree = ""; }; + 9786EA1841A947E9A1665ABC /* ../Play-/deps/Dependencies/zstd/lib/common/cpu.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = cpu.h; path = "../Play-/deps/Dependencies/zstd/lib/common/cpu.h"; sourceTree = ""; }; 98D80F5CBB904646A0D71372 /* libzstd_static */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libzstd.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 9D6DD81730234852957E6CF4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/clevels.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = clevels.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/clevels.h"; sourceTree = ""; }; - 9DA1A6EA0790434EA84CF4E1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_literals.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h"; sourceTree = ""; }; - 9DF6FD90A04F4DD9A8FE45B8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_ddict.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c"; sourceTree = ""; }; - A49FD0B90D6144AD8241D70D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = entropy_common.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/entropy_common.c"; sourceTree = ""; }; - A5F816048E3542A0B8341D79 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/compiler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = compiler.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/compiler.h"; sourceTree = ""; }; - A61A42C95BF744619182FC63 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c"; sourceTree = ""; }; - A79F5CEF66CD4843B7ED6748 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_fast.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c"; sourceTree = ""; }; - A841B37E01FA4DA4B775C13E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_superblock.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h"; sourceTree = ""; }; - A97F3301537C49BE8434B3B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = threading.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.c"; sourceTree = ""; }; - A9A26DD0F43A43A2A6B9C377 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = huf_compress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c"; sourceTree = ""; }; - AED10285EF4A420699934697 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_double_fast.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c"; sourceTree = ""; }; - B8644C1F1D9D4D7994127BFB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fastcover.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c"; sourceTree = ""; }; - B9BD98EF1C1342BF9EE85F43 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstdmt_compress.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h"; sourceTree = ""; }; - BEE38CEE5D7443909720D571 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v02.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h"; sourceTree = ""; }; - BF56EE9283CC4A6491EA2CF7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_double_fast.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h"; sourceTree = ""; }; - C577C6BE91CE4ED98ED7C4FC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ldm.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h"; sourceTree = ""; }; - C6507B5AF697466AAC828B90 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = cover.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c"; sourceTree = ""; }; - C7DFE5176B6F4DC489AAEEDD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_common.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_common.c"; sourceTree = ""; }; - C8400B245FD64E56B83E6569 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - CA7B5B3DFCA9479AB1ACF5F6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pool.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.h"; sourceTree = ""; }; - D1BC5E06DDE9448AA038E0C1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v03.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h"; sourceTree = ""; }; - DB152AF9A68344D483A06990 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist; sourceTree = ""; }; - E0673CD137C345868F79FCDC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_decompress_block.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h"; sourceTree = ""; }; - E0B10C50CBB54F7AA90C5DD0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = portability_macros.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/portability_macros.h"; sourceTree = ""; }; - E3261227B7364EEC80FBCCA9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v05.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h"; sourceTree = ""; }; - E59D77D678754413847A30E5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v06.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c"; sourceTree = ""; }; - EFD91807E62A4B7F85CE9D3C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_sequences.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h"; sourceTree = ""; }; - F1DEEE74869D4039A5D7941A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v01.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h"; sourceTree = ""; }; - F3DAF0B15A5F4D0B8D219FA8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_sequences.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c"; sourceTree = ""; }; - F48536C5FA3241EBAEF5828E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = xxhash.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.c"; sourceTree = ""; }; - FB4CD5140AFC481D981DDA1F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_literals.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c"; sourceTree = ""; }; - FBB654F0D6D843E1BABF658A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_deps.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h"; sourceTree = ""; }; - FC7375AEEE094AF79E370083 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_cwksp.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h"; sourceTree = ""; }; - FD76229051F84DB9BAF93493 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_internal.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h"; sourceTree = ""; }; + 9D6DD81730234852957E6CF4 /* ../Play-/deps/Dependencies/zstd/lib/compress/clevels.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = clevels.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/clevels.h"; sourceTree = ""; }; + 9DA1A6EA0790434EA84CF4E1 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_literals.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h"; sourceTree = ""; }; + 9DF6FD90A04F4DD9A8FE45B8 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_ddict.c; path = "../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c"; sourceTree = ""; }; + A49FD0B90D6144AD8241D70D /* ../Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = entropy_common.c; path = "../Play-/deps/Dependencies/zstd/lib/common/entropy_common.c"; sourceTree = ""; }; + A5F816048E3542A0B8341D79 /* ../Play-/deps/Dependencies/zstd/lib/common/compiler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = compiler.h; path = "../Play-/deps/Dependencies/zstd/lib/common/compiler.h"; sourceTree = ""; }; + A61A42C95BF744619182FC63 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c"; sourceTree = ""; }; + A79F5CEF66CD4843B7ED6748 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_fast.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c"; sourceTree = ""; }; + A841B37E01FA4DA4B775C13E /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_superblock.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h"; sourceTree = ""; }; + A97F3301537C49BE8434B3B5 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = threading.c; path = "../Play-/deps/Dependencies/zstd/lib/common/threading.c"; sourceTree = ""; }; + A9A26DD0F43A43A2A6B9C377 /* ../Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = huf_compress.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c"; sourceTree = ""; }; + AED10285EF4A420699934697 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_double_fast.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c"; sourceTree = ""; }; + B8644C1F1D9D4D7994127BFB /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fastcover.c; path = "../Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c"; sourceTree = ""; }; + B9BD98EF1C1342BF9EE85F43 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstdmt_compress.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h"; sourceTree = ""; }; + BEE38CEE5D7443909720D571 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v02.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h"; sourceTree = ""; }; + BF56EE9283CC4A6491EA2CF7 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_double_fast.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h"; sourceTree = ""; }; + C577C6BE91CE4ED98ED7C4FC /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ldm.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h"; sourceTree = ""; }; + C6507B5AF697466AAC828B90 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = cover.c; path = "../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c"; sourceTree = ""; }; + C7DFE5176B6F4DC489AAEEDD /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_common.c; path = "../Play-/deps/Dependencies/zstd/lib/common/zstd_common.c"; sourceTree = ""; }; + C8400B245FD64E56B83E6569 /* ../Play-/deps/Dependencies/zstd/build/cmake/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + CA7B5B3DFCA9479AB1ACF5F6 /* ../Play-/deps/Dependencies/zstd/lib/common/pool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pool.h; path = "../Play-/deps/Dependencies/zstd/lib/common/pool.h"; sourceTree = ""; }; + D1BC5E06DDE9448AA038E0C1 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v03.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h"; sourceTree = ""; }; + DB152AF9A68344D483A06990 /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist; sourceTree = ""; }; + E0673CD137C345868F79FCDC /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_decompress_block.h; path = "../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h"; sourceTree = ""; }; + E0B10C50CBB54F7AA90C5DD0 /* ../Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = portability_macros.h; path = "../Play-/deps/Dependencies/zstd/lib/common/portability_macros.h"; sourceTree = ""; }; + E3261227B7364EEC80FBCCA9 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v05.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h"; sourceTree = ""; }; + E59D77D678754413847A30E5 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v06.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c"; sourceTree = ""; }; + EFD91807E62A4B7F85CE9D3C /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_sequences.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h"; sourceTree = ""; }; + F1DEEE74869D4039A5D7941A /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v01.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h"; sourceTree = ""; }; + F3DAF0B15A5F4D0B8D219FA8 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_sequences.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c"; sourceTree = ""; }; + F48536C5FA3241EBAEF5828E /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = xxhash.c; path = "../Play-/deps/Dependencies/zstd/lib/common/xxhash.c"; sourceTree = ""; }; + FB4CD5140AFC481D981DDA1F /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_literals.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c"; sourceTree = ""; }; + FBB654F0D6D843E1BABF658A /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_deps.h; path = "../Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h"; sourceTree = ""; }; + FC7375AEEE094AF79E370083 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_cwksp.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h"; sourceTree = ""; }; + FD76229051F84DB9BAF93493 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_internal.h; path = "../Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -357,50 +357,50 @@ 1F1AB0CFA9D14E2184484F87 /* Header Files */ = { isa = PBXGroup; children = ( - 0FD0BDAC1AFD4D59A15496B1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bits.h */, - 46475EDA55F9413FBBBDDDF5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bitstream.h */, - A5F816048E3542A0B8341D79 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/compiler.h */, - 9786EA1841A947E9A1665ABC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/cpu.h */, - 64AD7FA3E1674CCAB7302E8E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.h */, - 49B3E74EAED04ED8BCBE7277 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.h */, - 5286C00E1717449B8D1E1BC9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse.h */, - 7A64011052194B508B3C8620 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/huf.h */, - 1895324DA4654992A4174892 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/mem.h */, - CA7B5B3DFCA9479AB1ACF5F6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.h */, - E0B10C50CBB54F7AA90C5DD0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */, - 3F88149C39EC4479A6370646 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.h */, - 11DAFE53F5204FA2A64383F8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.h */, - FBB654F0D6D843E1BABF658A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */, - FD76229051F84DB9BAF93493 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */, - 4CD1B291D8294F6BA7585560 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */, - 9D6DD81730234852957E6CF4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/clevels.h */, - 6B588F94E0E34634855CE552 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.h */, - 6F966F86C12547FF87736CF9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */, - 9DA1A6EA0790434EA84CF4E1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */, - EFD91807E62A4B7F85CE9D3C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */, - A841B37E01FA4DA4B775C13E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */, - FC7375AEEE094AF79E370083 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */, - BF56EE9283CC4A6491EA2CF7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */, - 951DE603A0194F43919F18EC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */, - 07D8F80504AC41F4AFBC745F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */, - C577C6BE91CE4ED98ED7C4FC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */, - 46851A6754C649949A6D7226 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */, - 42157ED6547141C8AF1F9AB4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */, - B9BD98EF1C1342BF9EE85F43 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */, - 0441FBC5CAB94DADB138D150 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */, - E0673CD137C345868F79FCDC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */, - 24C2A3C8CEE545D5B6332CDB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */, - 0A5D871015DF428995082ED5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */, - 467973C79BF64D16AE414D5C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */, - 6F5A9E7274444CCB93BB3665 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */, - F1DEEE74869D4039A5D7941A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */, - BEE38CEE5D7443909720D571 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */, - D1BC5E06DDE9448AA038E0C1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */, - 214BB38D0B5F4D8697206B96 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */, - E3261227B7364EEC80FBCCA9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */, - 5795D2FA1D774F6FA8B6A1D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */, - 39A3043A80674E679398F82B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */, - 2A2DE30FBA1D419F9356723D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/zstd.h */, + 0FD0BDAC1AFD4D59A15496B1 /* ../Play-/deps/Dependencies/zstd/lib/common/bits.h */, + 46475EDA55F9413FBBBDDDF5 /* ../Play-/deps/Dependencies/zstd/lib/common/bitstream.h */, + A5F816048E3542A0B8341D79 /* ../Play-/deps/Dependencies/zstd/lib/common/compiler.h */, + 9786EA1841A947E9A1665ABC /* ../Play-/deps/Dependencies/zstd/lib/common/cpu.h */, + 64AD7FA3E1674CCAB7302E8E /* ../Play-/deps/Dependencies/zstd/lib/common/debug.h */, + 49B3E74EAED04ED8BCBE7277 /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.h */, + 5286C00E1717449B8D1E1BC9 /* ../Play-/deps/Dependencies/zstd/lib/common/fse.h */, + 7A64011052194B508B3C8620 /* ../Play-/deps/Dependencies/zstd/lib/common/huf.h */, + 1895324DA4654992A4174892 /* ../Play-/deps/Dependencies/zstd/lib/common/mem.h */, + CA7B5B3DFCA9479AB1ACF5F6 /* ../Play-/deps/Dependencies/zstd/lib/common/pool.h */, + E0B10C50CBB54F7AA90C5DD0 /* ../Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */, + 3F88149C39EC4479A6370646 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.h */, + 11DAFE53F5204FA2A64383F8 /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.h */, + FBB654F0D6D843E1BABF658A /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */, + FD76229051F84DB9BAF93493 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */, + 4CD1B291D8294F6BA7585560 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */, + 9D6DD81730234852957E6CF4 /* ../Play-/deps/Dependencies/zstd/lib/compress/clevels.h */, + 6B588F94E0E34634855CE552 /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.h */, + 6F966F86C12547FF87736CF9 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */, + 9DA1A6EA0790434EA84CF4E1 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */, + EFD91807E62A4B7F85CE9D3C /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */, + A841B37E01FA4DA4B775C13E /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */, + FC7375AEEE094AF79E370083 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */, + BF56EE9283CC4A6491EA2CF7 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */, + 951DE603A0194F43919F18EC /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */, + 07D8F80504AC41F4AFBC745F /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */, + C577C6BE91CE4ED98ED7C4FC /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */, + 46851A6754C649949A6D7226 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */, + 42157ED6547141C8AF1F9AB4 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */, + B9BD98EF1C1342BF9EE85F43 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */, + 0441FBC5CAB94DADB138D150 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */, + E0673CD137C345868F79FCDC /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */, + 24C2A3C8CEE545D5B6332CDB /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */, + 0A5D871015DF428995082ED5 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */, + 467973C79BF64D16AE414D5C /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */, + 6F5A9E7274444CCB93BB3665 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */, + F1DEEE74869D4039A5D7941A /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */, + BEE38CEE5D7443909720D571 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */, + D1BC5E06DDE9448AA038E0C1 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */, + 214BB38D0B5F4D8697206B96 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */, + E3261227B7364EEC80FBCCA9 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */, + 5795D2FA1D774F6FA8B6A1D5 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */, + 39A3043A80674E679398F82B /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */, + 2A2DE30FBA1D419F9356723D /* ../Play-/deps/Dependencies/zstd/lib/zstd.h */, ); name = "Header Files"; sourceTree = ""; @@ -409,7 +409,7 @@ isa = PBXGroup; children = ( 5A14BB9CAAD8448EB192A9A7 /* CMake Rules */, - 0C81E2B4775143A7B69137FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */, + 0C81E2B4775143A7B69137FB /* ../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */, ); name = uninstall; sourceTree = ""; @@ -446,7 +446,7 @@ isa = PBXGroup; children = ( 982BD691663E4939BDAE9520 /* CMake Rules */, - 0114F630BE4A4999AD50BC27 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/CMakeLists.txt */, + 0114F630BE4A4999AD50BC27 /* ../Play-/deps/Dependencies/zstd/build/cmake/CMakeLists.txt */, ); name = "clean-all"; sourceTree = ""; @@ -454,42 +454,42 @@ BFB0FD1B4C5D4310A27D6235 /* Source Files */ = { isa = PBXGroup; children = ( - 275E24CF25ED40F0AB276F91 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.c */, - A49FD0B90D6144AD8241D70D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */, - 26BD2D4DBB6A4EB6905D33EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.c */, - 34A2DB3B97F1408BBA1B2117 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */, - 088AF00BC2AB4A4B901C8A1E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.c */, - A97F3301537C49BE8434B3B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.c */, - F48536C5FA3241EBAEF5828E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.c */, - C7DFE5176B6F4DC489AAEEDD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */, - 3EB1CB55EC4943B28AD429C7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */, - 4117BA38C8B341219A784581 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.c */, - A9A26DD0F43A43A2A6B9C377 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */, - A61A42C95BF744619182FC63 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */, - FB4CD5140AFC481D981DDA1F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */, - F3DAF0B15A5F4D0B8D219FA8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */, - 0907BFA01682473A8F7EB140 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */, - AED10285EF4A420699934697 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */, - A79F5CEF66CD4843B7ED6748 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */, - 3084C67850DC4F0BAD47B59C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */, - 5BC7874420D34A7292ABA655 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */, - 8F61D28C4E62400E9CC815D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */, - 5F3C8426DD034412BC34D30D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */, - 7243B659FFFA4B6CBA53A64E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */, - 9DF6FD90A04F4DD9A8FE45B8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */, - 25EF218D00824E56B815AF94 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */, - 02DA1AD163CE4B288F326FE4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */, - C6507B5AF697466AAC828B90 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */, - 7A0025D78A114361BCF2D1F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */, - B8644C1F1D9D4D7994127BFB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */, - 706588B514464C2F912737E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */, - 6B4D0494C96D420B8966A247 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */, - 38042C6FA2264370889A484B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */, - 4ACB92FF541B469C9996C8D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */, - 6F21F875C392417B8642400B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */, - 34E5EB64A94A408D916C4962 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */, - E59D77D678754413847A30E5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */, - 7BAC5871B16C45D7ABEECFC7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */, + 275E24CF25ED40F0AB276F91 /* ../Play-/deps/Dependencies/zstd/lib/common/debug.c */, + A49FD0B90D6144AD8241D70D /* ../Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */, + 26BD2D4DBB6A4EB6905D33EE /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.c */, + 34A2DB3B97F1408BBA1B2117 /* ../Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */, + 088AF00BC2AB4A4B901C8A1E /* ../Play-/deps/Dependencies/zstd/lib/common/pool.c */, + A97F3301537C49BE8434B3B5 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.c */, + F48536C5FA3241EBAEF5828E /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.c */, + C7DFE5176B6F4DC489AAEEDD /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */, + 3EB1CB55EC4943B28AD429C7 /* ../Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */, + 4117BA38C8B341219A784581 /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.c */, + A9A26DD0F43A43A2A6B9C377 /* ../Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */, + A61A42C95BF744619182FC63 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */, + FB4CD5140AFC481D981DDA1F /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */, + F3DAF0B15A5F4D0B8D219FA8 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */, + 0907BFA01682473A8F7EB140 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */, + AED10285EF4A420699934697 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */, + A79F5CEF66CD4843B7ED6748 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */, + 3084C67850DC4F0BAD47B59C /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */, + 5BC7874420D34A7292ABA655 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */, + 8F61D28C4E62400E9CC815D5 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */, + 5F3C8426DD034412BC34D30D /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */, + 7243B659FFFA4B6CBA53A64E /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */, + 9DF6FD90A04F4DD9A8FE45B8 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */, + 25EF218D00824E56B815AF94 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */, + 02DA1AD163CE4B288F326FE4 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */, + C6507B5AF697466AAC828B90 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */, + 7A0025D78A114361BCF2D1F0 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */, + B8644C1F1D9D4D7994127BFB /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */, + 706588B514464C2F912737E3 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */, + 6B4D0494C96D420B8966A247 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */, + 38042C6FA2264370889A484B /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */, + 4ACB92FF541B469C9996C8D5 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */, + 6F21F875C392417B8642400B /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */, + 34E5EB64A94A408D916C4962 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */, + E59D77D678754413847A30E5 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */, + 7BAC5871B16C45D7ABEECFC7 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */, ); name = "Source Files"; sourceTree = ""; @@ -497,7 +497,7 @@ E4CDB51A250346BE950BBDCE /* Resources */ = { isa = PBXGroup; children = ( - DB152AF9A68344D483A06990 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */, + DB152AF9A68344D483A06990 /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -506,7 +506,7 @@ isa = PBXGroup; children = ( 009EBB61780640B38A301E52 /* CMake Rules */, - C8400B245FD64E56B83E6569 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/CMakeLists.txt */, + C8400B245FD64E56B83E6569 /* ../Play-/deps/Dependencies/zstd/build/cmake/CMakeLists.txt */, ); name = ALL_BUILD; sourceTree = ""; @@ -538,8 +538,8 @@ BFB0FD1B4C5D4310A27D6235 /* Source Files */, 1F1AB0CFA9D14E2184484F87 /* Header Files */, E4CDB51A250346BE950BBDCE /* Resources */, - 20D7EBCAC39A42BC9614A177 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */, - 17E0B95860384428A4225AC6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */, + 20D7EBCAC39A42BC9614A177 /* ../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */, + 17E0B95860384428A4225AC6 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */, ); name = libzstd_static; sourceTree = ""; @@ -613,19 +613,19 @@ shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi "; @@ -641,25 +641,25 @@ fi ); name = "Generate lib/CMakeFiles/uninstall"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/uninstall ); +../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/uninstall ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib - /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib - /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib - /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib - /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake fi "; showEnvVarsInLog = 0; @@ -707,19 +707,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi "; @@ -783,19 +783,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; @@ -841,25 +841,25 @@ exit 0"; ); name = "Generate CMakeFiles/ZERO_CHECK"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/CMakeFiles/ZERO_CHECK ); +../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/CMakeFiles/ZERO_CHECK ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd + make -f ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd + make -f ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd + make -f ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd + make -f ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/CMakeScripts/ReRunCMake.make fi "; showEnvVarsInLog = 0; @@ -874,24 +874,24 @@ fi ); name = "Generate CMakeFiles/ALL_BUILD"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/CMakeFiles/ALL_BUILD ); +../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/CMakeFiles/ALL_BUILD ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd echo Build\\ all\\ projects fi "; @@ -907,29 +907,29 @@ fi ); name = "Generate CMakeFiles/clean-all"; outputPaths = ( -"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/CMakeFiles/clean-all" ); +"../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/CMakeFiles/clean-all" ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd /usr/bin/xcodebuild clean - rm -rf /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/ + rm -rf ../cmake/ fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd /usr/bin/xcodebuild clean - rm -rf /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/ + rm -rf ../cmake/ fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd /usr/bin/xcodebuild clean - rm -rf /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/ + rm -rf ../cmake/ fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd /usr/bin/xcodebuild clean - rm -rf /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/ + rm -rf ../cmake/ fi "; showEnvVarsInLog = 0; @@ -941,43 +941,43 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 73B29D0AF22C431AAB4F1EDA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.c */, - 7F3FFCE0B3DE466E9CDF09AF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */, - 1DE648C3845043C59773049E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.c */, - 6063CA10B4214262AC194BA3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */, - 7A2378E35C394D149446B6B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.c */, - 8F940CA2E03C430CAF77C508 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.c */, - D01237DB2F254905AA0CF4E4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.c */, - B1C5A54F2AED44278501B60B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */, - B0B00F0DDDFF470BA9C78A23 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */, - 880C320226E149EEAED2D310 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.c */, - FC50EAFA37634C1AB56C9A86 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */, - 1AD9929B1FD444C390492E01 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */, - 4C53F472778F4183A55F0E9E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */, - A7B0A22CF58F4F7B97E76A96 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */, - 4072C409C8FC425DBFC64890 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */, - 263ACDAD85044F3A91B806FF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */, - 383071078725491280A19833 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */, - F0833EDECEF94E76A7677256 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */, - F9081C55B44040A3A8B8B054 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */, - 8F64500C7F6247AA8FF05D5B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */, - 237A4B11D34B4C06A8069C4D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */, - 7893D81075C54941B79C6DE0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */, - C3384A8AF9FA4989ACB13017 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */, - A38DF342A54D4ADBA9EF27AF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */, - 98A2FCDB64074EE3851E1B1F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */, - 28FD02C9F2004C9C95765CC7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */, - 432DC2B7CD3545C881DE28B0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */, - 2A0CEE99D306480D88BE99E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */, - 688558A54C454CDF8F3E4C90 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */, - 2E7CA9293A284B608F746AB7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */, - 47A1F669F9544EE5847ABD99 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */, - 519C01A8D08247A8AD7AC98F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */, - 14D075170E284BFB81A91B3A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */, - 2155EB4D89ED4F098C54AFCB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */, - 3B23B0B20FED4044BDB450EF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */, - 50127AC90D8B4D0FB328EB03 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */, - 8D80DE4B9BB04813B428A845 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */, + 73B29D0AF22C431AAB4F1EDA /* ../Play-/deps/Dependencies/zstd/lib/common/debug.c */, + 7F3FFCE0B3DE466E9CDF09AF /* ../Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */, + 1DE648C3845043C59773049E /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.c */, + 6063CA10B4214262AC194BA3 /* ../Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */, + 7A2378E35C394D149446B6B4 /* ../Play-/deps/Dependencies/zstd/lib/common/pool.c */, + 8F940CA2E03C430CAF77C508 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.c */, + D01237DB2F254905AA0CF4E4 /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.c */, + B1C5A54F2AED44278501B60B /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */, + B0B00F0DDDFF470BA9C78A23 /* ../Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */, + 880C320226E149EEAED2D310 /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.c */, + FC50EAFA37634C1AB56C9A86 /* ../Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */, + 1AD9929B1FD444C390492E01 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */, + 4C53F472778F4183A55F0E9E /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */, + A7B0A22CF58F4F7B97E76A96 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */, + 4072C409C8FC425DBFC64890 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */, + 263ACDAD85044F3A91B806FF /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */, + 383071078725491280A19833 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */, + F0833EDECEF94E76A7677256 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */, + F9081C55B44040A3A8B8B054 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */, + 8F64500C7F6247AA8FF05D5B /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */, + 237A4B11D34B4C06A8069C4D /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */, + 7893D81075C54941B79C6DE0 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */, + C3384A8AF9FA4989ACB13017 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */, + A38DF342A54D4ADBA9EF27AF /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */, + 98A2FCDB64074EE3851E1B1F /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */, + 28FD02C9F2004C9C95765CC7 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */, + 432DC2B7CD3545C881DE28B0 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */, + 2A0CEE99D306480D88BE99E6 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */, + 688558A54C454CDF8F3E4C90 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */, + 2E7CA9293A284B608F746AB7 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */, + 47A1F669F9544EE5847ABD99 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */, + 519C01A8D08247A8AD7AC98F /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */, + 14D075170E284BFB81A91B3A /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */, + 2155EB4D89ED4F098C54AFCB /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */, + 3B23B0B20FED4044BDB450EF /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */, + 50127AC90D8B4D0FB328EB03 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */, + 8D80DE4B9BB04813B428A845 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1382,7 +1382,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZSTD_MULTITHREAD,"'PLAY_VERSION=\"0.30\"'","'XXH_NAMESPACE=ZSTD_'","'ZSTD_LEGACY_SUPPORT=5'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); + HEADER_SEARCH_PATHS = (../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"../Play-/deps/Dependencies/zstd/build/cmake/lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1606,7 +1606,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZSTD_MULTITHREAD,"'PLAY_VERSION=\"0.30\"'","'XXH_NAMESPACE=ZSTD_'","'ZSTD_LEGACY_SUPPORT=5'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); + HEADER_SEARCH_PATHS = (../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"../Play-/deps/Dependencies/zstd/build/cmake/lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1635,7 +1635,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZSTD_MULTITHREAD,"'PLAY_VERSION=\"0.30\"'","'XXH_NAMESPACE=ZSTD_'","'ZSTD_LEGACY_SUPPORT=5'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); + HEADER_SEARCH_PATHS = (../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"../Play-/deps/Dependencies/zstd/build/cmake/lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1684,7 +1684,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZSTD_MULTITHREAD,"'PLAY_VERSION=\"0.30\"'","'XXH_NAMESPACE=ZSTD_'","'ZSTD_LEGACY_SUPPORT=5'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); + HEADER_SEARCH_PATHS = (../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"../Play-/deps/Dependencies/zstd/build/cmake/lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; diff --git a/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp/Framework_Http.xcodeproj/project.pbxproj b/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp/Framework_Http.xcodeproj/project.pbxproj index d933e01ff2..53f2f8da31 100644 --- a/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp/Framework_Http.xcodeproj/project.pbxproj +++ b/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp/Framework_Http.xcodeproj/project.pbxproj @@ -69,16 +69,16 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 21687BD2B43A4D75971CAA80 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 3005CFEFAB7B4CBC923E3304 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */; }; - 3D50F27A424A4732A73D8397 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/AppleHttpClient.cpp */ = {isa = PBXBuildFile; fileRef = 8BCD3E7652774BA6ACCB43EB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/AppleHttpClient.cpp */; }; - 58D2E6714E704B32BB162D13 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpServer.cpp */ = {isa = PBXBuildFile; fileRef = 3E0B6A1F6C87447C8418765E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpServer.cpp */; }; - 7379C71D8F724C4991DC94F4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpServer.h */ = {isa = PBXBuildFile; fileRef = 865C49FAAE394A5C83AC6E16 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpServer.h */; }; - 85FF1EDACC47476291E9189C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClient.h */ = {isa = PBXBuildFile; fileRef = E38B50A7C56E4C41AFB8E072 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClient.h */; }; - 93B93B3DC6B64FF3AF2D3E5A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClient.cpp */ = {isa = PBXBuildFile; fileRef = AFBE605D160648439EE0941F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClient.cpp */; }; - A80AB3CA7AA34FFA95E10398 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClientFactory.cpp */ = {isa = PBXBuildFile; fileRef = 5B56A403241340A797D65B90 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClientFactory.cpp */; }; - AA584B0B82CD430DAE8562FF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = E870E3EE35AC4B6A98550C61 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist */; }; - B62E07B6D91943B8A295B87B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/AppleHttpClient.h */ = {isa = PBXBuildFile; fileRef = 3FC9DFCEBEF5473A8A79472F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/AppleHttpClient.h */; }; - C6B4446F48AF4E0691F9860A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClientFactory.h */ = {isa = PBXBuildFile; fileRef = A694B3C9CD8D4E4C9D280BC7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClientFactory.h */; }; + 21687BD2B43A4D75971CAA80 /* ../Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 3005CFEFAB7B4CBC923E3304 /* ../Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */; }; + 3D50F27A424A4732A73D8397 /* ../Play-/deps/Framework/src/http/AppleHttpClient.cpp */ = {isa = PBXBuildFile; fileRef = 8BCD3E7652774BA6ACCB43EB /* ../Play-/deps/Framework/src/http/AppleHttpClient.cpp */; }; + 58D2E6714E704B32BB162D13 /* ../Play-/deps/Framework/src/http/HttpServer.cpp */ = {isa = PBXBuildFile; fileRef = 3E0B6A1F6C87447C8418765E /* ../Play-/deps/Framework/src/http/HttpServer.cpp */; }; + 7379C71D8F724C4991DC94F4 /* ../Play-/deps/Framework/include/http/HttpServer.h */ = {isa = PBXBuildFile; fileRef = 865C49FAAE394A5C83AC6E16 /* ../Play-/deps/Framework/include/http/HttpServer.h */; }; + 85FF1EDACC47476291E9189C /* ../Play-/deps/Framework/include/http/HttpClient.h */ = {isa = PBXBuildFile; fileRef = E38B50A7C56E4C41AFB8E072 /* ../Play-/deps/Framework/include/http/HttpClient.h */; }; + 93B93B3DC6B64FF3AF2D3E5A /* ../Play-/deps/Framework/src/http/HttpClient.cpp */ = {isa = PBXBuildFile; fileRef = AFBE605D160648439EE0941F /* ../Play-/deps/Framework/src/http/HttpClient.cpp */; }; + A80AB3CA7AA34FFA95E10398 /* ../Play-/deps/Framework/src/http/HttpClientFactory.cpp */ = {isa = PBXBuildFile; fileRef = 5B56A403241340A797D65B90 /* ../Play-/deps/Framework/src/http/HttpClientFactory.cpp */; }; + AA584B0B82CD430DAE8562FF /* ../cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = E870E3EE35AC4B6A98550C61 /* ../cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist */; }; + B62E07B6D91943B8A295B87B /* ../Play-/deps/Framework/include/http/AppleHttpClient.h */ = {isa = PBXBuildFile; fileRef = 3FC9DFCEBEF5473A8A79472F /* ../Play-/deps/Framework/include/http/AppleHttpClient.h */; }; + C6B4446F48AF4E0691F9860A /* ../Play-/deps/Framework/include/http/HttpClientFactory.h */ = {isa = PBXBuildFile; fileRef = A694B3C9CD8D4E4C9D280BC7 /* ../Play-/deps/Framework/include/http/HttpClientFactory.h */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ @@ -151,17 +151,17 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 3005CFEFAB7B4CBC923E3304 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 3E0B6A1F6C87447C8418765E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpServer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HttpServer.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpServer.cpp"; sourceTree = ""; }; - 3FC9DFCEBEF5473A8A79472F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/AppleHttpClient.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AppleHttpClient.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/AppleHttpClient.h"; sourceTree = ""; }; - 448EB3D0F3AE494A90F125B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 5B56A403241340A797D65B90 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClientFactory.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HttpClientFactory.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClientFactory.cpp"; sourceTree = ""; }; - 865C49FAAE394A5C83AC6E16 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpServer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HttpServer.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpServer.h"; sourceTree = ""; }; - 8BCD3E7652774BA6ACCB43EB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/AppleHttpClient.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AppleHttpClient.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/AppleHttpClient.cpp"; sourceTree = ""; }; - A694B3C9CD8D4E4C9D280BC7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClientFactory.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HttpClientFactory.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClientFactory.h"; sourceTree = ""; }; - AFBE605D160648439EE0941F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClient.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HttpClient.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClient.cpp"; sourceTree = ""; }; - E38B50A7C56E4C41AFB8E072 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClient.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HttpClient.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClient.h"; sourceTree = ""; }; - E870E3EE35AC4B6A98550C61 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist; sourceTree = ""; }; + 3005CFEFAB7B4CBC923E3304 /* ../Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 3E0B6A1F6C87447C8418765E /* ../Play-/deps/Framework/src/http/HttpServer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HttpServer.cpp; path = "../Play-/deps/Framework/src/http/HttpServer.cpp"; sourceTree = ""; }; + 3FC9DFCEBEF5473A8A79472F /* ../Play-/deps/Framework/include/http/AppleHttpClient.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AppleHttpClient.h; path = "../Play-/deps/Framework/include/http/AppleHttpClient.h"; sourceTree = ""; }; + 448EB3D0F3AE494A90F125B5 /* ../Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 5B56A403241340A797D65B90 /* ../Play-/deps/Framework/src/http/HttpClientFactory.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HttpClientFactory.cpp; path = "../Play-/deps/Framework/src/http/HttpClientFactory.cpp"; sourceTree = ""; }; + 865C49FAAE394A5C83AC6E16 /* ../Play-/deps/Framework/include/http/HttpServer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HttpServer.h; path = "../Play-/deps/Framework/include/http/HttpServer.h"; sourceTree = ""; }; + 8BCD3E7652774BA6ACCB43EB /* ../Play-/deps/Framework/src/http/AppleHttpClient.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AppleHttpClient.cpp; path = "../Play-/deps/Framework/src/http/AppleHttpClient.cpp"; sourceTree = ""; }; + A694B3C9CD8D4E4C9D280BC7 /* ../Play-/deps/Framework/include/http/HttpClientFactory.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HttpClientFactory.h; path = "../Play-/deps/Framework/include/http/HttpClientFactory.h"; sourceTree = ""; }; + AFBE605D160648439EE0941F /* ../Play-/deps/Framework/src/http/HttpClient.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HttpClient.cpp; path = "../Play-/deps/Framework/src/http/HttpClient.cpp"; sourceTree = ""; }; + E38B50A7C56E4C41AFB8E072 /* ../Play-/deps/Framework/include/http/HttpClient.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HttpClient.h; path = "../Play-/deps/Framework/include/http/HttpClient.h"; sourceTree = ""; }; + E870E3EE35AC4B6A98550C61 /* ../cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist; sourceTree = ""; }; FE8D481E760A43E78DD2FAA6 /* Framework_Http */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libFramework_Http.a; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ @@ -187,10 +187,10 @@ 1828D2283CE442A986C7F1AB /* Header Files */ = { isa = PBXGroup; children = ( - 3FC9DFCEBEF5473A8A79472F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/AppleHttpClient.h */, - E38B50A7C56E4C41AFB8E072 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClient.h */, - A694B3C9CD8D4E4C9D280BC7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClientFactory.h */, - 865C49FAAE394A5C83AC6E16 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpServer.h */, + 3FC9DFCEBEF5473A8A79472F /* ../Play-/deps/Framework/include/http/AppleHttpClient.h */, + E38B50A7C56E4C41AFB8E072 /* ../Play-/deps/Framework/include/http/HttpClient.h */, + A694B3C9CD8D4E4C9D280BC7 /* ../Play-/deps/Framework/include/http/HttpClientFactory.h */, + 865C49FAAE394A5C83AC6E16 /* ../Play-/deps/Framework/include/http/HttpServer.h */, ); name = "Header Files"; sourceTree = ""; @@ -222,7 +222,7 @@ F3A1199C9E8C4EC190F4DA53 /* Source Files */, 1828D2283CE442A986C7F1AB /* Header Files */, 9EB29F04BBB64E55836B6973 /* Resources */, - 3005CFEFAB7B4CBC923E3304 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */, + 3005CFEFAB7B4CBC923E3304 /* ../Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */, ); name = Framework_Http; sourceTree = ""; @@ -230,7 +230,7 @@ 9EB29F04BBB64E55836B6973 /* Resources */ = { isa = PBXGroup; children = ( - E870E3EE35AC4B6A98550C61 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist */, + E870E3EE35AC4B6A98550C61 /* ../cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -239,7 +239,7 @@ isa = PBXGroup; children = ( 79805DC323A04E01AECE4785 /* CMake Rules */, - 448EB3D0F3AE494A90F125B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */, + 448EB3D0F3AE494A90F125B5 /* ../Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */, ); name = ALL_BUILD; sourceTree = ""; @@ -247,10 +247,10 @@ F3A1199C9E8C4EC190F4DA53 /* Source Files */ = { isa = PBXGroup; children = ( - 8BCD3E7652774BA6ACCB43EB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/AppleHttpClient.cpp */, - AFBE605D160648439EE0941F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClient.cpp */, - 5B56A403241340A797D65B90 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClientFactory.cpp */, - 3E0B6A1F6C87447C8418765E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpServer.cpp */, + 8BCD3E7652774BA6ACCB43EB /* ../Play-/deps/Framework/src/http/AppleHttpClient.cpp */, + AFBE605D160648439EE0941F /* ../Play-/deps/Framework/src/http/HttpClient.cpp */, + 5B56A403241340A797D65B90 /* ../Play-/deps/Framework/src/http/HttpClientFactory.cpp */, + 3E0B6A1F6C87447C8418765E /* ../Play-/deps/Framework/src/http/HttpServer.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -334,19 +334,19 @@ shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp + cd ../cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp + cd ../cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp + cd ../cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp + cd ../cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi "; @@ -362,24 +362,24 @@ fi ); name = "Generate CMakeFiles/ALL_BUILD"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp/CMakeFiles/ALL_BUILD ); +../cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp/CMakeFiles/ALL_BUILD ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp + cd ../cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp + cd ../cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp + cd ../cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp + cd ../cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp echo Build\\ all\\ projects fi "; @@ -413,19 +413,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi "; @@ -489,19 +489,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp + cd ../cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp + cd ../cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp + cd ../cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp + cd ../cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; @@ -532,25 +532,25 @@ exit 0"; ); name = "Generate CMakeFiles/ZERO_CHECK"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp/CMakeFiles/ZERO_CHECK ); +../cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp/CMakeFiles/ZERO_CHECK ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp + make -f ../cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp + make -f ../cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp + make -f ../cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp + make -f ../cmake/Source/ui_ios/Source/FrameworkAmazon/FrameworkHttp/CMakeScripts/ReRunCMake.make fi "; showEnvVarsInLog = 0; @@ -562,10 +562,10 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 3D50F27A424A4732A73D8397 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/AppleHttpClient.cpp */, - 93B93B3DC6B64FF3AF2D3E5A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClient.cpp */, - A80AB3CA7AA34FFA95E10398 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClientFactory.cpp */, - 58D2E6714E704B32BB162D13 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpServer.cpp */, + 3D50F27A424A4732A73D8397 /* ../Play-/deps/Framework/src/http/AppleHttpClient.cpp */, + 93B93B3DC6B64FF3AF2D3E5A /* ../Play-/deps/Framework/src/http/HttpClient.cpp */, + A80AB3CA7AA34FFA95E10398 /* ../Play-/deps/Framework/src/http/HttpClientFactory.cpp */, + 58D2E6714E704B32BB162D13 /* ../Play-/deps/Framework/src/http/HttpServer.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -673,7 +673,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -763,7 +763,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -793,7 +793,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1081,7 +1081,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; diff --git a/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/Framework_Amazon.xcodeproj/project.pbxproj b/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/Framework_Amazon.xcodeproj/project.pbxproj index e036bf7793..ff81c9e99f 100644 --- a/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/Framework_Amazon.xcodeproj/project.pbxproj +++ b/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/Framework_Amazon.xcodeproj/project.pbxproj @@ -69,12 +69,12 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 1910C21802464A75B76D2635 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/amazon/AmazonClient.h */ = {isa = PBXBuildFile; fileRef = 4CF4E674E7B74D45B04ACD65 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/amazon/AmazonClient.h */; }; - 41413F6B5A3D4E09AC161FE8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/amazon/AmazonS3Client.cpp */ = {isa = PBXBuildFile; fileRef = 386966F5A3F442C3A7F43B6C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/amazon/AmazonS3Client.cpp */; }; - AAC9AC5C6E6D4CDB898930AA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/amazon/AmazonClient.cpp */ = {isa = PBXBuildFile; fileRef = FE7A77149E72403CB9F8F3A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/amazon/AmazonClient.cpp */; }; - CB909E9BF9984F61B39E399A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/amazon/AmazonS3Client.h */ = {isa = PBXBuildFile; fileRef = 46A809726EB6470EA5561A13 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/amazon/AmazonS3Client.h */; }; - D76D67252D084D9193C81BB4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeFiles/Framework_Amazon.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 1DEE2219C9CD42BBB2970A09 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeFiles/Framework_Amazon.dir/Info.plist */; }; - F6966638CEAD40209E38E28A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkAmazon/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = A2694BE450D14203B709A605 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkAmazon/CMakeLists.txt */; }; + 1910C21802464A75B76D2635 /* ../Play-/deps/Framework/include/amazon/AmazonClient.h */ = {isa = PBXBuildFile; fileRef = 4CF4E674E7B74D45B04ACD65 /* ../Play-/deps/Framework/include/amazon/AmazonClient.h */; }; + 41413F6B5A3D4E09AC161FE8 /* ../Play-/deps/Framework/src/amazon/AmazonS3Client.cpp */ = {isa = PBXBuildFile; fileRef = 386966F5A3F442C3A7F43B6C /* ../Play-/deps/Framework/src/amazon/AmazonS3Client.cpp */; }; + AAC9AC5C6E6D4CDB898930AA /* ../Play-/deps/Framework/src/amazon/AmazonClient.cpp */ = {isa = PBXBuildFile; fileRef = FE7A77149E72403CB9F8F3A9 /* ../Play-/deps/Framework/src/amazon/AmazonClient.cpp */; }; + CB909E9BF9984F61B39E399A /* ../Play-/deps/Framework/include/amazon/AmazonS3Client.h */ = {isa = PBXBuildFile; fileRef = 46A809726EB6470EA5561A13 /* ../Play-/deps/Framework/include/amazon/AmazonS3Client.h */; }; + D76D67252D084D9193C81BB4 /* ../cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeFiles/Framework_Amazon.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 1DEE2219C9CD42BBB2970A09 /* ../cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeFiles/Framework_Amazon.dir/Info.plist */; }; + F6966638CEAD40209E38E28A /* ../Play-/deps/Framework/build_cmake/FrameworkAmazon/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = A2694BE450D14203B709A605 /* ../Play-/deps/Framework/build_cmake/FrameworkAmazon/CMakeLists.txt */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ @@ -147,14 +147,14 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 1DEE2219C9CD42BBB2970A09 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeFiles/Framework_Amazon.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeFiles/Framework_Amazon.dir/Info.plist; sourceTree = ""; }; - 2DEA31329DAC4F149DDC49A5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkAmazon/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 386966F5A3F442C3A7F43B6C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/amazon/AmazonS3Client.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AmazonS3Client.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/amazon/AmazonS3Client.cpp"; sourceTree = ""; }; - 46A809726EB6470EA5561A13 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/amazon/AmazonS3Client.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AmazonS3Client.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/amazon/AmazonS3Client.h"; sourceTree = ""; }; - 4CF4E674E7B74D45B04ACD65 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/amazon/AmazonClient.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AmazonClient.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/amazon/AmazonClient.h"; sourceTree = ""; }; + 1DEE2219C9CD42BBB2970A09 /* ../cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeFiles/Framework_Amazon.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeFiles/Framework_Amazon.dir/Info.plist; sourceTree = ""; }; + 2DEA31329DAC4F149DDC49A5 /* ../Play-/deps/Framework/build_cmake/FrameworkAmazon/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 386966F5A3F442C3A7F43B6C /* ../Play-/deps/Framework/src/amazon/AmazonS3Client.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AmazonS3Client.cpp; path = "../Play-/deps/Framework/src/amazon/AmazonS3Client.cpp"; sourceTree = ""; }; + 46A809726EB6470EA5561A13 /* ../Play-/deps/Framework/include/amazon/AmazonS3Client.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AmazonS3Client.h; path = "../Play-/deps/Framework/include/amazon/AmazonS3Client.h"; sourceTree = ""; }; + 4CF4E674E7B74D45B04ACD65 /* ../Play-/deps/Framework/include/amazon/AmazonClient.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AmazonClient.h; path = "../Play-/deps/Framework/include/amazon/AmazonClient.h"; sourceTree = ""; }; 61B620707FE54F48A6E3D1E6 /* Framework_Amazon */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libFramework_Amazon.a; sourceTree = BUILT_PRODUCTS_DIR; }; - A2694BE450D14203B709A605 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkAmazon/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - FE7A77149E72403CB9F8F3A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/amazon/AmazonClient.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AmazonClient.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/amazon/AmazonClient.cpp"; sourceTree = ""; }; + A2694BE450D14203B709A605 /* ../Play-/deps/Framework/build_cmake/FrameworkAmazon/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + FE7A77149E72403CB9F8F3A9 /* ../Play-/deps/Framework/src/amazon/AmazonClient.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AmazonClient.cpp; path = "../Play-/deps/Framework/src/amazon/AmazonClient.cpp"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -190,8 +190,8 @@ 3A7D0B0C57A3443AB4DAA07A /* Source Files */ = { isa = PBXGroup; children = ( - FE7A77149E72403CB9F8F3A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/amazon/AmazonClient.cpp */, - 386966F5A3F442C3A7F43B6C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/amazon/AmazonS3Client.cpp */, + FE7A77149E72403CB9F8F3A9 /* ../Play-/deps/Framework/src/amazon/AmazonClient.cpp */, + 386966F5A3F442C3A7F43B6C /* ../Play-/deps/Framework/src/amazon/AmazonS3Client.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -206,8 +206,8 @@ 9EC59EA136464095AA0CF4DD /* Header Files */ = { isa = PBXGroup; children = ( - 4CF4E674E7B74D45B04ACD65 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/amazon/AmazonClient.h */, - 46A809726EB6470EA5561A13 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/amazon/AmazonS3Client.h */, + 4CF4E674E7B74D45B04ACD65 /* ../Play-/deps/Framework/include/amazon/AmazonClient.h */, + 46A809726EB6470EA5561A13 /* ../Play-/deps/Framework/include/amazon/AmazonS3Client.h */, ); name = "Header Files"; sourceTree = ""; @@ -218,7 +218,7 @@ 3A7D0B0C57A3443AB4DAA07A /* Source Files */, 9EC59EA136464095AA0CF4DD /* Header Files */, FC8126BA9F924137A1A16B9A /* Resources */, - A2694BE450D14203B709A605 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkAmazon/CMakeLists.txt */, + A2694BE450D14203B709A605 /* ../Play-/deps/Framework/build_cmake/FrameworkAmazon/CMakeLists.txt */, ); name = Framework_Amazon; sourceTree = ""; @@ -241,7 +241,7 @@ isa = PBXGroup; children = ( 9634740EAB96466F8B19C194 /* CMake Rules */, - 2DEA31329DAC4F149DDC49A5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkAmazon/CMakeLists.txt */, + 2DEA31329DAC4F149DDC49A5 /* ../Play-/deps/Framework/build_cmake/FrameworkAmazon/CMakeLists.txt */, ); name = ALL_BUILD; sourceTree = ""; @@ -249,7 +249,7 @@ FC8126BA9F924137A1A16B9A /* Resources */ = { isa = PBXGroup; children = ( - 1DEE2219C9CD42BBB2970A09 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeFiles/Framework_Amazon.dir/Info.plist */, + 1DEE2219C9CD42BBB2970A09 /* ../cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeFiles/Framework_Amazon.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -322,19 +322,19 @@ shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon + cd ../cmake/Source/ui_ios/Source/FrameworkAmazon /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon + cd ../cmake/Source/ui_ios/Source/FrameworkAmazon /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon + cd ../cmake/Source/ui_ios/Source/FrameworkAmazon /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon + cd ../cmake/Source/ui_ios/Source/FrameworkAmazon /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi "; @@ -368,19 +368,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi "; @@ -411,25 +411,25 @@ exit 0"; ); name = "Generate CMakeFiles/ZERO_CHECK"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeFiles/ZERO_CHECK ); +../cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeFiles/ZERO_CHECK ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/FrameworkAmazon + make -f ../cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/FrameworkAmazon + make -f ../cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/FrameworkAmazon + make -f ../cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/FrameworkAmazon + make -f ../cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeScripts/ReRunCMake.make fi "; showEnvVarsInLog = 0; @@ -477,19 +477,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon + cd ../cmake/Source/ui_ios/Source/FrameworkAmazon /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon + cd ../cmake/Source/ui_ios/Source/FrameworkAmazon /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon + cd ../cmake/Source/ui_ios/Source/FrameworkAmazon /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon + cd ../cmake/Source/ui_ios/Source/FrameworkAmazon /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; @@ -520,24 +520,24 @@ exit 0"; ); name = "Generate CMakeFiles/ALL_BUILD"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeFiles/ALL_BUILD ); +../cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeFiles/ALL_BUILD ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon + cd ../cmake/Source/ui_ios/Source/FrameworkAmazon echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon + cd ../cmake/Source/ui_ios/Source/FrameworkAmazon echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon + cd ../cmake/Source/ui_ios/Source/FrameworkAmazon echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon + cd ../cmake/Source/ui_ios/Source/FrameworkAmazon echo Build\\ all\\ projects fi "; @@ -550,8 +550,8 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - AAC9AC5C6E6D4CDB898930AA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/amazon/AmazonClient.cpp */, - 41413F6B5A3D4E09AC161FE8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/amazon/AmazonS3Client.cpp */, + AAC9AC5C6E6D4CDB898930AA /* ../Play-/deps/Framework/src/amazon/AmazonClient.cpp */, + 41413F6B5A3D4E09AC161FE8 /* ../Play-/deps/Framework/src/amazon/AmazonS3Client.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -641,7 +641,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -827,7 +827,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1017,7 +1017,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1104,7 +1104,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; diff --git a/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/Framework_Http.xcodeproj/project.pbxproj b/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/Framework_Http.xcodeproj/project.pbxproj index 596e9144a2..ae99cab498 100644 --- a/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/Framework_Http.xcodeproj/project.pbxproj +++ b/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/Framework_Http.xcodeproj/project.pbxproj @@ -69,16 +69,16 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 198D8EFE3A3243C1B7E9B99A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpServer.cpp */ = {isa = PBXBuildFile; fileRef = 300D3BE69A4944A2A1252BF6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpServer.cpp */; }; - 3FA47DDBEFDC42A2B6955C5A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/AppleHttpClient.cpp */ = {isa = PBXBuildFile; fileRef = AD60266285944EE19B6A4ABD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/AppleHttpClient.cpp */; }; - 472F7B9F7C484C3DA24251ED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClientFactory.h */ = {isa = PBXBuildFile; fileRef = 8BE3FC16DCF147F59F83B63D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClientFactory.h */; }; - 4A30AF171BCE4069A902C452 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClient.cpp */ = {isa = PBXBuildFile; fileRef = 107708CAC364406B8334E122 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClient.cpp */; }; - 4B35160FE3CE40959E2F2B0C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 91F12BA3ED794F3895825B35 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist */; }; - 4CB700C96ACC471AA5F9DFDD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClient.h */ = {isa = PBXBuildFile; fileRef = 473AD15674D947C9BC5743B1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClient.h */; }; - 797A149EE222420FB79405AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpServer.h */ = {isa = PBXBuildFile; fileRef = 4B40A5C6ACC64D00B59591FC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpServer.h */; }; - AF81FAB0224C4D5EA88304ED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = EE99291240304E5B9B092700 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */; }; - D141FD6B93F940D7BDB4266A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/AppleHttpClient.h */ = {isa = PBXBuildFile; fileRef = 63D94364147A40AAA8C891C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/AppleHttpClient.h */; }; - E47CE0130D3E4B4A89F8A1D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClientFactory.cpp */ = {isa = PBXBuildFile; fileRef = FF5FF54CA77C4199868A1A87 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClientFactory.cpp */; }; + 198D8EFE3A3243C1B7E9B99A /* ../Play-/deps/Framework/src/http/HttpServer.cpp */ = {isa = PBXBuildFile; fileRef = 300D3BE69A4944A2A1252BF6 /* ../Play-/deps/Framework/src/http/HttpServer.cpp */; }; + 3FA47DDBEFDC42A2B6955C5A /* ../Play-/deps/Framework/src/http/AppleHttpClient.cpp */ = {isa = PBXBuildFile; fileRef = AD60266285944EE19B6A4ABD /* ../Play-/deps/Framework/src/http/AppleHttpClient.cpp */; }; + 472F7B9F7C484C3DA24251ED /* ../Play-/deps/Framework/include/http/HttpClientFactory.h */ = {isa = PBXBuildFile; fileRef = 8BE3FC16DCF147F59F83B63D /* ../Play-/deps/Framework/include/http/HttpClientFactory.h */; }; + 4A30AF171BCE4069A902C452 /* ../Play-/deps/Framework/src/http/HttpClient.cpp */ = {isa = PBXBuildFile; fileRef = 107708CAC364406B8334E122 /* ../Play-/deps/Framework/src/http/HttpClient.cpp */; }; + 4B35160FE3CE40959E2F2B0C /* ../cmake/Source/ui_ios/Source/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 91F12BA3ED794F3895825B35 /* ../cmake/Source/ui_ios/Source/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist */; }; + 4CB700C96ACC471AA5F9DFDD /* ../Play-/deps/Framework/include/http/HttpClient.h */ = {isa = PBXBuildFile; fileRef = 473AD15674D947C9BC5743B1 /* ../Play-/deps/Framework/include/http/HttpClient.h */; }; + 797A149EE222420FB79405AB /* ../Play-/deps/Framework/include/http/HttpServer.h */ = {isa = PBXBuildFile; fileRef = 4B40A5C6ACC64D00B59591FC /* ../Play-/deps/Framework/include/http/HttpServer.h */; }; + AF81FAB0224C4D5EA88304ED /* ../Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = EE99291240304E5B9B092700 /* ../Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */; }; + D141FD6B93F940D7BDB4266A /* ../Play-/deps/Framework/include/http/AppleHttpClient.h */ = {isa = PBXBuildFile; fileRef = 63D94364147A40AAA8C891C9 /* ../Play-/deps/Framework/include/http/AppleHttpClient.h */; }; + E47CE0130D3E4B4A89F8A1D8 /* ../Play-/deps/Framework/src/http/HttpClientFactory.cpp */ = {isa = PBXBuildFile; fileRef = FF5FF54CA77C4199868A1A87 /* ../Play-/deps/Framework/src/http/HttpClientFactory.cpp */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ @@ -151,18 +151,18 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 107708CAC364406B8334E122 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClient.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HttpClient.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClient.cpp"; sourceTree = ""; }; - 2742808A66BA4724BD0B2DA8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 300D3BE69A4944A2A1252BF6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpServer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HttpServer.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpServer.cpp"; sourceTree = ""; }; + 107708CAC364406B8334E122 /* ../Play-/deps/Framework/src/http/HttpClient.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HttpClient.cpp; path = "../Play-/deps/Framework/src/http/HttpClient.cpp"; sourceTree = ""; }; + 2742808A66BA4724BD0B2DA8 /* ../Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 300D3BE69A4944A2A1252BF6 /* ../Play-/deps/Framework/src/http/HttpServer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HttpServer.cpp; path = "../Play-/deps/Framework/src/http/HttpServer.cpp"; sourceTree = ""; }; 3FE756A20C3B4C96A0BAA7E9 /* Framework_Http */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libFramework_Http.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 473AD15674D947C9BC5743B1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClient.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HttpClient.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClient.h"; sourceTree = ""; }; - 4B40A5C6ACC64D00B59591FC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpServer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HttpServer.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpServer.h"; sourceTree = ""; }; - 63D94364147A40AAA8C891C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/AppleHttpClient.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AppleHttpClient.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/AppleHttpClient.h"; sourceTree = ""; }; - 8BE3FC16DCF147F59F83B63D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClientFactory.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HttpClientFactory.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClientFactory.h"; sourceTree = ""; }; - 91F12BA3ED794F3895825B35 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist; sourceTree = ""; }; - AD60266285944EE19B6A4ABD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/AppleHttpClient.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AppleHttpClient.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/AppleHttpClient.cpp"; sourceTree = ""; }; - EE99291240304E5B9B092700 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - FF5FF54CA77C4199868A1A87 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClientFactory.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HttpClientFactory.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClientFactory.cpp"; sourceTree = ""; }; + 473AD15674D947C9BC5743B1 /* ../Play-/deps/Framework/include/http/HttpClient.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HttpClient.h; path = "../Play-/deps/Framework/include/http/HttpClient.h"; sourceTree = ""; }; + 4B40A5C6ACC64D00B59591FC /* ../Play-/deps/Framework/include/http/HttpServer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HttpServer.h; path = "../Play-/deps/Framework/include/http/HttpServer.h"; sourceTree = ""; }; + 63D94364147A40AAA8C891C9 /* ../Play-/deps/Framework/include/http/AppleHttpClient.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AppleHttpClient.h; path = "../Play-/deps/Framework/include/http/AppleHttpClient.h"; sourceTree = ""; }; + 8BE3FC16DCF147F59F83B63D /* ../Play-/deps/Framework/include/http/HttpClientFactory.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HttpClientFactory.h; path = "../Play-/deps/Framework/include/http/HttpClientFactory.h"; sourceTree = ""; }; + 91F12BA3ED794F3895825B35 /* ../cmake/Source/ui_ios/Source/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/Source/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist; sourceTree = ""; }; + AD60266285944EE19B6A4ABD /* ../Play-/deps/Framework/src/http/AppleHttpClient.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AppleHttpClient.cpp; path = "../Play-/deps/Framework/src/http/AppleHttpClient.cpp"; sourceTree = ""; }; + EE99291240304E5B9B092700 /* ../Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + FF5FF54CA77C4199868A1A87 /* ../Play-/deps/Framework/src/http/HttpClientFactory.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HttpClientFactory.cpp; path = "../Play-/deps/Framework/src/http/HttpClientFactory.cpp"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -179,10 +179,10 @@ 3203064B55754C88BF3BBE09 /* Header Files */ = { isa = PBXGroup; children = ( - 63D94364147A40AAA8C891C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/AppleHttpClient.h */, - 473AD15674D947C9BC5743B1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClient.h */, - 8BE3FC16DCF147F59F83B63D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClientFactory.h */, - 4B40A5C6ACC64D00B59591FC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpServer.h */, + 63D94364147A40AAA8C891C9 /* ../Play-/deps/Framework/include/http/AppleHttpClient.h */, + 473AD15674D947C9BC5743B1 /* ../Play-/deps/Framework/include/http/HttpClient.h */, + 8BE3FC16DCF147F59F83B63D /* ../Play-/deps/Framework/include/http/HttpClientFactory.h */, + 4B40A5C6ACC64D00B59591FC /* ../Play-/deps/Framework/include/http/HttpServer.h */, ); name = "Header Files"; sourceTree = ""; @@ -190,10 +190,10 @@ 40CB603EF5B64C548949F795 /* Source Files */ = { isa = PBXGroup; children = ( - AD60266285944EE19B6A4ABD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/AppleHttpClient.cpp */, - 107708CAC364406B8334E122 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClient.cpp */, - FF5FF54CA77C4199868A1A87 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClientFactory.cpp */, - 300D3BE69A4944A2A1252BF6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpServer.cpp */, + AD60266285944EE19B6A4ABD /* ../Play-/deps/Framework/src/http/AppleHttpClient.cpp */, + 107708CAC364406B8334E122 /* ../Play-/deps/Framework/src/http/HttpClient.cpp */, + FF5FF54CA77C4199868A1A87 /* ../Play-/deps/Framework/src/http/HttpClientFactory.cpp */, + 300D3BE69A4944A2A1252BF6 /* ../Play-/deps/Framework/src/http/HttpServer.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -209,7 +209,7 @@ isa = PBXGroup; children = ( 6E5278D67B8948DA9F4932D3 /* CMake Rules */, - 2742808A66BA4724BD0B2DA8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */, + 2742808A66BA4724BD0B2DA8 /* ../Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */, ); name = ALL_BUILD; sourceTree = ""; @@ -220,7 +220,7 @@ 40CB603EF5B64C548949F795 /* Source Files */, 3203064B55754C88BF3BBE09 /* Header Files */, C8E7D3D3F9924462B9A29D12 /* Resources */, - EE99291240304E5B9B092700 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */, + EE99291240304E5B9B092700 /* ../Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */, ); name = Framework_Http; sourceTree = ""; @@ -253,7 +253,7 @@ C8E7D3D3F9924462B9A29D12 /* Resources */ = { isa = PBXGroup; children = ( - 91F12BA3ED794F3895825B35 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist */, + 91F12BA3ED794F3895825B35 /* ../cmake/Source/ui_ios/Source/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -334,19 +334,19 @@ shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp + cd ../cmake/Source/ui_ios/Source/FrameworkHttp /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp + cd ../cmake/Source/ui_ios/Source/FrameworkHttp /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp + cd ../cmake/Source/ui_ios/Source/FrameworkHttp /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp + cd ../cmake/Source/ui_ios/Source/FrameworkHttp /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi "; @@ -380,19 +380,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi "; @@ -423,25 +423,25 @@ exit 0"; ); name = "Generate CMakeFiles/ZERO_CHECK"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/CMakeFiles/ZERO_CHECK ); +../cmake/Source/ui_ios/Source/FrameworkHttp/CMakeFiles/ZERO_CHECK ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/FrameworkHttp + make -f ../cmake/Source/ui_ios/Source/FrameworkHttp/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/FrameworkHttp + make -f ../cmake/Source/ui_ios/Source/FrameworkHttp/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/FrameworkHttp + make -f ../cmake/Source/ui_ios/Source/FrameworkHttp/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/FrameworkHttp + make -f ../cmake/Source/ui_ios/Source/FrameworkHttp/CMakeScripts/ReRunCMake.make fi "; showEnvVarsInLog = 0; @@ -489,19 +489,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp + cd ../cmake/Source/ui_ios/Source/FrameworkHttp /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp + cd ../cmake/Source/ui_ios/Source/FrameworkHttp /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp + cd ../cmake/Source/ui_ios/Source/FrameworkHttp /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp + cd ../cmake/Source/ui_ios/Source/FrameworkHttp /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; @@ -532,24 +532,24 @@ exit 0"; ); name = "Generate CMakeFiles/ALL_BUILD"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/CMakeFiles/ALL_BUILD ); +../cmake/Source/ui_ios/Source/FrameworkHttp/CMakeFiles/ALL_BUILD ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp + cd ../cmake/Source/ui_ios/Source/FrameworkHttp echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp + cd ../cmake/Source/ui_ios/Source/FrameworkHttp echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp + cd ../cmake/Source/ui_ios/Source/FrameworkHttp echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp + cd ../cmake/Source/ui_ios/Source/FrameworkHttp echo Build\\ all\\ projects fi "; @@ -562,10 +562,10 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 3FA47DDBEFDC42A2B6955C5A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/AppleHttpClient.cpp */, - 4A30AF171BCE4069A902C452 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClient.cpp */, - E47CE0130D3E4B4A89F8A1D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClientFactory.cpp */, - 198D8EFE3A3243C1B7E9B99A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpServer.cpp */, + 3FA47DDBEFDC42A2B6955C5A /* ../Play-/deps/Framework/src/http/AppleHttpClient.cpp */, + 4A30AF171BCE4069A902C452 /* ../Play-/deps/Framework/src/http/HttpClient.cpp */, + E47CE0130D3E4B4A89F8A1D8 /* ../Play-/deps/Framework/src/http/HttpClientFactory.cpp */, + 198D8EFE3A3243C1B7E9B99A /* ../Play-/deps/Framework/src/http/HttpServer.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -635,7 +635,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -841,7 +841,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -911,7 +911,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1099,7 +1099,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; diff --git a/Cores/Play/cmake/Source/ui_ios/Source/PlayCore.xcodeproj/project.pbxproj b/Cores/Play/cmake/Source/ui_ios/Source/PlayCore.xcodeproj/project.pbxproj index 2f3586a3c3..d33b8638e2 100644 --- a/Cores/Play/cmake/Source/ui_ios/Source/PlayCore.xcodeproj/project.pbxproj +++ b/Cores/Play/cmake/Source/ui_ios/Source/PlayCore.xcodeproj/project.pbxproj @@ -94,858 +94,858 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 004A5E5867904C148B3D73E7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTest.cpp */ = {isa = PBXBuildFile; fileRef = FD985389029B48A89B6DC089 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTest.cpp */; }; - 0117EC406B9D4E97B1AF88B1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/ThreadPool.cpp */ = {isa = PBXBuildFile; fileRef = 8078761CC29D4F3CB675C3F9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/ThreadPool.cpp */; }; - 01424BE270BB40019D91062E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intc.h */ = {isa = PBXBuildFile; fileRef = E1352C9BB46640E0BFE3A17A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intc.h */; }; - 018BB75AC42D45DD9A7D8C45 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Alu.h */ = {isa = PBXBuildFile; fileRef = 87206B0ECF904DCD910D20AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Alu.h */; }; - 021EE1EBB6364CD48D41C667 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipFile.h */ = {isa = PBXBuildFile; fileRef = E75BC446AFEE42659CE42514 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipFile.h */; }; - 028D5B650A51469F80BA0F01 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VUShared.cpp */ = {isa = PBXBuildFile; fileRef = F6E964EDA7B44104937B82C3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VUShared.cpp */; }; - 02A0C31BDDC84B7281C6E7F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/NestedIfTest.cpp */ = {isa = PBXBuildFile; fileRef = FFC63859BBDA4F0E9BA08D20 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/NestedIfTest.cpp */; }; - 02DD391A3FA544ECB5FC1AB5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ConditionTest.h */ = {isa = PBXBuildFile; fileRef = 1AB6D8F6BDCA410FB7153214 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ConditionTest.h */; }; - 02F430581E0A4F8A944BD577 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTestLiteral.cpp */ = {isa = PBXBuildFile; fileRef = 860B91AD5DB541CBA4114DD6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTestLiteral.cpp */; }; - 02FC1208B95A45F1AB383022 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/MemoryStateFile.cpp */ = {isa = PBXBuildFile; fileRef = A67CCDE957F146CAA520FABB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/MemoryStateFile.cpp */; }; - 031B82566E3C40EFBD386B06 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutBase.cpp */ = {isa = PBXBuildFile; fileRef = 8DFC78B0480C42A1AB21F375 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutBase.cpp */; }; - 03227FD079F448D1A27815CB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/PS2OS.h */ = {isa = PBXBuildFile; fileRef = 87C14F7152904884929F37A0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/PS2OS.h */; }; - 037A4BD85BCE49B5994919D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysmem.h */ = {isa = PBXBuildFile; fileRef = A5033CA988104A3F85DA73B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysmem.h */; }; - 03D633E5379049068E6A57A0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = A979DD56BCF741FA85C71FC2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist */; }; - 03FD301258BB4DDF81D54E49 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ElfFile.cpp */ = {isa = PBXBuildFile; fileRef = EFBDA45D7AAB4A63B987CF65 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ElfFile.cpp */; }; - 040ADD83134A43F2AD55ED03 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StdStream.h */ = {isa = PBXBuildFile; fileRef = CE7AB0508AB14896A122B010 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StdStream.h */; }; - 0426776B2FAF454080D8D01A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterState.h */ = {isa = PBXBuildFile; fileRef = AC3A0B6E4094498FAB228FD0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterState.h */; }; - 049AA34928BA44188B4A82EA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ControllerInfo.cpp */ = {isa = PBXBuildFile; fileRef = 1F4FFBC198954575B158FC06 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ControllerInfo.cpp */; }; - 0579854A8D9645C298967ACF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Pch.cpp */ = {isa = PBXBuildFile; fileRef = 20421A116A654D86B3EC004B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Pch.cpp */; }; - 05978C7E45024DF8A803D9D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_DmVectorTable.h */ = {isa = PBXBuildFile; fileRef = BC558AE4C1E84D8B8A689EA0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_DmVectorTable.h */; }; - 062F1F0216C14545BA55C508 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipInflateStream.cpp */ = {isa = PBXBuildFile; fileRef = CB7BEFBC6C004700BF00AAC3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipInflateStream.cpp */; }; - 0641E9D1F4B445A8BCC785D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32.cpp */ = {isa = PBXBuildFile; fileRef = 41EDB5EAA109456CB59515DA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32.cpp */; }; - 065EAF01B4D547FF9097868C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */ = {isa = PBXBuildFile; fileRef = 75A72AE30FB942B6AD86AEB6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */; }; - 066571D560D8413398E6E285 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/ISO9660.cpp */ = {isa = PBXBuildFile; fileRef = 4C065DEC290840769DD99A88 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/ISO9660.cpp */; }; - 069528875199469182948411 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpAddTruncate.cpp */ = {isa = PBXBuildFile; fileRef = E41375FA15F44519AC314732 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpAddTruncate.cpp */; }; - 072320CB3DC3440491232A7D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV.cpp */ = {isa = PBXBuildFile; fileRef = C78D531AD3344146993D6352 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV.cpp */; }; - 0740D0928A6D48FDAA4BC703 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Main.cpp */ = {isa = PBXBuildFile; fileRef = E6CF9CF3561A4994B18AE926 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Main.cpp */; }; - 07566205A8A74D60BF497F4B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Heaplib.h */ = {isa = PBXBuildFile; fileRef = 0669E8CC0DF14D4A8843439D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Heaplib.h */; }; - 0772116C8E6D47298E7D2E3A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMemAccessTest.cpp */ = {isa = PBXBuildFile; fileRef = 0BF0874CB91E42FCA41B51A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMemAccessTest.cpp */; }; - 07F070C3614A45CCAD78F902 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Bra86.c */ = {isa = PBXBuildFile; fileRef = 10169CD2323C44D7912F43DD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Bra86.c */; }; - 084F2636F76F412D9BA89F8B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LzcTest.h */ = {isa = PBXBuildFile; fileRef = FE559AA1DF694A7B9338027A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LzcTest.h */; }; - 08BC91F0B71046B5B529696E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMinMaxTest.cpp */ = {isa = PBXBuildFile; fileRef = 950FD03DD121474284A522C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMinMaxTest.cpp */; }; - 08D01CBECC2E4ECE913924B8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif1.h */ = {isa = PBXBuildFile; fileRef = 8D62CE436EF5452B994DB9FD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif1.h */; }; - 09401D85CCE040698E5BDF4B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */ = {isa = PBXBuildFile; fileRef = B0E8EE55C1A04B9AAF519DD0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */; }; - 0949CF711E9A4C47BE047C05 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CueSheet.cpp */ = {isa = PBXBuildFile; fileRef = 62CD98BACD8E443094E89D46 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CueSheet.cpp */; }; - 0A295E940C7D466FBB7C681F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */ = {isa = PBXBuildFile; fileRef = 42295EF4FB304EEB84F0A6AD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */; }; - 0A7A1DB4D38644E59282867F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 2D306E7486BD4D62ACBD43AF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist */; }; - 0A7D2DF517BC4AF3825F2F41 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Log.cpp */ = {isa = PBXBuildFile; fileRef = 5153527776DE4CFA8D6662CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Log.cpp */; }; - 0A7F409A9FA2454F8E4FBB9F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intrman.h */ = {isa = PBXBuildFile; fileRef = 73DF77C92BDF4923A915930E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intrman.h */; }; - 0AADC6CF42C149AC911A74A1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/filesystem_def.h */ = {isa = PBXBuildFile; fileRef = 447159645A01468EB6BDD1D7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/filesystem_def.h */; }; - 0ACD34EB528A4CB2B380A690 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Profiler.cpp */ = {isa = PBXBuildFile; fileRef = CC9BCAAAC35341BAAE7C1D86 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Profiler.cpp */; }; - 0AE1E6C6307F4602B7E3DB86 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sio2.h */ = {isa = PBXBuildFile; fileRef = 26DB3F564FC3437591E1D9E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sio2.h */; }; - 0B30801EDEC74D95809A0202 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Test.h */ = {isa = PBXBuildFile; fileRef = A2552574F4D742F1A16A7AAC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Test.h */; }; - 0B41D6BF61B34381AF627659 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dev9.cpp */ = {isa = PBXBuildFile; fileRef = AC84968B567F4A70B77457FD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dev9.cpp */; }; - 0C84D0FEE5B3488E9738E35A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/IszImageStream.h */ = {isa = PBXBuildFile; fileRef = 18BF9FA2D8744078B3FDE855 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/IszImageStream.h */; }; - 0CC206D06B974485B60D9A21 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/FlatLayout.cpp */ = {isa = PBXBuildFile; fileRef = 60E9A4D03EFB432AA9ECC21C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/FlatLayout.cpp */; }; - 0CFBA0186DA44AC09C5D60C4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2_Core.h */ = {isa = PBXBuildFile; fileRef = C491AA7DBCDC408A853461B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2_Core.h */; }; - 0D1FDC24ADD7428E999D041C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_64.cpp */ = {isa = PBXBuildFile; fileRef = B763B80DCAD740A7B491BA7F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_64.cpp */; }; - 0D5A05AF2B6A4EE8844597C0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_Upper.cpp */ = {isa = PBXBuildFile; fileRef = 5C6CD944E3D345D5BD0F660E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_Upper.cpp */; }; - 0D6FA2CFD9BD44E6BD701574 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Shift64Test.h */ = {isa = PBXBuildFile; fileRef = 4883EE51E7CF49BEB308F51D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Shift64Test.h */; }; - 0D83D96C37724B43BC56FB88 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DcSizeChrominanceTable.cpp */ = {isa = PBXBuildFile; fileRef = 76FB0E0BC0B643D59690B569 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DcSizeChrominanceTable.cpp */; }; - 0D89CAB070DD47F6BF265F4C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu.cpp */ = {isa = PBXBuildFile; fileRef = 863CF041C5AA4AF0BE8A108B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu.cpp */; }; - 0DED27B7D9624D8082668335 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Csv.h */ = {isa = PBXBuildFile; fileRef = 1F964CE3D07E48C69C92F962 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Csv.h */; }; - 0DFE8215B56242EB884C666C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */ = {isa = PBXBuildFile; fileRef = 2AD7D3680FF5452B8AE140FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */; }; - 0E4CC6FDF87A49FB95E0C961 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAssembler.cpp */ = {isa = PBXBuildFile; fileRef = BFF0A46AD200439093CF438F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAssembler.cpp */; }; - 0F4F808B863549CD9D07374D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/INTC.cpp */ = {isa = PBXBuildFile; fileRef = 0251D4F3EA834328B862615C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/INTC.cpp */; }; - 0F599B80B9A441E6B25400A4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MailBox.h */ = {isa = PBXBuildFile; fileRef = 8EDED7997F9D4BDB94468946 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MailBox.h */; }; - 0FDF4274D01D40F5AFFA0F41 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86.h */ = {isa = PBXBuildFile; fileRef = AEA2E28E5EA24437B99EB3F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86.h */; }; - 0FF99D87CA7944ECBE09344D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess64Test.cpp */ = {isa = PBXBuildFile; fileRef = 136B72CCF4B7484CA89D282C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess64Test.cpp */; }; - 1012A7717E6743D29BFC19AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU.h */ = {isa = PBXBuildFile; fileRef = 2B070753C98E4404B83E8170 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU.h */; }; - 1071591E9CF74385A0D1FF19 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Md.cpp */ = {isa = PBXBuildFile; fileRef = 4D33D9DB7E884A87A6EEFFB8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Md.cpp */; }; - 10B12CF9F923430384DCF870 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/PNG.cpp */ = {isa = PBXBuildFile; fileRef = 89C75ACFF5F14AC195EC0FAF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/PNG.cpp */; }; - 10D203320CD74D048AB162B8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CompareTest.cpp */ = {isa = PBXBuildFile; fileRef = 4CF064DFAEE248179FCFB9F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CompareTest.cpp */; }; - 11CF9A6D56734F2A84A908D6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManPs2.cpp */ = {isa = PBXBuildFile; fileRef = E682C318A1C04CCD8779BCC0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManPs2.cpp */; }; - 11F9C44AC56749E19C60F175 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/HorizontalLayout.cpp */ = {isa = PBXBuildFile; fileRef = 0314EC3E5DEA41B2965D0FB4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/HorizontalLayout.cpp */; }; - 122762661E69412B954670E7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */ = {isa = PBXBuildFile; fileRef = F248C863BA1946F99103AE63 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */; }; - 12ADC086CFFE42A5B5EAB1FF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PS2VM.cpp */ = {isa = PBXBuildFile; fileRef = D77EB9F85B8A43D3B7438D6E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PS2VM.cpp */; }; - 12D83A1B57674E699E90AC99 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Node.cpp */ = {isa = PBXBuildFile; fileRef = 58CCBAA707A249DABADF72A0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Node.cpp */; }; - 12E4E6991A7E470791B95C3F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ReorderAddTest.cpp */ = {isa = PBXBuildFile; fileRef = 7BF938815D16428B90E60ABA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ReorderAddTest.cpp */; }; - 1448D2644CCA46EAA9A9D9B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MotionCodeTable.cpp */ = {isa = PBXBuildFile; fileRef = 5CF2F65E976A4FCB846F3119 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MotionCodeTable.cpp */; }; - 1469278E1A954488AB2C90F7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */ = {isa = PBXBuildFile; fileRef = 1E448606EE704C3C8466BE91 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */; }; - 149144707B204211A4FF7067 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 6E96261EB0134A998B7E1237 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/CMakeLists.txt */; }; - 1566B58724844A37B706E0D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Precomp.h */ = {isa = PBXBuildFile; fileRef = 70186B9596514EFE9C858874 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Precomp.h */; }; - 156B412E8BF14904A36FDA8B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuAnalysis.h */ = {isa = PBXBuildFile; fileRef = 2648B35F07F040298317694E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuAnalysis.h */; }; - 15AEF6A4A6284642AF7725F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Loadcore.cpp */ = {isa = PBXBuildFile; fileRef = 6AAF198586674913BACD4154 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Loadcore.cpp */; }; - 15CC1A2D729047A88A5E7875 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 30129DB68DF84A5CBC30912C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/CMakeLists.txt */; }; - 15FA1C46369440AB9BFD6FBD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LoopTest.cpp */ = {isa = PBXBuildFile; fileRef = 58D9CF8C6E734049A8B15090 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LoopTest.cpp */; }; - 1631A6C10451428BA33FA8C8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Fpu.cpp */ = {isa = PBXBuildFile; fileRef = F32FA803CBC347848B8B13A6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Fpu.cpp */; }; - 1654F61E65BD4A80A91AADA4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/idct/TrivialC.cpp */ = {isa = PBXBuildFile; fileRef = 8AF025B412CD432E8A112657 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/idct/TrivialC.cpp */; }; - 169DE01A13D54F9DB2BDF1E9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Profiler.h */ = {isa = PBXBuildFile; fileRef = 6BF508387DE6470C99AA97DB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Profiler.h */; }; - 16A8BB7EF68F4D67B64A6995 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Secrman.h */ = {isa = PBXBuildFile; fileRef = 3872D045B743468C8B8A797A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Secrman.h */; }; - 16BA3838F30B4887BD682221 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest2.cpp */ = {isa = PBXBuildFile; fileRef = 6119B67CB72A477E9799C9BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest2.cpp */; }; - 16BBE248919D44318E35E0D6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Module.h */ = {isa = PBXBuildFile; fileRef = E76A33CC58A7456097B9955A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Module.h */; }; - 1756EA2F4F304975ACFDF4F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/AArch32Assembler.cpp */ = {isa = PBXBuildFile; fileRef = 1CE31718C1094AE5BA5CB61B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/AArch32Assembler.cpp */; }; - 179C424E43D2415F951A790C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsDebuggerInterface.h */ = {isa = PBXBuildFile; fileRef = 5A0EA48EA59E40D38850F98F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsDebuggerInterface.h */; }; - 17AEC44FB765442E833A245B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/GotoTest.cpp */ = {isa = PBXBuildFile; fileRef = 03C0ECA03F2C470EA0D75FFA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/GotoTest.cpp */; }; - 17B4F4EA1F434B519A659118 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAssembler.h */ = {isa = PBXBuildFile; fileRef = 967596CAB4BF40CBA1E367C6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAssembler.h */; }; - 18295CE7C1184E46822BC0EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/BMP.cpp */ = {isa = PBXBuildFile; fileRef = 1E2ECB5CD4E6473DBE612879 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/BMP.cpp */; }; - 182D479AED6649CAB4AA9208 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */ = {isa = PBXBuildFile; fileRef = 009EDF5D17924913A7D7E58D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */; }; - 183FA500FA5A4750A3FAAAEB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/BitManip.h */ = {isa = PBXBuildFile; fileRef = 1A3FCF169F9A45FD8A813883 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/BitManip.h */; }; - 18CE2A6A3B9A47948F353E50 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */ = {isa = PBXBuildFile; fileRef = FBC639438B6B4E2F8FFF7997 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */; }; - 18DC44666D5246CA81CC366B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.c */ = {isa = PBXBuildFile; fileRef = E312729933A442D4862CB976 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.c */; }; - 1924E91035DB456FA2AECDB7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIo.cpp */ = {isa = PBXBuildFile; fileRef = 96AEC43382B046099ED29BCA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIo.cpp */; }; - 1932CF7E8F6746B1B4512C40 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdTest.cpp */ = {isa = PBXBuildFile; fileRef = 9DC4D214125F499BBBD7E614 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdTest.cpp */; }; - 196D0FFF15154F889C380A97 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ShiftTest.cpp */ = {isa = PBXBuildFile; fileRef = 426511A516164BFDB1B007EB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ShiftTest.cpp */; }; - 19E291BC7DD44B2C85885D88 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter.h */ = {isa = PBXBuildFile; fileRef = B00E131B16B945FAB336C127 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter.h */; }; - 1A0AB6B6709E4B95BD63A7FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_FPU_Reflection.cpp */ = {isa = PBXBuildFile; fileRef = 304C2A6EC2274587B6DF12F2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_FPU_Reflection.cpp */; }; - 1A78D6C792C34253B24B9F7E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Config.cpp */ = {isa = PBXBuildFile; fileRef = 4DF6961D28304DB187F7E2FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Config.cpp */; }; - 1AB0F0A5C0FA45A3898CF700 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffixed.h */ = {isa = PBXBuildFile; fileRef = 68D834A08FEF4BBFA4B09731 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffixed.h */; }; - 1B441C10F14B48C68DA4A559 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_flac.c */ = {isa = PBXBuildFile; fileRef = A83F8DC012754695AA21ED76 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_flac.c */; }; - 1B4CA25A709A4F96A377D7BB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast_sjis.cpp */ = {isa = PBXBuildFile; fileRef = 542D5374EB0540D3A10F3F64 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast_sjis.cpp */; }; - 1B87633AAFC340BB99B83C27 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86.cpp */ = {isa = PBXBuildFile; fileRef = 97E578A89DE7482DAE83B710 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86.cpp */; }; - 1BDF4AD6201A4C33B35F86F9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_Wasm.h */ = {isa = PBXBuildFile; fileRef = 2824DACD8CB34A479E5818EB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_Wasm.h */; }; - 1C56F8D7BB0C440DA22FC775 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */ = {isa = PBXBuildFile; fileRef = 20EDB73D34964D37977D7C4E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */; }; - 1C69F04DF2F342AE821E717F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.cpp */ = {isa = PBXBuildFile; fileRef = 9CC9799A24F84CB8A5DC81D2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.cpp */; }; - 1C82F04D6A9643B590B40451 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryMap.cpp */ = {isa = PBXBuildFile; fileRef = 13F18539B42044DE9530EFAE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryMap.cpp */; }; - 1CD6888C10EA4866BE1D9E63 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sio2.cpp */ = {isa = PBXBuildFile; fileRef = F2B163D0F7624C80AC3AC6E1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sio2.cpp */; }; - 1CDB7C64F6BA421AA1854A7F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */ = {isa = PBXBuildFile; fileRef = 883D8898D4F5406A8BDC685D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */; }; - 1CE45E9CC8C94B9C95797763 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */ = {isa = PBXBuildFile; fileRef = 6C815E09CA854E91B45192B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */; }; - 1D44F4835FF840B6BB49BA6C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/EndianUtils.h */ = {isa = PBXBuildFile; fileRef = C4BD801C84F14DE39891D6EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/EndianUtils.h */; }; - 1D8EC615F5BE449AA860C0EF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScreenShotUtils.cpp */ = {isa = PBXBuildFile; fileRef = 9921C444A11F431D861816D0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScreenShotUtils.cpp */; }; - 1DAA49AFF56E4119BA28EC11 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpClampTest.h */ = {isa = PBXBuildFile; fileRef = B70AD56EBB1740179E934019 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpClampTest.h */; }; - 1E5A8E3390EE42C59D48F989 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */ = {isa = PBXBuildFile; fileRef = D69AD9ADC4904015982D05F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */; }; - 1E5DB6CF8C5D4BC3A0549356 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/LiteralPool.cpp */ = {isa = PBXBuildFile; fileRef = 8E9D3A0962AC437F935C31A5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/LiteralPool.cpp */; }; - 1F214F72D49D4D6CA77E2391 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/MachoObjectFile.cpp */ = {isa = PBXBuildFile; fileRef = 045ABFBC551A4C60807E1D12 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/MachoObjectFile.cpp */; }; - 1F4850B3284A48B891821A17 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipInflateStream.h */ = {isa = PBXBuildFile; fileRef = 0081D4E333CA4D559C57DFD7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipInflateStream.h */; }; - 1F82D0E8E12443DA801CCC12 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PH_Generic.cpp */ = {isa = PBXBuildFile; fileRef = 0D34009B43AB4FF4A6D5D0A4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PH_Generic.cpp */; }; - 1FB9DBF679804E918A26A6DE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsSpriteRegion.h */ = {isa = PBXBuildFile; fileRef = 00D99FE260124A21866BF80E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsSpriteRegion.h */; }; - 206C9ED624CF47D4BB882B68 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StreamBitStream.cpp */ = {isa = PBXBuildFile; fileRef = 751B0E09DA1341E2A92D825F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StreamBitStream.cpp */; }; - 206E836E01674950BEA9AD40 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_MtapMan.cpp */ = {isa = PBXBuildFile; fileRef = 4A7CB46CE04E45808FB1154B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_MtapMan.cpp */; }; - 209AC02FD55D466AACB3E7FD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */ = {isa = PBXBuildFile; fileRef = 2FC54AAC81694FBD82AF1156 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */; }; - 20C321BCF6F04D78BD519D53 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Null.h */ = {isa = PBXBuildFile; fileRef = 1BD5DD614E2E4FA6BD0DC5E8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Null.h */; }; - 20D6DCAC0C2141009BC7891F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MultTest.cpp */ = {isa = PBXBuildFile; fileRef = D60EFEDF8D934DA08809D77E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MultTest.cpp */; }; - 20E5C25CD9234033A844D31C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/cpu.h */ = {isa = PBXBuildFile; fileRef = 350C426B0405464F9ECFA3DE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/cpu.h */; }; - 2160684C9C0242CEBC155344 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OpticalMedia.h */ = {isa = PBXBuildFile; fileRef = B0FDE35B847044F2B0B98E41 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OpticalMedia.h */; }; - 219FC8D6C613496EBAB1FA8E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Save.h */ = {isa = PBXBuildFile; fileRef = F1703F4208504469AC7250FE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Save.h */; }; - 21D231703434486AA4744EA5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FpUtils.h */ = {isa = PBXBuildFile; fileRef = 08B0EA4C42624D23B9F33FD0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FpUtils.h */; }; - 2227FEAE3FFF44DCADE253BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/SifDefs.h */ = {isa = PBXBuildFile; fileRef = 4BD355548F50472786C99AFC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/SifDefs.h */; }; - 22409A1F3B3349ABB0A3F03D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen.h */ = {isa = PBXBuildFile; fileRef = D9E3494147A64B8D8D3D5723 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen.h */; }; - 22459C9448D64627A00AE88D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.h */ = {isa = PBXBuildFile; fileRef = 519F3A61B2BD4A9EBCD1E464 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.h */; }; - 2264C6E3774A47509D777318 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/DirectoryDevice.cpp */ = {isa = PBXBuildFile; fileRef = 811096EA1B184BE8A2CFEB2C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/DirectoryDevice.cpp */; }; - 229DA0EB3F4B46488FDE910B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/PfsReader.cpp */ = {isa = PBXBuildFile; fileRef = 684AE9925AE14A0F9ABF1B48 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/PfsReader.cpp */; }; - 231E266D18EF43EC89FB5C51 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Alu64Test.h */ = {isa = PBXBuildFile; fileRef = D0EC0E0B630B48E3A36385F6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Alu64Test.h */; }; - 232082835B8143578323BE5C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.h */ = {isa = PBXBuildFile; fileRef = D730641A11FE450A90D5DF1F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.h */; }; - 23BB1748710F4410A1F87C82 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkAmazon/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 9C08DEAC6B2C4623B9FF56B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkAmazon/CMakeLists.txt */; }; - 23BC76EEB287489794A235A7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysclib.cpp */ = {isa = PBXBuildFile; fileRef = 7366E82425EE4275959807D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysclib.cpp */; }; - 2479539D5C9B46D098F15706 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Parser.cpp */ = {isa = PBXBuildFile; fileRef = 984BA76FD6764ED2B1C81FE1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Parser.cpp */; }; - 24893BC1FF294A83BD60856F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */ = {isa = PBXBuildFile; fileRef = 37E25BA3386D43D099514A8E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */; }; - 24BE68EAC2D94E93B2239893 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.h */ = {isa = PBXBuildFile; fileRef = 459D7EEFBB5240938020B5B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.h */; }; - 2555997C591B475F810994E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thvpool.cpp */ = {isa = PBXBuildFile; fileRef = 6E68C6F60B8740CB931DB5E8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thvpool.cpp */; }; - 26068D713F6F4557947625A4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutStretch.h */ = {isa = PBXBuildFile; fileRef = B1C42184BCF0412EA62A7D7D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutStretch.h */; }; - 263887B681C240EBA065B40D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ioman.cpp */ = {isa = PBXBuildFile; fileRef = 5C49A09708404FB9A9E72D97 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ioman.cpp */; }; - 266B036D86104C44993886C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU.cpp */ = {isa = PBXBuildFile; fileRef = D4E8FA1DD4A24FA98F5E0A56 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU.cpp */; }; - 26C9F23C357249AA8E18631E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 6088D313A7E6402E8F5FE8FC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */; }; - 270D690039A543F6B4FD0F9C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Ps2Const.h */ = {isa = PBXBuildFile; fileRef = B08170CFD5014E89B74CD4EB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Ps2Const.h */; }; - 27475FCE569443B194138700 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest.h */ = {isa = PBXBuildFile; fileRef = 9F3C2ED2B1504629B69C6BA5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest.h */; }; - 27A4F924517F4C3A9E7734DD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSTags.cpp */ = {isa = PBXBuildFile; fileRef = 3BF9929E4C7E409F899A6D03 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSTags.cpp */; }; - 27BC87C3F774448DAA00B816 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h */ = {isa = PBXBuildFile; fileRef = E2E99FB3B2374FBCBAF3F072 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h */; }; - 28205CFD0C0744B0BFDFCB3B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdTest.h */ = {isa = PBXBuildFile; fileRef = A92CF9C5976A4E469A352CFE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdTest.h */; }; - 28536307275B461BAA62CDCD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.h */ = {isa = PBXBuildFile; fileRef = 419C099709B64B1CA12150ED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.h */; }; - 2918A8820FFA4801856BF596 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/GIF.cpp */ = {isa = PBXBuildFile; fileRef = 5A1FAFB9FAFB446283E29DD8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/GIF.cpp */; }; - 2930C2CA548444DFB6D47F51 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/zstd.h */ = {isa = PBXBuildFile; fileRef = 4779ED0B9B9C4767BF8F3375 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/zstd.h */; }; - 2946CD8694E84274AE743ABF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/ThreadUtils.h */ = {isa = PBXBuildFile; fileRef = D82EFB9A2E834D1DB2359C44 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/ThreadUtils.h */; }; - 2970763C307146E993784656 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV.h */ = {isa = PBXBuildFile; fileRef = 76201663E2F4470499C3406A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV.h */; }; - 2A19B0AB3339463BA74F48B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSReflection.h */ = {isa = PBXBuildFile; fileRef = 6B6F3C70AC5F41B19459CC04 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSReflection.h */; }; - 2AA1FA7C2F8548FCBD110584 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/VerticalLayout.cpp */ = {isa = PBXBuildFile; fileRef = 06A2B3512229452A9104048B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/VerticalLayout.cpp */; }; - 2BF61DC793DC4186AF9231D3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Mul.h */ = {isa = PBXBuildFile; fileRef = AF11E92DEB2F47DD9344BEC5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Mul.h */; }; - 2C0D8CCE8C884B7B9F5A9460 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_ScopedFile.h */ = {isa = PBXBuildFile; fileRef = 1C7C1DA828D24E4FB144C611 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_ScopedFile.h */; }; - 2C18B54792024732B1BD6BD9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.h */ = {isa = PBXBuildFile; fileRef = 68591F42E79F4109B1B7807E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.h */; }; - 2CAF8D1FF198488988E33563 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessTest.h */ = {isa = PBXBuildFile; fileRef = 7C5D8DD00DAE452C8CC98A77 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessTest.h */; }; - 2CCC9885EEE7498F91213E42 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */ = {isa = PBXBuildFile; fileRef = 77B1DD702D1242AEA2351FAF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */; }; - 2CE8C7F2344543EDB372A2CE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CMakeFiles/PlayCore.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 5EBFD16BEB5048D3A3D7C117 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CMakeFiles/PlayCore.dir/Info.plist */; }; - 2D057A9E389B4213B3276C1C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ControllerInfo.h */ = {isa = PBXBuildFile; fileRef = 109C98ACD90249F1AF178DEA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ControllerInfo.h */; }; - 2D8E3034DC39490BB3B2C191 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Div.h */ = {isa = PBXBuildFile; fileRef = 43E70300A322404DBC1EE06B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Div.h */; }; - 2D954D646D2A48A695C8116A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadInterface.cpp */ = {isa = PBXBuildFile; fileRef = 76728C2C4E504015A50FF932 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadInterface.cpp */; }; - 2E004011A4514CE7B8F004EB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_DmacChannel.h */ = {isa = PBXBuildFile; fileRef = D800551B40664CEEBFD029C7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_DmacChannel.h */; }; - 2E3714C608404B969CF916F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MultTest.h */ = {isa = PBXBuildFile; fileRef = BC03D4B3C45B4CE299C7D4E2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MultTest.h */; }; - 2E5F1F018B184067AEBB4B0E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.h */ = {isa = PBXBuildFile; fileRef = ED03B32896184100812F70B6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.h */; }; - 2F0D586A9AB24861BA3B8ED5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Call64Test.cpp */ = {isa = PBXBuildFile; fileRef = 7C89248751EE4822AB7BBE1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Call64Test.cpp */; }; - 2F0E404C939447AE9D82A584 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PS2VM.h */ = {isa = PBXBuildFile; fileRef = 5E00419B76E844109A430A54 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PS2VM.h */; }; - 2F37ED010AC94B0BAF1D8312 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/std_experimental_set.h */ = {isa = PBXBuildFile; fileRef = D398994D14154310A7FBA0FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/std_experimental_set.h */; }; - 2F8E9092B6A94A5DAF4D88FF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/idct/IEEE1180.cpp */ = {isa = PBXBuildFile; fileRef = 4EA39B07F92D472B9123D9E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/idct/IEEE1180.cpp */; }; - 2FD7CBE5F9E74175B0223161 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypeITable.cpp */ = {isa = PBXBuildFile; fileRef = A2358D2B1E0041158F1F9045 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypeITable.cpp */; }; - 3025C3337F5B4856B7CF4377 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/AppConfig.h */ = {isa = PBXBuildFile; fileRef = 4D3EC06046FF4D68A6727522 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/AppConfig.h */; }; - 309C41037C1B4724AC885C00 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzFind.c */ = {isa = PBXBuildFile; fileRef = 51177D1577A1441F9EBBB88D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzFind.c */; }; - 3119B780D88341F8988CA2CA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */ = {isa = PBXBuildFile; fileRef = 52F6D193B61F49BA8BDD6C65 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */; }; - 31421B85B57541179D94356A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/VirtualPad.cpp */ = {isa = PBXBuildFile; fileRef = E452EB36AEE74F938A67B53A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/VirtualPad.cpp */; }; - 326AEC8F7CF24EB7AF365265 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Bra.h */ = {isa = PBXBuildFile; fileRef = 2552940D79D440928C2780FF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Bra.h */; }; - 32BB2101CE4947A4BB0A1F2A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTestLiteral.h */ = {isa = PBXBuildFile; fileRef = A8DB419BACF74FFE8CF7AB59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTestLiteral.h */; }; - 330080A1904C4855A6FD8DF0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2_Core.cpp */ = {isa = PBXBuildFile; fileRef = 09D956EFEC9041EE8591057B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2_Core.cpp */; }; - 33569F00F05A4E39BA8A623F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.h */ = {isa = PBXBuildFile; fileRef = D306BA32345842B3AAB32F33 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.h */; }; - 339F01BE491445FB8214F355 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */ = {isa = PBXBuildFile; fileRef = 9788746260C049D5943FD24C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */; }; - 33B6CB3176BE49D0BA5696C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/uint128.h */ = {isa = PBXBuildFile; fileRef = B485444DA86241E28A7BA7BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/uint128.h */; }; - 3413A30B0EAE453FA5CE3C6C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/AppleHttpClient.cpp */ = {isa = PBXBuildFile; fileRef = 6C44A61D3D94429BB4ABBF4E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/AppleHttpClient.cpp */; }; - 34321550D59F485A94D15CDC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSArchitecture.h */ = {isa = PBXBuildFile; fileRef = 572601161C4C40BCBF96F52A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSArchitecture.h */; }; - 34965FCA8CD5428193380262 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV_Reflection.cpp */ = {isa = PBXBuildFile; fileRef = 5B8D6413F15C4232B8DFDB17 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV_Reflection.cpp */; }; - 34C76BF2923240BA8A6CC879 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdShiftTest.h */ = {isa = PBXBuildFile; fileRef = 8BA40DE89CA0401CB2309C8E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdShiftTest.h */; }; - 3538785D00A442C597A2A4F4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockAddressIncrementTable.h */ = {isa = PBXBuildFile; fileRef = CA83EF216C8141B8B2A56E85 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockAddressIncrementTable.h */; }; - 3544B29995E24E4797C834DA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.c */ = {isa = PBXBuildFile; fileRef = 02FE774D46354DC4B4DACD29 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.c */; }; - 355A72FBA54849CB8AAE4174 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess16Test.h */ = {isa = PBXBuildFile; fileRef = EDF5553CFBFF46B69A158E2A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess16Test.h */; }; - 355BDD7F8EC04693A498529D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdLogicTest.cpp */ = {isa = PBXBuildFile; fileRef = E71F797C48A14EB783DDBE57 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdLogicTest.cpp */; }; - 361A68992C8D4C7288DD48D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86CpuFeatures.cpp */ = {isa = PBXBuildFile; fileRef = DC605643E1B244F1A6054D59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86CpuFeatures.cpp */; }; - 3701FAED0EF1486F9C9F3369 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_SubSystem.h */ = {isa = PBXBuildFile; fileRef = 57AF946D0E7945C4B2FEC01D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_SubSystem.h */; }; - 384A06D3E1BB4E7CAEC25826 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bits.h */ = {isa = PBXBuildFile; fileRef = 5685950CBD2846BF808334C3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bits.h */; }; - 3867D013F02C47A7BC7BEFE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PowerOff.cpp */ = {isa = PBXBuildFile; fileRef = 49A097160BC64CD58B95B6C5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PowerOff.cpp */; }; - 3909D3A4412F468AA0B6CC97 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_Lower.cpp */ = {isa = PBXBuildFile; fileRef = D6492D07D0C6484FAD491F82 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_Lower.cpp */; }; - 392BF05302594A529CF4A0DD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thmsgbx.cpp */ = {isa = PBXBuildFile; fileRef = 964CFEF5477F4A30B798FAC2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thmsgbx.cpp */; }; - 3931CD5B4864470D8B91D97B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Loadcore.h */ = {isa = PBXBuildFile; fileRef = F9588317E1FD425085FF18BB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Loadcore.h */; }; - 393A09AC70E0497F9495035C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/DirectoryRecord.h */ = {isa = PBXBuildFile; fileRef = 4DBA772E049A443BACD2C9B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/DirectoryRecord.h */; }; - 3966AE67C87A4ED4B5FD0EB2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTable.cpp */ = {isa = PBXBuildFile; fileRef = 35DA27680A1F4744AEE92051 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTable.cpp */; }; - 39E7FB889F8742EBA23F79EA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/AArch64Assembler.h */ = {isa = PBXBuildFile; fileRef = B0B7FE8398324D4F9AE41742 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/AArch64Assembler.h */; }; - 39F5FF7B19F544F283EBDE76 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Div.h */ = {isa = PBXBuildFile; fileRef = D23EB4A0F72848F48AE25C13 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Div.h */; }; - 3A2B01AC7E4C472A9D1995E8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CursorTest.h */ = {isa = PBXBuildFile; fileRef = AD4E35CFD8244A7F834DC1C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CursorTest.h */; }; - 3A6DE0D0AD174965A501A854 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/DirectoryDevice.h */ = {isa = PBXBuildFile; fileRef = 41D3076F8A1B49A1BC412183 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/DirectoryDevice.h */; }; - 3AC9EC68E3C84662AF373985 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */ = {isa = PBXBuildFile; fileRef = A5543B2623BF492EB477FDD7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */; }; - 3AEFEFA6308B4E4B97E7F760 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV_Templates.cpp */ = {isa = PBXBuildFile; fileRef = 1F5C5A6F006643A58D3607BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV_Templates.cpp */; }; - 3BF50535CAE74F679E6BFABA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameLimiter.h */ = {isa = PBXBuildFile; fileRef = 2D56C6BFCF7C49C99D3B1D0B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameLimiter.h */; }; - 3C1BF799BBFA49DF967BDB81 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/XpsSaveImporter.h */ = {isa = PBXBuildFile; fileRef = 0B3FDDDF481742CD83837231 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/XpsSaveImporter.h */; }; - 3C55B836AEF94AAD9C06B29A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/HashUtils.cpp */ = {isa = PBXBuildFile; fileRef = 7F816D5C920B4D5FB9332148 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/HashUtils.cpp */; }; - 3C656AB713CB46E6BC7A318F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_IdleEvaluator.cpp */ = {isa = PBXBuildFile; fileRef = B734F09E9A1543D7AF291895 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_IdleEvaluator.cpp */; }; - 3C67D47B78D5483796986562 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryUtils.h */ = {isa = PBXBuildFile; fileRef = CC75DC3D953B4E91ABBCD5EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryUtils.h */; }; - 3CBDF83774C04FC3BB34376C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Alloc.c */ = {isa = PBXBuildFile; fileRef = 7E0BCF1B5C3143CFAE550090 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Alloc.c */; }; - 3CF9A520E4E9427E9C977912 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */ = {isa = PBXBuildFile; fileRef = D582F35A235A464F89356E70 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */; }; - 3D195C4E021E40DCB56267CC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSInstructionFactory.h */ = {isa = PBXBuildFile; fileRef = F8D4B7318AEF4F43BBDCF5C7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSInstructionFactory.h */; }; - 3E7BEFF3712D4FF8ABC54059 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipFile.cpp */ = {isa = PBXBuildFile; fileRef = 453CF2BBBECF419A9CE20372 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipFile.cpp */; }; - 3EB39D75030F4527B7FDB9BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LogicTest.cpp */ = {isa = PBXBuildFile; fileRef = 24CC35C303DD4663B229AEA9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LogicTest.cpp */; }; - 3EB8E9BE9E9A41A9851292F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */ = {isa = PBXBuildFile; fileRef = 45ADB9D64A804AB58D8FF471 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */; }; - 3F478716EAA74CBC8ACA6357 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/InputConfig.h */ = {isa = PBXBuildFile; fileRef = C1366D77D935457C8CA47D9E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/InputConfig.h */; }; - 3FF6691204A845FD814A2B32 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Timer.cpp */ = {isa = PBXBuildFile; fileRef = 9FF77B5581564C798B5181E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Timer.cpp */; }; - 4093CBBC3342433792B453AD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Singleton.h */ = {isa = PBXBuildFile; fileRef = AF011C23C3404D0F8CAECDAB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Singleton.h */; }; - 40A96E0D90EB4097A4F6DB62 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_64.cpp */ = {isa = PBXBuildFile; fileRef = 571E5E4C0F4A441EA3489F41 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_64.cpp */; }; - 40D9A303558647A08C30545C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessIdxTest.h */ = {isa = PBXBuildFile; fileRef = E4844AA311904C4BAE324172 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessIdxTest.h */; }; - 411F4D5D02E14615AB2F7594 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.cpp */ = {isa = PBXBuildFile; fileRef = 02D6605E0C7D451A9FABD6FC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.cpp */; }; - 413EE97781534D5FB7193E5B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = EBFD97E89ADA4A9C9AD9807B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt */; }; - 413F6F9247084A8B82A680F4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/MemoryStateFile.h */ = {isa = PBXBuildFile; fileRef = D820C1D3FE3A44CFAB652ED1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/MemoryStateFile.h */; }; - 4159DCE3676A409CA5D5600F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/PreferenceDirectoryDevice.h */ = {isa = PBXBuildFile; fileRef = 5C74D80C20654EEFA5A4E34E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/PreferenceDirectoryDevice.h */; }; - 41DE372D9A71453886796913 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/ApaDefs.h */ = {isa = PBXBuildFile; fileRef = F84881832FB24C5C9CAC3E96 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/ApaDefs.h */; }; - 41EDA8A165214DD284BF3F4D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vpu.h */ = {isa = PBXBuildFile; fileRef = 71F4B10972B5481FB42CC0D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vpu.h */; }; - 423AB27AFD714B098467269B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SpuBase.cpp */ = {isa = PBXBuildFile; fileRef = 23F980D501FB4F39B608B2EB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SpuBase.cpp */; }; - 426DC268447E49EDAAFDD29B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.h */ = {isa = PBXBuildFile; fileRef = 5072CEE10EF64F9B9741E2C6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.h */; }; - 4298748A0BFA4B01ACC46A57 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_EE.cpp */ = {isa = PBXBuildFile; fileRef = 227546E9D4474873A86C6B42 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_EE.cpp */; }; - 42AF7AB88C4B48308A7BD62C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ElfDefs.h */ = {isa = PBXBuildFile; fileRef = CB2BB121A9DD4C97A6BD1988 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ElfDefs.h */; }; - 4335D7F2B9B34A6B8D29CB7F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/CoffObjectFile.h */ = {isa = PBXBuildFile; fileRef = 803D696CE1FA4DE9A4FDF26C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/CoffObjectFile.h */; }; - 434460E8FAC947AF81EC4453 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTest.h */ = {isa = PBXBuildFile; fileRef = 56B842773C3F4040B7F9FC44 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTest.h */; }; - 4359A3D4FDF94B84B643230E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86_64.h */ = {isa = PBXBuildFile; fileRef = D8C538D0A7424AC7A7821D2C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86_64.h */; }; - 43D6414CF6CD4EE7BB9FE38E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockAddressIncrementTable.cpp */ = {isa = PBXBuildFile; fileRef = 973B2BAE51E344D3BC0BA552 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockAddressIncrementTable.cpp */; }; - 446EF203536749ADBA32BED0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTest.h */ = {isa = PBXBuildFile; fileRef = 76C02CF5A59F4774BB3ECF71 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTest.h */; }; - 456803CD6BB34627848AC205 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = B481BE6596C14840A8BD24D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/CMakeLists.txt */; }; - 4569D748795A4CADA8D6A613 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTableRecord.cpp */ = {isa = PBXBuildFile; fileRef = 5607E71E180E4D6880B73954 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTableRecord.cpp */; }; - 45F3E977128946E0ACA30EF2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporterBase.h */ = {isa = PBXBuildFile; fileRef = 9E386817CAD546A0962CAB56 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporterBase.h */; }; - 462775079FAA4FE5A1163F37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bitstream.h */ = {isa = PBXBuildFile; fileRef = 0A2917688CE54905A248F707 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bitstream.h */; }; - 463A1BDBF0B04A0AAAA74D3B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTempTest.h */ = {isa = PBXBuildFile; fileRef = 3DB554C1706A448B9D6ABD3B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTempTest.h */; }; - 465FC93C9AA042B78E2BAF80 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdfsv.h */ = {isa = PBXBuildFile; fileRef = 6116734C85F841CE8D02A099 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdfsv.h */; }; - 46794997656C4069908CD229 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/XmlStateFile.cpp */ = {isa = PBXBuildFile; fileRef = EC1BE875733D46E785BD4622 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/XmlStateFile.cpp */; }; - 46C900C77BA0452390F213B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/tests/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 3AEDC8A8150D446B897A2768 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/tests/CMakeLists.txt */; }; - 46FEEBA269734AA5A2142DDE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu.h */ = {isa = PBXBuildFile; fileRef = FAA8595994CD49548C559963 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu.h */; }; - 472FC068EA3A468AA0F8DBC6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Sort.c */ = {isa = PBXBuildFile; fileRef = 07FC85105876419FB9517271 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Sort.c */; }; - 47D2BBDD62544397B85A553E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpServer.h */ = {isa = PBXBuildFile; fileRef = 10F409B00A8A417CB205539A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpServer.h */; }; - 482FFA27B18247DF80B90B59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/BraIA64.c */ = {isa = PBXBuildFile; fileRef = 5186274947D14ED69054CB65 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/BraIA64.c */; }; - 484E528DD45D4C87BB6CB8A4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSCoprocessor.cpp */ = {isa = PBXBuildFile; fileRef = B65D91E5C7024C5CAAF9F3FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSCoprocessor.cpp */; }; - 4850D2C013F447DEB6BAFB5B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/ISO9660.h */ = {isa = PBXBuildFile; fileRef = F4EC616AF86C41A29B05902D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/ISO9660.h */; }; - 4886E49004304921A522B5C0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */ = {isa = PBXBuildFile; fileRef = D6FA5CEA975A42F0AB33C6FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */; }; - 48C815DF21E14E8F99D9D7D7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/HashUtils.h */ = {isa = PBXBuildFile; fileRef = D996DDC7F30F44A0AFDFC2B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/HashUtils.h */; }; - 48F43166E3904D9BABC4B8AE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpuTest.h */ = {isa = PBXBuildFile; fileRef = 9136B96CED694631B4CF98CE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpuTest.h */; }; - 4917C4B46359441EAB91C991 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdCdImageStream.cpp */ = {isa = PBXBuildFile; fileRef = F99D234F918D4EBF9811FBB1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdCdImageStream.cpp */; }; - 4A9FF4EC01C44298AF8BB8E9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutBaseItem.h */ = {isa = PBXBuildFile; fileRef = AA39D23D3179458EB0879040 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutBaseItem.h */; }; - 4AE40F36D15E4B948FE1481F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PS2VM_Preferences.h */ = {isa = PBXBuildFile; fileRef = FFF7894346AA4325A5AEDE05 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PS2VM_Preferences.h */; }; - 4BC5E57366CC4A72A384FEFA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Speed.cpp */ = {isa = PBXBuildFile; fileRef = 7E6DDD6E50DF4AE0A586C964 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Speed.cpp */; }; - 4C0248C1CEFE40AB8B268891 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable.cpp */ = {isa = PBXBuildFile; fileRef = F6A5E3CF42064F5ABE826D44 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable.cpp */; }; - 4C811EB47AB64571B6B94C0D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 3CBF6106853047788E1AA6F8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/CMakeLists.txt */; }; - 4CC1C3B7CFDB474F9B5CDFFB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OsVariableWrapper.h */ = {isa = PBXBuildFile; fileRef = 23F0689680A846CDAE6E49F6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OsVariableWrapper.h */; }; - 4D58D7F74A3D4EDE963B505D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Sort.h */ = {isa = PBXBuildFile; fileRef = 20D64ED0C0754E168A5D7395 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Sort.h */; }; - 4DE988698162422BA5A7803A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpSaveImporter.cpp */ = {isa = PBXBuildFile; fileRef = 578866D2F20948FBB82CD7F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpSaveImporter.cpp */; }; - 4F28905E15AD45D49479D69E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ArgumentIterator.cpp */ = {isa = PBXBuildFile; fileRef = C839BE95B70E4DCDB75FAE3D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ArgumentIterator.cpp */; }; - 4F2F17C6207E49F5AA1ACD8E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thevent.h */ = {isa = PBXBuildFile; fileRef = 9E5F7ACE42494CC783CED001 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thevent.h */; }; - 4F78D3318EB74F21847A2773 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/PS2OS.cpp */ = {isa = PBXBuildFile; fileRef = CD1C278119144FBF91339BAF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/PS2OS.cpp */; }; - 4F850EC1090E4CCABEDBA16A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTableRecord.h */ = {isa = PBXBuildFile; fileRef = BB51FA378AA54E289FB4EBFE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTableRecord.h */; }; - 4F9688BD9FD74F71B46E0BED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipArchiveWriter.cpp */ = {isa = PBXBuildFile; fileRef = DEB5692FDD1B45CFB9BACF7D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipArchiveWriter.cpp */; }; - 4F9905E9948F4008BEAB7C12 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler.cpp */ = {isa = PBXBuildFile; fileRef = 099416DAAA5C489BBAD3F829 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler.cpp */; }; - 502B80E77AD846749F04783E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */ = {isa = PBXBuildFile; fileRef = 79A9FB145EBA4FFDA10A66E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */; }; - 5037E742E962400C9C9E08B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/PathDirectoryIterator.cpp */ = {isa = PBXBuildFile; fileRef = AD41F3E0FA054530AB94FAA8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/PathDirectoryIterator.cpp */; }; - 505057E3AEFB474D95A94535 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.cpp */ = {isa = PBXBuildFile; fileRef = FDAC726C2E41414ABA9464A8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.cpp */; }; - 50617C1DCB694297B723A69C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/VerticalLayout.h */ = {isa = PBXBuildFile; fileRef = 19932B0DE7834C34B556431D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/VerticalLayout.h */; }; - 507777F0E5BF44BC8CCBD74C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zlib.h */ = {isa = PBXBuildFile; fileRef = 8122D6BD8F864EFDBCA72A28 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zlib.h */; }; - 50E8FF78A76A42D6B642A6D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManNull.cpp */ = {isa = PBXBuildFile; fileRef = BD4F5295F60B46D682EA199A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManNull.cpp */; }; - 50EEDD5EA7F24C36B538BD85 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 6AC3FC97EDDB43F59056EDDD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */; }; - 51016DBB3958450E9EB5619D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Alloc.h */ = {isa = PBXBuildFile; fileRef = CDA603294F5147F28191EF04 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Alloc.h */; }; - 51A3633308C840858F02277F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/huf.h */ = {isa = PBXBuildFile; fileRef = DD3EADBF9629430FBB2BB9D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/huf.h */; }; - 51A3E8098E094E3C8F75AA16 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/GotoTest.h */ = {isa = PBXBuildFile; fileRef = 0FA2E83EDC4E44B2B4DA585D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/GotoTest.h */; }; - 51A81C32C20043C8948783C1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_IomanX.h */ = {isa = PBXBuildFile; fileRef = E8D9F741B7D54BF39412D2E5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_IomanX.h */; }; - 51C0B8F6C1714E5188CD0586 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdman.cpp */ = {isa = PBXBuildFile; fileRef = 5B52A2DF503046A495FD7DB0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdman.cpp */; }; - 52301596120546CDA6DF13CD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_DmVectorTable.cpp */ = {isa = PBXBuildFile; fileRef = 5C6A39A92EDE48DB903A21FE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_DmVectorTable.cpp */; }; - 52AB0976411D4F1C9929287E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/ArrayStack.h */ = {isa = PBXBuildFile; fileRef = AA1E08FBCBD94F44842C7D70 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/ArrayStack.h */; }; - 53A437EF534C45249CA4A37E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/DiskUtils.cpp */ = {isa = PBXBuildFile; fileRef = 02310A78CD8143B2878724B6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/DiskUtils.cpp */; }; - 53E36A87698048A1AADDD0D3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDumpDevice.h */ = {isa = PBXBuildFile; fileRef = EDC440D1B8C846B2BA7267E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDumpDevice.h */; }; - 53E59A074D244E6AB6A541F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Csv.cpp */ = {isa = PBXBuildFile; fileRef = 914E894E317342C0A992F555 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Csv.cpp */; }; - 542124863EE541FBA1B8C031 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmacman.h */ = {isa = PBXBuildFile; fileRef = 4D0C5E922E704837A88EF3AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmacman.h */; }; - 5423E0BA54FE416A83F63F64 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/maybe_unused.h */ = {isa = PBXBuildFile; fileRef = AE5AB8C87B7C43498F489DD6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/maybe_unused.h */; }; - 547EF598357A4CBD9D47128F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler1000.cpp */ = {isa = PBXBuildFile; fileRef = C08241825DE546C8A31B7486 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler1000.cpp */; }; - 54D873C00AD84095A040A881 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU.cpp */ = {isa = PBXBuildFile; fileRef = 5DEAC0BA4BDD47BB9B99C09D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU.cpp */; }; - 55039AB7B5364D498A10DD34 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */ = {isa = PBXBuildFile; fileRef = 590378F0F3694A3881E90B49 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */; }; - 559232AB3DDB4A61A04B8718 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/MemStream.cpp */ = {isa = PBXBuildFile; fileRef = 9280728F0D534C10B5A74914 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/MemStream.cpp */; }; - 55EA04A2FBC1488B81FB34F9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateCollectionFile.h */ = {isa = PBXBuildFile; fileRef = ED4DF1053CBD48DBA229FD81 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateCollectionFile.h */; }; - 561072D1840844EBB36C729E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast_win1252.cpp */ = {isa = PBXBuildFile; fileRef = F088B1E01EEA4411ACA041AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast_win1252.cpp */; }; - 565038B118884BC78879A09F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */ = {isa = PBXBuildFile; fileRef = A174C8E13F734B9EBB571DD6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */; }; - 56F8F5D635B2464E9C4F7820 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/ObjectFile.cpp */ = {isa = PBXBuildFile; fileRef = 133F5B03875C40C2ACCF2900 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/ObjectFile.cpp */; }; - 570A7BD8142247B5B502A4A1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/BlockProvider.h */ = {isa = PBXBuildFile; fileRef = 2504FBBC0EE943D18E30DACC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/BlockProvider.h */; }; - 575D40C262FE484992CAAECD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Heaplib.cpp */ = {isa = PBXBuildFile; fileRef = 4C343497FE1B4A6E91D926A6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Heaplib.cpp */; }; - 57FCBC787B1D4537A197313A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */ = {isa = PBXBuildFile; fileRef = D7A2497CEF864B388B3DF882 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */; }; - 5817840EDBE54AE1B8A6F8BC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdStreamSupport.cpp */ = {isa = PBXBuildFile; fileRef = 735213DFCE4C4178B42ED553 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdStreamSupport.cpp */; }; - 5831D3EFEE6547F797701BDC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BlockLookupTwoWay.h */ = {isa = PBXBuildFile; fileRef = 83F18FAE3128485EACFB1BDD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BlockLookupTwoWay.h */; }; - 58626CA48FEF4765A52D8232 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Timrman.h */ = {isa = PBXBuildFile; fileRef = E2B1EED1B4CC4CA6B13C9DE7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Timrman.h */; }; - 586830E33A5B4F99B0C20D1A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/WasmModuleBuilder.cpp */ = {isa = PBXBuildFile; fileRef = C79D588860C44CBC80C3E598 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/WasmModuleBuilder.cpp */; }; - 58A096B12FF442DA8588DF03 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_SymbolRef.h */ = {isa = PBXBuildFile; fileRef = 02C43150081D499D8F1EA673 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_SymbolRef.h */; }; - 58A2B7E06C63480A94A43A78 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/PathDirectoryIterator.h */ = {isa = PBXBuildFile; fileRef = 22A422894D0C449A988497C4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/PathDirectoryIterator.h */; }; - 591A3E589E9B47B5B0CE3CC9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateFile.cpp */ = {isa = PBXBuildFile; fileRef = B3A545FA01C6486A84EFDCA1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateFile.cpp */; }; - 599813190C0D43C0BEFEDEE6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpIntMixTest.h */ = {isa = PBXBuildFile; fileRef = 719DF152FCC14628ABBCD1D0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpIntMixTest.h */; }; - 5A300C60F75C49259B24278F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */ = {isa = PBXBuildFile; fileRef = 659E52DF635149ECAAEDCFEE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */; }; - 5B258DDCA3794CFBA5C288EF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VUShared.h */ = {isa = PBXBuildFile; fileRef = 3D1F3D27294E498F84906462 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VUShared.h */; }; - 5B4230EB31D14CD0962AF1C2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/InverseScanTable.cpp */ = {isa = PBXBuildFile; fileRef = 33BCC301E46D4DE28E9CF9DF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/InverseScanTable.cpp */; }; - 5B8F62CFF6C84FC3A11D7F5D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CompareTest.h */ = {isa = PBXBuildFile; fileRef = 7E4E2575A55F4FFA81427AFC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CompareTest.h */; }; - 5CB72CAECABB4685A5B6BB3F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thsema.h */ = {isa = PBXBuildFile; fileRef = 279860A5617C4B25A7CD6D30 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thsema.h */; }; - 5CFCC974623743F1AD5C7C86 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_MtapMan.h */ = {isa = PBXBuildFile; fileRef = 3DAA30024F724F4C8D4F6B3B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_MtapMan.h */; }; - 5D36BDC2D03340389155E578 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OsStructManager.h */ = {isa = PBXBuildFile; fileRef = 8A56FDDBEBC34870B77AE9C1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OsStructManager.h */; }; - 5D7A5DAE92B241C68A9D48D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */ = {isa = PBXBuildFile; fileRef = 70B447412A17477DA9085920 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */; }; - 5D97F8B38D6E4E49AA851CCA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifDynamic.h */ = {isa = PBXBuildFile; fileRef = 8C278C74376A483CAE2F2738 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifDynamic.h */; }; - 5DB35E1B934F4D2E8708BD36 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/HddDefs.h */ = {isa = PBXBuildFile; fileRef = 71BD54AB5C074853B980BD92 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/HddDefs.h */; }; - 5DB63899BFBD4750A9B92B77 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StdStreamUtils.h */ = {isa = PBXBuildFile; fileRef = A7237DE6685A4F8E9472AE43 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StdStreamUtils.h */; }; - 5EBA077EADD64326855832F2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md.cpp */ = {isa = PBXBuildFile; fileRef = F2A69D51090247C093B0D1EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md.cpp */; }; - 5EDCCFBBEAD44CA7B729703E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c */ = {isa = PBXBuildFile; fileRef = 202C57BC74814F1BA6DC29D3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c */; }; - 5F2C4AC29EDF47F6AA78CDD8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */ = {isa = PBXBuildFile; fileRef = 1DE74C7004F44FD382A083AD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */; }; - 5FAB292629D640BF82D3A39B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */ = {isa = PBXBuildFile; fileRef = 46D74F96EDB04CE5A160A927 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */; }; - 60036B71D1A14BCC91572236 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Fpu.cpp */ = {isa = PBXBuildFile; fileRef = 56D305D4B17B4BD6BFC28B74 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Fpu.cpp */; }; - 603CC0D075B240A6A437309A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */ = {isa = PBXBuildFile; fileRef = E8F4847471264D8E88E12240 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */; }; - 60A53CBA9A424FB389C82359 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.c */ = {isa = PBXBuildFile; fileRef = 129AA00D7E1743BF9812941A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.c */; }; - 60E3F120C4144025B698C690 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClientFactory.cpp */ = {isa = PBXBuildFile; fileRef = 2CA86AD334D042EEBA301819 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClientFactory.cpp */; }; - 616048E856A44538A489918E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */ = {isa = PBXBuildFile; fileRef = 67EC570E62AD421F8AE75B2E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */; }; - 618FD5BB84BA401C8AAD804B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Timer.h */ = {isa = PBXBuildFile; fileRef = 036CE5659BB34CCEA795F878 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Timer.h */; }; - 6217BCB14D57499A9CCB2465 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Merge64Test.cpp */ = {isa = PBXBuildFile; fileRef = 5AAF5EE7AFD944D6980D224D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Merge64Test.cpp */; }; - 62427B36A34C41548D8547E8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = E24EBBFF77194A45B149807B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/CMakeLists.txt */; }; - 626F6A1B3E7446BAB76A34C5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_ScopedFile.cpp */ = {isa = PBXBuildFile; fileRef = 6E4F308B0AF341C3902F4B0B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_ScopedFile.cpp */; }; - 62CB92E3E45B4505A9BEDFE6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ilink.cpp */ = {isa = PBXBuildFile; fileRef = 53E80192280A49F289263272 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ilink.cpp */; }; - 62E2ED868A3D44BF8BBD8CB6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_SubSystem.cpp */ = {isa = PBXBuildFile; fileRef = A1CEA77CBF4F48E58AEB06C4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_SubSystem.cpp */; }; - 6302583C79F64220B1B144D6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vpu.cpp */ = {isa = PBXBuildFile; fileRef = 83CCC4D836694D9488233B74 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vpu.cpp */; }; - 63583DAA18B140CCBE90765F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.h */ = {isa = PBXBuildFile; fileRef = 18B5DB11308D437191081DDC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.h */; }; - 63CBAC95E6AF4FF98D2C05CA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/VolumeDescriptor.h */ = {isa = PBXBuildFile; fileRef = 3BED5F0D577543428F5F9D85 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/VolumeDescriptor.h */; }; - 64C8CCABE2F14CF898777523 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPS.cpp */ = {isa = PBXBuildFile; fileRef = 94F86E3129F8492AB8173541 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPS.cpp */; }; - 64EA3BBC2A4D4A5088B4DF35 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */ = {isa = PBXBuildFile; fileRef = 97F6AF468D324094BB527009 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */; }; - 65AEB3F0D6524F3FA2B3D2BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thbase.cpp */ = {isa = PBXBuildFile; fileRef = 24F2CF7BD6CF44E8B8153D5D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thbase.cpp */; }; - 65B0DFC61BA94A69A22EF8E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */ = {isa = PBXBuildFile; fileRef = 35D8FF956F524431A9DD0F89 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */; }; - 65BF86F8CEA744498EEFD006 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/signal/Signal.h */ = {isa = PBXBuildFile; fileRef = 0E6E0F72BBA94961B560D48C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/signal/Signal.h */; }; - 65F567181C464C378160FDC8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/CMakeFiles/xxhash.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = FB485E133BC74605A12919B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/CMakeFiles/xxhash.dir/Info.plist */; }; - 6631E982C249468F97E34AB7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2.cpp */ = {isa = PBXBuildFile; fileRef = EE20E31E3121499DA57A65D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2.cpp */; }; - 6726FEB0A56644E1965FF435 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2200.cpp */ = {isa = PBXBuildFile; fileRef = 113E48C3E25E4CC89CE10B01 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2200.cpp */; }; - 674B09CCAC80437BA0C6E825 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_LibMc2.cpp */ = {isa = PBXBuildFile; fileRef = E053C659900547789DA9196F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_LibMc2.cpp */; }; - 67A2F0816DBA49CCA6885EA9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/DivTest.h */ = {isa = PBXBuildFile; fileRef = 21F3C9D3D9484AECB0732FCD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/DivTest.h */; }; - 686D53E7451541C18793FE6F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/VolumeDescriptor.cpp */ = {isa = PBXBuildFile; fileRef = BF38EA7640FB40EEAED2B371 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/VolumeDescriptor.cpp */; }; - 687BA44BEDAC4F1482206252 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Literal128.h */ = {isa = PBXBuildFile; fileRef = 975C8C5D139E4217B995C6D7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Literal128.h */; }; - 68A90ADE9FEB4E58974F74E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Stdio.cpp */ = {isa = PBXBuildFile; fileRef = 938E6EDA7E1C4E03805A21EA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Stdio.cpp */; }; - 68A9DCA66FB6445D8184E1B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdman.h */ = {isa = PBXBuildFile; fileRef = 69F5CAD540D543A0852BAFAD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdman.h */; }; - 68CD4108F6FD4EA69E1A2E83 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutObject.cpp */ = {isa = PBXBuildFile; fileRef = 8E41B5E8DEAE4A15B6A02DE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutObject.cpp */; }; - 68E01CD5E7534C6BA2191E7E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Cmp64Test.cpp */ = {isa = PBXBuildFile; fileRef = 1320872AE0AE4FF0B01D9968 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Cmp64Test.cpp */; }; - 68FA8E79A81A4AFC93180E28 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuBasicBlock.h */ = {isa = PBXBuildFile; fileRef = A4E4740DD0CE40D4AB042B82 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuBasicBlock.h */; }; - 68FF339867F84C3488810833 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ilink.h */ = {isa = PBXBuildFile; fileRef = 63694CCDBFD44EB6A0DD4944 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ilink.h */; }; - 692BBF60FC2C4D8D85C6FB46 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/LiteralPool.h */ = {isa = PBXBuildFile; fileRef = 8AA2E921F6074343908DC84E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/LiteralPool.h */; }; - 6947161E9B5C48CC994AAD7E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpMulTruncate.cpp */ = {isa = PBXBuildFile; fileRef = D06EB89B89B14BC49D04CDE2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpMulTruncate.cpp */; }; - 696D16D2E011446587CE0980 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Logic64Test.cpp */ = {isa = PBXBuildFile; fileRef = 45DCA979D8C8483F976919CC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Logic64Test.cpp */; }; - 6A39D8937B1B4949BBEED972 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpSaveImporter.h */ = {isa = PBXBuildFile; fileRef = 73823F2D7C22440BA6CD5867 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpSaveImporter.h */; }; - 6A68D61120DE488DBC5149E8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_LibSd.h */ = {isa = PBXBuildFile; fileRef = 74083099B1B547569B5E6C04 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_LibSd.h */; }; - 6B29B1F80275466A9BE39D5A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_UpperReflection.cpp */ = {isa = PBXBuildFile; fileRef = 01A6DC741DC243A0BB71D6B1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_UpperReflection.cpp */; }; - 6C0BFA2BFEE64CFB81D7437B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Logic64Test.h */ = {isa = PBXBuildFile; fileRef = CD8BAABB689A4B988E8FB291 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Logic64Test.h */; }; - 6C3CD331716E47878D8F88AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Base64.cpp */ = {isa = PBXBuildFile; fileRef = 599C5F08EB624AF18E359E3E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Base64.cpp */; }; - 6C8FDAC408834839BEC8616E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.c */ = {isa = PBXBuildFile; fileRef = AA8D0524728E452A9CE80F20 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.c */; }; - 6C9A2F5B06DB45F3B6DB1D4B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Avx.cpp */ = {isa = PBXBuildFile; fileRef = 21C20AB6453940D894B99F6B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Avx.cpp */; }; - 6D70D9477A0C4B69A837D4FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuExecutor.cpp */ = {isa = PBXBuildFile; fileRef = 3EC9DF0C744A4CA0B59A713A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuExecutor.cpp */; }; - 6E090CC23ADD423A836865F1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTempTest.cpp */ = {isa = PBXBuildFile; fileRef = 6EE50ED6A3DB420FA56FE6EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTempTest.cpp */; }; - 6E279C03E6F64B01B3055068 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessTest.cpp */ = {isa = PBXBuildFile; fileRef = E3AFCFA1D72B417CA58E469D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessTest.cpp */; }; - 6E2D063ECC724C6FBEA16AF5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/ApaReader.cpp */ = {isa = PBXBuildFile; fileRef = FD9DD17965E24A20B87F618E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/ApaReader.cpp */; }; - 6E63CC7443204F258AD4DBA0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Shift64Test.cpp */ = {isa = PBXBuildFile; fileRef = 1F8DA844992E4D56900E9109 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Shift64Test.cpp */; }; - 6EA8F140C3734E74BD96DABE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CsoImageStream.h */ = {isa = PBXBuildFile; fileRef = 241C97BEC7A446C8A0862646 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CsoImageStream.h */; }; - 6EBC2811335540F39626B990 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif.cpp */ = {isa = PBXBuildFile; fileRef = F825F0F602F347BE962D5BFD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif.cpp */; }; - 6EC9CF18163F4B7D89058A11 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/INTC.h */ = {isa = PBXBuildFile; fileRef = 7D2A6C50F5574280BB546ED8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/INTC.h */; }; - 6F0FD4A047D04419A9C4B3F4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Utils.cpp */ = {isa = PBXBuildFile; fileRef = E18AECDE282242DA939A52CA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Utils.cpp */; }; - 6FAE8F4C0B344A618B6A755E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/BitStream.cpp */ = {isa = PBXBuildFile; fileRef = 3FC5619D847647BDB8CE959A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/BitStream.cpp */; }; - 7006CCDEFEF64003AA367E80 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */ = {isa = PBXBuildFile; fileRef = E6A3C2F349694962B4EE7B58 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */; }; - 7074C0A2486445BFAE59AD2B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */ = {isa = PBXBuildFile; fileRef = 87685CF8E60F4ADFABF60405 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */; }; - 708A99D9CFB64636A2B3A5CC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.cpp */ = {isa = PBXBuildFile; fileRef = B8DCC3CA84BE417DB0C32B11 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.cpp */; }; - 70B5E9BDF0AD4EA5BD673B71 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c */ = {isa = PBXBuildFile; fileRef = 53CAC0E6207E4E34B84429CE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c */; }; - 71789EF622AE49FFA2B45F88 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsJitter.cpp */ = {isa = PBXBuildFile; fileRef = E6A9C9778808498BB18097D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsJitter.cpp */; }; - 71806CE722034DD6BAEE1E62 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/TGA.cpp */ = {isa = PBXBuildFile; fileRef = D60EFDA4AB034181AD136843 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/TGA.cpp */; }; - 719FB89D5C4F4F89AF94FF63 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SubSystem.h */ = {isa = PBXBuildFile; fileRef = A1A53F50D7E34AEDA94A4536 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SubSystem.h */; }; - 71ADB17B78224C7E963D1A9E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MotionCodeTable.cpp */ = {isa = PBXBuildFile; fileRef = E162D426B46144FD9C74B1A6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MotionCodeTable.cpp */; }; - 71E06904B6CD479F853F4B67 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ReorderAddTest.h */ = {isa = PBXBuildFile; fileRef = DA907DB72D064C7782814B85 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ReorderAddTest.h */; }; - 71F3C6A487C4498CAF728267 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipArchiveReader.h */ = {isa = PBXBuildFile; fileRef = E1FF4C46B5464A79ABE544CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipArchiveReader.h */; }; - 726BCD0F821D4055A067BFFE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 98BF1F512894438CB633E38B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist */; }; - 727B0C7FC10A4461A2DCD428 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpReader.cpp */ = {isa = PBXBuildFile; fileRef = 1BB4DBBE12354FAEBA7B6DF7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpReader.cpp */; }; - 72D6277B81F54EC3B021BF48 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzFind.h */ = {isa = PBXBuildFile; fileRef = 233B01824BD347B0B89723F6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzFind.h */; }; - 72DE5DB6F1A744AF9859B054 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdAddTest.h */ = {isa = PBXBuildFile; fileRef = CEE6DF29DE3644D3A07AB448 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdAddTest.h */; }; - 7394F3751E034C2B96A9E898 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */ = {isa = PBXBuildFile; fileRef = 544ABDE53C0B424F802E8E59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */; }; - 73DCFF2B9844426ABA4145FD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/PH_GenericInput.h */ = {isa = PBXBuildFile; fileRef = 991611B8D8224FC7AF17DE58 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/PH_GenericInput.h */; }; - 74070B62E8814FB3987810E8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/ApaReader.h */ = {isa = PBXBuildFile; fileRef = DEEF1FD79A10459293BDDF09 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/ApaReader.h */; }; - 752626E3842E44D58228F640 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdAddTest.cpp */ = {isa = PBXBuildFile; fileRef = 7AEB92C0BF6F41109263AFF6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdAddTest.cpp */; }; - 7584C2A88E324ABC80B7A303 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Shift.h */ = {isa = PBXBuildFile; fileRef = 5967A87B7D264810A11A1622 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Shift.h */; }; - 75D01603B3EE40628C33E105 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */ = {isa = PBXBuildFile; fileRef = 7CB6316EE6B448E0BCD06F9D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */; }; - 75EC674214D54DFF92718EE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ArgumentIterator.h */ = {isa = PBXBuildFile; fileRef = 143CAD1C839C47E4A8537047 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ArgumentIterator.h */; }; - 7659D5D71DDA4F889FD3E49A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/X86CpuFeatures.h */ = {isa = PBXBuildFile; fileRef = 93422531C68F4E1A922A203B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/X86CpuFeatures.h */; }; - 7680EF0FF8D44E7F92ED0F1F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thfpool.cpp */ = {isa = PBXBuildFile; fileRef = 39920026751C471D844F2C3D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thfpool.cpp */; }; - 76C21761F68743EBB9B9225E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPS.h */ = {isa = PBXBuildFile; fileRef = 7BD3EE8C78A147EE9D481734 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPS.h */; }; - 76CA5E9D21C441B3BC08672A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 102FF77D14B54D99A9783498 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/CMakeLists.txt */; }; - 76D75B76693A44F2AD439197 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/SifModuleAdapter.h */ = {isa = PBXBuildFile; fileRef = 49C39F503E12415D9D8EF3CD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/SifModuleAdapter.h */; }; - 76E9D2C4CAD0490A9AA1F62A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_AArch64.h */ = {isa = PBXBuildFile; fileRef = 0E3CC217E3D149D08463E63B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_AArch64.h */; }; - 771DCC9FA212421FAC887A1F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LogicTest.h */ = {isa = PBXBuildFile; fileRef = F36AF48224784961B4000462 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LogicTest.h */; }; - 776C78C3D33D4B6BA2E4A894 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeITable.h */ = {isa = PBXBuildFile; fileRef = 9FCBBEC47B1F4B0783F4A5CA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeITable.h */; }; - 77AD1E0A51F3455EA8421906 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */ = {isa = PBXBuildFile; fileRef = 01CCF7C857824D449805BEFD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */; }; - 77BD965D5A094D1E96A35353 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdShiftTest.cpp */ = {isa = PBXBuildFile; fileRef = 6A3CF548E23449EFA0C12649 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdShiftTest.cpp */; }; - 7811C46A586D4FA7B4C65C7D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Sse.cpp */ = {isa = PBXBuildFile; fileRef = A388F7F32AFA44C0B001F612 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Sse.cpp */; }; - 7828C20D1E4E4437B757ED33 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoSys147.cpp */ = {isa = PBXBuildFile; fileRef = 4D06A5F6D345449FA5FF808D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoSys147.cpp */; }; - 7882EB429BD240D182A85E66 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */ = {isa = PBXBuildFile; fileRef = 78775D4E2E6C4C35A811BF83 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */; }; - 78C87828ABC24F5ABA46274C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */ = {isa = PBXBuildFile; fileRef = 9601B1244E2848B3AD074FE8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */; }; - 78E99504F26348A08F25A100 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/McDumpDevice.h */ = {isa = PBXBuildFile; fileRef = 7B0DE24B7D7C413CAF57F0C6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/McDumpDevice.h */; }; - 792CB8474686425EAAF5CC7E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/SIF.h */ = {isa = PBXBuildFile; fileRef = B6C00A129A744A0BA5413C9A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/SIF.h */; }; - 79656C36B9994371A022BC75 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessRefTest.h */ = {isa = PBXBuildFile; fileRef = 26210A2A957B442A88058E48 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessRefTest.h */; }; - 799C46D600A240E9B269DDCB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClient.h */ = {isa = PBXBuildFile; fileRef = D074D9D9BA994B28ADB86248 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClient.h */; }; - 79DC824E5B1C47EC9262532A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGen.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 4C66834B04344777B6E34509 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGen.dir/Info.plist */; }; - 79DDCA4624D54279B055EB5E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Lzma86.h */ = {isa = PBXBuildFile; fileRef = B0BF8B49C661409ABFDBA95D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Lzma86.h */; }; - 7A18E10AF2E1404B8C2499C3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaLib.h */ = {isa = PBXBuildFile; fileRef = E0444034B59E4C2798A3B46A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaLib.h */; }; - 7AE1FB215C0949ED83A13170 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */ = {isa = PBXBuildFile; fileRef = 4CDDA690132D4325AC7D150B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */; }; - 7AF1C4B3F8964463AE5D36D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Dmac_Channel.cpp */ = {isa = PBXBuildFile; fileRef = 51DC3A1BC2724915AA71E24D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Dmac_Channel.cpp */; }; - 7B6381BE651145CE944B7B77 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intc.cpp */ = {isa = PBXBuildFile; fileRef = 06623E16F4A945E59813F22F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intc.cpp */; }; - 7B788B6C95734BC098BF00CE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsCachedArea.cpp */ = {isa = PBXBuildFile; fileRef = A76727FE1C654F0F8F79BE82 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsCachedArea.cpp */; }; - 7B7B7D64F54840789E7B5EFB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/FilesystemUtils.cpp */ = {isa = PBXBuildFile; fileRef = 3ABC0BCD194B4EA88CCF8BC1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/FilesystemUtils.cpp */; }; - 7B9CB6455119455F9DF1FB27 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */ = {isa = PBXBuildFile; fileRef = 1E7AA880608947098322D895 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */; }; - 7BCD1F5606A1425D9E7EB283 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMinMaxTest.h */ = {isa = PBXBuildFile; fileRef = 7B43F653EFC64D0A971DCDD8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMinMaxTest.h */; }; - 7BDA9432732341B3A6DC465E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest2.h */ = {isa = PBXBuildFile; fileRef = 2447B3E5E925424BA481D349 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest2.h */; }; - 7BF329051C1F4B5483C1A4D2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable1.cpp */ = {isa = PBXBuildFile; fileRef = 0C88C9476B214E44BDEE8962 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable1.cpp */; }; - 7D038A953E3B49AC82D4A3A0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/mem.h */ = {isa = PBXBuildFile; fileRef = C6DF9119A05849E09CD5962B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/mem.h */; }; - 7D302D55B6D84DD08469F87A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/GIF.h */ = {isa = PBXBuildFile; fileRef = 0FA12E16837B499698C77DC8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/GIF.h */; }; - 7D63EA864D9849A4A28C1C99 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Delta.h */ = {isa = PBXBuildFile; fileRef = 59BADBFBFACD43A0B1F444BC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Delta.h */; }; - 7D78F09A1769475596F4D192 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/CMakeFiles/Framework.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = E96D3C7911264CE19A88FB0E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/CMakeFiles/Framework.dir/Info.plist */; }; - 7DC8F6B51A5C4E66A6F1BACB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuAnalysis.cpp */ = {isa = PBXBuildFile; fileRef = 55077B0D0CAA47D4AE9C0E21 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuAnalysis.cpp */; }; - 7F101A087F2E448F9A5AEEB6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 18E6A5461FA7425C87D4D22E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */; }; - 7F760290B3A1443A98DFD7FF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/CodedBlockPatternTable.cpp */ = {isa = PBXBuildFile; fileRef = 06AD9C81D8EF4CF6A582E03B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/CodedBlockPatternTable.cpp */; }; - 809621BD4981464FB589A229 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ShiftTest.h */ = {isa = PBXBuildFile; fileRef = 2992D6C540094523838BDFDD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ShiftTest.h */; }; - 80B55E3B2FB1478FB47CD739 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_DmacChannel.cpp */ = {isa = PBXBuildFile; fileRef = DCB2C21BC6454C828EDEB5B1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_DmacChannel.cpp */; }; - 818DF123EFF241E290EC3B30 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/std_experimental_map.h */ = {isa = PBXBuildFile; fileRef = 59BCB3EFF8764CB8AF0782AE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/std_experimental_map.h */; }; - 81900A0CC1B242F896E4C390 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */ = {isa = PBXBuildFile; fileRef = B4846738505C4F1BA1F7E358 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */; }; - 81CBA84C813E4F2380D5FFFB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Md.cpp */ = {isa = PBXBuildFile; fileRef = 7CB21B9350C546A2AC4D62CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Md.cpp */; }; - 820DF4FEE0034B33A8AFE7C4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EEAssembler.cpp */ = {isa = PBXBuildFile; fileRef = 7B5BB71975BE4D46899CA282 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EEAssembler.cpp */; }; - 8213CCAB15A046A696C57936 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/InputProvider.h */ = {isa = PBXBuildFile; fileRef = 57848A77A8AB49EDA010B1C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/InputProvider.h */; }; - 822436D7FE704930BE07CB58 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64.cpp */ = {isa = PBXBuildFile; fileRef = E40981C1B66548339DE08ECB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64.cpp */; }; - 82C7CBE51EB5444C908AE97C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/ObjectFile.h */ = {isa = PBXBuildFile; fileRef = BE150612D74C405897F6135B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/ObjectFile.h */; }; - 837A099ED4864714AF799C6B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess64Test.h */ = {isa = PBXBuildFile; fileRef = 62CE679F8E004B36A1ED00F6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess64Test.h */; }; - 83C6424DC92946E28ECF0F3E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/7zTypes.h */ = {isa = PBXBuildFile; fileRef = B35A222901214E92B9D0E14C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/7zTypes.h */; }; - 83E63027BCBC49F7B06B93AF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.h */ = {isa = PBXBuildFile; fileRef = 4333EA1F78404735989C4717 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.h */; }; - 8443E4FA1E3F4FEA90186783 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/DirectoryRecord.cpp */ = {isa = PBXBuildFile; fileRef = 45EAD6250ADC479FAC5B1FFE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/DirectoryRecord.cpp */; }; - 84623EF6817841F5BC771618 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifMan.h */ = {isa = PBXBuildFile; fileRef = 0898A33D2E1B4E4E98B8EB97 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifMan.h */; }; - 84647E69B4ED4321A4B59F58 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 4153F522A0774C219964AB98 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist */; }; - 8464FDD41994440C8B849B3C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_SymbolTable.cpp */ = {isa = PBXBuildFile; fileRef = 45FB5EE4C2E749F78A19FA8F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_SymbolTable.cpp */; }; - 85466FC55139449FACEF7442 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PadMan.h */ = {isa = PBXBuildFile; fileRef = 6FEF02250EF449AC964E9080 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PadMan.h */; }; - 85548E1C52AD4B93885AEA52 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PathUtils.cpp */ = {isa = PBXBuildFile; fileRef = F8B9EAE014BD44B9B104B6DA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PathUtils.cpp */; }; - 85812FD6DAE449E19E0D4579 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/GridLayout.h */ = {isa = PBXBuildFile; fileRef = 87C066A0D8F5433F9DE5C31C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/GridLayout.h */; }; - 8592CC7080EC420F9872A8CA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/SifModule.h */ = {isa = PBXBuildFile; fileRef = CE6620C19BAB4D30B563F33E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/SifModule.h */; }; - 85A93EC89FF64D03AFD8DD6E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OsStructQueue.h */ = {isa = PBXBuildFile; fileRef = EE56CDF0E1204FB6A93970CC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OsStructQueue.h */; }; - 861E209B36644C149BF1CFA9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess8Test.cpp */ = {isa = PBXBuildFile; fileRef = A2C7C0575D6D49EB98D00B40 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess8Test.cpp */; }; - 8620840ADCAF480FAF7943AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif1.cpp */ = {isa = PBXBuildFile; fileRef = D01D4E1D4BCE48D98B5F732F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif1.cpp */; }; - 862E3E10C2CD43F5AB4B3A28 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.h */ = {isa = PBXBuildFile; fileRef = 169D5212DF2A4046A147C70F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.h */; }; - 869799E66A4045C5A82E563A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypePTable.cpp */ = {isa = PBXBuildFile; fileRef = F79A7B2E995F43D0B83B557B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypePTable.cpp */; }; - 86E4A66BE79644BABC6AF54A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/gzguts.h */ = {isa = PBXBuildFile; fileRef = 382A56520CCC4B5A824C3A87 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/gzguts.h */; }; - 871E65B719F24423A2FEA769 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryMap.h */ = {isa = PBXBuildFile; fileRef = 50D611E0EFA0428AA53EF79E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryMap.h */; }; - 877BAA90ACCD482399719EF6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/TimeUtils.h */ = {isa = PBXBuildFile; fileRef = E562A5A75BAB40C3A4D97754 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/TimeUtils.h */; }; - 877E3EBD23174D6BACE39314 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_LoadStore.h */ = {isa = PBXBuildFile; fileRef = F55BE6AAA3AE4AAFBF5ACA93 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_LoadStore.h */; }; - 87A687B64F9B4908B367C190 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/PathDirectoryDevice.h */ = {isa = PBXBuildFile; fileRef = 8C7EBA5F168F4862830E3F37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/PathDirectoryDevice.h */; }; - 87E5055E3E154CD9BB549FF5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest.cpp */ = {isa = PBXBuildFile; fileRef = D8B12E229F24481CABF768B9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest.cpp */; }; - 8810841075E5407A886E9B20 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSCoprocessor.h */ = {isa = PBXBuildFile; fileRef = 1F38066CF7A949429BC9D2CE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSCoprocessor.h */; }; - 88C1EE1168304BD0B8F97455 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSInstructionFactory.cpp */ = {isa = PBXBuildFile; fileRef = 5404B19CAF0140928B5E2040 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSInstructionFactory.cpp */; }; - 88F3139570D94701899B0A6C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifDynamic.cpp */ = {isa = PBXBuildFile; fileRef = C079943510D644A4AFE4C167 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifDynamic.cpp */; }; - 88FF2BE7664242079FB62458 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Crc32Test.h */ = {isa = PBXBuildFile; fileRef = EEA3FB53804B4571AE59DE8D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Crc32Test.h */; }; - 892BE5B2A6CA4C0FBDFE529A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDumpDevice.cpp */ = {isa = PBXBuildFile; fileRef = 2DCAEC297A9440A295A5297E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDumpDevice.cpp */; }; - 8954B3F4F39F4EC4BFE1D74E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/tests/benchmark.c */ = {isa = PBXBuildFile; fileRef = 251BD23EDFE346AB968168ED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/tests/benchmark.c */; }; - 897B0ABA76F64F6BA62E5689 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdImageStream.cpp */ = {isa = PBXBuildFile; fileRef = 99D8D1AED36E4629BC78C938 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdImageStream.cpp */; }; - 8A66096CD5D24E2E8D828200 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Module.cpp */ = {isa = PBXBuildFile; fileRef = 73C414A08F124AF399C53B07 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Module.cpp */; }; - 8A700C1F0BF442C09DDA764A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeExecutor.cpp */ = {isa = PBXBuildFile; fileRef = 78CC55ADED3E40BDA201E6AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeExecutor.cpp */; }; - 8A8991F5F9544D6AA1CCD4FC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutBase.h */ = {isa = PBXBuildFile; fileRef = 98663710DD9242D0B5EFDB14 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutBase.h */; }; - 8B7C66340CDB48A29F60A71C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */ = {isa = PBXBuildFile; fileRef = 63CDADFB2BCC4763B9967BB7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */; }; - 8BB67061AEED4A68A6C035B1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/amazon/AmazonClient.h */ = {isa = PBXBuildFile; fileRef = 745A9966F65D494086A7CA52 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/amazon/AmazonClient.h */; }; - 8BD2069B5488478BB509C6AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse.h */ = {isa = PBXBuildFile; fileRef = 8BB513813CA14DB7A7B69816 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse.h */; }; - 8C35CD34B6ED40BABF74B73B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpFlagTest.h */ = {isa = PBXBuildFile; fileRef = BA804404BAF846E791C663B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpFlagTest.h */; }; - 8C906872B4F6436494E00B0F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_SCU.h */ = {isa = PBXBuildFile; fileRef = F2F574D44EE3419C9CE95D28 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_SCU.h */; }; - 8CD3FCCF0538481B8F1946BE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.h */ = {isa = PBXBuildFile; fileRef = 73EE45ABE90A476D9C49F661 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.h */; }; - 8CD7E457B6194F0397641238 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_LibSd.cpp */ = {isa = PBXBuildFile; fileRef = 8ED6A2C7BD724D2AA3718F98 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_LibSd.cpp */; }; - 8DA10678F0A94166912C7FBE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIo.h */ = {isa = PBXBuildFile; fileRef = 2D3EC8BD68AF403BB692D937 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIo.h */; }; - 8DCE8B0F0A794B1DBB9B84A0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpTest.cpp */ = {isa = PBXBuildFile; fileRef = ED968393A5E14DAAA965253C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpTest.cpp */; }; - 8DEB7E30A8C44EFDA1FFCEC8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Md.cpp */ = {isa = PBXBuildFile; fileRef = 79F2F4B5B9294A969B630707 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Md.cpp */; }; - 8E254A1F0B5E4859BF9C5975 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SocketDef.h */ = {isa = PBXBuildFile; fileRef = 96D605D4052D4329ACABBE6D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SocketDef.h */; }; - 8EB3C6677038435B837DB0E7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_LowerReflection.cpp */ = {isa = PBXBuildFile; fileRef = C6AB407E0B9D40008374A25A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_LowerReflection.cpp */; }; - 8EB5C07160D84F4D83619B75 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */ = {isa = PBXBuildFile; fileRef = A3DF1F2F089D43289877982E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */; }; - 8ECB6B0AE0CD4C348AA7B9C2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */ = {isa = PBXBuildFile; fileRef = D63E703C122D49F0A50171C2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */; }; - 8F48B37F0154496C99F5E45C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/DivTest.cpp */ = {isa = PBXBuildFile; fileRef = 95ABB9D21F824AB09BDBD9A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/DivTest.cpp */; }; - 8FADB6DA639B4F73885C2CC0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipArchiveReader.cpp */ = {isa = PBXBuildFile; fileRef = 6ED29A806E904D93BE16FE28 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipArchiveReader.cpp */; }; - 8FC7D08F640A46B9ADF5B52B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/GridLayout.cpp */ = {isa = PBXBuildFile; fileRef = C185966D71F34CBBBDE01C23 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/GridLayout.cpp */; }; - 9035C554E2C04424B5700370 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Vblank.cpp */ = {isa = PBXBuildFile; fileRef = 59A0C3AB16ED4E7A9E79ABA6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Vblank.cpp */; }; - 9073F951B6A748C3ADF2FE9F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/ThreadPool.h */ = {isa = PBXBuildFile; fileRef = AED84F778D094636BF883637 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/ThreadPool.h */; }; - 90ADA94EC9534191AD303F6E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thmsgbx.h */ = {isa = PBXBuildFile; fileRef = 1F44E68CFD4B48C88A187613 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thmsgbx.h */; }; - 91421FC63C8B427B865623C5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ioman.h */ = {isa = PBXBuildFile; fileRef = BE21EE18CDDB497890CEBBAE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ioman.h */; }; - 92DBC18EDC2A4FFC9F82B6B1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_AArch32.h */ = {isa = PBXBuildFile; fileRef = 2E72FE6355984AA39EA6FF29 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_AArch32.h */; }; - 93C20A4916854482998587AF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */ = {isa = PBXBuildFile; fileRef = F17BFE46047F4275AD368F4E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */; }; - 93E1BDE570AC42FCBBE958EB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/QuantiserScaleTable.cpp */ = {isa = PBXBuildFile; fileRef = 65B89405EB5C42FE8A34A0B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/QuantiserScaleTable.cpp */; }; - 9425DD31D6D44F4C956EC07D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/DMAC.cpp */ = {isa = PBXBuildFile; fileRef = CA349EC988124040A623FBD0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/DMAC.cpp */; }; - 947C5416E9254CE8999538D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thfpool.h */ = {isa = PBXBuildFile; fileRef = 44589EBE01E8420F90452C4F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thfpool.h */; }; - 94C5AF9D7B334BB3A82B4FE6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */ = {isa = PBXBuildFile; fileRef = 50810E1F926745428DCDFF66 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */; }; - 94E66FF0333541D9855004F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_FPU.cpp */ = {isa = PBXBuildFile; fileRef = DB9DC248C5AF4727834A024C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_FPU.cpp */; }; - 9538CEEA677F4BE4B30C39E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsFunctionPatternDb.h */ = {isa = PBXBuildFile; fileRef = 18479B09484C4255BC554021 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsFunctionPatternDb.h */; }; - 95B50E37A35F4F2AB5D0CBE8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClient.cpp */ = {isa = PBXBuildFile; fileRef = 09D717FB1F074C6DB4252791 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClient.cpp */; }; - 95D4429E6CDC4064B67A82AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Delta.c */ = {isa = PBXBuildFile; fileRef = C816806AF9E1422C9BF7F3BC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Delta.c */; }; - 95ED9C2F8A34484D98CF9D57 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */ = {isa = PBXBuildFile; fileRef = 487330D7BFBB422786EA7A4D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */; }; - 960C121310A44A08839FF8FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StdStream.cpp */ = {isa = PBXBuildFile; fileRef = 0249B4D90DEB426886ADAF02 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StdStream.cpp */; }; - 962C09057507472CB444114C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/InputBindingManager.cpp */ = {isa = PBXBuildFile; fileRef = 644F5649C6DF41C8943FECFC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/InputBindingManager.cpp */; }; - 962EDFF7D45343039EB1089C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsFunctionPatternDb.cpp */ = {isa = PBXBuildFile; fileRef = 1174FCA2585D4F4BB67A1AF3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsFunctionPatternDb.cpp */; }; - 964E7A9B8ED14478A426CB8D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/GenericMipsExecutor.h */ = {isa = PBXBuildFile; fileRef = AA0F4277BA9A488A80E06137 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/GenericMipsExecutor.h */; }; - 966CC4B0138442DB813505C8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */ = {isa = PBXBuildFile; fileRef = FF41A7EFE8DD4F15BB9A37E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */; }; - 96B0A5DE78BA4029AC0B79E2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Utf8.h */ = {isa = PBXBuildFile; fileRef = 98C04E2C5DF94A6CBD2305BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Utf8.h */; }; - 97A2B0F36AA04D91ABFE56EA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/static_loop.h */ = {isa = PBXBuildFile; fileRef = B077A543DE6D411EA7B36017 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/static_loop.h */; }; - 97ED6C06E30B4AA888B0DAD5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_LibMc2.h */ = {isa = PBXBuildFile; fileRef = E918C278A7304B018015ABB2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_LibMc2.h */; }; - 984148637AFC4660A0AF2A8F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_Defs.h */ = {isa = PBXBuildFile; fileRef = F32CA09C691B4229B5827A06 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_Defs.h */; }; - 9881CB3557EB4CB2A5A111A5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporter.cpp */ = {isa = PBXBuildFile; fileRef = 6A16D782589C4ECDB4736B10 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporter.cpp */; }; - 9889D813294A425E8EF5B9FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutBaseItem.cpp */ = {isa = PBXBuildFile; fileRef = 450DFC48201C4798BFB3D78E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutBaseItem.cpp */; }; - 988DC53240C047ED89F71D0B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PowerOff.h */ = {isa = PBXBuildFile; fileRef = 01D4180FC8A745E28CFD0F1F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PowerOff.h */; }; - 98A0D5CCA3584BA386121E0B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_cdrom.c */ = {isa = PBXBuildFile; fileRef = 405891A957EA4CF09E41FA47 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_cdrom.c */; }; - 98FE3FA7F9DD4F9A8316B1D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdCdImageStream.h */ = {isa = PBXBuildFile; fileRef = 9DF2CA868107438498690836 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdCdImageStream.h */; }; - 9935F186667A4FFD8187B06A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdUnpackTest.cpp */ = {isa = PBXBuildFile; fileRef = 4255085E0FF44E1AA2B434DA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdUnpackTest.cpp */; }; - 996BE784539949A290F0F5A0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/ThreadUtils.cpp */ = {isa = PBXBuildFile; fileRef = DF0C151E74894CC58677DABE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/ThreadUtils.cpp */; }; - 99947E1790654D0B9C739263 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PadMan.cpp */ = {isa = PBXBuildFile; fileRef = B847D22F411F4D46AC208994 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PadMan.cpp */; }; - 99B74BF372BE4C538830D1E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporter.h */ = {isa = PBXBuildFile; fileRef = EA05D22DC6724CC9907DCDA3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporter.h */; }; - 9A4230700A794E7B9724F2A1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */ = {isa = PBXBuildFile; fileRef = 82A23B90947C4DD5A154AC4E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */; }; - 9AED1BD22F02426397FDDB24 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/nodiscard.h */ = {isa = PBXBuildFile; fileRef = C9AF41C6BE194BDCA04B091D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/nodiscard.h */; }; - 9B579F637070446982CA19BE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMemAccessTest.h */ = {isa = PBXBuildFile; fileRef = A26D08575CCD4505A623170A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMemAccessTest.h */; }; - 9B5C6C6440744E5F93007581 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/AArch64Assembler.cpp */ = {isa = PBXBuildFile; fileRef = 1F5800172DEB40A3BA8C2590 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/AArch64Assembler.cpp */; }; - 9B7C10BA6AD741EF9CD73A28 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EEAssembler.h */ = {isa = PBXBuildFile; fileRef = E7B919AEF9364485BF5009EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EEAssembler.h */; }; - 9B8737B768E24378A81FE2C5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.h */ = {isa = PBXBuildFile; fileRef = 6569DA4A9DFD434DBF90B19E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.h */; }; - 9BB8A6D8AB094A3899A6C037 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/JPEG.cpp */ = {isa = PBXBuildFile; fileRef = 426142D15B004C8C8057170A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/JPEG.cpp */; }; - 9C0482DF23B14539B5D278E9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Save.cpp */ = {isa = PBXBuildFile; fileRef = CD24ABCB55AE4E5599725217 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Save.cpp */; }; - 9C4D638944384465A9FCA692 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/MemoryCard.cpp */ = {isa = PBXBuildFile; fileRef = 169DAF1B43B94839BBFFA278 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/MemoryCard.cpp */; }; - 9C7CCEFCFC374FD8B36EFA50 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif.h */ = {isa = PBXBuildFile; fileRef = 32940088413848AFAFEDA349 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif.h */; }; - 9CA4AD2FB0B64AD7A859B811 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScreenShotUtils.h */ = {isa = PBXBuildFile; fileRef = F0C70343844B4160BAE2ACC7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScreenShotUtils.h */; }; - 9CAA3A4817394924971F5EFC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OpticalMedia.cpp */ = {isa = PBXBuildFile; fileRef = 13C99D7B8406459A899C598F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OpticalMedia.cpp */; }; - 9E222259770746D085E5FB60 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable0.cpp */ = {isa = PBXBuildFile; fileRef = 70364958FE6E4A939F143A15 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable0.cpp */; }; - 9E53A29E57104C3D906C1519 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/File.cpp */ = {isa = PBXBuildFile; fileRef = 1B001797112348C8B211CA16 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/File.cpp */; }; - 9E7C051428D14B60AAEDB44D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SocketStream.h */ = {isa = PBXBuildFile; fileRef = 9A1238232E5C48C9B997ED8B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SocketStream.h */; }; - 9EE33BFF9D0A4D04AE01C239 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeBTable.cpp */ = {isa = PBXBuildFile; fileRef = 2A37E70F3E53482EBE752262 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeBTable.cpp */; }; - 9EE8908334C241ADBCF001B1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/MdsDiscImage.h */ = {isa = PBXBuildFile; fileRef = CED53FC61EE248E28A34A693 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/MdsDiscImage.h */; }; - 9F8C8C3E8EAF40A798331651 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCmpTest.h */ = {isa = PBXBuildFile; fileRef = 7A5705BC6A87427DA2D3C876 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCmpTest.h */; }; - 9FBA2F05FF294DC2BA2AABDD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAnalysis.cpp */ = {isa = PBXBuildFile; fileRef = CB39F4685F4D4C449E79CBA2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAnalysis.cpp */; }; - A17C1A78E92440F397190DBA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */ = {isa = PBXBuildFile; fileRef = 5A7E8780C38643C6AB7E16C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */; }; - A19DD7D340904CEFA029F48F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter.cpp */ = {isa = PBXBuildFile; fileRef = 6B68CE53300D4094B88A9685 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter.cpp */; }; - A1ADF741BD0044B6B981FA0F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/XmlStateFile.h */ = {isa = PBXBuildFile; fileRef = D1BCD15E8C03422799831644 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/XmlStateFile.h */; }; - A1BDD3F9CCE94A12855A4C1C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipDeflateStream.cpp */ = {isa = PBXBuildFile; fileRef = 8ED39A54B1BA43C29CCBFCE4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipDeflateStream.cpp */; }; - A1F6FA389EFD4D80A28B7164 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAnalysis.h */ = {isa = PBXBuildFile; fileRef = 793FA8DDDB6343B895E33C4A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAnalysis.h */; }; - A21CDDF625734895BEBCA940 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/s3stream/S3ObjectStream.cpp */ = {isa = PBXBuildFile; fileRef = F7EDEBD92A3448EE92C67317 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/s3stream/S3ObjectStream.cpp */; }; - A241857DC7A14227948E5E30 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.h */ = {isa = PBXBuildFile; fileRef = D3E18728EA544280AFE47000 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.h */; }; - A2CFF7BBAC8C41C1841A5E16 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c */ = {isa = PBXBuildFile; fileRef = B7C3B03178EA4CA08D5BCF75 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c */; }; - A350F9BDD2BC4451AA34B2A5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdSubTest.h */ = {isa = PBXBuildFile; fileRef = A74E62C91951452EBD27A608 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdSubTest.h */; }; - A378BB48220E4F03B54B51E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/X86Assembler.h */ = {isa = PBXBuildFile; fileRef = 276CE5AC97E645BB8A6C4221 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/X86Assembler.h */; }; - A38E7676A72444EE8F7D5192 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */ = {isa = PBXBuildFile; fileRef = 12AC3894DB4E4DCC8EFCDEEA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */; }; - A3A16BA5372E4955BCCDE876 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.h */ = {isa = PBXBuildFile; fileRef = 6AF38624FC4C42DE870D2D0D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.h */; }; - A3A226D6172C40FAB04E821E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Null.cpp */ = {isa = PBXBuildFile; fileRef = A26CEF2620B046478F2B0295 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Null.cpp */; }; - A3D3BAC9AEDD4CF383A38205 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdStreamSupport.h */ = {isa = PBXBuildFile; fileRef = 9BEBAC0DA7CA4C56BD2C3D8B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdStreamSupport.h */; }; - A3EF33EA68634E6F8C68B938 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGenFactory.cpp */ = {isa = PBXBuildFile; fileRef = E9B1CDED5EFD4EAE9F6EE8F8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGenFactory.cpp */; }; - A3F11BDFF8614359B1618862 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_32.cpp */ = {isa = PBXBuildFile; fileRef = 25700BCDAF9240B6B85251C8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_32.cpp */; }; - A49DC9D3885946898F4AA30E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCallTest.cpp */ = {isa = PBXBuildFile; fileRef = BA272900AD7C496FAE8CCDAC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCallTest.cpp */; }; - A5BB91CFF947462BBF787B7E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/AArch32Assembler.h */ = {isa = PBXBuildFile; fileRef = 14497343E4EC4C218ED94670 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/AArch32Assembler.h */; }; - A5BCDF7480DC470DB81F1F96 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */ = {isa = PBXBuildFile; fileRef = 8C8FC70A94934993BA8A1E41 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */; }; - A69B1172A798433B9F27EC51 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/PathUtils.cpp */ = {isa = PBXBuildFile; fileRef = 2C41D09C7BF24EA784A24E71 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/PathUtils.cpp */; }; - A6A5921C18684E8EB9A03149 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdfsv.cpp */ = {isa = PBXBuildFile; fileRef = 52F490A871494A3CAB1FCE97 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdfsv.cpp */; }; - A711FED8BAF241D9875FD86C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest3.cpp */ = {isa = PBXBuildFile; fileRef = 444B07FE438146779A687126 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest3.cpp */; }; - A790299D9E9140D4A75E6882 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Writer.cpp */ = {isa = PBXBuildFile; fileRef = A45037A4C166416894601660 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Writer.cpp */; }; - A7A7712969C64B378B2758D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StringUtils.h */ = {isa = PBXBuildFile; fileRef = A217DEC65C6440E6BC249EB0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StringUtils.h */; }; - A7BAABA6C57D4C008CC89262 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpReader.h */ = {isa = PBXBuildFile; fileRef = 47C7935754AE492284ACAE65 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpReader.h */; }; - A7D302CA750E4B90BB64EBBD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/COP_VU_Reflection.cpp */ = {isa = PBXBuildFile; fileRef = 4778B7528A2A4793B3C404EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/COP_VU_Reflection.cpp */; }; - A7EB3F52C5D64D509902F53D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PH_Generic.h */ = {isa = PBXBuildFile; fileRef = FAE2D56877EE4C3BA9EABBB7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PH_Generic.h */; }; - A82223C47AAE4638920E7E87 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_SCU.cpp */ = {isa = PBXBuildFile; fileRef = AECC7050E6964A16BD000969 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_SCU.cpp */; }; - A847ED862F1445A1B7F4C1EB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdManipTest.cpp */ = {isa = PBXBuildFile; fileRef = 4B3E72CC12024ADE8B46B6F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdManipTest.cpp */; }; - A88F1821A00341EF8F235286 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCallTest.h */ = {isa = PBXBuildFile; fileRef = 106D496DA1744D3787DDDE3F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCallTest.h */; }; - A8989C64497A4B9C829A7A77 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/FlatLayout.h */ = {isa = PBXBuildFile; fileRef = F6B1EE22C2084ADFBAE5E610 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/FlatLayout.h */; }; - A911CB9505DC408FA78C4BC8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/DiskUtils.h */ = {isa = PBXBuildFile; fileRef = 919D825725534315811EFC42 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/DiskUtils.h */; }; - A936BF35CF5246ACA5687362 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeBTable.h */ = {isa = PBXBuildFile; fileRef = 87B0BA3FD347488D8B59BDBE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeBTable.h */; }; - A939CBE4A3904AAAA78C7C1C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaEnc.h */ = {isa = PBXBuildFile; fileRef = B497F4D3F4EE4C2FB7F78778 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaEnc.h */; }; - A95189D731B34FB68C5928C0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MotionCodeTable.h */ = {isa = PBXBuildFile; fileRef = CAAB8C3BCED24618B822CB1D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MotionCodeTable.h */; }; - A995FBF4CF444932BE6F7512 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/COP_VU.h */ = {isa = PBXBuildFile; fileRef = 13818F52BB80424DBACED333 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/COP_VU.h */; }; - AA149B22FE2C4CC392B4E4BD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Merge64Test.h */ = {isa = PBXBuildFile; fileRef = 8D5117D462664AB586E242DB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Merge64Test.h */; }; - AA5878D27F01460EA17FB406 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Modload.cpp */ = {isa = PBXBuildFile; fileRef = 6180BF43C6F141AEAE20FFB2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Modload.cpp */; }; - AA7CA7368F70411C9076C205 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypePTable.h */ = {isa = PBXBuildFile; fileRef = BB018458F26E487684861672 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypePTable.h */; }; - AACA02E949AD45EC834803FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Compiler.h */ = {isa = PBXBuildFile; fileRef = 02D5163F6D0E4358898717C8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Compiler.h */; }; - AC35CDD2581C41159B7E783C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */ = {isa = PBXBuildFile; fileRef = D9E9A0708E4D42129F583C9C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */; }; - AC3F4D5C68324866A0E8D7E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/AppConfig.cpp */ = {isa = PBXBuildFile; fileRef = 4A52D485239345C09E35BA50 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/AppConfig.cpp */; }; - AC43A151742C4CF4B0C48852 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CursorTest.cpp */ = {isa = PBXBuildFile; fileRef = B2BFBFC1C89D43C4A9CBCEE4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CursorTest.cpp */; }; - AD5681E57A524122807ECDD8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */ = {isa = PBXBuildFile; fileRef = 92D95697A9A44AB6B33527DD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */; }; - AD67CF25735F41CDB55C9621 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/PfsDefs.h */ = {isa = PBXBuildFile; fileRef = E24892F8B76B4D898401C29E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/PfsDefs.h */; }; - AE2484005AAD415D924634EA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScreenPositionListener.h */ = {isa = PBXBuildFile; fileRef = E952A6F7011B4C508F080615 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScreenPositionListener.h */; }; - AE55DE741BCD492A9B9EB851 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.h */ = {isa = PBXBuildFile; fileRef = E542FA891A9B4DDFB384C56D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.h */; }; - AE872F3CEF4C45EA8477085C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeITable.cpp */ = {isa = PBXBuildFile; fileRef = FAE43C9209944D3586F6E45D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeITable.cpp */; }; - AF29DA46CD5E4821972D4CA0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Breakpoint.h */ = {isa = PBXBuildFile; fileRef = 684B08265DEF4E9A95731F10 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Breakpoint.h */; }; - AF421C5CDC104392B3D03407 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpAddTruncate.h */ = {isa = PBXBuildFile; fileRef = E40A30ACC4FB44598D1F2EF1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpAddTruncate.h */; }; - AFA06C4AF0AB40E58E153CFB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsCachedArea.h */ = {isa = PBXBuildFile; fileRef = E7ECE8BDBC034D6F9EF1A75C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsCachedArea.h */; }; - AFD84C5EB9434B16800FD738 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateFile.h */ = {isa = PBXBuildFile; fileRef = D475EEB3BADB4E6B9BB97535 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateFile.h */; }; - B0DD02B79679458EA0309BE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Crc32Test.cpp */ = {isa = PBXBuildFile; fileRef = B017F3F7384E4C5790B47ABF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Crc32Test.cpp */; }; - B164F3BC38E148479135AEE3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Fpu.cpp */ = {isa = PBXBuildFile; fileRef = E651049CAFAC44958D8DF3D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Fpu.cpp */; }; - B1BA62DFCA414932B999D18D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CsoImageStream.cpp */ = {isa = PBXBuildFile; fileRef = F482F03B41F04751B05CC6B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CsoImageStream.cpp */; }; - B1FD6B012A5145DB809E2B42 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */ = {isa = PBXBuildFile; fileRef = 586948453B694E2C90BA167A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */; }; - B226DBC4EDCD4C929AE8EFAD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/PtrStream.cpp */ = {isa = PBXBuildFile; fileRef = 875A8055E71C494BB1849FB2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/PtrStream.cpp */; }; - B23EE3F977F347139DEA3830 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/Bitmap.cpp */ = {isa = PBXBuildFile; fileRef = 77C29AFD11534805BFC1824A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/Bitmap.cpp */; }; - B24471A6701C438F81C39310 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipArchiveWriter.h */ = {isa = PBXBuildFile; fileRef = 98114B7025D14BF787865657 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipArchiveWriter.h */; }; - B265228CED2A4633A09F01B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/IszImageStream.cpp */ = {isa = PBXBuildFile; fileRef = A3BFAF6CF34C43B2B9C3B11D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/IszImageStream.cpp */; }; - B29F287515A0456FBD92BA83 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSHandler.h */ = {isa = PBXBuildFile; fileRef = 1459F8EBFA5D4C72950AF36A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSHandler.h */; }; - B2BF5A84460D4F0DB37087E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipStoreStream.h */ = {isa = PBXBuildFile; fileRef = E75B35CDBF6D4376BDB1D69F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipStoreStream.h */; }; - B2CA91A8F5D4407EA3E82D22 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsTransferRange.h */ = {isa = PBXBuildFile; fileRef = AFE8CF8E2677410E8D4584A2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsTransferRange.h */; }; - B38B2222929C447FBC7517A8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeBasicBlock.h */ = {isa = PBXBuildFile; fileRef = AAA142EE3BA049B2BD7DE263 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeBasicBlock.h */; }; - B3BDAA41C2754C74B82D01A0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_Symbol.h */ = {isa = PBXBuildFile; fileRef = C8EE12D8EC2F42268E86E697 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_Symbol.h */; }; - B40015AF9D33478688F7BB26 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDevice.cpp */ = {isa = PBXBuildFile; fileRef = C40C9C71853E4596860FA5EF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDevice.cpp */; }; - B41836BBD7E3460B8F88E1D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Timrman.cpp */ = {isa = PBXBuildFile; fileRef = BE3C4991E08D47ECB167BD12 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Timrman.cpp */; }; - B4257436DA3F44C4BED982E5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Modload.h */ = {isa = PBXBuildFile; fileRef = F9E4F3035E034C6BBF0D6E97 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Modload.h */; }; - B4BAE36AFBBE41598F28F3F2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = D6BBCD90831A44D1A5C14256 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */; }; - B4C3941863F543F4B525CE35 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutObject.h */ = {isa = PBXBuildFile; fileRef = 075207AD27244B3992741319 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutObject.h */; }; - B525279AEB604124ACDAD2C7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpIntMixTest.cpp */ = {isa = PBXBuildFile; fileRef = 2C5AA4CF2F2C4B0BA3641D5E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpIntMixTest.cpp */; }; - B5451EB0203E4CB6B29FA6CC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = C85071F42AFF4929A4F34D1A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/CMakeLists.txt */; }; - B5ABF73541304382B97101E1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTable.h */ = {isa = PBXBuildFile; fileRef = F09FDE806C39430C931816F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTable.h */; }; - B5CD7DF5D48E4B8197F486E1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifMan.cpp */ = {isa = PBXBuildFile; fileRef = 75D1489AE19044779F9A1040 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifMan.cpp */; }; - B63019FC89D84BEC8223DA3C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoSys246.cpp */ = {isa = PBXBuildFile; fileRef = 602E926C6E83451BBCB66D2A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoSys246.cpp */; }; - B684C3C4AC8E4D1FA483CBE2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest2.cpp */ = {isa = PBXBuildFile; fileRef = BACEC04053B944868E54838E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest2.cpp */; }; - B686AFE7D0584211AECEB3F6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifCmd.h */ = {isa = PBXBuildFile; fileRef = 1E789622D3E14E189FEFBC8B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifCmd.h */; }; - B6B4A43F9B264A528840D31C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzHash.h */ = {isa = PBXBuildFile; fileRef = F867A745340A48ADBE69DE69 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzHash.h */; }; - B6D6DA5BFEE74321A4468B7A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_Optimize.cpp */ = {isa = PBXBuildFile; fileRef = 620D46798F0D4F46A95757C8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_Optimize.cpp */; }; - B7AF8C1140CD4133A4DB4992 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2100.cpp */ = {isa = PBXBuildFile; fileRef = 159A004E44514DFA9C19A051 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2100.cpp */; }; - B7B9D07DF7754698B1D6F5EC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_Device.h */ = {isa = PBXBuildFile; fileRef = 4E2123F4832A46B28C298832 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_Device.h */; }; - B7EAEEC7B4FD4D4886C4436C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PathUtils.h */ = {isa = PBXBuildFile; fileRef = 8195B5EDF6334B68BFCBFB5E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PathUtils.h */; }; - B84295E4140C4187833E35C8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StringUtils.cpp */ = {isa = PBXBuildFile; fileRef = E30AD65197564F0994F6EA36 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StringUtils.cpp */; }; - B882441D3FAB430881F41D63 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/DMAC.h */ = {isa = PBXBuildFile; fileRef = 0616BA8820B947E2B903738F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/DMAC.h */; }; - B8BEC7C802474BAEAE854D72 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess8Test.h */ = {isa = PBXBuildFile; fileRef = B052E2A19E254E1CA6F5739C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess8Test.h */; }; - B909CBC4B0174D52B4E425E2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaDec.h */ = {isa = PBXBuildFile; fileRef = 2E5BE59B6F654DEBAF920B20 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaDec.h */; }; - BA12E7E598784A458533B209 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Icon.h */ = {isa = PBXBuildFile; fileRef = 984141138FD24D3D8BF6130C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Icon.h */; }; - BB0B74BD9AF146468E896726 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/IopBios.cpp */ = {isa = PBXBuildFile; fileRef = 66393513AC404CBCABC2A788 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/IopBios.cpp */; }; - BB493CE1AB2F4C95A7E62AA1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipStoreStream.cpp */ = {isa = PBXBuildFile; fileRef = 68947AB14ADB490DAB13D2C0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipStoreStream.cpp */; }; - BBA6FAB0CC8A49CA973F7294 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_RegAlloc.cpp */ = {isa = PBXBuildFile; fileRef = 98563BC495EF456C9597C993 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_RegAlloc.cpp */; }; - BBC63090F1E04F728A9B9045 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_McServ.cpp */ = {isa = PBXBuildFile; fileRef = 226378E2BC6B4E53B28DFAA0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_McServ.cpp */; }; - BBD8E3EC47664E0381046086 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */ = {isa = PBXBuildFile; fileRef = BBB45340C80F4B269BC07DF1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */; }; - BC6000437DEC46FAAB1F960F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuBasicBlock.cpp */ = {isa = PBXBuildFile; fileRef = 4BE7F52CD0BD44A09FA89AF1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuBasicBlock.cpp */; }; - BC85E255F5224CD099645E6D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateCollectionFile.cpp */ = {isa = PBXBuildFile; fileRef = B38FF2AF1EC648DD89EBC128 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateCollectionFile.cpp */; }; - BCF7A408D7D24F9CBEBAE1A5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.cpp */ = {isa = PBXBuildFile; fileRef = 32D19FE1B4B04224B3062EA7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.cpp */; }; - BD32A7A9BF0841078EE1AAA4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadHandler.h */ = {isa = PBXBuildFile; fileRef = 7A077688D3B145E0B36C016D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadHandler.h */; }; - BE6F7545C43C4F9DBCB08C4E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/CoffDefs.h */ = {isa = PBXBuildFile; fileRef = B018F82E7B9948E2863A8FB0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/CoffDefs.h */; }; - BFC235A45F1F49AF9A1BA86F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Vblank.h */ = {isa = PBXBuildFile; fileRef = B5BC9C3367484384BAD271AD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Vblank.h */; }; - C03A69E90A5541EB9FF573F8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/XpsSaveImporter.cpp */ = {isa = PBXBuildFile; fileRef = 77911362EECE4D80AE255135 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/XpsSaveImporter.cpp */; }; - C0A6665598A4416093DC168B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dev9.h */ = {isa = PBXBuildFile; fileRef = E1596EBC90234B72969D62C1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dev9.h */; }; - C121E24E58484404BAC2FE67 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BlockLookupOneWay.h */ = {isa = PBXBuildFile; fileRef = 2477078DC2714316B18E4EDA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BlockLookupOneWay.h */; }; - C1225B98E40B411E8E951A42 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Url.h */ = {isa = PBXBuildFile; fileRef = 8A99357504F24F5C96B3D8CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Url.h */; }; - C1E73B2926DC45A8A9BCA946 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_huffman.c */ = {isa = PBXBuildFile; fileRef = F3BB5BBFD1904F878C6AAE76 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_huffman.c */; }; - C1F7A013A2304C008636290B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/AppleHttpClient.h */ = {isa = PBXBuildFile; fileRef = 7F8FEDB3DD4146EEAA33C361 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/AppleHttpClient.h */; }; - C1FC39A4E5DF4223A7B5BB90 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessIdxTest.cpp */ = {isa = PBXBuildFile; fileRef = A06E83317C424351A219429F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessIdxTest.cpp */; }; - C2945900EFED4C0DAED6E499 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTest.cpp */ = {isa = PBXBuildFile; fileRef = E499EA3BA958461191584CA8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTest.cpp */; }; - C29E8CE2431A453CBA1B4624 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmac.h */ = {isa = PBXBuildFile; fileRef = A94949BEA734427E853C6CF5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmac.h */; }; - C2A436B4C3434BD1A23C49C0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/SimpleMdTest.h */ = {isa = PBXBuildFile; fileRef = D5FAF0EC6E5E4CFC810742A7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/SimpleMdTest.h */; }; - C2D384339967475395DF0566 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Log.h */ = {isa = PBXBuildFile; fileRef = 4B45B62269EA44FCA28D585B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Log.h */; }; - C30A6B7F84B140478B8F75AA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_IomanX.cpp */ = {isa = PBXBuildFile; fileRef = 39967A81F9324B2984F44751 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_IomanX.cpp */; }; - C3878BDB9FD04934924AB2DF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */ = {isa = PBXBuildFile; fileRef = 781248E8E06E409E93AA50D2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */; }; - C3888AF1C5B54EFE835DA216 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpClampTest.cpp */ = {isa = PBXBuildFile; fileRef = DE47B46581EC4EC1A1B45EC8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpClampTest.cpp */; }; - C46BA9AC9CDE4A85AE2FEF9E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Utf8.cpp */ = {isa = PBXBuildFile; fileRef = 5531936BBC88481098B5883A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Utf8.cpp */; }; - C4B920FFE518440789DD8EED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen.cpp */ = {isa = PBXBuildFile; fileRef = 9EA6427F1A7340F195718807 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen.cpp */; }; - C4C2470F82904A258F18A2F1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler1000.h */ = {isa = PBXBuildFile; fileRef = A081D58CC0BB43D1934ED6D7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler1000.h */; }; - C585084F5003461C97550960 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifCmd.cpp */ = {isa = PBXBuildFile; fileRef = D49232A8279F44FD818873FC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifCmd.cpp */; }; - C5A33C02CCC64F869852D49A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdLogicTest.h */ = {isa = PBXBuildFile; fileRef = 047E9D5CD4B6438FB08339AE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdLogicTest.h */; }; - C5AA4A0F13FA46688E2B5ED6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dynamic.h */ = {isa = PBXBuildFile; fileRef = CEB07E233DCC4751A436DB32 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dynamic.h */; }; - C5F6DDBEA0884A6C8F5E7DDA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thsema.cpp */ = {isa = PBXBuildFile; fileRef = CE95BCD45E6B447BB63D6EB9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thsema.cpp */; }; - C5FB3B8F56C24969AADB822B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/VirtualPad.h */ = {isa = PBXBuildFile; fileRef = 8B3B0670C52E450582EEC61A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/VirtualPad.h */; }; - C629E12B36CF4738858473BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_Statement.h */ = {isa = PBXBuildFile; fileRef = 75D8B9BF43AF49F1BA0A1AC7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_Statement.h */; }; - C635D549C927418A99C0F0AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterState.cpp */ = {isa = PBXBuildFile; fileRef = C69295BD076849EBBAE9E5A3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterState.cpp */; }; - C64E38B1F3054297A5E387E9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.h */ = {isa = PBXBuildFile; fileRef = 6E0918C68201414294ADA3DF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.h */; }; - C66AE14AEC1E4E93B51FA4CA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */ = {isa = PBXBuildFile; fileRef = 4F1D4ACAB02147F982BDB218 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */; }; - C6916EF7AA1240BDB40A6CD9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/InputConfig.cpp */ = {isa = PBXBuildFile; fileRef = B6F9AA70A8274F1A9DF957DA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/InputConfig.cpp */; }; - C70A0304342C40ED91DB933B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/VLCTable.cpp */ = {isa = PBXBuildFile; fileRef = 3E865CC7F616499B87805BE2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/VLCTable.cpp */; }; - C74A272A402B4A3F9F856E7D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/clevels.h */ = {isa = PBXBuildFile; fileRef = A60FB66226FC40B7AC70A8B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/clevels.h */; }; - C7ACDDA5A90B43B694452080 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast.cpp */ = {isa = PBXBuildFile; fileRef = 628AF8EE725947C882C5124F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast.cpp */; }; - C836B17477F74FBFBBB9E155 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */ = {isa = PBXBuildFile; fileRef = B60FC6FE2836499795AD1B1C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */; }; - C87A3A3FADA44329AB4F4B82 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/MaxSaveImporter.cpp */ = {isa = PBXBuildFile; fileRef = 7C84AE8FE5B9402E95013559 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/MaxSaveImporter.cpp */; }; - C8EC92C0ABC74D46A3015FA2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thbase.h */ = {isa = PBXBuildFile; fileRef = 4CE7ECE200B04616A8E308B6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thbase.h */; }; - C9B04B16C4A74A6E91ECCBB7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */ = {isa = PBXBuildFile; fileRef = D0C9B880C8A540E182DBD8E7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */; }; - CAAD2309F1904E7CBFE0958A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md_Avx.cpp */ = {isa = PBXBuildFile; fileRef = 867C96AD38884238A3AC81BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md_Avx.cpp */; }; - CB191657AA2742EC81B383C5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypePTable.cpp */ = {isa = PBXBuildFile; fileRef = 7ECDD1C79292404FB10C22EA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypePTable.cpp */; }; - CB4E7AB1B76E424C8CB003B8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MailBox.cpp */ = {isa = PBXBuildFile; fileRef = 0C12B00DF35947B49B02D77A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MailBox.cpp */; }; - CB513D7CDF72449E99AB0FF0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/SimpleMdTest.cpp */ = {isa = PBXBuildFile; fileRef = 629525A0F21B4938B71DF2D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/SimpleMdTest.cpp */; }; - CC03DE9702664CEA9A043405 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/PsuSaveImporter.cpp */ = {isa = PBXBuildFile; fileRef = 45D0A086618146BC90B6D1D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/PsuSaveImporter.cpp */; }; - CC07A991C0DF48BA8BB651C1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu.cpp */ = {isa = PBXBuildFile; fileRef = EDB914742D0640879C4937B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu.cpp */; }; - CC1A34B155E5425FB2413E02 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCmpTest.cpp */ = {isa = PBXBuildFile; fileRef = DC9EB0BEA5514717B90C306B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCmpTest.cpp */; }; - CC51F20FCE0A4E90BED0D06C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/NestedIfTest.h */ = {isa = PBXBuildFile; fileRef = 8E06846CDD5748FA9225CE23 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/NestedIfTest.h */; }; - CC703BF373454D329CCEDA74 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */ = {isa = PBXBuildFile; fileRef = 8C6B0875733241B9A6A9D635 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */; }; - CCBEAD8904354A37B937BC4F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsPixelFormats.cpp */ = {isa = PBXBuildFile; fileRef = CF1332AFED774329B2B57CBF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsPixelFormats.cpp */; }; - CCDCB30ED1EE4387A7F489EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */ = {isa = PBXBuildFile; fileRef = 705CFDEE43AF44D0AB099A65 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */; }; - CD045F21F5E149A1814F1BAB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ExternJumpTest.h */ = {isa = PBXBuildFile; fileRef = 9B01AA37D0A14A13B89E8689 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ExternJumpTest.h */; }; - CE224DFC23D2428181C6978C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/HorizontalLayout.h */ = {isa = PBXBuildFile; fileRef = 6B6E587BC59E453F8F67A80C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/HorizontalLayout.h */; }; - CE99FBE1B06247DE995B37D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpMulTruncate.h */ = {isa = PBXBuildFile; fileRef = B590A65D6C4046F689680798 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpMulTruncate.h */; }; - CEE6A59556F744C98F5B49F8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_64.cpp */ = {isa = PBXBuildFile; fileRef = 35C785F63BB640F78C53930A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_64.cpp */; }; - CF126124391B4062B29889C2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessRefTest.cpp */ = {isa = PBXBuildFile; fileRef = AB8C8C8998814CAFB48C4143 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessRefTest.cpp */; }; - CF388413768844FF8C3E8395 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thevent.cpp */ = {isa = PBXBuildFile; fileRef = E26992EC99E04DEB83E4C498 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thevent.cpp */; }; - D04EAD15EC8C40CDBCD33EE3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU.h */ = {isa = PBXBuildFile; fileRef = 17E6EFFD76004CCB8354F3F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU.h */; }; - D0500B6842784778929AC5B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ElfFile.h */ = {isa = PBXBuildFile; fileRef = 71893172CE464113A44E58F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ElfFile.h */; }; - D0A099A9CA4B4B8EA00DF1F8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/McDumpDevice.cpp */ = {isa = PBXBuildFile; fileRef = 4663252D1E4844409D359547 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/McDumpDevice.cpp */; }; - D0E640D92EDA427BA469DD77 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/FilesystemUtils.h */ = {isa = PBXBuildFile; fileRef = 5BBB5F2065794441B3B0155F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/FilesystemUtils.h */; }; - D0E94C56FE4E434FB3C5A9D7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Url.cpp */ = {isa = PBXBuildFile; fileRef = F7DAEC9C67404B7EAF1F507E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Url.cpp */; }; - D10C97391C314E239672B6B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest.cpp */ = {isa = PBXBuildFile; fileRef = EE18DC279C3D4FFA9A6FBE8B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest.cpp */; }; - D13BC50857E14EDF8A3F5B60 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Dmac_Channel.h */ = {isa = PBXBuildFile; fileRef = 0A501166519F47089ACD8265 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Dmac_Channel.h */; }; - D16116192D62477B87E485B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */ = {isa = PBXBuildFile; fileRef = CDEB199FA3F9443A93FD1BD3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */; }; - D16F3519D3CA41CFA36A6016 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.h */ = {isa = PBXBuildFile; fileRef = DEB94F9430C84F1899116B96 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.h */; }; - D17D190749D94890BBE429BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Call64Test.h */ = {isa = PBXBuildFile; fileRef = 27028DC265AE426EBBD944C5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Call64Test.h */; }; - D1F63360D9F942C7A6BC48C1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/WasmDefs.h */ = {isa = PBXBuildFile; fileRef = D611E3C6C9CF4905AF1477AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/WasmDefs.h */; }; - D2454F9FB62F4DB49073F210 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/xxhash.c */ = {isa = PBXBuildFile; fileRef = 8B4A17C59B1A441DBF6A60D2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/xxhash.c */; }; - D2989799DF2E4E59AA45BCAF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */ = {isa = PBXBuildFile; fileRef = 301C0E1C3DE44B8D867FF253 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */; }; - D37DA1B6FB664F24A900A0C8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuExecutor.h */ = {isa = PBXBuildFile; fileRef = 83D250599205432EA8DAECAE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuExecutor.h */; }; - D3A3516F1428482C8922A81B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_SymbolTable.h */ = {isa = PBXBuildFile; fileRef = 76320145DE9A4A8E89A0CB31 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_SymbolTable.h */; }; - D3A99D1E26BA4A35B6D5D91D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */ = {isa = PBXBuildFile; fileRef = 4CBC3691860847CABB2BF3E7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */; }; - D3B18154F1CC4EC8A00941B0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_SCU_Reflection.cpp */ = {isa = PBXBuildFile; fileRef = E32D73787CBA49A9BEBF2315 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_SCU_Reflection.cpp */; }; - D4043CB014EA4BAF905BD1F2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/amazon/AmazonS3Client.cpp */ = {isa = PBXBuildFile; fileRef = D8DEE14928AD4EA6A624B7F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/amazon/AmazonS3Client.cpp */; }; - D404BA9AE5074EE3926BD3BC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MachoObjectFile.h */ = {isa = PBXBuildFile; fileRef = 7E724D9BA1144F258BB5F0B8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MachoObjectFile.h */; }; - D40E108BAC8B4C19B81CF6DE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/WasmModuleBuilder.h */ = {isa = PBXBuildFile; fileRef = E36BF3DA94A742FEB6A10A95 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/WasmModuleBuilder.h */; }; - D46C740934DF4DE18896F9A0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MachoDefs.h */ = {isa = PBXBuildFile; fileRef = 306F0D3773B74C41A35D04D9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MachoDefs.h */; }; - D47569A002B94495A86592D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_Statement.cpp */ = {isa = PBXBuildFile; fileRef = EBC3191B1A7A42AA94EF050F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_Statement.cpp */; }; - D4A6DE6F902947AE9839F870 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/CoffObjectFile.cpp */ = {isa = PBXBuildFile; fileRef = 4B7D5519081842B4ADE56E94 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/CoffObjectFile.cpp */; }; - D4B427081E8C475AAB3C90DC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/PH_GenericInput.cpp */ = {isa = PBXBuildFile; fileRef = A36DFE767C35423084E5FD57 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/PH_GenericInput.cpp */; }; - D4DBB60A07054092BD3BA52B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSTags.h */ = {isa = PBXBuildFile; fileRef = 9D1A14D5801747EE8B25DBE4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSTags.h */; }; - D4E9DFA162E74062A86BCD0B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */ = {isa = PBXBuildFile; fileRef = A0C9476322B342CF9F0CF9F6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */; }; - D50648AF73CF40129DC5F2BD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysclib.h */ = {isa = PBXBuildFile; fileRef = F25FD56A2CEA494D98C06F0E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysclib.h */; }; - D5278520A33C42B288D32AEC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess16Test.cpp */ = {isa = PBXBuildFile; fileRef = 762287D371824416A056E1C2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess16Test.cpp */; }; - D568DCE5D85F4BBFA12873D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeFiles/Framework_Amazon.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 690EE611B2314B91B6507EA3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeFiles/Framework_Amazon.dir/Info.plist */; }; - D5915CC667D2499F9DD18A0B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpFlagTest.cpp */ = {isa = PBXBuildFile; fileRef = 13727826DF024FB1BDA9E825 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpFlagTest.cpp */; }; - D62A26ACBAD94392A9704C9C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Stream.cpp */ = {isa = PBXBuildFile; fileRef = 465B6065611048D29AADA29D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Stream.cpp */; }; - D6C0BC1EA3514C1BBB9FAF6C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/MaxSaveImporter.h */ = {isa = PBXBuildFile; fileRef = 6B4960FCA6B64418B4C5607A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/MaxSaveImporter.h */; }; - D6C38C5E165C4895BA58CD04 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/PsuSaveImporter.h */ = {isa = PBXBuildFile; fileRef = B8EBC2D455C8411AB119CB2F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/PsuSaveImporter.h */; }; - D70EA75F10214038B1B65ED1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameLimiter.cpp */ = {isa = PBXBuildFile; fileRef = E734A884B3CC4B39A0CEBA03 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameLimiter.cpp */; }; - D719E42AB93B464BA803BA9E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/IopBios.h */ = {isa = PBXBuildFile; fileRef = BFE328BD0C604A0786297BAC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/IopBios.h */; }; - D75BA946524946998F342555 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86_32.h */ = {isa = PBXBuildFile; fileRef = B4DC98044EFD4DF6926EA2FF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86_32.h */; }; - D79BBBCBA2E64B05BF0F2036 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */ = {isa = PBXBuildFile; fileRef = 6D6FD641EACD4961B0F10FF6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */; }; - D8665110223F49F7A563A608 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.cpp */ = {isa = PBXBuildFile; fileRef = B467E9D81F074C4EA26E3E9E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.cpp */; }; - D8DB0922342E44F69DFDA418 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2200.h */ = {isa = PBXBuildFile; fileRef = C0FFAC5A3FEC45818032DE69 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2200.h */; }; - D9AD113EEA44436A88EA98CB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Speed.h */ = {isa = PBXBuildFile; fileRef = 14C04ED3049C4269987814B9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Speed.h */; }; - D9C27C0A45B8421088EA276E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BasicBlock.h */ = {isa = PBXBuildFile; fileRef = 39579C0576654423B7B8FE82 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BasicBlock.h */; }; - DA2D4E1926B84FC59C6EE79A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/uint128.h */ = {isa = PBXBuildFile; fileRef = CBCF91BCF106468790722C20 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/uint128.h */; }; - DAABF7F7C9C84D9EA743D3EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ExternJumpTest.cpp */ = {isa = PBXBuildFile; fileRef = 1E7D07F327C14D7391CCAEEF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ExternJumpTest.cpp */; }; - DAAF06A3A66F4537A4E28A6E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoSys147.h */ = {isa = PBXBuildFile; fileRef = 87C68E82067D42CD9F2E4B49 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoSys147.h */; }; - DB7CF00FE1B64F7396B887D9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpServer.cpp */ = {isa = PBXBuildFile; fileRef = DFB290786C07431F8A2345D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpServer.cpp */; }; - DB8DA2E94F2D4116B2823874 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/File.h */ = {isa = PBXBuildFile; fileRef = C104467ADBB44C32B4C3FABF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/File.h */; }; - DBC6D347FF754ACCA117A845 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VUShared_Reflection.cpp */ = {isa = PBXBuildFile; fileRef = 1A73209F36C8475F9721C410 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VUShared_Reflection.cpp */; }; - DBC779B2171444D9A7073EAD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsJitter.h */ = {isa = PBXBuildFile; fileRef = 87BC527DC3114CEBA2924464 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsJitter.h */; }; - DBD18C8968604131AFD8CF97 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = D13D022868024E11AEE95C17 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */; }; - DC482A2F7E24497B9B635ADA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Stream.h */ = {isa = PBXBuildFile; fileRef = 88DCDDDBB45A452E9C223A75 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Stream.h */; }; - DCFB1C6921004AA0BFC1DE65 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/MemoryFunction.cpp */ = {isa = PBXBuildFile; fileRef = CD03F059455B4A9D9640BD44 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/MemoryFunction.cpp */; }; - DD27B80FBDD64542B12C2484 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */ = {isa = PBXBuildFile; fileRef = A4ADC343BF7C46E9B723F7B0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */; }; - DD86FB07B6844E5EA69AC2E7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/InputBindingManager.h */ = {isa = PBXBuildFile; fileRef = FCA804E166F941718ECBAB41 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/InputBindingManager.h */; }; - DED15B621F4F455E93356050 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest.h */ = {isa = PBXBuildFile; fileRef = 9BDAE33896BB407E86F27308 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest.h */; }; - DF38F93B070F425FB3A1E0DA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsPixelFormats.h */ = {isa = PBXBuildFile; fileRef = 5AE903A908404CF58238B2D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsPixelFormats.h */; }; - DF3CC06FC5F04EFF9C6E9184 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */ = {isa = PBXBuildFile; fileRef = A111ED6CA5AE48DAAB24CDAA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */; }; - DF82E33D72904D8E830678AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */ = {isa = PBXBuildFile; fileRef = F9FB93AC6CCE4E4D8D629B21 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */; }; - DF8CF9EA5EF846B8B64D6B42 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmac.cpp */ = {isa = PBXBuildFile; fileRef = 8C29B54457034EE1B94A6B79 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmac.cpp */; }; - DFA1D4AF0A0A46409254516C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_bitstream.c */ = {isa = PBXBuildFile; fileRef = DA49BEDDA6534C8696D88750 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_bitstream.c */; }; - DFABAACA7C094972ABC6352A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Fpu.cpp */ = {isa = PBXBuildFile; fileRef = EDFB1F7F370A428BB50EC9D9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Fpu.cpp */; }; - DFF532D7327840339DB30EFB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_RootCounters.cpp */ = {isa = PBXBuildFile; fileRef = EA573743A8BD492E9C757C5E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_RootCounters.cpp */; }; - E0180E2C16884E60A3595E4A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Pch.h */ = {isa = PBXBuildFile; fileRef = 489CD3DCB63C41279F7ABBB1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Pch.h */; }; - E0547F7B1D1F45209C8E1DC8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Secrman.cpp */ = {isa = PBXBuildFile; fileRef = F7BBF51B7926432B92D17810 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Secrman.cpp */; }; - E07E7089E4364BDF9E8C8A87 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpTest.h */ = {isa = PBXBuildFile; fileRef = C9A944878C914EB09ED30256 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpTest.h */; }; - E0A029A32D244D468532874B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSArchitecture.cpp */ = {isa = PBXBuildFile; fileRef = DB399C368B504C3586A632C0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSArchitecture.cpp */; }; - E0E1892C0C54408E85DCA564 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Stdio.h */ = {isa = PBXBuildFile; fileRef = EC921BA1BA414B91B765146B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Stdio.h */; }; - E0F93B567F914EE088703F02 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thvpool.h */ = {isa = PBXBuildFile; fileRef = C89F434CE9444CFC81A0EA02 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thvpool.h */; }; - E1C3015EC76F40A0AA919B60 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.h */ = {isa = PBXBuildFile; fileRef = E1F8289E246E4847AAFC3B94 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.h */; }; - E1CCBF67C3F04432974C165F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_McServ.h */ = {isa = PBXBuildFile; fileRef = 3DA06328CF544DC189ADA780 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_McServ.h */; }; - E1EFFD759C844B808F03243C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmacman.cpp */ = {isa = PBXBuildFile; fileRef = DE01E5B2BAFE462EB3AA723A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmacman.cpp */; }; - E20B625194774310B08A0A5C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoSys246.h */ = {isa = PBXBuildFile; fileRef = 55983E8C2E2549CAA9FFA531 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoSys246.h */; }; - E2E64279F6B547B6AD1B4341 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FpUtils.cpp */ = {isa = PBXBuildFile; fileRef = 5C8D41BC354B4F08918D7121 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FpUtils.cpp */; }; - E2FCDD7C28AC49DABA3F5C20 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/amazon/AmazonS3Client.h */ = {isa = PBXBuildFile; fileRef = 4C790CB9CCC040AC9CFF9C4B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/amazon/AmazonS3Client.h */; }; - E37840DD5C1949B3889E92AA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveExporter.h */ = {isa = PBXBuildFile; fileRef = 9475B590A4F44FDD807280C5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveExporter.h */; }; - E3D4804325D3432FAD9D1C21 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Icon.cpp */ = {isa = PBXBuildFile; fileRef = D629EF07C5994BEFB44A60C8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Icon.cpp */; }; - E3E669544D884D17A9AA1A4B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ConditionTest.cpp */ = {isa = PBXBuildFile; fileRef = CBA9272669924C188C5BEE13 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ConditionTest.cpp */; }; - E410681DFB294B29A1D57074 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2100.h */ = {isa = PBXBuildFile; fileRef = 790E774BD9E344A49ECA3E11 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2100.h */; }; - E4AA5707651B431088748905 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SpuBase.h */ = {isa = PBXBuildFile; fileRef = CE17F143C1A54342BBE21863 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SpuBase.h */; }; - E56CF9C5579C42EA9B085280 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/compiler.h */ = {isa = PBXBuildFile; fileRef = 2B50F0B13FC6437FB4B67B46 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/compiler.h */; }; - E57F27E80C6847EEA2404834 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LoopTest.h */ = {isa = PBXBuildFile; fileRef = 561965EE050C401CB96FA236 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LoopTest.h */; }; - E5847DDC3ECB42CBA5B43168 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScopedVmPauser.cpp */ = {isa = PBXBuildFile; fileRef = 78E413BB41DF48EA8C60E313 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScopedVmPauser.cpp */; }; - E5B27440AF6346FD8B0EABD0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadInterface.h */ = {isa = PBXBuildFile; fileRef = 2090AC073E4C423A875D562F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadInterface.h */; }; - E60BB4DB2B8F4427946A0EDE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SimdDefs.h */ = {isa = PBXBuildFile; fileRef = E9C1027D9D0A4127890262EB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SimdDefs.h */; }; - E6622C4B2201467EACA42372 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsTextureCache.h */ = {isa = PBXBuildFile; fileRef = FB83B112CF20447CA195FD95 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsTextureCache.h */; }; - E670ED091B184D61878ED486 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CueSheet.h */ = {isa = PBXBuildFile; fileRef = 1AD43F7964DE40A7B633E787 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CueSheet.h */; }; - E6981D160F9D4F91A42D04D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSHandler.cpp */ = {isa = PBXBuildFile; fileRef = 4DF59B62BB0142D99A700113 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSHandler.cpp */; }; - E7318CF4749D4ECEB4EC7855 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGenFactory.h */ = {isa = PBXBuildFile; fileRef = 742244B5A21F427D89F4AE95 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGenFactory.h */; }; - E744010767BE421798C15F67 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */ = {isa = PBXBuildFile; fileRef = 60535556E5E644C2A4DA437B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */; }; - E79BF21BC8A4411C8B2DE1CA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */ = {isa = PBXBuildFile; fileRef = 4E2A6EA152754E0081144145 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */; }; - E870A774C593425E9676FD6F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryUtils.cpp */ = {isa = PBXBuildFile; fileRef = D31E61E2B96847BBA8F3455D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryUtils.cpp */; }; - E91ADDF42C2B411D8CEE6772 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_RootCounters.h */ = {isa = PBXBuildFile; fileRef = 40BFD1ABDACF4806B52E0336 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_RootCounters.h */; }; - E9383D86DF674032AB369047 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateUtils.h */ = {isa = PBXBuildFile; fileRef = 8B855C375599483C8EB66F99 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateUtils.h */; }; - E950918317C6438BA7622F50 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameDump.h */ = {isa = PBXBuildFile; fileRef = 645975B3740B46FD9E081E0F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameDump.h */; }; - E96E911D038D468985C77F2F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2.h */ = {isa = PBXBuildFile; fileRef = 8E3865DF7FA1469CB83CEE3D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2.h */; }; - E9720057A1E54C88934E0917 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockAddressIncrementTable.cpp */ = {isa = PBXBuildFile; fileRef = 3CFD3A8B399A4162A3432376 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockAddressIncrementTable.cpp */; }; - E98B71F5252D41EC932BED3D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSReflection.cpp */ = {isa = PBXBuildFile; fileRef = FD512BF4BAD84FE88CF2853A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSReflection.cpp */; }; - EAA2A7E05D444F2DA7DBF8D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.c */ = {isa = PBXBuildFile; fileRef = D84E92EAAA444FF2A86219C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.c */; }; - EB4D88D3CACD4D5A8FC21B9D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DcSizeLuminanceTable.cpp */ = {isa = PBXBuildFile; fileRef = 7484B1EF5FED423EB51DF2CD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DcSizeLuminanceTable.cpp */; }; - EBA50C885BC744609DFEB670 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Alu64Test.cpp */ = {isa = PBXBuildFile; fileRef = 142C81C84DB14F4A8CF36722 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Alu64Test.cpp */; }; - EBAF0B70C3E3400FA284ED95 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Sse.cpp */ = {isa = PBXBuildFile; fileRef = 6348408C0D8A4C4AB8538282 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Sse.cpp */; }; - EBCEA756FC684CA9B0DA3095 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dynamic.cpp */ = {isa = PBXBuildFile; fileRef = 2B9A95CFE5424EDFB9984A18 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dynamic.cpp */; }; - EBDC5413377D48C39A040851 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_EE.h */ = {isa = PBXBuildFile; fileRef = 8AA2D83B7A33401E8463286F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_EE.h */; }; - EC15155AC4134FDB9CF56E78 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Avx.cpp */ = {isa = PBXBuildFile; fileRef = 22B362857D82440AB2D43C38 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Avx.cpp */; }; - EC50B9F50A634256AB5C663E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporterBase.cpp */ = {isa = PBXBuildFile; fileRef = 1CEC2D898AAD464F8BB31C3E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporterBase.cpp */; }; - ECBD490C4880482DA3CA4034 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpuTest.cpp */ = {isa = PBXBuildFile; fileRef = B423A5D233B64B4A81461ABE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpuTest.cpp */; }; - ECBFE0F1FB8F407F983B1A61 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdImageStream.h */ = {isa = PBXBuildFile; fileRef = B4A28CF5840E4DC58733F7BB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdImageStream.h */; }; - ED2CB03CF6704770B74BAC26 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_DirectoryIterator.h */ = {isa = PBXBuildFile; fileRef = 98B1D40CBFFA4B3BA77A751A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_DirectoryIterator.h */; }; - ED5DAFB20C2440E6A35BE6F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_chd.c */ = {isa = PBXBuildFile; fileRef = 3D03E0EE43FD4E2F87F5F0E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_chd.c */; }; - ED74EC0C9CE440B088650AEE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypeBTable.cpp */ = {isa = PBXBuildFile; fileRef = C9D1D2EBBE274017BC862C1C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypeBTable.cpp */; }; - EDA442A1D103419C9C4EA1B6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_EE_Reflection.cpp */ = {isa = PBXBuildFile; fileRef = 453C456A0B8D4542B87B273D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_EE_Reflection.cpp */; }; - EDA7124BB75D4D43AE79D9AF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LzcTest.cpp */ = {isa = PBXBuildFile; fileRef = 52F8977427CE431294D0A765 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LzcTest.cpp */; }; - EE580772ADA9446FA7B514FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsExecutor.h */ = {isa = PBXBuildFile; fileRef = 16EA28E15B5D4F7C9A7E53B0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsExecutor.h */; }; - EEE00043A89E4AECB2676742 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdUnpackTest.h */ = {isa = PBXBuildFile; fileRef = 826B8494A5874756BF85E68E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdUnpackTest.h */; }; - EF0D0A23F83B4C28B62466A1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.c */ = {isa = PBXBuildFile; fileRef = 9B86F519D75A4FABB419533C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.c */; }; - EF16C32B4EDB4A65B829D718 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/psx/PsxBios.cpp */ = {isa = PBXBuildFile; fileRef = A25E2DFE54C94E54BAA0D137 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/psx/PsxBios.cpp */; }; - EF352C5B0AA44613B8A32503 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/CMakeFiles/chdr-static.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 3622C1A850CC4CF994DD87EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/CMakeFiles/chdr-static.dir/Info.plist */; }; - EF3B7008C22C4CABA431EA28 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/COP_VU.cpp */ = {isa = PBXBuildFile; fileRef = BB0C304C163B49D49B22CD29 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/COP_VU.cpp */; }; - EF619C0E1A25475FA38674D0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Cmp64Test.h */ = {isa = PBXBuildFile; fileRef = 5B1452DDD5ED4AB4A934C111 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Cmp64Test.h */; }; - EFC5D9FE8E194352B244ABDB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutStretch.cpp */ = {isa = PBXBuildFile; fileRef = DC7595F6E777422799194AB7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutStretch.cpp */; }; - F0427009A3B946E8B759E9FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/PfsReader.h */ = {isa = PBXBuildFile; fileRef = 3051578E87E642F6BC083369 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/PfsReader.h */; }; - F05092BD41894CCF977BB1C4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intrman.cpp */ = {isa = PBXBuildFile; fileRef = C020C2E11F99468D928921A5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intrman.cpp */; }; - F06EBC01E65348EAB3316C68 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/LzAri.cpp */ = {isa = PBXBuildFile; fileRef = 0AE1652CD72141D6806A8830 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/LzAri.cpp */; }; - F076B3150E5A450BB161CA59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SubSystem.cpp */ = {isa = PBXBuildFile; fileRef = BFEDE2DB721747FEAD4D2375 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SubSystem.cpp */; }; - F07938BC30E34C9AACF15384 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDevice.h */ = {isa = PBXBuildFile; fileRef = E60199DD83AA4181ADB50A70 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDevice.h */; }; - F15BF09897734B0EB6090801 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/math/MathStringUtils.cpp */ = {isa = PBXBuildFile; fileRef = 7F603BE5DC2D44239F3B3AAB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/math/MathStringUtils.cpp */; }; - F1784A8CE76F4D5285CBBCC0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManPs2.h */ = {isa = PBXBuildFile; fileRef = EB63AEBFEAFD4B8CB5D998E7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManPs2.h */; }; - F1812AE2F846439CA0EE8CE2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/psx/PsxBios.h */ = {isa = PBXBuildFile; fileRef = 31D5321804FE40BC8EA8AA76 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/psx/PsxBios.h */; }; - F1A6E097299C4A839571CFD5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/MdsDiscImage.cpp */ = {isa = PBXBuildFile; fileRef = 1ABA7DD3ED8B44EAA545BC31 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/MdsDiscImage.cpp */; }; - F23C4D5035E8485CBBA04C70 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDevice.h */ = {isa = PBXBuildFile; fileRef = EA5CA61174FF4A76B86CC79E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDevice.h */; }; - F35B58A993354FF3A8DA4CFB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeExecutor.h */ = {isa = PBXBuildFile; fileRef = 6254793915F4427F8FFC23F4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeExecutor.h */; }; - F3638936D75B4942A8A50147 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClientFactory.h */ = {isa = PBXBuildFile; fileRef = 55B0EF05CF754A689CF67F03 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClientFactory.h */; }; - F424BBDCC85741869D8437AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/CpuArch.h */ = {isa = PBXBuildFile; fileRef = 35C4D96C8C3842E698BD9267 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/CpuArch.h */; }; - F44872B64C5A437FA59F1FD9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_IdleEvaluator.h */ = {isa = PBXBuildFile; fileRef = AD1822A27F3C4BB78890D43F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_IdleEvaluator.h */; }; - F4A22B897DCE481CB665D918 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdManipTest.h */ = {isa = PBXBuildFile; fileRef = 80BDAB5EE0F5408EAD35C10C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdManipTest.h */; }; - F5E922722FAD4C61A66A8769 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveExporter.cpp */ = {isa = PBXBuildFile; fileRef = EBB28A4789B44F7FAB3BD289 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveExporter.cpp */; }; - F614869D31574C99B8463B3D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameDump.cpp */ = {isa = PBXBuildFile; fileRef = 6269EE9EBAF8488894F657CD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameDump.cpp */; }; - F638AFD833F74AC39D5206EA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/SocketStream.cpp */ = {isa = PBXBuildFile; fileRef = 930F1A6F54E44A4F85B57DB6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/SocketStream.cpp */; }; - F6622F36B2114EFFB8874AD0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipDeflateStream.h */ = {isa = PBXBuildFile; fileRef = CC93B77572E24BA0B5935570 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipDeflateStream.h */; }; - F687E482043949AABBB8F653 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MemoryFunction.h */ = {isa = PBXBuildFile; fileRef = 58C3EBAE593D407090A74E64 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MemoryFunction.h */; }; - F72C62A9317C4569BAED7317 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDevice.cpp */ = {isa = PBXBuildFile; fileRef = FC6B6075F7F945DF80CE9D1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDevice.cpp */; }; - F81C77494B6C4421A215BC6B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/amazon/AmazonClient.cpp */ = {isa = PBXBuildFile; fileRef = F12DC5F696254044B6D577F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/amazon/AmazonClient.cpp */; }; - F96D65233EA34E9A89B44680 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest3.h */ = {isa = PBXBuildFile; fileRef = 8EB66FF53C8541ADB9163F24 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest3.h */; }; - F9951A4A5BF34934943A1EA8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */ = {isa = PBXBuildFile; fileRef = 84F8B8623B2C43EEA4F899CC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */; }; - F9C8296D81654CD59490B30C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BasicBlock.cpp */ = {isa = PBXBuildFile; fileRef = 5F3B64D01CD440389F171629 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BasicBlock.cpp */; }; - FA7254EAAC0441E4A37BA058 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest2.h */ = {isa = PBXBuildFile; fileRef = EC255690B19D4077B60C58AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest2.h */; }; - FACA05424F4F4D289B0285A7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BiosDebugInfoProvider.h */ = {isa = PBXBuildFile; fileRef = 686284CE9E0446D882ED0F81 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BiosDebugInfoProvider.h */; }; - FB60B5BF71DE4DDCBD3F9B59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdSubTest.cpp */ = {isa = PBXBuildFile; fileRef = BAF3E194B46D47E98EA00EDC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdSubTest.cpp */; }; - FBF82A4884A5446CBF0CE5AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = D7F3E10C435649A693A1021E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist */; }; - FC6F887BDD064E1A9ADF0962 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ELF.h */ = {isa = PBXBuildFile; fileRef = C082B10364744EF499F639CD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ELF.h */; }; - FD4E8A457CB145118AA3EC1E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */ = {isa = PBXBuildFile; fileRef = 7E81CFF6144146E6A7983B81 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */; }; - FDBC54EA35EC4B70A3EFA436 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_64.cpp */ = {isa = PBXBuildFile; fileRef = BDAF95E3D6F14E46B8AE0660 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_64.cpp */; }; - FDF9BF2D6EA5418994FE43CC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/SIF.cpp */ = {isa = PBXBuildFile; fileRef = 2E929DF9DEE94D02BB3FFB2E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/SIF.cpp */; }; - FE499E4766ED4C88A8153273 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm.cpp */ = {isa = PBXBuildFile; fileRef = 9CFD08CCD3774E98BC99E5C0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm.cpp */; }; - FEAB33CCFC124C379F5FE8AD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadHandler.cpp */ = {isa = PBXBuildFile; fileRef = 7CE696AE3A884159BBEBF001 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadHandler.cpp */; }; - FECEA30491724046B2AC34BC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/FilteringNodeIterator.cpp */ = {isa = PBXBuildFile; fileRef = C675F5D236F74EDB8596381E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/FilteringNodeIterator.cpp */; }; - FEDA1269CD4B49CC8DF38E1D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScopedVmPauser.h */ = {isa = PBXBuildFile; fileRef = 9E6D30D2C7A94F988155DD3A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScopedVmPauser.h */; }; - FEDE58A3C4F1428BAF4BC558 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_FPU.h */ = {isa = PBXBuildFile; fileRef = E99182E1E1A64BE9AB2F134C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_FPU.h */; }; - FEFE0A24BFED456A80244EF9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeBasicBlock.cpp */ = {isa = PBXBuildFile; fileRef = 515643BBA0F74E89945BDA25 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeBasicBlock.cpp */; }; - FF3B60AD8D984B5C89807AF8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManNull.h */ = {isa = PBXBuildFile; fileRef = 8DB6D22EA6804CCD845BFD95 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManNull.h */; }; - FFD96DE4BC71412C9B6BAF89 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/CpuArch.c */ = {isa = PBXBuildFile; fileRef = DEE503748DD04307BB468A13 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/CpuArch.c */; }; - FFE8C66A343D4C30AF62D7DE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysmem.cpp */ = {isa = PBXBuildFile; fileRef = 064B127205EA4581979E3420 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysmem.cpp */; }; + 004A5E5867904C148B3D73E7 /* ../Play-/deps/CodeGen/tests/HugeJumpTest.cpp */ = {isa = PBXBuildFile; fileRef = FD985389029B48A89B6DC089 /* ../Play-/deps/CodeGen/tests/HugeJumpTest.cpp */; }; + 0117EC406B9D4E97B1AF88B1 /* ../Play-/deps/Framework/src/ThreadPool.cpp */ = {isa = PBXBuildFile; fileRef = 8078761CC29D4F3CB675C3F9 /* ../Play-/deps/Framework/src/ThreadPool.cpp */; }; + 01424BE270BB40019D91062E /* ../Play-/Source/iop/Iop_Intc.h */ = {isa = PBXBuildFile; fileRef = E1352C9BB46640E0BFE3A17A /* ../Play-/Source/iop/Iop_Intc.h */; }; + 018BB75AC42D45DD9A7D8C45 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Alu.h */ = {isa = PBXBuildFile; fileRef = 87206B0ECF904DCD910D20AC /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Alu.h */; }; + 021EE1EBB6364CD48D41C667 /* ../Play-/deps/Framework/include/zip/ZipFile.h */ = {isa = PBXBuildFile; fileRef = E75BC446AFEE42659CE42514 /* ../Play-/deps/Framework/include/zip/ZipFile.h */; }; + 028D5B650A51469F80BA0F01 /* ../Play-/Source/ee/VUShared.cpp */ = {isa = PBXBuildFile; fileRef = F6E964EDA7B44104937B82C3 /* ../Play-/Source/ee/VUShared.cpp */; }; + 02A0C31BDDC84B7281C6E7F0 /* ../Play-/deps/CodeGen/tests/NestedIfTest.cpp */ = {isa = PBXBuildFile; fileRef = FFC63859BBDA4F0E9BA08D20 /* ../Play-/deps/CodeGen/tests/NestedIfTest.cpp */; }; + 02DD391A3FA544ECB5FC1AB5 /* ../Play-/deps/CodeGen/tests/ConditionTest.h */ = {isa = PBXBuildFile; fileRef = 1AB6D8F6BDCA410FB7153214 /* ../Play-/deps/CodeGen/tests/ConditionTest.h */; }; + 02F430581E0A4F8A944BD577 /* ../Play-/deps/CodeGen/tests/HugeJumpTestLiteral.cpp */ = {isa = PBXBuildFile; fileRef = 860B91AD5DB541CBA4114DD6 /* ../Play-/deps/CodeGen/tests/HugeJumpTestLiteral.cpp */; }; + 02FC1208B95A45F1AB383022 /* ../Play-/Source/states/MemoryStateFile.cpp */ = {isa = PBXBuildFile; fileRef = A67CCDE957F146CAA520FABB /* ../Play-/Source/states/MemoryStateFile.cpp */; }; + 031B82566E3C40EFBD386B06 /* ../Play-/deps/Framework/src/layout/LayoutBase.cpp */ = {isa = PBXBuildFile; fileRef = 8DFC78B0480C42A1AB21F375 /* ../Play-/deps/Framework/src/layout/LayoutBase.cpp */; }; + 03227FD079F448D1A27815CB /* ../Play-/Source/ee/PS2OS.h */ = {isa = PBXBuildFile; fileRef = 87C14F7152904884929F37A0 /* ../Play-/Source/ee/PS2OS.h */; }; + 037A4BD85BCE49B5994919D4 /* ../Play-/Source/iop/Iop_Sysmem.h */ = {isa = PBXBuildFile; fileRef = A5033CA988104A3F85DA73B5 /* ../Play-/Source/iop/Iop_Sysmem.h */; }; + 03D633E5379049068E6A57A0 /* ../cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = A979DD56BCF741FA85C71FC2 /* ../cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist */; }; + 03FD301258BB4DDF81D54E49 /* ../Play-/Source/ElfFile.cpp */ = {isa = PBXBuildFile; fileRef = EFBDA45D7AAB4A63B987CF65 /* ../Play-/Source/ElfFile.cpp */; }; + 040ADD83134A43F2AD55ED03 /* ../Play-/deps/Framework/include/StdStream.h */ = {isa = PBXBuildFile; fileRef = CE7AB0508AB14896A122B010 /* ../Play-/deps/Framework/include/StdStream.h */; }; + 0426776B2FAF454080D8D01A /* ../Play-/Source/states/RegisterState.h */ = {isa = PBXBuildFile; fileRef = AC3A0B6E4094498FAB228FD0 /* ../Play-/Source/states/RegisterState.h */; }; + 049AA34928BA44188B4A82EA /* ../Play-/Source/ControllerInfo.cpp */ = {isa = PBXBuildFile; fileRef = 1F4FFBC198954575B158FC06 /* ../Play-/Source/ControllerInfo.cpp */; }; + 0579854A8D9645C298967ACF /* ../Play-/Source/Pch.cpp */ = {isa = PBXBuildFile; fileRef = 20421A116A654D86B3EC004B /* ../Play-/Source/Pch.cpp */; }; + 05978C7E45024DF8A803D9D1 /* ../Play-/Source/ee/IPU_DmVectorTable.h */ = {isa = PBXBuildFile; fileRef = BC558AE4C1E84D8B8A689EA0 /* ../Play-/Source/ee/IPU_DmVectorTable.h */; }; + 062F1F0216C14545BA55C508 /* ../Play-/deps/Framework/src/zip/ZipInflateStream.cpp */ = {isa = PBXBuildFile; fileRef = CB7BEFBC6C004700BF00AAC3 /* ../Play-/deps/Framework/src/zip/ZipInflateStream.cpp */; }; + 0641E9D1F4B445A8BCC785D4 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32.cpp */ = {isa = PBXBuildFile; fileRef = 41EDB5EAA109456CB59515DA /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32.cpp */; }; + 065EAF01B4D547FF9097868C /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */ = {isa = PBXBuildFile; fileRef = 75A72AE30FB942B6AD86AEB6 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */; }; + 066571D560D8413398E6E285 /* ../Play-/Source/ISO9660/ISO9660.cpp */ = {isa = PBXBuildFile; fileRef = 4C065DEC290840769DD99A88 /* ../Play-/Source/ISO9660/ISO9660.cpp */; }; + 069528875199469182948411 /* ../Play-/Source/ee/FpAddTruncate.cpp */ = {isa = PBXBuildFile; fileRef = E41375FA15F44519AC314732 /* ../Play-/Source/ee/FpAddTruncate.cpp */; }; + 072320CB3DC3440491232A7D /* ../Play-/Source/MA_MIPSIV.cpp */ = {isa = PBXBuildFile; fileRef = C78D531AD3344146993D6352 /* ../Play-/Source/MA_MIPSIV.cpp */; }; + 0740D0928A6D48FDAA4BC703 /* ../Play-/deps/CodeGen/tests/Main.cpp */ = {isa = PBXBuildFile; fileRef = E6CF9CF3561A4994B18AE926 /* ../Play-/deps/CodeGen/tests/Main.cpp */; }; + 07566205A8A74D60BF497F4B /* ../Play-/Source/iop/Iop_Heaplib.h */ = {isa = PBXBuildFile; fileRef = 0669E8CC0DF14D4A8843439D /* ../Play-/Source/iop/Iop_Heaplib.h */; }; + 0772116C8E6D47298E7D2E3A /* ../Play-/deps/CodeGen/tests/MdMemAccessTest.cpp */ = {isa = PBXBuildFile; fileRef = 0BF0874CB91E42FCA41B51A9 /* ../Play-/deps/CodeGen/tests/MdMemAccessTest.cpp */; }; + 07F070C3614A45CCAD78F902 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Bra86.c */ = {isa = PBXBuildFile; fileRef = 10169CD2323C44D7912F43DD /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Bra86.c */; }; + 084F2636F76F412D9BA89F8B /* ../Play-/deps/CodeGen/tests/LzcTest.h */ = {isa = PBXBuildFile; fileRef = FE559AA1DF694A7B9338027A /* ../Play-/deps/CodeGen/tests/LzcTest.h */; }; + 08BC91F0B71046B5B529696E /* ../Play-/deps/CodeGen/tests/MdMinMaxTest.cpp */ = {isa = PBXBuildFile; fileRef = 950FD03DD121474284A522C9 /* ../Play-/deps/CodeGen/tests/MdMinMaxTest.cpp */; }; + 08D01CBECC2E4ECE913924B8 /* ../Play-/Source/ee/Vif1.h */ = {isa = PBXBuildFile; fileRef = 8D62CE436EF5452B994DB9FD /* ../Play-/Source/ee/Vif1.h */; }; + 09401D85CCE040698E5BDF4B /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */ = {isa = PBXBuildFile; fileRef = B0E8EE55C1A04B9AAF519DD0 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */; }; + 0949CF711E9A4C47BE047C05 /* ../Play-/Source/discimages/CueSheet.cpp */ = {isa = PBXBuildFile; fileRef = 62CD98BACD8E443094E89D46 /* ../Play-/Source/discimages/CueSheet.cpp */; }; + 0A295E940C7D466FBB7C681F /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */ = {isa = PBXBuildFile; fileRef = 42295EF4FB304EEB84F0A6AD /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */; }; + 0A7A1DB4D38644E59282867F /* ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 2D306E7486BD4D62ACBD43AF /* ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist */; }; + 0A7D2DF517BC4AF3825F2F41 /* ../Play-/Source/Log.cpp */ = {isa = PBXBuildFile; fileRef = 5153527776DE4CFA8D6662CF /* ../Play-/Source/Log.cpp */; }; + 0A7F409A9FA2454F8E4FBB9F /* ../Play-/Source/iop/Iop_Intrman.h */ = {isa = PBXBuildFile; fileRef = 73DF77C92BDF4923A915930E /* ../Play-/Source/iop/Iop_Intrman.h */; }; + 0AADC6CF42C149AC911A74A1 /* ../Play-/deps/Framework/include/filesystem_def.h */ = {isa = PBXBuildFile; fileRef = 447159645A01468EB6BDD1D7 /* ../Play-/deps/Framework/include/filesystem_def.h */; }; + 0ACD34EB528A4CB2B380A690 /* ../Play-/Source/Profiler.cpp */ = {isa = PBXBuildFile; fileRef = CC9BCAAAC35341BAAE7C1D86 /* ../Play-/Source/Profiler.cpp */; }; + 0AE1E6C6307F4602B7E3DB86 /* ../Play-/Source/iop/Iop_Sio2.h */ = {isa = PBXBuildFile; fileRef = 26DB3F564FC3437591E1D9E6 /* ../Play-/Source/iop/Iop_Sio2.h */; }; + 0B30801EDEC74D95809A0202 /* ../Play-/deps/CodeGen/tests/Test.h */ = {isa = PBXBuildFile; fileRef = A2552574F4D742F1A16A7AAC /* ../Play-/deps/CodeGen/tests/Test.h */; }; + 0B41D6BF61B34381AF627659 /* ../Play-/Source/iop/Iop_Dev9.cpp */ = {isa = PBXBuildFile; fileRef = AC84968B567F4A70B77457FD /* ../Play-/Source/iop/Iop_Dev9.cpp */; }; + 0C84D0FEE5B3488E9738E35A /* ../Play-/Source/discimages/IszImageStream.h */ = {isa = PBXBuildFile; fileRef = 18BF9FA2D8744078B3FDE855 /* ../Play-/Source/discimages/IszImageStream.h */; }; + 0CC206D06B974485B60D9A21 /* ../Play-/deps/Framework/src/layout/FlatLayout.cpp */ = {isa = PBXBuildFile; fileRef = 60E9A4D03EFB432AA9ECC21C /* ../Play-/deps/Framework/src/layout/FlatLayout.cpp */; }; + 0CFBA0186DA44AC09C5D60C4 /* ../Play-/Source/iop/Iop_Spu2_Core.h */ = {isa = PBXBuildFile; fileRef = C491AA7DBCDC408A853461B5 /* ../Play-/Source/iop/Iop_Spu2_Core.h */; }; + 0D1FDC24ADD7428E999D041C /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_64.cpp */ = {isa = PBXBuildFile; fileRef = B763B80DCAD740A7B491BA7F /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_64.cpp */; }; + 0D5A05AF2B6A4EE8844597C0 /* ../Play-/Source/ee/MA_VU_Upper.cpp */ = {isa = PBXBuildFile; fileRef = 5C6CD944E3D345D5BD0F660E /* ../Play-/Source/ee/MA_VU_Upper.cpp */; }; + 0D6FA2CFD9BD44E6BD701574 /* ../Play-/deps/CodeGen/tests/Shift64Test.h */ = {isa = PBXBuildFile; fileRef = 4883EE51E7CF49BEB308F51D /* ../Play-/deps/CodeGen/tests/Shift64Test.h */; }; + 0D83D96C37724B43BC56FB88 /* ../Play-/deps/Framework/src/mpeg2/DcSizeChrominanceTable.cpp */ = {isa = PBXBuildFile; fileRef = 76FB0E0BC0B643D59690B569 /* ../Play-/deps/Framework/src/mpeg2/DcSizeChrominanceTable.cpp */; }; + 0D89CAB070DD47F6BF265F4C /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu.cpp */ = {isa = PBXBuildFile; fileRef = 863CF041C5AA4AF0BE8A108B /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu.cpp */; }; + 0DED27B7D9624D8082668335 /* ../Play-/deps/Framework/include/Csv.h */ = {isa = PBXBuildFile; fileRef = 1F964CE3D07E48C69C92F962 /* ../Play-/deps/Framework/include/Csv.h */; }; + 0DFE8215B56242EB884C666C /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */ = {isa = PBXBuildFile; fileRef = 2AD7D3680FF5452B8AE140FB /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */; }; + 0E4CC6FDF87A49FB95E0C961 /* ../Play-/Source/MIPSAssembler.cpp */ = {isa = PBXBuildFile; fileRef = BFF0A46AD200439093CF438F /* ../Play-/Source/MIPSAssembler.cpp */; }; + 0F4F808B863549CD9D07374D /* ../Play-/Source/ee/INTC.cpp */ = {isa = PBXBuildFile; fileRef = 0251D4F3EA834328B862615C /* ../Play-/Source/ee/INTC.cpp */; }; + 0F599B80B9A441E6B25400A4 /* ../Play-/Source/MailBox.h */ = {isa = PBXBuildFile; fileRef = 8EDED7997F9D4BDB94468946 /* ../Play-/Source/MailBox.h */; }; + 0FDF4274D01D40F5AFFA0F41 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_x86.h */ = {isa = PBXBuildFile; fileRef = AEA2E28E5EA24437B99EB3F5 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_x86.h */; }; + 0FF99D87CA7944ECBE09344D /* ../Play-/deps/CodeGen/tests/MemAccess64Test.cpp */ = {isa = PBXBuildFile; fileRef = 136B72CCF4B7484CA89D282C /* ../Play-/deps/CodeGen/tests/MemAccess64Test.cpp */; }; + 1012A7717E6743D29BFC19AB /* ../Play-/Source/ee/MA_VU.h */ = {isa = PBXBuildFile; fileRef = 2B070753C98E4404B83E8170 /* ../Play-/Source/ee/MA_VU.h */; }; + 1071591E9CF74385A0D1FF19 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Md.cpp */ = {isa = PBXBuildFile; fileRef = 4D33D9DB7E884A87A6EEFFB8 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Md.cpp */; }; + 10B12CF9F923430384DCF870 /* ../Play-/deps/Framework/src/bitmap/PNG.cpp */ = {isa = PBXBuildFile; fileRef = 89C75ACFF5F14AC195EC0FAF /* ../Play-/deps/Framework/src/bitmap/PNG.cpp */; }; + 10D203320CD74D048AB162B8 /* ../Play-/deps/CodeGen/tests/CompareTest.cpp */ = {isa = PBXBuildFile; fileRef = 4CF064DFAEE248179FCFB9F0 /* ../Play-/deps/CodeGen/tests/CompareTest.cpp */; }; + 11CF9A6D56734F2A84A908D6 /* ../Play-/Source/iop/Iop_SifManPs2.cpp */ = {isa = PBXBuildFile; fileRef = E682C318A1C04CCD8779BCC0 /* ../Play-/Source/iop/Iop_SifManPs2.cpp */; }; + 11F9C44AC56749E19C60F175 /* ../Play-/deps/Framework/src/layout/HorizontalLayout.cpp */ = {isa = PBXBuildFile; fileRef = 0314EC3E5DEA41B2965D0FB4 /* ../Play-/deps/Framework/src/layout/HorizontalLayout.cpp */; }; + 122762661E69412B954670E7 /* ../Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */ = {isa = PBXBuildFile; fileRef = F248C863BA1946F99103AE63 /* ../Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */; }; + 12ADC086CFFE42A5B5EAB1FF /* ../Play-/Source/PS2VM.cpp */ = {isa = PBXBuildFile; fileRef = D77EB9F85B8A43D3B7438D6E /* ../Play-/Source/PS2VM.cpp */; }; + 12D83A1B57674E699E90AC99 /* ../Play-/deps/Framework/src/xml/Node.cpp */ = {isa = PBXBuildFile; fileRef = 58CCBAA707A249DABADF72A0 /* ../Play-/deps/Framework/src/xml/Node.cpp */; }; + 12E4E6991A7E470791B95C3F /* ../Play-/deps/CodeGen/tests/ReorderAddTest.cpp */ = {isa = PBXBuildFile; fileRef = 7BF938815D16428B90E60ABA /* ../Play-/deps/CodeGen/tests/ReorderAddTest.cpp */; }; + 1448D2644CCA46EAA9A9D9B2 /* ../Play-/deps/Framework/src/mpeg2/MotionCodeTable.cpp */ = {isa = PBXBuildFile; fileRef = 5CF2F65E976A4FCB846F3119 /* ../Play-/deps/Framework/src/mpeg2/MotionCodeTable.cpp */; }; + 1469278E1A954488AB2C90F7 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */ = {isa = PBXBuildFile; fileRef = 1E448606EE704C3C8466BE91 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */; }; + 149144707B204211A4FF7067 /* ../Play-/deps/Dependencies/xxHash/cmake_unofficial/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 6E96261EB0134A998B7E1237 /* ../Play-/deps/Dependencies/xxHash/cmake_unofficial/CMakeLists.txt */; }; + 1566B58724844A37B706E0D4 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Precomp.h */ = {isa = PBXBuildFile; fileRef = 70186B9596514EFE9C858874 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Precomp.h */; }; + 156B412E8BF14904A36FDA8B /* ../Play-/Source/ee/VuAnalysis.h */ = {isa = PBXBuildFile; fileRef = 2648B35F07F040298317694E /* ../Play-/Source/ee/VuAnalysis.h */; }; + 15AEF6A4A6284642AF7725F0 /* ../Play-/Source/iop/Iop_Loadcore.cpp */ = {isa = PBXBuildFile; fileRef = 6AAF198586674913BACD4154 /* ../Play-/Source/iop/Iop_Loadcore.cpp */; }; + 15CC1A2D729047A88A5E7875 /* ../Play-/deps/CodeGen/build_cmake/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 30129DB68DF84A5CBC30912C /* ../Play-/deps/CodeGen/build_cmake/CMakeLists.txt */; }; + 15FA1C46369440AB9BFD6FBD /* ../Play-/deps/CodeGen/tests/LoopTest.cpp */ = {isa = PBXBuildFile; fileRef = 58D9CF8C6E734049A8B15090 /* ../Play-/deps/CodeGen/tests/LoopTest.cpp */; }; + 1631A6C10451428BA33FA8C8 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Fpu.cpp */ = {isa = PBXBuildFile; fileRef = F32FA803CBC347848B8B13A6 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Fpu.cpp */; }; + 1654F61E65BD4A80A91AADA4 /* ../Play-/deps/Framework/src/idct/TrivialC.cpp */ = {isa = PBXBuildFile; fileRef = 8AF025B412CD432E8A112657 /* ../Play-/deps/Framework/src/idct/TrivialC.cpp */; }; + 169DE01A13D54F9DB2BDF1E9 /* ../Play-/Source/Profiler.h */ = {isa = PBXBuildFile; fileRef = 6BF508387DE6470C99AA97DB /* ../Play-/Source/Profiler.h */; }; + 16A8BB7EF68F4D67B64A6995 /* ../Play-/Source/iop/Iop_Secrman.h */ = {isa = PBXBuildFile; fileRef = 3872D045B743468C8B8A797A /* ../Play-/Source/iop/Iop_Secrman.h */; }; + 16BA3838F30B4887BD682221 /* ../Play-/deps/CodeGen/tests/RandomAluTest2.cpp */ = {isa = PBXBuildFile; fileRef = 6119B67CB72A477E9799C9BA /* ../Play-/deps/CodeGen/tests/RandomAluTest2.cpp */; }; + 16BBE248919D44318E35E0D6 /* ../Play-/Source/iop/Iop_Module.h */ = {isa = PBXBuildFile; fileRef = E76A33CC58A7456097B9955A /* ../Play-/Source/iop/Iop_Module.h */; }; + 1756EA2F4F304975ACFDF4F5 /* ../Play-/deps/CodeGen/src/AArch32Assembler.cpp */ = {isa = PBXBuildFile; fileRef = 1CE31718C1094AE5BA5CB61B /* ../Play-/deps/CodeGen/src/AArch32Assembler.cpp */; }; + 179C424E43D2415F951A790C /* ../Play-/Source/gs/GsDebuggerInterface.h */ = {isa = PBXBuildFile; fileRef = 5A0EA48EA59E40D38850F98F /* ../Play-/Source/gs/GsDebuggerInterface.h */; }; + 17AEC44FB765442E833A245B /* ../Play-/deps/CodeGen/tests/GotoTest.cpp */ = {isa = PBXBuildFile; fileRef = 03C0ECA03F2C470EA0D75FFA /* ../Play-/deps/CodeGen/tests/GotoTest.cpp */; }; + 17B4F4EA1F434B519A659118 /* ../Play-/Source/MIPSAssembler.h */ = {isa = PBXBuildFile; fileRef = 967596CAB4BF40CBA1E367C6 /* ../Play-/Source/MIPSAssembler.h */; }; + 18295CE7C1184E46822BC0EE /* ../Play-/deps/Framework/src/bitmap/BMP.cpp */ = {isa = PBXBuildFile; fileRef = 1E2ECB5CD4E6473DBE612879 /* ../Play-/deps/Framework/src/bitmap/BMP.cpp */; }; + 182D479AED6649CAB4AA9208 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */ = {isa = PBXBuildFile; fileRef = 009EDF5D17924913A7D7E58D /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */; }; + 183FA500FA5A4750A3FAAAEB /* ../Play-/deps/Framework/include/BitManip.h */ = {isa = PBXBuildFile; fileRef = 1A3FCF169F9A45FD8A813883 /* ../Play-/deps/Framework/include/BitManip.h */; }; + 18CE2A6A3B9A47948F353E50 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */ = {isa = PBXBuildFile; fileRef = FBC639438B6B4E2F8FFF7997 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */; }; + 18DC44666D5246CA81CC366B /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.c */ = {isa = PBXBuildFile; fileRef = E312729933A442D4862CB976 /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.c */; }; + 1924E91035DB456FA2AECDB7 /* ../Play-/Source/iop/Iop_FileIo.cpp */ = {isa = PBXBuildFile; fileRef = 96AEC43382B046099ED29BCA /* ../Play-/Source/iop/Iop_FileIo.cpp */; }; + 1932CF7E8F6746B1B4512C40 /* ../Play-/deps/CodeGen/tests/MdTest.cpp */ = {isa = PBXBuildFile; fileRef = 9DC4D214125F499BBBD7E614 /* ../Play-/deps/CodeGen/tests/MdTest.cpp */; }; + 196D0FFF15154F889C380A97 /* ../Play-/deps/CodeGen/tests/ShiftTest.cpp */ = {isa = PBXBuildFile; fileRef = 426511A516164BFDB1B007EB /* ../Play-/deps/CodeGen/tests/ShiftTest.cpp */; }; + 19E291BC7DD44B2C85885D88 /* ../Play-/deps/CodeGen/include/Jitter.h */ = {isa = PBXBuildFile; fileRef = B00E131B16B945FAB336C127 /* ../Play-/deps/CodeGen/include/Jitter.h */; }; + 1A0AB6B6709E4B95BD63A7FA /* ../Play-/Source/COP_FPU_Reflection.cpp */ = {isa = PBXBuildFile; fileRef = 304C2A6EC2274587B6DF12F2 /* ../Play-/Source/COP_FPU_Reflection.cpp */; }; + 1A78D6C792C34253B24B9F7E /* ../Play-/deps/Framework/src/Config.cpp */ = {isa = PBXBuildFile; fileRef = 4DF6961D28304DB187F7E2FB /* ../Play-/deps/Framework/src/Config.cpp */; }; + 1AB0F0A5C0FA45A3898CF700 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffixed.h */ = {isa = PBXBuildFile; fileRef = 68D834A08FEF4BBFA4B09731 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffixed.h */; }; + 1B441C10F14B48C68DA4A559 /* ../Play-/deps/libchdr/src/libchdr_flac.c */ = {isa = PBXBuildFile; fileRef = A83F8DC012754695AA21ED76 /* ../Play-/deps/libchdr/src/libchdr_flac.c */; }; + 1B4CA25A709A4F96A377D7BB /* ../Play-/deps/Framework/src/string_cast_sjis.cpp */ = {isa = PBXBuildFile; fileRef = 542D5374EB0540D3A10F3F64 /* ../Play-/deps/Framework/src/string_cast_sjis.cpp */; }; + 1B87633AAFC340BB99B83C27 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86.cpp */ = {isa = PBXBuildFile; fileRef = 97E578A89DE7482DAE83B710 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86.cpp */; }; + 1BDF4AD6201A4C33B35F86F9 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_Wasm.h */ = {isa = PBXBuildFile; fileRef = 2824DACD8CB34A479E5818EB /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_Wasm.h */; }; + 1C56F8D7BB0C440DA22FC775 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */ = {isa = PBXBuildFile; fileRef = 20EDB73D34964D37977D7C4E /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */; }; + 1C69F04DF2F342AE821E717F /* ../Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.cpp */ = {isa = PBXBuildFile; fileRef = 9CC9799A24F84CB8A5DC81D2 /* ../Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.cpp */; }; + 1C82F04D6A9643B590B40451 /* ../Play-/Source/MemoryMap.cpp */ = {isa = PBXBuildFile; fileRef = 13F18539B42044DE9530EFAE /* ../Play-/Source/MemoryMap.cpp */; }; + 1CD6888C10EA4866BE1D9E63 /* ../Play-/Source/iop/Iop_Sio2.cpp */ = {isa = PBXBuildFile; fileRef = F2B163D0F7624C80AC3AC6E1 /* ../Play-/Source/iop/Iop_Sio2.cpp */; }; + 1CDB7C64F6BA421AA1854A7F /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */ = {isa = PBXBuildFile; fileRef = 883D8898D4F5406A8BDC685D /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */; }; + 1CE45E9CC8C94B9C95797763 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */ = {isa = PBXBuildFile; fileRef = 6C815E09CA854E91B45192B3 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */; }; + 1D44F4835FF840B6BB49BA6C /* ../Play-/deps/Framework/include/EndianUtils.h */ = {isa = PBXBuildFile; fileRef = C4BD801C84F14DE39891D6EE /* ../Play-/deps/Framework/include/EndianUtils.h */; }; + 1D8EC615F5BE449AA860C0EF /* ../Play-/Source/ScreenShotUtils.cpp */ = {isa = PBXBuildFile; fileRef = 9921C444A11F431D861816D0 /* ../Play-/Source/ScreenShotUtils.cpp */; }; + 1DAA49AFF56E4119BA28EC11 /* ../Play-/deps/CodeGen/tests/FpClampTest.h */ = {isa = PBXBuildFile; fileRef = B70AD56EBB1740179E934019 /* ../Play-/deps/CodeGen/tests/FpClampTest.h */; }; + 1E5A8E3390EE42C59D48F989 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */ = {isa = PBXBuildFile; fileRef = D69AD9ADC4904015982D05F5 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */; }; + 1E5DB6CF8C5D4BC3A0549356 /* ../Play-/deps/CodeGen/src/LiteralPool.cpp */ = {isa = PBXBuildFile; fileRef = 8E9D3A0962AC437F935C31A5 /* ../Play-/deps/CodeGen/src/LiteralPool.cpp */; }; + 1F214F72D49D4D6CA77E2391 /* ../Play-/deps/CodeGen/src/MachoObjectFile.cpp */ = {isa = PBXBuildFile; fileRef = 045ABFBC551A4C60807E1D12 /* ../Play-/deps/CodeGen/src/MachoObjectFile.cpp */; }; + 1F4850B3284A48B891821A17 /* ../Play-/deps/Framework/include/zip/ZipInflateStream.h */ = {isa = PBXBuildFile; fileRef = 0081D4E333CA4D559C57DFD7 /* ../Play-/deps/Framework/include/zip/ZipInflateStream.h */; }; + 1F82D0E8E12443DA801CCC12 /* ../Play-/Source/PH_Generic.cpp */ = {isa = PBXBuildFile; fileRef = 0D34009B43AB4FF4A6D5D0A4 /* ../Play-/Source/PH_Generic.cpp */; }; + 1FB9DBF679804E918A26A6DE /* ../Play-/Source/gs/GsSpriteRegion.h */ = {isa = PBXBuildFile; fileRef = 00D99FE260124A21866BF80E /* ../Play-/Source/gs/GsSpriteRegion.h */; }; + 206C9ED624CF47D4BB882B68 /* ../Play-/deps/Framework/src/StreamBitStream.cpp */ = {isa = PBXBuildFile; fileRef = 751B0E09DA1341E2A92D825F /* ../Play-/deps/Framework/src/StreamBitStream.cpp */; }; + 206E836E01674950BEA9AD40 /* ../Play-/Source/iop/Iop_MtapMan.cpp */ = {isa = PBXBuildFile; fileRef = 4A7CB46CE04E45808FB1154B /* ../Play-/Source/iop/Iop_MtapMan.cpp */; }; + 209AC02FD55D466AACB3E7FD /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */ = {isa = PBXBuildFile; fileRef = 2FC54AAC81694FBD82AF1156 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */; }; + 20C321BCF6F04D78BD519D53 /* ../Play-/Source/gs/GSH_Null.h */ = {isa = PBXBuildFile; fileRef = 1BD5DD614E2E4FA6BD0DC5E8 /* ../Play-/Source/gs/GSH_Null.h */; }; + 20D6DCAC0C2141009BC7891F /* ../Play-/deps/CodeGen/tests/MultTest.cpp */ = {isa = PBXBuildFile; fileRef = D60EFEDF8D934DA08809D77E /* ../Play-/deps/CodeGen/tests/MultTest.cpp */; }; + 20E5C25CD9234033A844D31C /* ../Play-/deps/Dependencies/zstd/lib/common/cpu.h */ = {isa = PBXBuildFile; fileRef = 350C426B0405464F9ECFA3DE /* ../Play-/deps/Dependencies/zstd/lib/common/cpu.h */; }; + 2160684C9C0242CEBC155344 /* ../Play-/Source/OpticalMedia.h */ = {isa = PBXBuildFile; fileRef = B0FDE35B847044F2B0B98E41 /* ../Play-/Source/OpticalMedia.h */; }; + 219FC8D6C613496EBAB1FA8E /* ../Play-/Source/saves/Save.h */ = {isa = PBXBuildFile; fileRef = F1703F4208504469AC7250FE /* ../Play-/Source/saves/Save.h */; }; + 21D231703434486AA4744EA5 /* ../Play-/Source/FpUtils.h */ = {isa = PBXBuildFile; fileRef = 08B0EA4C42624D23B9F33FD0 /* ../Play-/Source/FpUtils.h */; }; + 2227FEAE3FFF44DCADE253BF /* ../Play-/Source/SifDefs.h */ = {isa = PBXBuildFile; fileRef = 4BD355548F50472786C99AFC /* ../Play-/Source/SifDefs.h */; }; + 22409A1F3B3349ABB0A3F03D /* ../Play-/deps/CodeGen/include/Jitter_CodeGen.h */ = {isa = PBXBuildFile; fileRef = D9E3494147A64B8D8D3D5723 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen.h */; }; + 22459C9448D64627A00AE88D /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.h */ = {isa = PBXBuildFile; fileRef = 519F3A61B2BD4A9EBCD1E464 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.h */; }; + 2264C6E3774A47509D777318 /* ../Play-/Source/iop/ioman/DirectoryDevice.cpp */ = {isa = PBXBuildFile; fileRef = 811096EA1B184BE8A2CFEB2C /* ../Play-/Source/iop/ioman/DirectoryDevice.cpp */; }; + 229DA0EB3F4B46488FDE910B /* ../Play-/Source/hdd/PfsReader.cpp */ = {isa = PBXBuildFile; fileRef = 684AE9925AE14A0F9ABF1B48 /* ../Play-/Source/hdd/PfsReader.cpp */; }; + 231E266D18EF43EC89FB5C51 /* ../Play-/deps/CodeGen/tests/Alu64Test.h */ = {isa = PBXBuildFile; fileRef = D0EC0E0B630B48E3A36385F6 /* ../Play-/deps/CodeGen/tests/Alu64Test.h */; }; + 232082835B8143578323BE5C /* ../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.h */ = {isa = PBXBuildFile; fileRef = D730641A11FE450A90D5DF1F /* ../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.h */; }; + 23BB1748710F4410A1F87C82 /* ../Play-/deps/Framework/build_cmake/FrameworkAmazon/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 9C08DEAC6B2C4623B9FF56B7 /* ../Play-/deps/Framework/build_cmake/FrameworkAmazon/CMakeLists.txt */; }; + 23BC76EEB287489794A235A7 /* ../Play-/Source/iop/Iop_Sysclib.cpp */ = {isa = PBXBuildFile; fileRef = 7366E82425EE4275959807D8 /* ../Play-/Source/iop/Iop_Sysclib.cpp */; }; + 2479539D5C9B46D098F15706 /* ../Play-/deps/Framework/src/xml/Parser.cpp */ = {isa = PBXBuildFile; fileRef = 984BA76FD6764ED2B1C81FE1 /* ../Play-/deps/Framework/src/xml/Parser.cpp */; }; + 24893BC1FF294A83BD60856F /* ../Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */ = {isa = PBXBuildFile; fileRef = 37E25BA3386D43D099514A8E /* ../Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */; }; + 24BE68EAC2D94E93B2239893 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.h */ = {isa = PBXBuildFile; fileRef = 459D7EEFBB5240938020B5B2 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.h */; }; + 2555997C591B475F810994E6 /* ../Play-/Source/iop/Iop_Thvpool.cpp */ = {isa = PBXBuildFile; fileRef = 6E68C6F60B8740CB931DB5E8 /* ../Play-/Source/iop/Iop_Thvpool.cpp */; }; + 26068D713F6F4557947625A4 /* ../Play-/deps/Framework/include/layout/LayoutStretch.h */ = {isa = PBXBuildFile; fileRef = B1C42184BCF0412EA62A7D7D /* ../Play-/deps/Framework/include/layout/LayoutStretch.h */; }; + 263887B681C240EBA065B40D /* ../Play-/Source/iop/Iop_Ioman.cpp */ = {isa = PBXBuildFile; fileRef = 5C49A09708404FB9A9E72D97 /* ../Play-/Source/iop/Iop_Ioman.cpp */; }; + 266B036D86104C44993886C9 /* ../Play-/Source/ee/MA_VU.cpp */ = {isa = PBXBuildFile; fileRef = D4E8FA1DD4A24FA98F5E0A56 /* ../Play-/Source/ee/MA_VU.cpp */; }; + 26C9F23C357249AA8E18631E /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 6088D313A7E6402E8F5FE8FC /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */; }; + 270D690039A543F6B4FD0F9C /* ../Play-/Source/Ps2Const.h */ = {isa = PBXBuildFile; fileRef = B08170CFD5014E89B74CD4EB /* ../Play-/Source/Ps2Const.h */; }; + 27475FCE569443B194138700 /* ../Play-/deps/CodeGen/tests/AliasTest.h */ = {isa = PBXBuildFile; fileRef = 9F3C2ED2B1504629B69C6BA5 /* ../Play-/deps/CodeGen/tests/AliasTest.h */; }; + 27A4F924517F4C3A9E7734DD /* ../Play-/Source/MIPSTags.cpp */ = {isa = PBXBuildFile; fileRef = 3BF9929E4C7E409F899A6D03 /* ../Play-/Source/MIPSTags.cpp */; }; + 27BC87C3F774448DAA00B816 /* ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h */ = {isa = PBXBuildFile; fileRef = E2E99FB3B2374FBCBAF3F072 /* ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h */; }; + 28205CFD0C0744B0BFDFCB3B /* ../Play-/deps/CodeGen/tests/MdTest.h */ = {isa = PBXBuildFile; fileRef = A92CF9C5976A4E469A352CFE /* ../Play-/deps/CodeGen/tests/MdTest.h */; }; + 28536307275B461BAA62CDCD /* ../Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.h */ = {isa = PBXBuildFile; fileRef = 419C099709B64B1CA12150ED /* ../Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.h */; }; + 2918A8820FFA4801856BF596 /* ../Play-/Source/ee/GIF.cpp */ = {isa = PBXBuildFile; fileRef = 5A1FAFB9FAFB446283E29DD8 /* ../Play-/Source/ee/GIF.cpp */; }; + 2930C2CA548444DFB6D47F51 /* ../Play-/deps/Dependencies/zstd/lib/zstd.h */ = {isa = PBXBuildFile; fileRef = 4779ED0B9B9C4767BF8F3375 /* ../Play-/deps/Dependencies/zstd/lib/zstd.h */; }; + 2946CD8694E84274AE743ABF /* ../Play-/deps/Framework/include/ThreadUtils.h */ = {isa = PBXBuildFile; fileRef = D82EFB9A2E834D1DB2359C44 /* ../Play-/deps/Framework/include/ThreadUtils.h */; }; + 2970763C307146E993784656 /* ../Play-/Source/MA_MIPSIV.h */ = {isa = PBXBuildFile; fileRef = 76201663E2F4470499C3406A /* ../Play-/Source/MA_MIPSIV.h */; }; + 2A19B0AB3339463BA74F48B5 /* ../Play-/Source/MIPSReflection.h */ = {isa = PBXBuildFile; fileRef = 6B6F3C70AC5F41B19459CC04 /* ../Play-/Source/MIPSReflection.h */; }; + 2AA1FA7C2F8548FCBD110584 /* ../Play-/deps/Framework/src/layout/VerticalLayout.cpp */ = {isa = PBXBuildFile; fileRef = 06A2B3512229452A9104048B /* ../Play-/deps/Framework/src/layout/VerticalLayout.cpp */; }; + 2BF61DC793DC4186AF9231D3 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Mul.h */ = {isa = PBXBuildFile; fileRef = AF11E92DEB2F47DD9344BEC5 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Mul.h */; }; + 2C0D8CCE8C884B7B9F5A9460 /* ../Play-/Source/iop/Ioman_ScopedFile.h */ = {isa = PBXBuildFile; fileRef = 1C7C1DA828D24E4FB144C611 /* ../Play-/Source/iop/Ioman_ScopedFile.h */; }; + 2C18B54792024732B1BD6BD9 /* ../Play-/deps/Dependencies/zstd/lib/common/pool.h */ = {isa = PBXBuildFile; fileRef = 68591F42E79F4109B1B7807E /* ../Play-/deps/Dependencies/zstd/lib/common/pool.h */; }; + 2CAF8D1FF198488988E33563 /* ../Play-/deps/CodeGen/tests/MemAccessTest.h */ = {isa = PBXBuildFile; fileRef = 7C5D8DD00DAE452C8CC98A77 /* ../Play-/deps/CodeGen/tests/MemAccessTest.h */; }; + 2CCC9885EEE7498F91213E42 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */ = {isa = PBXBuildFile; fileRef = 77B1DD702D1242AEA2351FAF /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */; }; + 2CE8C7F2344543EDB372A2CE /* ../cmake/Source/ui_ios/Source/CMakeFiles/PlayCore.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 5EBFD16BEB5048D3A3D7C117 /* ../cmake/Source/ui_ios/Source/CMakeFiles/PlayCore.dir/Info.plist */; }; + 2D057A9E389B4213B3276C1C /* ../Play-/Source/ControllerInfo.h */ = {isa = PBXBuildFile; fileRef = 109C98ACD90249F1AF178DEA /* ../Play-/Source/ControllerInfo.h */; }; + 2D8E3034DC39490BB3B2C191 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Div.h */ = {isa = PBXBuildFile; fileRef = 43E70300A322404DBC1EE06B /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Div.h */; }; + 2D954D646D2A48A695C8116A /* ../Play-/Source/PadInterface.cpp */ = {isa = PBXBuildFile; fileRef = 76728C2C4E504015A50FF932 /* ../Play-/Source/PadInterface.cpp */; }; + 2E004011A4514CE7B8F004EB /* ../Play-/Source/iop/Iop_DmacChannel.h */ = {isa = PBXBuildFile; fileRef = D800551B40664CEEBFD029C7 /* ../Play-/Source/iop/Iop_DmacChannel.h */; }; + 2E3714C608404B969CF916F0 /* ../Play-/deps/CodeGen/tests/MultTest.h */ = {isa = PBXBuildFile; fileRef = BC03D4B3C45B4CE299C7D4E2 /* ../Play-/deps/CodeGen/tests/MultTest.h */; }; + 2E5F1F018B184067AEBB4B0E /* ../Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.h */ = {isa = PBXBuildFile; fileRef = ED03B32896184100812F70B6 /* ../Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.h */; }; + 2F0D586A9AB24861BA3B8ED5 /* ../Play-/deps/CodeGen/tests/Call64Test.cpp */ = {isa = PBXBuildFile; fileRef = 7C89248751EE4822AB7BBE1B /* ../Play-/deps/CodeGen/tests/Call64Test.cpp */; }; + 2F0E404C939447AE9D82A584 /* ../Play-/Source/PS2VM.h */ = {isa = PBXBuildFile; fileRef = 5E00419B76E844109A430A54 /* ../Play-/Source/PS2VM.h */; }; + 2F37ED010AC94B0BAF1D8312 /* ../Play-/deps/Framework/include/std_experimental_set.h */ = {isa = PBXBuildFile; fileRef = D398994D14154310A7FBA0FA /* ../Play-/deps/Framework/include/std_experimental_set.h */; }; + 2F8E9092B6A94A5DAF4D88FF /* ../Play-/deps/Framework/src/idct/IEEE1180.cpp */ = {isa = PBXBuildFile; fileRef = 4EA39B07F92D472B9123D9E0 /* ../Play-/deps/Framework/src/idct/IEEE1180.cpp */; }; + 2FD7CBE5F9E74175B0223161 /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypeITable.cpp */ = {isa = PBXBuildFile; fileRef = A2358D2B1E0041158F1F9045 /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypeITable.cpp */; }; + 3025C3337F5B4856B7CF4377 /* ../Play-/Source/AppConfig.h */ = {isa = PBXBuildFile; fileRef = 4D3EC06046FF4D68A6727522 /* ../Play-/Source/AppConfig.h */; }; + 309C41037C1B4724AC885C00 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzFind.c */ = {isa = PBXBuildFile; fileRef = 51177D1577A1441F9EBBB88D /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzFind.c */; }; + 3119B780D88341F8988CA2CA /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */ = {isa = PBXBuildFile; fileRef = 52F6D193B61F49BA8BDD6C65 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */; }; + 31421B85B57541179D94356A /* ../Play-/Source/VirtualPad.cpp */ = {isa = PBXBuildFile; fileRef = E452EB36AEE74F938A67B53A /* ../Play-/Source/VirtualPad.cpp */; }; + 326AEC8F7CF24EB7AF365265 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Bra.h */ = {isa = PBXBuildFile; fileRef = 2552940D79D440928C2780FF /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Bra.h */; }; + 32BB2101CE4947A4BB0A1F2A /* ../Play-/deps/CodeGen/tests/HugeJumpTestLiteral.h */ = {isa = PBXBuildFile; fileRef = A8DB419BACF74FFE8CF7AB59 /* ../Play-/deps/CodeGen/tests/HugeJumpTestLiteral.h */; }; + 330080A1904C4855A6FD8DF0 /* ../Play-/Source/iop/Iop_Spu2_Core.cpp */ = {isa = PBXBuildFile; fileRef = 09D956EFEC9041EE8591057B /* ../Play-/Source/iop/Iop_Spu2_Core.cpp */; }; + 33569F00F05A4E39BA8A623F /* ../Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.h */ = {isa = PBXBuildFile; fileRef = D306BA32345842B3AAB32F33 /* ../Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.h */; }; + 339F01BE491445FB8214F355 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */ = {isa = PBXBuildFile; fileRef = 9788746260C049D5943FD24C /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */; }; + 33B6CB3176BE49D0BA5696C9 /* ../Play-/Source/uint128.h */ = {isa = PBXBuildFile; fileRef = B485444DA86241E28A7BA7BA /* ../Play-/Source/uint128.h */; }; + 3413A30B0EAE453FA5CE3C6C /* ../Play-/deps/Framework/src/http/AppleHttpClient.cpp */ = {isa = PBXBuildFile; fileRef = 6C44A61D3D94429BB4ABBF4E /* ../Play-/deps/Framework/src/http/AppleHttpClient.cpp */; }; + 34321550D59F485A94D15CDC /* ../Play-/Source/MIPSArchitecture.h */ = {isa = PBXBuildFile; fileRef = 572601161C4C40BCBF96F52A /* ../Play-/Source/MIPSArchitecture.h */; }; + 34965FCA8CD5428193380262 /* ../Play-/Source/MA_MIPSIV_Reflection.cpp */ = {isa = PBXBuildFile; fileRef = 5B8D6413F15C4232B8DFDB17 /* ../Play-/Source/MA_MIPSIV_Reflection.cpp */; }; + 34C76BF2923240BA8A6CC879 /* ../Play-/deps/CodeGen/tests/MdShiftTest.h */ = {isa = PBXBuildFile; fileRef = 8BA40DE89CA0401CB2309C8E /* ../Play-/deps/CodeGen/tests/MdShiftTest.h */; }; + 3538785D00A442C597A2A4F4 /* ../Play-/Source/ee/IPU_MacroblockAddressIncrementTable.h */ = {isa = PBXBuildFile; fileRef = CA83EF216C8141B8B2A56E85 /* ../Play-/Source/ee/IPU_MacroblockAddressIncrementTable.h */; }; + 3544B29995E24E4797C834DA /* ../Play-/deps/Dependencies/zstd/lib/common/pool.c */ = {isa = PBXBuildFile; fileRef = 02FE774D46354DC4B4DACD29 /* ../Play-/deps/Dependencies/zstd/lib/common/pool.c */; }; + 355A72FBA54849CB8AAE4174 /* ../Play-/deps/CodeGen/tests/MemAccess16Test.h */ = {isa = PBXBuildFile; fileRef = EDF5553CFBFF46B69A158E2A /* ../Play-/deps/CodeGen/tests/MemAccess16Test.h */; }; + 355BDD7F8EC04693A498529D /* ../Play-/deps/CodeGen/tests/MdLogicTest.cpp */ = {isa = PBXBuildFile; fileRef = E71F797C48A14EB783DDBE57 /* ../Play-/deps/CodeGen/tests/MdLogicTest.cpp */; }; + 361A68992C8D4C7288DD48D4 /* ../Play-/deps/CodeGen/src/X86CpuFeatures.cpp */ = {isa = PBXBuildFile; fileRef = DC605643E1B244F1A6054D59 /* ../Play-/deps/CodeGen/src/X86CpuFeatures.cpp */; }; + 3701FAED0EF1486F9C9F3369 /* ../Play-/Source/ee/Ee_SubSystem.h */ = {isa = PBXBuildFile; fileRef = 57AF946D0E7945C4B2FEC01D /* ../Play-/Source/ee/Ee_SubSystem.h */; }; + 384A06D3E1BB4E7CAEC25826 /* ../Play-/deps/Dependencies/zstd/lib/common/bits.h */ = {isa = PBXBuildFile; fileRef = 5685950CBD2846BF808334C3 /* ../Play-/deps/Dependencies/zstd/lib/common/bits.h */; }; + 3867D013F02C47A7BC7BEFE5 /* ../Play-/Source/iop/Iop_PowerOff.cpp */ = {isa = PBXBuildFile; fileRef = 49A097160BC64CD58B95B6C5 /* ../Play-/Source/iop/Iop_PowerOff.cpp */; }; + 3909D3A4412F468AA0B6CC97 /* ../Play-/Source/ee/MA_VU_Lower.cpp */ = {isa = PBXBuildFile; fileRef = D6492D07D0C6484FAD491F82 /* ../Play-/Source/ee/MA_VU_Lower.cpp */; }; + 392BF05302594A529CF4A0DD /* ../Play-/Source/iop/Iop_Thmsgbx.cpp */ = {isa = PBXBuildFile; fileRef = 964CFEF5477F4A30B798FAC2 /* ../Play-/Source/iop/Iop_Thmsgbx.cpp */; }; + 3931CD5B4864470D8B91D97B /* ../Play-/Source/iop/Iop_Loadcore.h */ = {isa = PBXBuildFile; fileRef = F9588317E1FD425085FF18BB /* ../Play-/Source/iop/Iop_Loadcore.h */; }; + 393A09AC70E0497F9495035C /* ../Play-/Source/ISO9660/DirectoryRecord.h */ = {isa = PBXBuildFile; fileRef = 4DBA772E049A443BACD2C9B3 /* ../Play-/Source/ISO9660/DirectoryRecord.h */; }; + 3966AE67C87A4ED4B5FD0EB2 /* ../Play-/Source/ISO9660/PathTable.cpp */ = {isa = PBXBuildFile; fileRef = 35DA27680A1F4744AEE92051 /* ../Play-/Source/ISO9660/PathTable.cpp */; }; + 39E7FB889F8742EBA23F79EA /* ../Play-/deps/CodeGen/include/AArch64Assembler.h */ = {isa = PBXBuildFile; fileRef = B0B7FE8398324D4F9AE41742 /* ../Play-/deps/CodeGen/include/AArch64Assembler.h */; }; + 39F5FF7B19F544F283EBDE76 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Div.h */ = {isa = PBXBuildFile; fileRef = D23EB4A0F72848F48AE25C13 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Div.h */; }; + 3A2B01AC7E4C472A9D1995E8 /* ../Play-/deps/CodeGen/tests/CursorTest.h */ = {isa = PBXBuildFile; fileRef = AD4E35CFD8244A7F834DC1C9 /* ../Play-/deps/CodeGen/tests/CursorTest.h */; }; + 3A6DE0D0AD174965A501A854 /* ../Play-/Source/iop/ioman/DirectoryDevice.h */ = {isa = PBXBuildFile; fileRef = 41D3076F8A1B49A1BC412183 /* ../Play-/Source/iop/ioman/DirectoryDevice.h */; }; + 3AC9EC68E3C84662AF373985 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */ = {isa = PBXBuildFile; fileRef = A5543B2623BF492EB477FDD7 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */; }; + 3AEFEFA6308B4E4B97E7F760 /* ../Play-/Source/MA_MIPSIV_Templates.cpp */ = {isa = PBXBuildFile; fileRef = 1F5C5A6F006643A58D3607BF /* ../Play-/Source/MA_MIPSIV_Templates.cpp */; }; + 3BF50535CAE74F679E6BFABA /* ../Play-/Source/FrameLimiter.h */ = {isa = PBXBuildFile; fileRef = 2D56C6BFCF7C49C99D3B1D0B /* ../Play-/Source/FrameLimiter.h */; }; + 3C1BF799BBFA49DF967BDB81 /* ../Play-/Source/saves/XpsSaveImporter.h */ = {isa = PBXBuildFile; fileRef = 0B3FDDDF481742CD83837231 /* ../Play-/Source/saves/XpsSaveImporter.h */; }; + 3C55B836AEF94AAD9C06B29A /* ../Play-/deps/Framework/src/HashUtils.cpp */ = {isa = PBXBuildFile; fileRef = 7F816D5C920B4D5FB9332148 /* ../Play-/deps/Framework/src/HashUtils.cpp */; }; + 3C656AB713CB46E6BC7A318F /* ../Play-/Source/ee/Ee_IdleEvaluator.cpp */ = {isa = PBXBuildFile; fileRef = B734F09E9A1543D7AF291895 /* ../Play-/Source/ee/Ee_IdleEvaluator.cpp */; }; + 3C67D47B78D5483796986562 /* ../Play-/Source/MemoryUtils.h */ = {isa = PBXBuildFile; fileRef = CC75DC3D953B4E91ABBCD5EE /* ../Play-/Source/MemoryUtils.h */; }; + 3CBDF83774C04FC3BB34376C /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Alloc.c */ = {isa = PBXBuildFile; fileRef = 7E0BCF1B5C3143CFAE550090 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Alloc.c */; }; + 3CF9A520E4E9427E9C977912 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */ = {isa = PBXBuildFile; fileRef = D582F35A235A464F89356E70 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */; }; + 3D195C4E021E40DCB56267CC /* ../Play-/Source/MIPSInstructionFactory.h */ = {isa = PBXBuildFile; fileRef = F8D4B7318AEF4F43BBDCF5C7 /* ../Play-/Source/MIPSInstructionFactory.h */; }; + 3E7BEFF3712D4FF8ABC54059 /* ../Play-/deps/Framework/src/zip/ZipFile.cpp */ = {isa = PBXBuildFile; fileRef = 453CF2BBBECF419A9CE20372 /* ../Play-/deps/Framework/src/zip/ZipFile.cpp */; }; + 3EB39D75030F4527B7FDB9BA /* ../Play-/deps/CodeGen/tests/LogicTest.cpp */ = {isa = PBXBuildFile; fileRef = 24CC35C303DD4663B229AEA9 /* ../Play-/deps/CodeGen/tests/LogicTest.cpp */; }; + 3EB8E9BE9E9A41A9851292F5 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */ = {isa = PBXBuildFile; fileRef = 45ADB9D64A804AB58D8FF471 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */; }; + 3F478716EAA74CBC8ACA6357 /* ../Play-/Source/InputConfig.h */ = {isa = PBXBuildFile; fileRef = C1366D77D935457C8CA47D9E /* ../Play-/Source/InputConfig.h */; }; + 3FF6691204A845FD814A2B32 /* ../Play-/Source/ee/Timer.cpp */ = {isa = PBXBuildFile; fileRef = 9FF77B5581564C798B5181E3 /* ../Play-/Source/ee/Timer.cpp */; }; + 4093CBBC3342433792B453AD /* ../Play-/deps/Framework/include/Singleton.h */ = {isa = PBXBuildFile; fileRef = AF011C23C3404D0F8CAECDAB /* ../Play-/deps/Framework/include/Singleton.h */; }; + 40A96E0D90EB4097A4F6DB62 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_64.cpp */ = {isa = PBXBuildFile; fileRef = 571E5E4C0F4A441EA3489F41 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_64.cpp */; }; + 40D9A303558647A08C30545C /* ../Play-/deps/CodeGen/tests/MemAccessIdxTest.h */ = {isa = PBXBuildFile; fileRef = E4844AA311904C4BAE324172 /* ../Play-/deps/CodeGen/tests/MemAccessIdxTest.h */; }; + 411F4D5D02E14615AB2F7594 /* ../Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.cpp */ = {isa = PBXBuildFile; fileRef = 02D6605E0C7D451A9FABD6FC /* ../Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.cpp */; }; + 413EE97781534D5FB7193E5B /* ../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = EBFD97E89ADA4A9C9AD9807B /* ../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt */; }; + 413F6F9247084A8B82A680F4 /* ../Play-/Source/states/MemoryStateFile.h */ = {isa = PBXBuildFile; fileRef = D820C1D3FE3A44CFAB652ED1 /* ../Play-/Source/states/MemoryStateFile.h */; }; + 4159DCE3676A409CA5D5600F /* ../Play-/Source/iop/ioman/PreferenceDirectoryDevice.h */ = {isa = PBXBuildFile; fileRef = 5C74D80C20654EEFA5A4E34E /* ../Play-/Source/iop/ioman/PreferenceDirectoryDevice.h */; }; + 41DE372D9A71453886796913 /* ../Play-/Source/hdd/ApaDefs.h */ = {isa = PBXBuildFile; fileRef = F84881832FB24C5C9CAC3E96 /* ../Play-/Source/hdd/ApaDefs.h */; }; + 41EDA8A165214DD284BF3F4D /* ../Play-/Source/ee/Vpu.h */ = {isa = PBXBuildFile; fileRef = 71F4B10972B5481FB42CC0D4 /* ../Play-/Source/ee/Vpu.h */; }; + 423AB27AFD714B098467269B /* ../Play-/Source/iop/Iop_SpuBase.cpp */ = {isa = PBXBuildFile; fileRef = 23F980D501FB4F39B608B2EB /* ../Play-/Source/iop/Iop_SpuBase.cpp */; }; + 426DC268447E49EDAAFDD29B /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.h */ = {isa = PBXBuildFile; fileRef = 5072CEE10EF64F9B9741E2C6 /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.h */; }; + 4298748A0BFA4B01ACC46A57 /* ../Play-/Source/ee/MA_EE.cpp */ = {isa = PBXBuildFile; fileRef = 227546E9D4474873A86C6B42 /* ../Play-/Source/ee/MA_EE.cpp */; }; + 42AF7AB88C4B48308A7BD62C /* ../Play-/Source/ElfDefs.h */ = {isa = PBXBuildFile; fileRef = CB2BB121A9DD4C97A6BD1988 /* ../Play-/Source/ElfDefs.h */; }; + 4335D7F2B9B34A6B8D29CB7F /* ../Play-/deps/CodeGen/include/CoffObjectFile.h */ = {isa = PBXBuildFile; fileRef = 803D696CE1FA4DE9A4FDF26C /* ../Play-/deps/CodeGen/include/CoffObjectFile.h */; }; + 434460E8FAC947AF81EC4453 /* ../Play-/deps/CodeGen/tests/HugeJumpTest.h */ = {isa = PBXBuildFile; fileRef = 56B842773C3F4040B7F9FC44 /* ../Play-/deps/CodeGen/tests/HugeJumpTest.h */; }; + 4359A3D4FDF94B84B643230E /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_x86_64.h */ = {isa = PBXBuildFile; fileRef = D8C538D0A7424AC7A7821D2C /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_x86_64.h */; }; + 43D6414CF6CD4EE7BB9FE38E /* ../Play-/deps/Framework/src/mpeg2/MacroblockAddressIncrementTable.cpp */ = {isa = PBXBuildFile; fileRef = 973B2BAE51E344D3BC0BA552 /* ../Play-/deps/Framework/src/mpeg2/MacroblockAddressIncrementTable.cpp */; }; + 446EF203536749ADBA32BED0 /* ../Play-/deps/CodeGen/tests/RegAllocTest.h */ = {isa = PBXBuildFile; fileRef = 76C02CF5A59F4774BB3ECF71 /* ../Play-/deps/CodeGen/tests/RegAllocTest.h */; }; + 456803CD6BB34627848AC205 /* ../Play-/deps/libchdr/deps/lzma-22.01/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = B481BE6596C14840A8BD24D4 /* ../Play-/deps/libchdr/deps/lzma-22.01/CMakeLists.txt */; }; + 4569D748795A4CADA8D6A613 /* ../Play-/Source/ISO9660/PathTableRecord.cpp */ = {isa = PBXBuildFile; fileRef = 5607E71E180E4D6880B73954 /* ../Play-/Source/ISO9660/PathTableRecord.cpp */; }; + 45F3E977128946E0ACA30EF2 /* ../Play-/Source/saves/SaveImporterBase.h */ = {isa = PBXBuildFile; fileRef = 9E386817CAD546A0962CAB56 /* ../Play-/Source/saves/SaveImporterBase.h */; }; + 462775079FAA4FE5A1163F37 /* ../Play-/deps/Dependencies/zstd/lib/common/bitstream.h */ = {isa = PBXBuildFile; fileRef = 0A2917688CE54905A248F707 /* ../Play-/deps/Dependencies/zstd/lib/common/bitstream.h */; }; + 463A1BDBF0B04A0AAAA74D3B /* ../Play-/deps/CodeGen/tests/RegAllocTempTest.h */ = {isa = PBXBuildFile; fileRef = 3DB554C1706A448B9D6ABD3B /* ../Play-/deps/CodeGen/tests/RegAllocTempTest.h */; }; + 465FC93C9AA042B78E2BAF80 /* ../Play-/Source/iop/Iop_Cdvdfsv.h */ = {isa = PBXBuildFile; fileRef = 6116734C85F841CE8D02A099 /* ../Play-/Source/iop/Iop_Cdvdfsv.h */; }; + 46794997656C4069908CD229 /* ../Play-/Source/states/XmlStateFile.cpp */ = {isa = PBXBuildFile; fileRef = EC1BE875733D46E785BD4622 /* ../Play-/Source/states/XmlStateFile.cpp */; }; + 46C900C77BA0452390F213B7 /* ../Play-/deps/libchdr/tests/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 3AEDC8A8150D446B897A2768 /* ../Play-/deps/libchdr/tests/CMakeLists.txt */; }; + 46FEEBA269734AA5A2142DDE /* ../Play-/Source/iop/Iop_Spu.h */ = {isa = PBXBuildFile; fileRef = FAA8595994CD49548C559963 /* ../Play-/Source/iop/Iop_Spu.h */; }; + 472FC068EA3A468AA0F8DBC6 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Sort.c */ = {isa = PBXBuildFile; fileRef = 07FC85105876419FB9517271 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Sort.c */; }; + 47D2BBDD62544397B85A553E /* ../Play-/deps/Framework/include/http/HttpServer.h */ = {isa = PBXBuildFile; fileRef = 10F409B00A8A417CB205539A /* ../Play-/deps/Framework/include/http/HttpServer.h */; }; + 482FFA27B18247DF80B90B59 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/BraIA64.c */ = {isa = PBXBuildFile; fileRef = 5186274947D14ED69054CB65 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/BraIA64.c */; }; + 484E528DD45D4C87BB6CB8A4 /* ../Play-/Source/MIPSCoprocessor.cpp */ = {isa = PBXBuildFile; fileRef = B65D91E5C7024C5CAAF9F3FB /* ../Play-/Source/MIPSCoprocessor.cpp */; }; + 4850D2C013F447DEB6BAFB5B /* ../Play-/Source/ISO9660/ISO9660.h */ = {isa = PBXBuildFile; fileRef = F4EC616AF86C41A29B05902D /* ../Play-/Source/ISO9660/ISO9660.h */; }; + 4886E49004304921A522B5C0 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */ = {isa = PBXBuildFile; fileRef = D6FA5CEA975A42F0AB33C6FA /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */; }; + 48C815DF21E14E8F99D9D7D7 /* ../Play-/deps/Framework/include/HashUtils.h */ = {isa = PBXBuildFile; fileRef = D996DDC7F30F44A0AFDFC2B2 /* ../Play-/deps/Framework/include/HashUtils.h */; }; + 48F43166E3904D9BABC4B8AE /* ../Play-/deps/CodeGen/tests/FpuTest.h */ = {isa = PBXBuildFile; fileRef = 9136B96CED694631B4CF98CE /* ../Play-/deps/CodeGen/tests/FpuTest.h */; }; + 4917C4B46359441EAB91C991 /* ../Play-/Source/discimages/ChdCdImageStream.cpp */ = {isa = PBXBuildFile; fileRef = F99D234F918D4EBF9811FBB1 /* ../Play-/Source/discimages/ChdCdImageStream.cpp */; }; + 4A9FF4EC01C44298AF8BB8E9 /* ../Play-/deps/Framework/include/layout/LayoutBaseItem.h */ = {isa = PBXBuildFile; fileRef = AA39D23D3179458EB0879040 /* ../Play-/deps/Framework/include/layout/LayoutBaseItem.h */; }; + 4AE40F36D15E4B948FE1481F /* ../Play-/Source/PS2VM_Preferences.h */ = {isa = PBXBuildFile; fileRef = FFF7894346AA4325A5AEDE05 /* ../Play-/Source/PS2VM_Preferences.h */; }; + 4BC5E57366CC4A72A384FEFA /* ../Play-/Source/iop/Iop_Speed.cpp */ = {isa = PBXBuildFile; fileRef = 7E6DDD6E50DF4AE0A586C964 /* ../Play-/Source/iop/Iop_Speed.cpp */; }; + 4C0248C1CEFE40AB8B268891 /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable.cpp */ = {isa = PBXBuildFile; fileRef = F6A5E3CF42064F5ABE826D44 /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable.cpp */; }; + 4C811EB47AB64571B6B94C0D /* ../Play-/Source/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 3CBF6106853047788E1AA6F8 /* ../Play-/Source/CMakeLists.txt */; }; + 4CC1C3B7CFDB474F9B5CDFFB /* ../Play-/Source/OsVariableWrapper.h */ = {isa = PBXBuildFile; fileRef = 23F0689680A846CDAE6E49F6 /* ../Play-/Source/OsVariableWrapper.h */; }; + 4D58D7F74A3D4EDE963B505D /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Sort.h */ = {isa = PBXBuildFile; fileRef = 20D64ED0C0754E168A5D7395 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Sort.h */; }; + 4DE988698162422BA5A7803A /* ../Play-/Source/saves/McDumpSaveImporter.cpp */ = {isa = PBXBuildFile; fileRef = 578866D2F20948FBB82CD7F5 /* ../Play-/Source/saves/McDumpSaveImporter.cpp */; }; + 4F28905E15AD45D49479D69E /* ../Play-/Source/iop/ArgumentIterator.cpp */ = {isa = PBXBuildFile; fileRef = C839BE95B70E4DCDB75FAE3D /* ../Play-/Source/iop/ArgumentIterator.cpp */; }; + 4F2F17C6207E49F5AA1ACD8E /* ../Play-/Source/iop/Iop_Thevent.h */ = {isa = PBXBuildFile; fileRef = 9E5F7ACE42494CC783CED001 /* ../Play-/Source/iop/Iop_Thevent.h */; }; + 4F78D3318EB74F21847A2773 /* ../Play-/Source/ee/PS2OS.cpp */ = {isa = PBXBuildFile; fileRef = CD1C278119144FBF91339BAF /* ../Play-/Source/ee/PS2OS.cpp */; }; + 4F850EC1090E4CCABEDBA16A /* ../Play-/Source/ISO9660/PathTableRecord.h */ = {isa = PBXBuildFile; fileRef = BB51FA378AA54E289FB4EBFE /* ../Play-/Source/ISO9660/PathTableRecord.h */; }; + 4F9688BD9FD74F71B46E0BED /* ../Play-/deps/Framework/src/zip/ZipArchiveWriter.cpp */ = {isa = PBXBuildFile; fileRef = DEB5692FDD1B45CFB9BACF7D /* ../Play-/deps/Framework/src/zip/ZipArchiveWriter.cpp */; }; + 4F9905E9948F4008BEAB7C12 /* ../Play-/deps/CodeGen/src/X86Assembler.cpp */ = {isa = PBXBuildFile; fileRef = 099416DAAA5C489BBAD3F829 /* ../Play-/deps/CodeGen/src/X86Assembler.cpp */; }; + 502B80E77AD846749F04783E /* ../Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */ = {isa = PBXBuildFile; fileRef = 79A9FB145EBA4FFDA10A66E0 /* ../Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */; }; + 5037E742E962400C9C9E08B3 /* ../Play-/Source/iop/ioman/PathDirectoryIterator.cpp */ = {isa = PBXBuildFile; fileRef = AD41F3E0FA054530AB94FAA8 /* ../Play-/Source/iop/ioman/PathDirectoryIterator.cpp */; }; + 505057E3AEFB474D95A94535 /* ../Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.cpp */ = {isa = PBXBuildFile; fileRef = FDAC726C2E41414ABA9464A8 /* ../Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.cpp */; }; + 50617C1DCB694297B723A69C /* ../Play-/deps/Framework/include/layout/VerticalLayout.h */ = {isa = PBXBuildFile; fileRef = 19932B0DE7834C34B556431D /* ../Play-/deps/Framework/include/layout/VerticalLayout.h */; }; + 507777F0E5BF44BC8CCBD74C /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zlib.h */ = {isa = PBXBuildFile; fileRef = 8122D6BD8F864EFDBCA72A28 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zlib.h */; }; + 50E8FF78A76A42D6B642A6D4 /* ../Play-/Source/iop/Iop_SifManNull.cpp */ = {isa = PBXBuildFile; fileRef = BD4F5295F60B46D682EA199A /* ../Play-/Source/iop/Iop_SifManNull.cpp */; }; + 50EEDD5EA7F24C36B538BD85 /* ../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 6AC3FC97EDDB43F59056EDDD /* ../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */; }; + 51016DBB3958450E9EB5619D /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Alloc.h */ = {isa = PBXBuildFile; fileRef = CDA603294F5147F28191EF04 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Alloc.h */; }; + 51A3633308C840858F02277F /* ../Play-/deps/Dependencies/zstd/lib/common/huf.h */ = {isa = PBXBuildFile; fileRef = DD3EADBF9629430FBB2BB9D8 /* ../Play-/deps/Dependencies/zstd/lib/common/huf.h */; }; + 51A3E8098E094E3C8F75AA16 /* ../Play-/deps/CodeGen/tests/GotoTest.h */ = {isa = PBXBuildFile; fileRef = 0FA2E83EDC4E44B2B4DA585D /* ../Play-/deps/CodeGen/tests/GotoTest.h */; }; + 51A81C32C20043C8948783C1 /* ../Play-/Source/iop/Iop_IomanX.h */ = {isa = PBXBuildFile; fileRef = E8D9F741B7D54BF39412D2E5 /* ../Play-/Source/iop/Iop_IomanX.h */; }; + 51C0B8F6C1714E5188CD0586 /* ../Play-/Source/iop/Iop_Cdvdman.cpp */ = {isa = PBXBuildFile; fileRef = 5B52A2DF503046A495FD7DB0 /* ../Play-/Source/iop/Iop_Cdvdman.cpp */; }; + 52301596120546CDA6DF13CD /* ../Play-/Source/ee/IPU_DmVectorTable.cpp */ = {isa = PBXBuildFile; fileRef = 5C6A39A92EDE48DB903A21FE /* ../Play-/Source/ee/IPU_DmVectorTable.cpp */; }; + 52AB0976411D4F1C9929287E /* ../Play-/deps/CodeGen/include/ArrayStack.h */ = {isa = PBXBuildFile; fileRef = AA1E08FBCBD94F44842C7D70 /* ../Play-/deps/CodeGen/include/ArrayStack.h */; }; + 53A437EF534C45249CA4A37E /* ../Play-/Source/DiskUtils.cpp */ = {isa = PBXBuildFile; fileRef = 02310A78CD8143B2878724B6 /* ../Play-/Source/DiskUtils.cpp */; }; + 53E36A87698048A1AADDD0D3 /* ../Play-/Source/iop/ioman/HardDiskDumpDevice.h */ = {isa = PBXBuildFile; fileRef = EDC440D1B8C846B2BA7267E3 /* ../Play-/Source/iop/ioman/HardDiskDumpDevice.h */; }; + 53E59A074D244E6AB6A541F0 /* ../Play-/deps/Framework/src/Csv.cpp */ = {isa = PBXBuildFile; fileRef = 914E894E317342C0A992F555 /* ../Play-/deps/Framework/src/Csv.cpp */; }; + 542124863EE541FBA1B8C031 /* ../Play-/Source/iop/Iop_Dmacman.h */ = {isa = PBXBuildFile; fileRef = 4D0C5E922E704837A88EF3AB /* ../Play-/Source/iop/Iop_Dmacman.h */; }; + 5423E0BA54FE416A83F63F64 /* ../Play-/deps/Framework/include/maybe_unused.h */ = {isa = PBXBuildFile; fileRef = AE5AB8C87B7C43498F489DD6 /* ../Play-/deps/Framework/include/maybe_unused.h */; }; + 547EF598357A4CBD9D47128F /* ../Play-/Source/iop/Iop_FileIoHandler1000.cpp */ = {isa = PBXBuildFile; fileRef = C08241825DE546C8A31B7486 /* ../Play-/Source/iop/Iop_FileIoHandler1000.cpp */; }; + 54D873C00AD84095A040A881 /* ../Play-/Source/ee/IPU.cpp */ = {isa = PBXBuildFile; fileRef = 5DEAC0BA4BDD47BB9B99C09D /* ../Play-/Source/ee/IPU.cpp */; }; + 55039AB7B5364D498A10DD34 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */ = {isa = PBXBuildFile; fileRef = 590378F0F3694A3881E90B49 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */; }; + 559232AB3DDB4A61A04B8718 /* ../Play-/deps/Framework/src/MemStream.cpp */ = {isa = PBXBuildFile; fileRef = 9280728F0D534C10B5A74914 /* ../Play-/deps/Framework/src/MemStream.cpp */; }; + 55EA04A2FBC1488B81FB34F9 /* ../Play-/Source/states/RegisterStateCollectionFile.h */ = {isa = PBXBuildFile; fileRef = ED4DF1053CBD48DBA229FD81 /* ../Play-/Source/states/RegisterStateCollectionFile.h */; }; + 561072D1840844EBB36C729E /* ../Play-/deps/Framework/src/string_cast_win1252.cpp */ = {isa = PBXBuildFile; fileRef = F088B1E01EEA4411ACA041AC /* ../Play-/deps/Framework/src/string_cast_win1252.cpp */; }; + 565038B118884BC78879A09F /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */ = {isa = PBXBuildFile; fileRef = A174C8E13F734B9EBB571DD6 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */; }; + 56F8F5D635B2464E9C4F7820 /* ../Play-/deps/CodeGen/src/ObjectFile.cpp */ = {isa = PBXBuildFile; fileRef = 133F5B03875C40C2ACCF2900 /* ../Play-/deps/CodeGen/src/ObjectFile.cpp */; }; + 570A7BD8142247B5B502A4A1 /* ../Play-/Source/ISO9660/BlockProvider.h */ = {isa = PBXBuildFile; fileRef = 2504FBBC0EE943D18E30DACC /* ../Play-/Source/ISO9660/BlockProvider.h */; }; + 575D40C262FE484992CAAECD /* ../Play-/Source/iop/Iop_Heaplib.cpp */ = {isa = PBXBuildFile; fileRef = 4C343497FE1B4A6E91D926A6 /* ../Play-/Source/iop/Iop_Heaplib.cpp */; }; + 57FCBC787B1D4537A197313A /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */ = {isa = PBXBuildFile; fileRef = D7A2497CEF864B388B3DF882 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */; }; + 5817840EDBE54AE1B8A6F8BC /* ../Play-/Source/discimages/ChdStreamSupport.cpp */ = {isa = PBXBuildFile; fileRef = 735213DFCE4C4178B42ED553 /* ../Play-/Source/discimages/ChdStreamSupport.cpp */; }; + 5831D3EFEE6547F797701BDC /* ../Play-/Source/BlockLookupTwoWay.h */ = {isa = PBXBuildFile; fileRef = 83F18FAE3128485EACFB1BDD /* ../Play-/Source/BlockLookupTwoWay.h */; }; + 58626CA48FEF4765A52D8232 /* ../Play-/Source/iop/Iop_Timrman.h */ = {isa = PBXBuildFile; fileRef = E2B1EED1B4CC4CA6B13C9DE7 /* ../Play-/Source/iop/Iop_Timrman.h */; }; + 586830E33A5B4F99B0C20D1A /* ../Play-/deps/CodeGen/src/WasmModuleBuilder.cpp */ = {isa = PBXBuildFile; fileRef = C79D588860C44CBC80C3E598 /* ../Play-/deps/CodeGen/src/WasmModuleBuilder.cpp */; }; + 58A096B12FF442DA8588DF03 /* ../Play-/deps/CodeGen/include/Jitter_SymbolRef.h */ = {isa = PBXBuildFile; fileRef = 02C43150081D499D8F1EA673 /* ../Play-/deps/CodeGen/include/Jitter_SymbolRef.h */; }; + 58A2B7E06C63480A94A43A78 /* ../Play-/Source/iop/ioman/PathDirectoryIterator.h */ = {isa = PBXBuildFile; fileRef = 22A422894D0C449A988497C4 /* ../Play-/Source/iop/ioman/PathDirectoryIterator.h */; }; + 591A3E589E9B47B5B0CE3CC9 /* ../Play-/Source/states/RegisterStateFile.cpp */ = {isa = PBXBuildFile; fileRef = B3A545FA01C6486A84EFDCA1 /* ../Play-/Source/states/RegisterStateFile.cpp */; }; + 599813190C0D43C0BEFEDEE6 /* ../Play-/deps/CodeGen/tests/FpIntMixTest.h */ = {isa = PBXBuildFile; fileRef = 719DF152FCC14628ABBCD1D0 /* ../Play-/deps/CodeGen/tests/FpIntMixTest.h */; }; + 5A300C60F75C49259B24278F /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */ = {isa = PBXBuildFile; fileRef = 659E52DF635149ECAAEDCFEE /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */; }; + 5B258DDCA3794CFBA5C288EF /* ../Play-/Source/ee/VUShared.h */ = {isa = PBXBuildFile; fileRef = 3D1F3D27294E498F84906462 /* ../Play-/Source/ee/VUShared.h */; }; + 5B4230EB31D14CD0962AF1C2 /* ../Play-/deps/Framework/src/mpeg2/InverseScanTable.cpp */ = {isa = PBXBuildFile; fileRef = 33BCC301E46D4DE28E9CF9DF /* ../Play-/deps/Framework/src/mpeg2/InverseScanTable.cpp */; }; + 5B8F62CFF6C84FC3A11D7F5D /* ../Play-/deps/CodeGen/tests/CompareTest.h */ = {isa = PBXBuildFile; fileRef = 7E4E2575A55F4FFA81427AFC /* ../Play-/deps/CodeGen/tests/CompareTest.h */; }; + 5CB72CAECABB4685A5B6BB3F /* ../Play-/Source/iop/Iop_Thsema.h */ = {isa = PBXBuildFile; fileRef = 279860A5617C4B25A7CD6D30 /* ../Play-/Source/iop/Iop_Thsema.h */; }; + 5CFCC974623743F1AD5C7C86 /* ../Play-/Source/iop/Iop_MtapMan.h */ = {isa = PBXBuildFile; fileRef = 3DAA30024F724F4C8D4F6B3B /* ../Play-/Source/iop/Iop_MtapMan.h */; }; + 5D36BDC2D03340389155E578 /* ../Play-/Source/OsStructManager.h */ = {isa = PBXBuildFile; fileRef = 8A56FDDBEBC34870B77AE9C1 /* ../Play-/Source/OsStructManager.h */; }; + 5D7A5DAE92B241C68A9D48D8 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */ = {isa = PBXBuildFile; fileRef = 70B447412A17477DA9085920 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */; }; + 5D97F8B38D6E4E49AA851CCA /* ../Play-/Source/iop/Iop_SifDynamic.h */ = {isa = PBXBuildFile; fileRef = 8C278C74376A483CAE2F2738 /* ../Play-/Source/iop/Iop_SifDynamic.h */; }; + 5DB35E1B934F4D2E8708BD36 /* ../Play-/Source/hdd/HddDefs.h */ = {isa = PBXBuildFile; fileRef = 71BD54AB5C074853B980BD92 /* ../Play-/Source/hdd/HddDefs.h */; }; + 5DB63899BFBD4750A9B92B77 /* ../Play-/deps/Framework/include/StdStreamUtils.h */ = {isa = PBXBuildFile; fileRef = A7237DE6685A4F8E9472AE43 /* ../Play-/deps/Framework/include/StdStreamUtils.h */; }; + 5EBA077EADD64326855832F2 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md.cpp */ = {isa = PBXBuildFile; fileRef = F2A69D51090247C093B0D1EE /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md.cpp */; }; + 5EDCCFBBEAD44CA7B729703E /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c */ = {isa = PBXBuildFile; fileRef = 202C57BC74814F1BA6DC29D3 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c */; }; + 5F2C4AC29EDF47F6AA78CDD8 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */ = {isa = PBXBuildFile; fileRef = 1DE74C7004F44FD382A083AD /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */; }; + 5FAB292629D640BF82D3A39B /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */ = {isa = PBXBuildFile; fileRef = 46D74F96EDB04CE5A160A927 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */; }; + 60036B71D1A14BCC91572236 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Fpu.cpp */ = {isa = PBXBuildFile; fileRef = 56D305D4B17B4BD6BFC28B74 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Fpu.cpp */; }; + 603CC0D075B240A6A437309A /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */ = {isa = PBXBuildFile; fileRef = E8F4847471264D8E88E12240 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */; }; + 60A53CBA9A424FB389C82359 /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.c */ = {isa = PBXBuildFile; fileRef = 129AA00D7E1743BF9812941A /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.c */; }; + 60E3F120C4144025B698C690 /* ../Play-/deps/Framework/src/http/HttpClientFactory.cpp */ = {isa = PBXBuildFile; fileRef = 2CA86AD334D042EEBA301819 /* ../Play-/deps/Framework/src/http/HttpClientFactory.cpp */; }; + 616048E856A44538A489918E /* ../Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */ = {isa = PBXBuildFile; fileRef = 67EC570E62AD421F8AE75B2E /* ../Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */; }; + 618FD5BB84BA401C8AAD804B /* ../Play-/Source/ee/Timer.h */ = {isa = PBXBuildFile; fileRef = 036CE5659BB34CCEA795F878 /* ../Play-/Source/ee/Timer.h */; }; + 6217BCB14D57499A9CCB2465 /* ../Play-/deps/CodeGen/tests/Merge64Test.cpp */ = {isa = PBXBuildFile; fileRef = 5AAF5EE7AFD944D6980D224D /* ../Play-/deps/CodeGen/tests/Merge64Test.cpp */; }; + 62427B36A34C41548D8547E8 /* ../Play-/deps/Framework/build_cmake/Framework/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = E24EBBFF77194A45B149807B /* ../Play-/deps/Framework/build_cmake/Framework/CMakeLists.txt */; }; + 626F6A1B3E7446BAB76A34C5 /* ../Play-/Source/iop/Ioman_ScopedFile.cpp */ = {isa = PBXBuildFile; fileRef = 6E4F308B0AF341C3902F4B0B /* ../Play-/Source/iop/Ioman_ScopedFile.cpp */; }; + 62CB92E3E45B4505A9BEDFE6 /* ../Play-/Source/iop/Iop_Ilink.cpp */ = {isa = PBXBuildFile; fileRef = 53E80192280A49F289263272 /* ../Play-/Source/iop/Iop_Ilink.cpp */; }; + 62E2ED868A3D44BF8BBD8CB6 /* ../Play-/Source/ee/Ee_SubSystem.cpp */ = {isa = PBXBuildFile; fileRef = A1CEA77CBF4F48E58AEB06C4 /* ../Play-/Source/ee/Ee_SubSystem.cpp */; }; + 6302583C79F64220B1B144D6 /* ../Play-/Source/ee/Vpu.cpp */ = {isa = PBXBuildFile; fileRef = 83CCC4D836694D9488233B74 /* ../Play-/Source/ee/Vpu.cpp */; }; + 63583DAA18B140CCBE90765F /* ../Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.h */ = {isa = PBXBuildFile; fileRef = 18B5DB11308D437191081DDC /* ../Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.h */; }; + 63CBAC95E6AF4FF98D2C05CA /* ../Play-/Source/ISO9660/VolumeDescriptor.h */ = {isa = PBXBuildFile; fileRef = 3BED5F0D577543428F5F9D85 /* ../Play-/Source/ISO9660/VolumeDescriptor.h */; }; + 64C8CCABE2F14CF898777523 /* ../Play-/Source/MIPS.cpp */ = {isa = PBXBuildFile; fileRef = 94F86E3129F8492AB8173541 /* ../Play-/Source/MIPS.cpp */; }; + 64EA3BBC2A4D4A5088B4DF35 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */ = {isa = PBXBuildFile; fileRef = 97F6AF468D324094BB527009 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */; }; + 65AEB3F0D6524F3FA2B3D2BA /* ../Play-/Source/iop/Iop_Thbase.cpp */ = {isa = PBXBuildFile; fileRef = 24F2CF7BD6CF44E8B8153D5D /* ../Play-/Source/iop/Iop_Thbase.cpp */; }; + 65B0DFC61BA94A69A22EF8E0 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */ = {isa = PBXBuildFile; fileRef = 35D8FF956F524431A9DD0F89 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */; }; + 65BF86F8CEA744498EEFD006 /* ../Play-/deps/Framework/include/signal/Signal.h */ = {isa = PBXBuildFile; fileRef = 0E6E0F72BBA94961B560D48C /* ../Play-/deps/Framework/include/signal/Signal.h */; }; + 65F567181C464C378160FDC8 /* ../cmake/Source/ui_ios/Source/xxHash/CMakeFiles/xxhash.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = FB485E133BC74605A12919B4 /* ../cmake/Source/ui_ios/Source/xxHash/CMakeFiles/xxhash.dir/Info.plist */; }; + 6631E982C249468F97E34AB7 /* ../Play-/Source/iop/Iop_Spu2.cpp */ = {isa = PBXBuildFile; fileRef = EE20E31E3121499DA57A65D8 /* ../Play-/Source/iop/Iop_Spu2.cpp */; }; + 6726FEB0A56644E1965FF435 /* ../Play-/Source/iop/Iop_FileIoHandler2200.cpp */ = {isa = PBXBuildFile; fileRef = 113E48C3E25E4CC89CE10B01 /* ../Play-/Source/iop/Iop_FileIoHandler2200.cpp */; }; + 674B09CCAC80437BA0C6E825 /* ../Play-/Source/ee/Ee_LibMc2.cpp */ = {isa = PBXBuildFile; fileRef = E053C659900547789DA9196F /* ../Play-/Source/ee/Ee_LibMc2.cpp */; }; + 67A2F0816DBA49CCA6885EA9 /* ../Play-/deps/CodeGen/tests/DivTest.h */ = {isa = PBXBuildFile; fileRef = 21F3C9D3D9484AECB0732FCD /* ../Play-/deps/CodeGen/tests/DivTest.h */; }; + 686D53E7451541C18793FE6F /* ../Play-/Source/ISO9660/VolumeDescriptor.cpp */ = {isa = PBXBuildFile; fileRef = BF38EA7640FB40EEAED2B371 /* ../Play-/Source/ISO9660/VolumeDescriptor.cpp */; }; + 687BA44BEDAC4F1482206252 /* ../Play-/deps/CodeGen/include/Literal128.h */ = {isa = PBXBuildFile; fileRef = 975C8C5D139E4217B995C6D7 /* ../Play-/deps/CodeGen/include/Literal128.h */; }; + 68A90ADE9FEB4E58974F74E0 /* ../Play-/Source/iop/Iop_Stdio.cpp */ = {isa = PBXBuildFile; fileRef = 938E6EDA7E1C4E03805A21EA /* ../Play-/Source/iop/Iop_Stdio.cpp */; }; + 68A9DCA66FB6445D8184E1B7 /* ../Play-/Source/iop/Iop_Cdvdman.h */ = {isa = PBXBuildFile; fileRef = 69F5CAD540D543A0852BAFAD /* ../Play-/Source/iop/Iop_Cdvdman.h */; }; + 68CD4108F6FD4EA69E1A2E83 /* ../Play-/deps/Framework/src/layout/LayoutObject.cpp */ = {isa = PBXBuildFile; fileRef = 8E41B5E8DEAE4A15B6A02DE5 /* ../Play-/deps/Framework/src/layout/LayoutObject.cpp */; }; + 68E01CD5E7534C6BA2191E7E /* ../Play-/deps/CodeGen/tests/Cmp64Test.cpp */ = {isa = PBXBuildFile; fileRef = 1320872AE0AE4FF0B01D9968 /* ../Play-/deps/CodeGen/tests/Cmp64Test.cpp */; }; + 68FA8E79A81A4AFC93180E28 /* ../Play-/Source/ee/VuBasicBlock.h */ = {isa = PBXBuildFile; fileRef = A4E4740DD0CE40D4AB042B82 /* ../Play-/Source/ee/VuBasicBlock.h */; }; + 68FF339867F84C3488810833 /* ../Play-/Source/iop/Iop_Ilink.h */ = {isa = PBXBuildFile; fileRef = 63694CCDBFD44EB6A0DD4944 /* ../Play-/Source/iop/Iop_Ilink.h */; }; + 692BBF60FC2C4D8D85C6FB46 /* ../Play-/deps/CodeGen/include/LiteralPool.h */ = {isa = PBXBuildFile; fileRef = 8AA2E921F6074343908DC84E /* ../Play-/deps/CodeGen/include/LiteralPool.h */; }; + 6947161E9B5C48CC994AAD7E /* ../Play-/Source/ee/FpMulTruncate.cpp */ = {isa = PBXBuildFile; fileRef = D06EB89B89B14BC49D04CDE2 /* ../Play-/Source/ee/FpMulTruncate.cpp */; }; + 696D16D2E011446587CE0980 /* ../Play-/deps/CodeGen/tests/Logic64Test.cpp */ = {isa = PBXBuildFile; fileRef = 45DCA979D8C8483F976919CC /* ../Play-/deps/CodeGen/tests/Logic64Test.cpp */; }; + 6A39D8937B1B4949BBEED972 /* ../Play-/Source/saves/McDumpSaveImporter.h */ = {isa = PBXBuildFile; fileRef = 73823F2D7C22440BA6CD5867 /* ../Play-/Source/saves/McDumpSaveImporter.h */; }; + 6A68D61120DE488DBC5149E8 /* ../Play-/Source/iop/Iop_LibSd.h */ = {isa = PBXBuildFile; fileRef = 74083099B1B547569B5E6C04 /* ../Play-/Source/iop/Iop_LibSd.h */; }; + 6B29B1F80275466A9BE39D5A /* ../Play-/Source/ee/MA_VU_UpperReflection.cpp */ = {isa = PBXBuildFile; fileRef = 01A6DC741DC243A0BB71D6B1 /* ../Play-/Source/ee/MA_VU_UpperReflection.cpp */; }; + 6C0BFA2BFEE64CFB81D7437B /* ../Play-/deps/CodeGen/tests/Logic64Test.h */ = {isa = PBXBuildFile; fileRef = CD8BAABB689A4B988E8FB291 /* ../Play-/deps/CodeGen/tests/Logic64Test.h */; }; + 6C3CD331716E47878D8F88AC /* ../Play-/deps/Framework/src/Base64.cpp */ = {isa = PBXBuildFile; fileRef = 599C5F08EB624AF18E359E3E /* ../Play-/deps/Framework/src/Base64.cpp */; }; + 6C8FDAC408834839BEC8616E /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.c */ = {isa = PBXBuildFile; fileRef = AA8D0524728E452A9CE80F20 /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.c */; }; + 6C9A2F5B06DB45F3B6DB1D4B /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Avx.cpp */ = {isa = PBXBuildFile; fileRef = 21C20AB6453940D894B99F6B /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Avx.cpp */; }; + 6D70D9477A0C4B69A837D4FA /* ../Play-/Source/ee/VuExecutor.cpp */ = {isa = PBXBuildFile; fileRef = 3EC9DF0C744A4CA0B59A713A /* ../Play-/Source/ee/VuExecutor.cpp */; }; + 6E090CC23ADD423A836865F1 /* ../Play-/deps/CodeGen/tests/RegAllocTempTest.cpp */ = {isa = PBXBuildFile; fileRef = 6EE50ED6A3DB420FA56FE6EE /* ../Play-/deps/CodeGen/tests/RegAllocTempTest.cpp */; }; + 6E279C03E6F64B01B3055068 /* ../Play-/deps/CodeGen/tests/MemAccessTest.cpp */ = {isa = PBXBuildFile; fileRef = E3AFCFA1D72B417CA58E469D /* ../Play-/deps/CodeGen/tests/MemAccessTest.cpp */; }; + 6E2D063ECC724C6FBEA16AF5 /* ../Play-/Source/hdd/ApaReader.cpp */ = {isa = PBXBuildFile; fileRef = FD9DD17965E24A20B87F618E /* ../Play-/Source/hdd/ApaReader.cpp */; }; + 6E63CC7443204F258AD4DBA0 /* ../Play-/deps/CodeGen/tests/Shift64Test.cpp */ = {isa = PBXBuildFile; fileRef = 1F8DA844992E4D56900E9109 /* ../Play-/deps/CodeGen/tests/Shift64Test.cpp */; }; + 6EA8F140C3734E74BD96DABE /* ../Play-/Source/discimages/CsoImageStream.h */ = {isa = PBXBuildFile; fileRef = 241C97BEC7A446C8A0862646 /* ../Play-/Source/discimages/CsoImageStream.h */; }; + 6EBC2811335540F39626B990 /* ../Play-/Source/ee/Vif.cpp */ = {isa = PBXBuildFile; fileRef = F825F0F602F347BE962D5BFD /* ../Play-/Source/ee/Vif.cpp */; }; + 6EC9CF18163F4B7D89058A11 /* ../Play-/Source/ee/INTC.h */ = {isa = PBXBuildFile; fileRef = 7D2A6C50F5574280BB546ED8 /* ../Play-/Source/ee/INTC.h */; }; + 6F0FD4A047D04419A9C4B3F4 /* ../Play-/deps/Framework/src/xml/Utils.cpp */ = {isa = PBXBuildFile; fileRef = E18AECDE282242DA939A52CA /* ../Play-/deps/Framework/src/xml/Utils.cpp */; }; + 6FAE8F4C0B344A618B6A755E /* ../Play-/deps/Framework/src/BitStream.cpp */ = {isa = PBXBuildFile; fileRef = 3FC5619D847647BDB8CE959A /* ../Play-/deps/Framework/src/BitStream.cpp */; }; + 7006CCDEFEF64003AA367E80 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */ = {isa = PBXBuildFile; fileRef = E6A3C2F349694962B4EE7B58 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */; }; + 7074C0A2486445BFAE59AD2B /* ../Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */ = {isa = PBXBuildFile; fileRef = 87685CF8E60F4ADFABF60405 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */; }; + 708A99D9CFB64636A2B3A5CC /* ../Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.cpp */ = {isa = PBXBuildFile; fileRef = B8DCC3CA84BE417DB0C32B11 /* ../Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.cpp */; }; + 70B5E9BDF0AD4EA5BD673B71 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c */ = {isa = PBXBuildFile; fileRef = 53CAC0E6207E4E34B84429CE /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c */; }; + 71789EF622AE49FFA2B45F88 /* ../Play-/Source/MipsJitter.cpp */ = {isa = PBXBuildFile; fileRef = E6A9C9778808498BB18097D1 /* ../Play-/Source/MipsJitter.cpp */; }; + 71806CE722034DD6BAEE1E62 /* ../Play-/deps/Framework/src/bitmap/TGA.cpp */ = {isa = PBXBuildFile; fileRef = D60EFDA4AB034181AD136843 /* ../Play-/deps/Framework/src/bitmap/TGA.cpp */; }; + 719FB89D5C4F4F89AF94FF63 /* ../Play-/Source/iop/Iop_SubSystem.h */ = {isa = PBXBuildFile; fileRef = A1A53F50D7E34AEDA94A4536 /* ../Play-/Source/iop/Iop_SubSystem.h */; }; + 71ADB17B78224C7E963D1A9E /* ../Play-/Source/ee/IPU_MotionCodeTable.cpp */ = {isa = PBXBuildFile; fileRef = E162D426B46144FD9C74B1A6 /* ../Play-/Source/ee/IPU_MotionCodeTable.cpp */; }; + 71E06904B6CD479F853F4B67 /* ../Play-/deps/CodeGen/tests/ReorderAddTest.h */ = {isa = PBXBuildFile; fileRef = DA907DB72D064C7782814B85 /* ../Play-/deps/CodeGen/tests/ReorderAddTest.h */; }; + 71F3C6A487C4498CAF728267 /* ../Play-/deps/Framework/include/zip/ZipArchiveReader.h */ = {isa = PBXBuildFile; fileRef = E1FF4C46B5464A79ABE544CF /* ../Play-/deps/Framework/include/zip/ZipArchiveReader.h */; }; + 726BCD0F821D4055A067BFFE /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 98BF1F512894438CB633E38B /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist */; }; + 727B0C7FC10A4461A2DCD428 /* ../Play-/Source/saves/McDumpReader.cpp */ = {isa = PBXBuildFile; fileRef = 1BB4DBBE12354FAEBA7B6DF7 /* ../Play-/Source/saves/McDumpReader.cpp */; }; + 72D6277B81F54EC3B021BF48 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzFind.h */ = {isa = PBXBuildFile; fileRef = 233B01824BD347B0B89723F6 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzFind.h */; }; + 72DE5DB6F1A744AF9859B054 /* ../Play-/deps/CodeGen/tests/MdAddTest.h */ = {isa = PBXBuildFile; fileRef = CEE6DF29DE3644D3A07AB448 /* ../Play-/deps/CodeGen/tests/MdAddTest.h */; }; + 7394F3751E034C2B96A9E898 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */ = {isa = PBXBuildFile; fileRef = 544ABDE53C0B424F802E8E59 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */; }; + 73DCFF2B9844426ABA4145FD /* ../Play-/Source/input/PH_GenericInput.h */ = {isa = PBXBuildFile; fileRef = 991611B8D8224FC7AF17DE58 /* ../Play-/Source/input/PH_GenericInput.h */; }; + 74070B62E8814FB3987810E8 /* ../Play-/Source/hdd/ApaReader.h */ = {isa = PBXBuildFile; fileRef = DEEF1FD79A10459293BDDF09 /* ../Play-/Source/hdd/ApaReader.h */; }; + 752626E3842E44D58228F640 /* ../Play-/deps/CodeGen/tests/MdAddTest.cpp */ = {isa = PBXBuildFile; fileRef = 7AEB92C0BF6F41109263AFF6 /* ../Play-/deps/CodeGen/tests/MdAddTest.cpp */; }; + 7584C2A88E324ABC80B7A303 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Shift.h */ = {isa = PBXBuildFile; fileRef = 5967A87B7D264810A11A1622 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Shift.h */; }; + 75D01603B3EE40628C33E105 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */ = {isa = PBXBuildFile; fileRef = 7CB6316EE6B448E0BCD06F9D /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */; }; + 75EC674214D54DFF92718EE5 /* ../Play-/Source/iop/ArgumentIterator.h */ = {isa = PBXBuildFile; fileRef = 143CAD1C839C47E4A8537047 /* ../Play-/Source/iop/ArgumentIterator.h */; }; + 7659D5D71DDA4F889FD3E49A /* ../Play-/deps/CodeGen/include/X86CpuFeatures.h */ = {isa = PBXBuildFile; fileRef = 93422531C68F4E1A922A203B /* ../Play-/deps/CodeGen/include/X86CpuFeatures.h */; }; + 7680EF0FF8D44E7F92ED0F1F /* ../Play-/Source/iop/Iop_Thfpool.cpp */ = {isa = PBXBuildFile; fileRef = 39920026751C471D844F2C3D /* ../Play-/Source/iop/Iop_Thfpool.cpp */; }; + 76C21761F68743EBB9B9225E /* ../Play-/Source/MIPS.h */ = {isa = PBXBuildFile; fileRef = 7BD3EE8C78A147EE9D481734 /* ../Play-/Source/MIPS.h */; }; + 76CA5E9D21C441B3BC08672A /* ../Play-/deps/CodeGen/build_cmake/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 102FF77D14B54D99A9783498 /* ../Play-/deps/CodeGen/build_cmake/CMakeLists.txt */; }; + 76D75B76693A44F2AD439197 /* ../Play-/Source/SifModuleAdapter.h */ = {isa = PBXBuildFile; fileRef = 49C39F503E12415D9D8EF3CD /* ../Play-/Source/SifModuleAdapter.h */; }; + 76E9D2C4CAD0490A9AA1F62A /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_AArch64.h */ = {isa = PBXBuildFile; fileRef = 0E3CC217E3D149D08463E63B /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_AArch64.h */; }; + 771DCC9FA212421FAC887A1F /* ../Play-/deps/CodeGen/tests/LogicTest.h */ = {isa = PBXBuildFile; fileRef = F36AF48224784961B4000462 /* ../Play-/deps/CodeGen/tests/LogicTest.h */; }; + 776C78C3D33D4B6BA2E4A894 /* ../Play-/Source/ee/IPU_MacroblockTypeITable.h */ = {isa = PBXBuildFile; fileRef = 9FCBBEC47B1F4B0783F4A5CA /* ../Play-/Source/ee/IPU_MacroblockTypeITable.h */; }; + 77AD1E0A51F3455EA8421906 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */ = {isa = PBXBuildFile; fileRef = 01CCF7C857824D449805BEFD /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */; }; + 77BD965D5A094D1E96A35353 /* ../Play-/deps/CodeGen/tests/MdShiftTest.cpp */ = {isa = PBXBuildFile; fileRef = 6A3CF548E23449EFA0C12649 /* ../Play-/deps/CodeGen/tests/MdShiftTest.cpp */; }; + 7811C46A586D4FA7B4C65C7D /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Sse.cpp */ = {isa = PBXBuildFile; fileRef = A388F7F32AFA44C0B001F612 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Sse.cpp */; }; + 7828C20D1E4E4437B757ED33 /* ../Play-/Source/iop/namco_sys147/Iop_NamcoSys147.cpp */ = {isa = PBXBuildFile; fileRef = 4D06A5F6D345449FA5FF808D /* ../Play-/Source/iop/namco_sys147/Iop_NamcoSys147.cpp */; }; + 7882EB429BD240D182A85E66 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */ = {isa = PBXBuildFile; fileRef = 78775D4E2E6C4C35A811BF83 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */; }; + 78C87828ABC24F5ABA46274C /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */ = {isa = PBXBuildFile; fileRef = 9601B1244E2848B3AD074FE8 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */; }; + 78E99504F26348A08F25A100 /* ../Play-/Source/iop/ioman/McDumpDevice.h */ = {isa = PBXBuildFile; fileRef = 7B0DE24B7D7C413CAF57F0C6 /* ../Play-/Source/iop/ioman/McDumpDevice.h */; }; + 792CB8474686425EAAF5CC7E /* ../Play-/Source/ee/SIF.h */ = {isa = PBXBuildFile; fileRef = B6C00A129A744A0BA5413C9A /* ../Play-/Source/ee/SIF.h */; }; + 79656C36B9994371A022BC75 /* ../Play-/deps/CodeGen/tests/MemAccessRefTest.h */ = {isa = PBXBuildFile; fileRef = 26210A2A957B442A88058E48 /* ../Play-/deps/CodeGen/tests/MemAccessRefTest.h */; }; + 799C46D600A240E9B269DDCB /* ../Play-/deps/Framework/include/http/HttpClient.h */ = {isa = PBXBuildFile; fileRef = D074D9D9BA994B28ADB86248 /* ../Play-/deps/Framework/include/http/HttpClient.h */; }; + 79DC824E5B1C47EC9262532A /* ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGen.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 4C66834B04344777B6E34509 /* ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGen.dir/Info.plist */; }; + 79DDCA4624D54279B055EB5E /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Lzma86.h */ = {isa = PBXBuildFile; fileRef = B0BF8B49C661409ABFDBA95D /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Lzma86.h */; }; + 7A18E10AF2E1404B8C2499C3 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaLib.h */ = {isa = PBXBuildFile; fileRef = E0444034B59E4C2798A3B46A /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaLib.h */; }; + 7AE1FB215C0949ED83A13170 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */ = {isa = PBXBuildFile; fileRef = 4CDDA690132D4325AC7D150B /* ../Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */; }; + 7AF1C4B3F8964463AE5D36D4 /* ../Play-/Source/ee/Dmac_Channel.cpp */ = {isa = PBXBuildFile; fileRef = 51DC3A1BC2724915AA71E24D /* ../Play-/Source/ee/Dmac_Channel.cpp */; }; + 7B6381BE651145CE944B7B77 /* ../Play-/Source/iop/Iop_Intc.cpp */ = {isa = PBXBuildFile; fileRef = 06623E16F4A945E59813F22F /* ../Play-/Source/iop/Iop_Intc.cpp */; }; + 7B788B6C95734BC098BF00CE /* ../Play-/Source/gs/GsCachedArea.cpp */ = {isa = PBXBuildFile; fileRef = A76727FE1C654F0F8F79BE82 /* ../Play-/Source/gs/GsCachedArea.cpp */; }; + 7B7B7D64F54840789E7B5EFB /* ../Play-/deps/Framework/src/FilesystemUtils.cpp */ = {isa = PBXBuildFile; fileRef = 3ABC0BCD194B4EA88CCF8BC1 /* ../Play-/deps/Framework/src/FilesystemUtils.cpp */; }; + 7B9CB6455119455F9DF1FB27 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */ = {isa = PBXBuildFile; fileRef = 1E7AA880608947098322D895 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */; }; + 7BCD1F5606A1425D9E7EB283 /* ../Play-/deps/CodeGen/tests/MdMinMaxTest.h */ = {isa = PBXBuildFile; fileRef = 7B43F653EFC64D0A971DCDD8 /* ../Play-/deps/CodeGen/tests/MdMinMaxTest.h */; }; + 7BDA9432732341B3A6DC465E /* ../Play-/deps/CodeGen/tests/AliasTest2.h */ = {isa = PBXBuildFile; fileRef = 2447B3E5E925424BA481D349 /* ../Play-/deps/CodeGen/tests/AliasTest2.h */; }; + 7BF329051C1F4B5483C1A4D2 /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable1.cpp */ = {isa = PBXBuildFile; fileRef = 0C88C9476B214E44BDEE8962 /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable1.cpp */; }; + 7D038A953E3B49AC82D4A3A0 /* ../Play-/deps/Dependencies/zstd/lib/common/mem.h */ = {isa = PBXBuildFile; fileRef = C6DF9119A05849E09CD5962B /* ../Play-/deps/Dependencies/zstd/lib/common/mem.h */; }; + 7D302D55B6D84DD08469F87A /* ../Play-/Source/ee/GIF.h */ = {isa = PBXBuildFile; fileRef = 0FA12E16837B499698C77DC8 /* ../Play-/Source/ee/GIF.h */; }; + 7D63EA864D9849A4A28C1C99 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Delta.h */ = {isa = PBXBuildFile; fileRef = 59BADBFBFACD43A0B1F444BC /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Delta.h */; }; + 7D78F09A1769475596F4D192 /* ../cmake/Source/ui_ios/Source/Framework/CMakeFiles/Framework.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = E96D3C7911264CE19A88FB0E /* ../cmake/Source/ui_ios/Source/Framework/CMakeFiles/Framework.dir/Info.plist */; }; + 7DC8F6B51A5C4E66A6F1BACB /* ../Play-/Source/ee/VuAnalysis.cpp */ = {isa = PBXBuildFile; fileRef = 55077B0D0CAA47D4AE9C0E21 /* ../Play-/Source/ee/VuAnalysis.cpp */; }; + 7F101A087F2E448F9A5AEEB6 /* ../Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 18E6A5461FA7425C87D4D22E /* ../Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */; }; + 7F760290B3A1443A98DFD7FF /* ../Play-/deps/Framework/src/mpeg2/CodedBlockPatternTable.cpp */ = {isa = PBXBuildFile; fileRef = 06AD9C81D8EF4CF6A582E03B /* ../Play-/deps/Framework/src/mpeg2/CodedBlockPatternTable.cpp */; }; + 809621BD4981464FB589A229 /* ../Play-/deps/CodeGen/tests/ShiftTest.h */ = {isa = PBXBuildFile; fileRef = 2992D6C540094523838BDFDD /* ../Play-/deps/CodeGen/tests/ShiftTest.h */; }; + 80B55E3B2FB1478FB47CD739 /* ../Play-/Source/iop/Iop_DmacChannel.cpp */ = {isa = PBXBuildFile; fileRef = DCB2C21BC6454C828EDEB5B1 /* ../Play-/Source/iop/Iop_DmacChannel.cpp */; }; + 818DF123EFF241E290EC3B30 /* ../Play-/deps/Framework/include/std_experimental_map.h */ = {isa = PBXBuildFile; fileRef = 59BCB3EFF8764CB8AF0782AE /* ../Play-/deps/Framework/include/std_experimental_map.h */; }; + 81900A0CC1B242F896E4C390 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */ = {isa = PBXBuildFile; fileRef = B4846738505C4F1BA1F7E358 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */; }; + 81CBA84C813E4F2380D5FFFB /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Md.cpp */ = {isa = PBXBuildFile; fileRef = 7CB21B9350C546A2AC4D62CF /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Md.cpp */; }; + 820DF4FEE0034B33A8AFE7C4 /* ../Play-/Source/ee/EEAssembler.cpp */ = {isa = PBXBuildFile; fileRef = 7B5BB71975BE4D46899CA282 /* ../Play-/Source/ee/EEAssembler.cpp */; }; + 8213CCAB15A046A696C57936 /* ../Play-/Source/input/InputProvider.h */ = {isa = PBXBuildFile; fileRef = 57848A77A8AB49EDA010B1C9 /* ../Play-/Source/input/InputProvider.h */; }; + 822436D7FE704930BE07CB58 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64.cpp */ = {isa = PBXBuildFile; fileRef = E40981C1B66548339DE08ECB /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64.cpp */; }; + 82C7CBE51EB5444C908AE97C /* ../Play-/deps/CodeGen/include/ObjectFile.h */ = {isa = PBXBuildFile; fileRef = BE150612D74C405897F6135B /* ../Play-/deps/CodeGen/include/ObjectFile.h */; }; + 837A099ED4864714AF799C6B /* ../Play-/deps/CodeGen/tests/MemAccess64Test.h */ = {isa = PBXBuildFile; fileRef = 62CE679F8E004B36A1ED00F6 /* ../Play-/deps/CodeGen/tests/MemAccess64Test.h */; }; + 83C6424DC92946E28ECF0F3E /* ../Play-/deps/libchdr/deps/lzma-22.01/include/7zTypes.h */ = {isa = PBXBuildFile; fileRef = B35A222901214E92B9D0E14C /* ../Play-/deps/libchdr/deps/lzma-22.01/include/7zTypes.h */; }; + 83E63027BCBC49F7B06B93AF /* ../Play-/deps/libchdr/deps/zlib-1.2.12/trees.h */ = {isa = PBXBuildFile; fileRef = 4333EA1F78404735989C4717 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/trees.h */; }; + 8443E4FA1E3F4FEA90186783 /* ../Play-/Source/ISO9660/DirectoryRecord.cpp */ = {isa = PBXBuildFile; fileRef = 45EAD6250ADC479FAC5B1FFE /* ../Play-/Source/ISO9660/DirectoryRecord.cpp */; }; + 84623EF6817841F5BC771618 /* ../Play-/Source/iop/Iop_SifMan.h */ = {isa = PBXBuildFile; fileRef = 0898A33D2E1B4E4E98B8EB97 /* ../Play-/Source/iop/Iop_SifMan.h */; }; + 84647E69B4ED4321A4B59F58 /* ../cmake/Source/ui_ios/Source/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 4153F522A0774C219964AB98 /* ../cmake/Source/ui_ios/Source/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist */; }; + 8464FDD41994440C8B849B3C /* ../Play-/deps/CodeGen/src/Jitter_SymbolTable.cpp */ = {isa = PBXBuildFile; fileRef = 45FB5EE4C2E749F78A19FA8F /* ../Play-/deps/CodeGen/src/Jitter_SymbolTable.cpp */; }; + 85466FC55139449FACEF7442 /* ../Play-/Source/iop/Iop_PadMan.h */ = {isa = PBXBuildFile; fileRef = 6FEF02250EF449AC964E9080 /* ../Play-/Source/iop/Iop_PadMan.h */; }; + 85548E1C52AD4B93885AEA52 /* ../Play-/Source/iop/Iop_PathUtils.cpp */ = {isa = PBXBuildFile; fileRef = F8B9EAE014BD44B9B104B6DA /* ../Play-/Source/iop/Iop_PathUtils.cpp */; }; + 85812FD6DAE449E19E0D4579 /* ../Play-/deps/Framework/include/layout/GridLayout.h */ = {isa = PBXBuildFile; fileRef = 87C066A0D8F5433F9DE5C31C /* ../Play-/deps/Framework/include/layout/GridLayout.h */; }; + 8592CC7080EC420F9872A8CA /* ../Play-/Source/SifModule.h */ = {isa = PBXBuildFile; fileRef = CE6620C19BAB4D30B563F33E /* ../Play-/Source/SifModule.h */; }; + 85A93EC89FF64D03AFD8DD6E /* ../Play-/Source/OsStructQueue.h */ = {isa = PBXBuildFile; fileRef = EE56CDF0E1204FB6A93970CC /* ../Play-/Source/OsStructQueue.h */; }; + 861E209B36644C149BF1CFA9 /* ../Play-/deps/CodeGen/tests/MemAccess8Test.cpp */ = {isa = PBXBuildFile; fileRef = A2C7C0575D6D49EB98D00B40 /* ../Play-/deps/CodeGen/tests/MemAccess8Test.cpp */; }; + 8620840ADCAF480FAF7943AB /* ../Play-/Source/ee/Vif1.cpp */ = {isa = PBXBuildFile; fileRef = D01D4E1D4BCE48D98B5F732F /* ../Play-/Source/ee/Vif1.cpp */; }; + 862E3E10C2CD43F5AB4B3A28 /* ../Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.h */ = {isa = PBXBuildFile; fileRef = 169D5212DF2A4046A147C70F /* ../Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.h */; }; + 869799E66A4045C5A82E563A /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypePTable.cpp */ = {isa = PBXBuildFile; fileRef = F79A7B2E995F43D0B83B557B /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypePTable.cpp */; }; + 86E4A66BE79644BABC6AF54A /* ../Play-/deps/libchdr/deps/zlib-1.2.12/gzguts.h */ = {isa = PBXBuildFile; fileRef = 382A56520CCC4B5A824C3A87 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/gzguts.h */; }; + 871E65B719F24423A2FEA769 /* ../Play-/Source/MemoryMap.h */ = {isa = PBXBuildFile; fileRef = 50D611E0EFA0428AA53EF79E /* ../Play-/Source/MemoryMap.h */; }; + 877BAA90ACCD482399719EF6 /* ../Play-/Source/TimeUtils.h */ = {isa = PBXBuildFile; fileRef = E562A5A75BAB40C3A4D97754 /* ../Play-/Source/TimeUtils.h */; }; + 877E3EBD23174D6BACE39314 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_LoadStore.h */ = {isa = PBXBuildFile; fileRef = F55BE6AAA3AE4AAFBF5ACA93 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_LoadStore.h */; }; + 87A687B64F9B4908B367C190 /* ../Play-/Source/iop/ioman/PathDirectoryDevice.h */ = {isa = PBXBuildFile; fileRef = 8C7EBA5F168F4862830E3F37 /* ../Play-/Source/iop/ioman/PathDirectoryDevice.h */; }; + 87E5055E3E154CD9BB549FF5 /* ../Play-/deps/CodeGen/tests/RandomAluTest.cpp */ = {isa = PBXBuildFile; fileRef = D8B12E229F24481CABF768B9 /* ../Play-/deps/CodeGen/tests/RandomAluTest.cpp */; }; + 8810841075E5407A886E9B20 /* ../Play-/Source/MIPSCoprocessor.h */ = {isa = PBXBuildFile; fileRef = 1F38066CF7A949429BC9D2CE /* ../Play-/Source/MIPSCoprocessor.h */; }; + 88C1EE1168304BD0B8F97455 /* ../Play-/Source/MIPSInstructionFactory.cpp */ = {isa = PBXBuildFile; fileRef = 5404B19CAF0140928B5E2040 /* ../Play-/Source/MIPSInstructionFactory.cpp */; }; + 88F3139570D94701899B0A6C /* ../Play-/Source/iop/Iop_SifDynamic.cpp */ = {isa = PBXBuildFile; fileRef = C079943510D644A4AFE4C167 /* ../Play-/Source/iop/Iop_SifDynamic.cpp */; }; + 88FF2BE7664242079FB62458 /* ../Play-/deps/CodeGen/tests/Crc32Test.h */ = {isa = PBXBuildFile; fileRef = EEA3FB53804B4571AE59DE8D /* ../Play-/deps/CodeGen/tests/Crc32Test.h */; }; + 892BE5B2A6CA4C0FBDFE529A /* ../Play-/Source/iop/ioman/HardDiskDumpDevice.cpp */ = {isa = PBXBuildFile; fileRef = 2DCAEC297A9440A295A5297E /* ../Play-/Source/iop/ioman/HardDiskDumpDevice.cpp */; }; + 8954B3F4F39F4EC4BFE1D74E /* ../Play-/deps/libchdr/tests/benchmark.c */ = {isa = PBXBuildFile; fileRef = 251BD23EDFE346AB968168ED /* ../Play-/deps/libchdr/tests/benchmark.c */; }; + 897B0ABA76F64F6BA62E5689 /* ../Play-/Source/discimages/ChdImageStream.cpp */ = {isa = PBXBuildFile; fileRef = 99D8D1AED36E4629BC78C938 /* ../Play-/Source/discimages/ChdImageStream.cpp */; }; + 8A66096CD5D24E2E8D828200 /* ../Play-/Source/iop/Iop_Module.cpp */ = {isa = PBXBuildFile; fileRef = 73C414A08F124AF399C53B07 /* ../Play-/Source/iop/Iop_Module.cpp */; }; + 8A700C1F0BF442C09DDA764A /* ../Play-/Source/ee/EeExecutor.cpp */ = {isa = PBXBuildFile; fileRef = 78CC55ADED3E40BDA201E6AC /* ../Play-/Source/ee/EeExecutor.cpp */; }; + 8A8991F5F9544D6AA1CCD4FC /* ../Play-/deps/Framework/include/layout/LayoutBase.h */ = {isa = PBXBuildFile; fileRef = 98663710DD9242D0B5EFDB14 /* ../Play-/deps/Framework/include/layout/LayoutBase.h */; }; + 8B7C66340CDB48A29F60A71C /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */ = {isa = PBXBuildFile; fileRef = 63CDADFB2BCC4763B9967BB7 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */; }; + 8BB67061AEED4A68A6C035B1 /* ../Play-/deps/Framework/include/amazon/AmazonClient.h */ = {isa = PBXBuildFile; fileRef = 745A9966F65D494086A7CA52 /* ../Play-/deps/Framework/include/amazon/AmazonClient.h */; }; + 8BD2069B5488478BB509C6AB /* ../Play-/deps/Dependencies/zstd/lib/common/fse.h */ = {isa = PBXBuildFile; fileRef = 8BB513813CA14DB7A7B69816 /* ../Play-/deps/Dependencies/zstd/lib/common/fse.h */; }; + 8C35CD34B6ED40BABF74B73B /* ../Play-/deps/CodeGen/tests/MdFpFlagTest.h */ = {isa = PBXBuildFile; fileRef = BA804404BAF846E791C663B3 /* ../Play-/deps/CodeGen/tests/MdFpFlagTest.h */; }; + 8C906872B4F6436494E00B0F /* ../Play-/Source/COP_SCU.h */ = {isa = PBXBuildFile; fileRef = F2F574D44EE3419C9CE95D28 /* ../Play-/Source/COP_SCU.h */; }; + 8CD3FCCF0538481B8F1946BE /* ../Play-/deps/Dependencies/zstd/lib/common/threading.h */ = {isa = PBXBuildFile; fileRef = 73EE45ABE90A476D9C49F661 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.h */; }; + 8CD7E457B6194F0397641238 /* ../Play-/Source/iop/Iop_LibSd.cpp */ = {isa = PBXBuildFile; fileRef = 8ED6A2C7BD724D2AA3718F98 /* ../Play-/Source/iop/Iop_LibSd.cpp */; }; + 8DA10678F0A94166912C7FBE /* ../Play-/Source/iop/Iop_FileIo.h */ = {isa = PBXBuildFile; fileRef = 2D3EC8BD68AF403BB692D937 /* ../Play-/Source/iop/Iop_FileIo.h */; }; + 8DCE8B0F0A794B1DBB9B84A0 /* ../Play-/deps/CodeGen/tests/MdFpTest.cpp */ = {isa = PBXBuildFile; fileRef = ED968393A5E14DAAA965253C /* ../Play-/deps/CodeGen/tests/MdFpTest.cpp */; }; + 8DEB7E30A8C44EFDA1FFCEC8 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Md.cpp */ = {isa = PBXBuildFile; fileRef = 79F2F4B5B9294A969B630707 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Md.cpp */; }; + 8E254A1F0B5E4859BF9C5975 /* ../Play-/deps/Framework/include/SocketDef.h */ = {isa = PBXBuildFile; fileRef = 96D605D4052D4329ACABBE6D /* ../Play-/deps/Framework/include/SocketDef.h */; }; + 8EB3C6677038435B837DB0E7 /* ../Play-/Source/ee/MA_VU_LowerReflection.cpp */ = {isa = PBXBuildFile; fileRef = C6AB407E0B9D40008374A25A /* ../Play-/Source/ee/MA_VU_LowerReflection.cpp */; }; + 8EB5C07160D84F4D83619B75 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */ = {isa = PBXBuildFile; fileRef = A3DF1F2F089D43289877982E /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */; }; + 8ECB6B0AE0CD4C348AA7B9C2 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */ = {isa = PBXBuildFile; fileRef = D63E703C122D49F0A50171C2 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */; }; + 8F48B37F0154496C99F5E45C /* ../Play-/deps/CodeGen/tests/DivTest.cpp */ = {isa = PBXBuildFile; fileRef = 95ABB9D21F824AB09BDBD9A9 /* ../Play-/deps/CodeGen/tests/DivTest.cpp */; }; + 8FADB6DA639B4F73885C2CC0 /* ../Play-/deps/Framework/src/zip/ZipArchiveReader.cpp */ = {isa = PBXBuildFile; fileRef = 6ED29A806E904D93BE16FE28 /* ../Play-/deps/Framework/src/zip/ZipArchiveReader.cpp */; }; + 8FC7D08F640A46B9ADF5B52B /* ../Play-/deps/Framework/src/layout/GridLayout.cpp */ = {isa = PBXBuildFile; fileRef = C185966D71F34CBBBDE01C23 /* ../Play-/deps/Framework/src/layout/GridLayout.cpp */; }; + 9035C554E2C04424B5700370 /* ../Play-/Source/iop/Iop_Vblank.cpp */ = {isa = PBXBuildFile; fileRef = 59A0C3AB16ED4E7A9E79ABA6 /* ../Play-/Source/iop/Iop_Vblank.cpp */; }; + 9073F951B6A748C3ADF2FE9F /* ../Play-/deps/Framework/include/ThreadPool.h */ = {isa = PBXBuildFile; fileRef = AED84F778D094636BF883637 /* ../Play-/deps/Framework/include/ThreadPool.h */; }; + 90ADA94EC9534191AD303F6E /* ../Play-/Source/iop/Iop_Thmsgbx.h */ = {isa = PBXBuildFile; fileRef = 1F44E68CFD4B48C88A187613 /* ../Play-/Source/iop/Iop_Thmsgbx.h */; }; + 91421FC63C8B427B865623C5 /* ../Play-/Source/iop/Iop_Ioman.h */ = {isa = PBXBuildFile; fileRef = BE21EE18CDDB497890CEBBAE /* ../Play-/Source/iop/Iop_Ioman.h */; }; + 92DBC18EDC2A4FFC9F82B6B1 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_AArch32.h */ = {isa = PBXBuildFile; fileRef = 2E72FE6355984AA39EA6FF29 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_AArch32.h */; }; + 93C20A4916854482998587AF /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */ = {isa = PBXBuildFile; fileRef = F17BFE46047F4275AD368F4E /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */; }; + 93E1BDE570AC42FCBBE958EB /* ../Play-/deps/Framework/src/mpeg2/QuantiserScaleTable.cpp */ = {isa = PBXBuildFile; fileRef = 65B89405EB5C42FE8A34A0B5 /* ../Play-/deps/Framework/src/mpeg2/QuantiserScaleTable.cpp */; }; + 9425DD31D6D44F4C956EC07D /* ../Play-/Source/ee/DMAC.cpp */ = {isa = PBXBuildFile; fileRef = CA349EC988124040A623FBD0 /* ../Play-/Source/ee/DMAC.cpp */; }; + 947C5416E9254CE8999538D4 /* ../Play-/Source/iop/Iop_Thfpool.h */ = {isa = PBXBuildFile; fileRef = 44589EBE01E8420F90452C4F /* ../Play-/Source/iop/Iop_Thfpool.h */; }; + 94C5AF9D7B334BB3A82B4FE6 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */ = {isa = PBXBuildFile; fileRef = 50810E1F926745428DCDFF66 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */; }; + 94E66FF0333541D9855004F0 /* ../Play-/Source/COP_FPU.cpp */ = {isa = PBXBuildFile; fileRef = DB9DC248C5AF4727834A024C /* ../Play-/Source/COP_FPU.cpp */; }; + 9538CEEA677F4BE4B30C39E3 /* ../Play-/Source/MipsFunctionPatternDb.h */ = {isa = PBXBuildFile; fileRef = 18479B09484C4255BC554021 /* ../Play-/Source/MipsFunctionPatternDb.h */; }; + 95B50E37A35F4F2AB5D0CBE8 /* ../Play-/deps/Framework/src/http/HttpClient.cpp */ = {isa = PBXBuildFile; fileRef = 09D717FB1F074C6DB4252791 /* ../Play-/deps/Framework/src/http/HttpClient.cpp */; }; + 95D4429E6CDC4064B67A82AB /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Delta.c */ = {isa = PBXBuildFile; fileRef = C816806AF9E1422C9BF7F3BC /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Delta.c */; }; + 95ED9C2F8A34484D98CF9D57 /* ../Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */ = {isa = PBXBuildFile; fileRef = 487330D7BFBB422786EA7A4D /* ../Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */; }; + 960C121310A44A08839FF8FA /* ../Play-/deps/Framework/src/StdStream.cpp */ = {isa = PBXBuildFile; fileRef = 0249B4D90DEB426886ADAF02 /* ../Play-/deps/Framework/src/StdStream.cpp */; }; + 962C09057507472CB444114C /* ../Play-/Source/input/InputBindingManager.cpp */ = {isa = PBXBuildFile; fileRef = 644F5649C6DF41C8943FECFC /* ../Play-/Source/input/InputBindingManager.cpp */; }; + 962EDFF7D45343039EB1089C /* ../Play-/Source/MipsFunctionPatternDb.cpp */ = {isa = PBXBuildFile; fileRef = 1174FCA2585D4F4BB67A1AF3 /* ../Play-/Source/MipsFunctionPatternDb.cpp */; }; + 964E7A9B8ED14478A426CB8D /* ../Play-/Source/GenericMipsExecutor.h */ = {isa = PBXBuildFile; fileRef = AA0F4277BA9A488A80E06137 /* ../Play-/Source/GenericMipsExecutor.h */; }; + 966CC4B0138442DB813505C8 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */ = {isa = PBXBuildFile; fileRef = FF41A7EFE8DD4F15BB9A37E3 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */; }; + 96B0A5DE78BA4029AC0B79E2 /* ../Play-/deps/Framework/include/Utf8.h */ = {isa = PBXBuildFile; fileRef = 98C04E2C5DF94A6CBD2305BA /* ../Play-/deps/Framework/include/Utf8.h */; }; + 97A2B0F36AA04D91ABFE56EA /* ../Play-/Source/static_loop.h */ = {isa = PBXBuildFile; fileRef = B077A543DE6D411EA7B36017 /* ../Play-/Source/static_loop.h */; }; + 97ED6C06E30B4AA888B0DAD5 /* ../Play-/Source/ee/Ee_LibMc2.h */ = {isa = PBXBuildFile; fileRef = E918C278A7304B018015ABB2 /* ../Play-/Source/ee/Ee_LibMc2.h */; }; + 984148637AFC4660A0AF2A8F /* ../Play-/Source/iop/Ioman_Defs.h */ = {isa = PBXBuildFile; fileRef = F32CA09C691B4229B5827A06 /* ../Play-/Source/iop/Ioman_Defs.h */; }; + 9881CB3557EB4CB2A5A111A5 /* ../Play-/Source/saves/SaveImporter.cpp */ = {isa = PBXBuildFile; fileRef = 6A16D782589C4ECDB4736B10 /* ../Play-/Source/saves/SaveImporter.cpp */; }; + 9889D813294A425E8EF5B9FB /* ../Play-/deps/Framework/src/layout/LayoutBaseItem.cpp */ = {isa = PBXBuildFile; fileRef = 450DFC48201C4798BFB3D78E /* ../Play-/deps/Framework/src/layout/LayoutBaseItem.cpp */; }; + 988DC53240C047ED89F71D0B /* ../Play-/Source/iop/Iop_PowerOff.h */ = {isa = PBXBuildFile; fileRef = 01D4180FC8A745E28CFD0F1F /* ../Play-/Source/iop/Iop_PowerOff.h */; }; + 98A0D5CCA3584BA386121E0B /* ../Play-/deps/libchdr/src/libchdr_cdrom.c */ = {isa = PBXBuildFile; fileRef = 405891A957EA4CF09E41FA47 /* ../Play-/deps/libchdr/src/libchdr_cdrom.c */; }; + 98FE3FA7F9DD4F9A8316B1D4 /* ../Play-/Source/discimages/ChdCdImageStream.h */ = {isa = PBXBuildFile; fileRef = 9DF2CA868107438498690836 /* ../Play-/Source/discimages/ChdCdImageStream.h */; }; + 9935F186667A4FFD8187B06A /* ../Play-/deps/CodeGen/tests/MdUnpackTest.cpp */ = {isa = PBXBuildFile; fileRef = 4255085E0FF44E1AA2B434DA /* ../Play-/deps/CodeGen/tests/MdUnpackTest.cpp */; }; + 996BE784539949A290F0F5A0 /* ../Play-/deps/Framework/src/ThreadUtils.cpp */ = {isa = PBXBuildFile; fileRef = DF0C151E74894CC58677DABE /* ../Play-/deps/Framework/src/ThreadUtils.cpp */; }; + 99947E1790654D0B9C739263 /* ../Play-/Source/iop/Iop_PadMan.cpp */ = {isa = PBXBuildFile; fileRef = B847D22F411F4D46AC208994 /* ../Play-/Source/iop/Iop_PadMan.cpp */; }; + 99B74BF372BE4C538830D1E6 /* ../Play-/Source/saves/SaveImporter.h */ = {isa = PBXBuildFile; fileRef = EA05D22DC6724CC9907DCDA3 /* ../Play-/Source/saves/SaveImporter.h */; }; + 9A4230700A794E7B9724F2A1 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */ = {isa = PBXBuildFile; fileRef = 82A23B90947C4DD5A154AC4E /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */; }; + 9AED1BD22F02426397FDDB24 /* ../Play-/deps/Framework/include/nodiscard.h */ = {isa = PBXBuildFile; fileRef = C9AF41C6BE194BDCA04B091D /* ../Play-/deps/Framework/include/nodiscard.h */; }; + 9B579F637070446982CA19BE /* ../Play-/deps/CodeGen/tests/MdMemAccessTest.h */ = {isa = PBXBuildFile; fileRef = A26D08575CCD4505A623170A /* ../Play-/deps/CodeGen/tests/MdMemAccessTest.h */; }; + 9B5C6C6440744E5F93007581 /* ../Play-/deps/CodeGen/src/AArch64Assembler.cpp */ = {isa = PBXBuildFile; fileRef = 1F5800172DEB40A3BA8C2590 /* ../Play-/deps/CodeGen/src/AArch64Assembler.cpp */; }; + 9B7C10BA6AD741EF9CD73A28 /* ../Play-/Source/ee/EEAssembler.h */ = {isa = PBXBuildFile; fileRef = E7B919AEF9364485BF5009EE /* ../Play-/Source/ee/EEAssembler.h */; }; + 9B8737B768E24378A81FE2C5 /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.h */ = {isa = PBXBuildFile; fileRef = 6569DA4A9DFD434DBF90B19E /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.h */; }; + 9BB8A6D8AB094A3899A6C037 /* ../Play-/deps/Framework/src/bitmap/JPEG.cpp */ = {isa = PBXBuildFile; fileRef = 426142D15B004C8C8057170A /* ../Play-/deps/Framework/src/bitmap/JPEG.cpp */; }; + 9C0482DF23B14539B5D278E9 /* ../Play-/Source/saves/Save.cpp */ = {isa = PBXBuildFile; fileRef = CD24ABCB55AE4E5599725217 /* ../Play-/Source/saves/Save.cpp */; }; + 9C4D638944384465A9FCA692 /* ../Play-/Source/saves/MemoryCard.cpp */ = {isa = PBXBuildFile; fileRef = 169DAF1B43B94839BBFFA278 /* ../Play-/Source/saves/MemoryCard.cpp */; }; + 9C7CCEFCFC374FD8B36EFA50 /* ../Play-/Source/ee/Vif.h */ = {isa = PBXBuildFile; fileRef = 32940088413848AFAFEDA349 /* ../Play-/Source/ee/Vif.h */; }; + 9CA4AD2FB0B64AD7A859B811 /* ../Play-/Source/ScreenShotUtils.h */ = {isa = PBXBuildFile; fileRef = F0C70343844B4160BAE2ACC7 /* ../Play-/Source/ScreenShotUtils.h */; }; + 9CAA3A4817394924971F5EFC /* ../Play-/Source/OpticalMedia.cpp */ = {isa = PBXBuildFile; fileRef = 13C99D7B8406459A899C598F /* ../Play-/Source/OpticalMedia.cpp */; }; + 9E222259770746D085E5FB60 /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable0.cpp */ = {isa = PBXBuildFile; fileRef = 70364958FE6E4A939F143A15 /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable0.cpp */; }; + 9E53A29E57104C3D906C1519 /* ../Play-/Source/ISO9660/File.cpp */ = {isa = PBXBuildFile; fileRef = 1B001797112348C8B211CA16 /* ../Play-/Source/ISO9660/File.cpp */; }; + 9E7C051428D14B60AAEDB44D /* ../Play-/deps/Framework/include/SocketStream.h */ = {isa = PBXBuildFile; fileRef = 9A1238232E5C48C9B997ED8B /* ../Play-/deps/Framework/include/SocketStream.h */; }; + 9EE33BFF9D0A4D04AE01C239 /* ../Play-/Source/ee/IPU_MacroblockTypeBTable.cpp */ = {isa = PBXBuildFile; fileRef = 2A37E70F3E53482EBE752262 /* ../Play-/Source/ee/IPU_MacroblockTypeBTable.cpp */; }; + 9EE8908334C241ADBCF001B1 /* ../Play-/Source/discimages/MdsDiscImage.h */ = {isa = PBXBuildFile; fileRef = CED53FC61EE248E28A34A693 /* ../Play-/Source/discimages/MdsDiscImage.h */; }; + 9F8C8C3E8EAF40A798331651 /* ../Play-/deps/CodeGen/tests/MdCmpTest.h */ = {isa = PBXBuildFile; fileRef = 7A5705BC6A87427DA2D3C876 /* ../Play-/deps/CodeGen/tests/MdCmpTest.h */; }; + 9FBA2F05FF294DC2BA2AABDD /* ../Play-/Source/MIPSAnalysis.cpp */ = {isa = PBXBuildFile; fileRef = CB39F4685F4D4C449E79CBA2 /* ../Play-/Source/MIPSAnalysis.cpp */; }; + A17C1A78E92440F397190DBA /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */ = {isa = PBXBuildFile; fileRef = 5A7E8780C38643C6AB7E16C9 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */; }; + A19DD7D340904CEFA029F48F /* ../Play-/deps/CodeGen/src/Jitter.cpp */ = {isa = PBXBuildFile; fileRef = 6B68CE53300D4094B88A9685 /* ../Play-/deps/CodeGen/src/Jitter.cpp */; }; + A1ADF741BD0044B6B981FA0F /* ../Play-/Source/states/XmlStateFile.h */ = {isa = PBXBuildFile; fileRef = D1BCD15E8C03422799831644 /* ../Play-/Source/states/XmlStateFile.h */; }; + A1BDD3F9CCE94A12855A4C1C /* ../Play-/deps/Framework/src/zip/ZipDeflateStream.cpp */ = {isa = PBXBuildFile; fileRef = 8ED39A54B1BA43C29CCBFCE4 /* ../Play-/deps/Framework/src/zip/ZipDeflateStream.cpp */; }; + A1F6FA389EFD4D80A28B7164 /* ../Play-/Source/MIPSAnalysis.h */ = {isa = PBXBuildFile; fileRef = 793FA8DDDB6343B895E33C4A /* ../Play-/Source/MIPSAnalysis.h */; }; + A21CDDF625734895BEBCA940 /* ../Play-/Source/s3stream/S3ObjectStream.cpp */ = {isa = PBXBuildFile; fileRef = F7EDEBD92A3448EE92C67317 /* ../Play-/Source/s3stream/S3ObjectStream.cpp */; }; + A241857DC7A14227948E5E30 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.h */ = {isa = PBXBuildFile; fileRef = D3E18728EA544280AFE47000 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.h */; }; + A2CFF7BBAC8C41C1841A5E16 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c */ = {isa = PBXBuildFile; fileRef = B7C3B03178EA4CA08D5BCF75 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c */; }; + A350F9BDD2BC4451AA34B2A5 /* ../Play-/deps/CodeGen/tests/MdSubTest.h */ = {isa = PBXBuildFile; fileRef = A74E62C91951452EBD27A608 /* ../Play-/deps/CodeGen/tests/MdSubTest.h */; }; + A378BB48220E4F03B54B51E3 /* ../Play-/deps/CodeGen/include/X86Assembler.h */ = {isa = PBXBuildFile; fileRef = 276CE5AC97E645BB8A6C4221 /* ../Play-/deps/CodeGen/include/X86Assembler.h */; }; + A38E7676A72444EE8F7D5192 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */ = {isa = PBXBuildFile; fileRef = 12AC3894DB4E4DCC8EFCDEEA /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */; }; + A3A16BA5372E4955BCCDE876 /* ../Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.h */ = {isa = PBXBuildFile; fileRef = 6AF38624FC4C42DE870D2D0D /* ../Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.h */; }; + A3A226D6172C40FAB04E821E /* ../Play-/Source/gs/GSH_Null.cpp */ = {isa = PBXBuildFile; fileRef = A26CEF2620B046478F2B0295 /* ../Play-/Source/gs/GSH_Null.cpp */; }; + A3D3BAC9AEDD4CF383A38205 /* ../Play-/Source/discimages/ChdStreamSupport.h */ = {isa = PBXBuildFile; fileRef = 9BEBAC0DA7CA4C56BD2C3D8B /* ../Play-/Source/discimages/ChdStreamSupport.h */; }; + A3EF33EA68634E6F8C68B938 /* ../Play-/deps/CodeGen/src/Jitter_CodeGenFactory.cpp */ = {isa = PBXBuildFile; fileRef = E9B1CDED5EFD4EAE9F6EE8F8 /* ../Play-/deps/CodeGen/src/Jitter_CodeGenFactory.cpp */; }; + A3F11BDFF8614359B1618862 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_32.cpp */ = {isa = PBXBuildFile; fileRef = 25700BCDAF9240B6B85251C8 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_32.cpp */; }; + A49DC9D3885946898F4AA30E /* ../Play-/deps/CodeGen/tests/MdCallTest.cpp */ = {isa = PBXBuildFile; fileRef = BA272900AD7C496FAE8CCDAC /* ../Play-/deps/CodeGen/tests/MdCallTest.cpp */; }; + A5BB91CFF947462BBF787B7E /* ../Play-/deps/CodeGen/include/AArch32Assembler.h */ = {isa = PBXBuildFile; fileRef = 14497343E4EC4C218ED94670 /* ../Play-/deps/CodeGen/include/AArch32Assembler.h */; }; + A5BCDF7480DC470DB81F1F96 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */ = {isa = PBXBuildFile; fileRef = 8C8FC70A94934993BA8A1E41 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */; }; + A69B1172A798433B9F27EC51 /* ../Play-/deps/Framework/src/PathUtils.cpp */ = {isa = PBXBuildFile; fileRef = 2C41D09C7BF24EA784A24E71 /* ../Play-/deps/Framework/src/PathUtils.cpp */; }; + A6A5921C18684E8EB9A03149 /* ../Play-/Source/iop/Iop_Cdvdfsv.cpp */ = {isa = PBXBuildFile; fileRef = 52F490A871494A3CAB1FCE97 /* ../Play-/Source/iop/Iop_Cdvdfsv.cpp */; }; + A711FED8BAF241D9875FD86C /* ../Play-/deps/CodeGen/tests/RandomAluTest3.cpp */ = {isa = PBXBuildFile; fileRef = 444B07FE438146779A687126 /* ../Play-/deps/CodeGen/tests/RandomAluTest3.cpp */; }; + A790299D9E9140D4A75E6882 /* ../Play-/deps/Framework/src/xml/Writer.cpp */ = {isa = PBXBuildFile; fileRef = A45037A4C166416894601660 /* ../Play-/deps/Framework/src/xml/Writer.cpp */; }; + A7A7712969C64B378B2758D5 /* ../Play-/deps/Framework/include/StringUtils.h */ = {isa = PBXBuildFile; fileRef = A217DEC65C6440E6BC249EB0 /* ../Play-/deps/Framework/include/StringUtils.h */; }; + A7BAABA6C57D4C008CC89262 /* ../Play-/Source/saves/McDumpReader.h */ = {isa = PBXBuildFile; fileRef = 47C7935754AE492284ACAE65 /* ../Play-/Source/saves/McDumpReader.h */; }; + A7D302CA750E4B90BB64EBBD /* ../Play-/Source/ee/COP_VU_Reflection.cpp */ = {isa = PBXBuildFile; fileRef = 4778B7528A2A4793B3C404EE /* ../Play-/Source/ee/COP_VU_Reflection.cpp */; }; + A7EB3F52C5D64D509902F53D /* ../Play-/Source/PH_Generic.h */ = {isa = PBXBuildFile; fileRef = FAE2D56877EE4C3BA9EABBB7 /* ../Play-/Source/PH_Generic.h */; }; + A82223C47AAE4638920E7E87 /* ../Play-/Source/COP_SCU.cpp */ = {isa = PBXBuildFile; fileRef = AECC7050E6964A16BD000969 /* ../Play-/Source/COP_SCU.cpp */; }; + A847ED862F1445A1B7F4C1EB /* ../Play-/deps/CodeGen/tests/MdManipTest.cpp */ = {isa = PBXBuildFile; fileRef = 4B3E72CC12024ADE8B46B6F5 /* ../Play-/deps/CodeGen/tests/MdManipTest.cpp */; }; + A88F1821A00341EF8F235286 /* ../Play-/deps/CodeGen/tests/MdCallTest.h */ = {isa = PBXBuildFile; fileRef = 106D496DA1744D3787DDDE3F /* ../Play-/deps/CodeGen/tests/MdCallTest.h */; }; + A8989C64497A4B9C829A7A77 /* ../Play-/deps/Framework/include/layout/FlatLayout.h */ = {isa = PBXBuildFile; fileRef = F6B1EE22C2084ADFBAE5E610 /* ../Play-/deps/Framework/include/layout/FlatLayout.h */; }; + A911CB9505DC408FA78C4BC8 /* ../Play-/Source/DiskUtils.h */ = {isa = PBXBuildFile; fileRef = 919D825725534315811EFC42 /* ../Play-/Source/DiskUtils.h */; }; + A936BF35CF5246ACA5687362 /* ../Play-/Source/ee/IPU_MacroblockTypeBTable.h */ = {isa = PBXBuildFile; fileRef = 87B0BA3FD347488D8B59BDBE /* ../Play-/Source/ee/IPU_MacroblockTypeBTable.h */; }; + A939CBE4A3904AAAA78C7C1C /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaEnc.h */ = {isa = PBXBuildFile; fileRef = B497F4D3F4EE4C2FB7F78778 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaEnc.h */; }; + A95189D731B34FB68C5928C0 /* ../Play-/Source/ee/IPU_MotionCodeTable.h */ = {isa = PBXBuildFile; fileRef = CAAB8C3BCED24618B822CB1D /* ../Play-/Source/ee/IPU_MotionCodeTable.h */; }; + A995FBF4CF444932BE6F7512 /* ../Play-/Source/ee/COP_VU.h */ = {isa = PBXBuildFile; fileRef = 13818F52BB80424DBACED333 /* ../Play-/Source/ee/COP_VU.h */; }; + AA149B22FE2C4CC392B4E4BD /* ../Play-/deps/CodeGen/tests/Merge64Test.h */ = {isa = PBXBuildFile; fileRef = 8D5117D462664AB586E242DB /* ../Play-/deps/CodeGen/tests/Merge64Test.h */; }; + AA5878D27F01460EA17FB406 /* ../Play-/Source/iop/Iop_Modload.cpp */ = {isa = PBXBuildFile; fileRef = 6180BF43C6F141AEAE20FFB2 /* ../Play-/Source/iop/Iop_Modload.cpp */; }; + AA7CA7368F70411C9076C205 /* ../Play-/Source/ee/IPU_MacroblockTypePTable.h */ = {isa = PBXBuildFile; fileRef = BB018458F26E487684861672 /* ../Play-/Source/ee/IPU_MacroblockTypePTable.h */; }; + AACA02E949AD45EC834803FA /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Compiler.h */ = {isa = PBXBuildFile; fileRef = 02D5163F6D0E4358898717C8 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Compiler.h */; }; + AC35CDD2581C41159B7E783C /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */ = {isa = PBXBuildFile; fileRef = D9E9A0708E4D42129F583C9C /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */; }; + AC3F4D5C68324866A0E8D7E0 /* ../Play-/Source/AppConfig.cpp */ = {isa = PBXBuildFile; fileRef = 4A52D485239345C09E35BA50 /* ../Play-/Source/AppConfig.cpp */; }; + AC43A151742C4CF4B0C48852 /* ../Play-/deps/CodeGen/tests/CursorTest.cpp */ = {isa = PBXBuildFile; fileRef = B2BFBFC1C89D43C4A9CBCEE4 /* ../Play-/deps/CodeGen/tests/CursorTest.cpp */; }; + AD5681E57A524122807ECDD8 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */ = {isa = PBXBuildFile; fileRef = 92D95697A9A44AB6B33527DD /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */; }; + AD67CF25735F41CDB55C9621 /* ../Play-/Source/hdd/PfsDefs.h */ = {isa = PBXBuildFile; fileRef = E24892F8B76B4D898401C29E /* ../Play-/Source/hdd/PfsDefs.h */; }; + AE2484005AAD415D924634EA /* ../Play-/Source/ScreenPositionListener.h */ = {isa = PBXBuildFile; fileRef = E952A6F7011B4C508F080615 /* ../Play-/Source/ScreenPositionListener.h */; }; + AE55DE741BCD492A9B9EB851 /* ../Play-/deps/Dependencies/zstd/lib/common/debug.h */ = {isa = PBXBuildFile; fileRef = E542FA891A9B4DDFB384C56D /* ../Play-/deps/Dependencies/zstd/lib/common/debug.h */; }; + AE872F3CEF4C45EA8477085C /* ../Play-/Source/ee/IPU_MacroblockTypeITable.cpp */ = {isa = PBXBuildFile; fileRef = FAE43C9209944D3586F6E45D /* ../Play-/Source/ee/IPU_MacroblockTypeITable.cpp */; }; + AF29DA46CD5E4821972D4CA0 /* ../Play-/deps/Framework/include/Breakpoint.h */ = {isa = PBXBuildFile; fileRef = 684B08265DEF4E9A95731F10 /* ../Play-/deps/Framework/include/Breakpoint.h */; }; + AF421C5CDC104392B3D03407 /* ../Play-/Source/ee/FpAddTruncate.h */ = {isa = PBXBuildFile; fileRef = E40A30ACC4FB44598D1F2EF1 /* ../Play-/Source/ee/FpAddTruncate.h */; }; + AFA06C4AF0AB40E58E153CFB /* ../Play-/Source/gs/GsCachedArea.h */ = {isa = PBXBuildFile; fileRef = E7ECE8BDBC034D6F9EF1A75C /* ../Play-/Source/gs/GsCachedArea.h */; }; + AFD84C5EB9434B16800FD738 /* ../Play-/Source/states/RegisterStateFile.h */ = {isa = PBXBuildFile; fileRef = D475EEB3BADB4E6B9BB97535 /* ../Play-/Source/states/RegisterStateFile.h */; }; + B0DD02B79679458EA0309BE5 /* ../Play-/deps/CodeGen/tests/Crc32Test.cpp */ = {isa = PBXBuildFile; fileRef = B017F3F7384E4C5790B47ABF /* ../Play-/deps/CodeGen/tests/Crc32Test.cpp */; }; + B164F3BC38E148479135AEE3 /* ../Play-/deps/CodeGen/src/X86Assembler_Fpu.cpp */ = {isa = PBXBuildFile; fileRef = E651049CAFAC44958D8DF3D4 /* ../Play-/deps/CodeGen/src/X86Assembler_Fpu.cpp */; }; + B1BA62DFCA414932B999D18D /* ../Play-/Source/discimages/CsoImageStream.cpp */ = {isa = PBXBuildFile; fileRef = F482F03B41F04751B05CC6B7 /* ../Play-/Source/discimages/CsoImageStream.cpp */; }; + B1FD6B012A5145DB809E2B42 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */ = {isa = PBXBuildFile; fileRef = 586948453B694E2C90BA167A /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */; }; + B226DBC4EDCD4C929AE8EFAD /* ../Play-/deps/Framework/src/PtrStream.cpp */ = {isa = PBXBuildFile; fileRef = 875A8055E71C494BB1849FB2 /* ../Play-/deps/Framework/src/PtrStream.cpp */; }; + B23EE3F977F347139DEA3830 /* ../Play-/deps/Framework/src/bitmap/Bitmap.cpp */ = {isa = PBXBuildFile; fileRef = 77C29AFD11534805BFC1824A /* ../Play-/deps/Framework/src/bitmap/Bitmap.cpp */; }; + B24471A6701C438F81C39310 /* ../Play-/deps/Framework/include/zip/ZipArchiveWriter.h */ = {isa = PBXBuildFile; fileRef = 98114B7025D14BF787865657 /* ../Play-/deps/Framework/include/zip/ZipArchiveWriter.h */; }; + B265228CED2A4633A09F01B2 /* ../Play-/Source/discimages/IszImageStream.cpp */ = {isa = PBXBuildFile; fileRef = A3BFAF6CF34C43B2B9C3B11D /* ../Play-/Source/discimages/IszImageStream.cpp */; }; + B29F287515A0456FBD92BA83 /* ../Play-/Source/gs/GSHandler.h */ = {isa = PBXBuildFile; fileRef = 1459F8EBFA5D4C72950AF36A /* ../Play-/Source/gs/GSHandler.h */; }; + B2BF5A84460D4F0DB37087E6 /* ../Play-/deps/Framework/include/zip/ZipStoreStream.h */ = {isa = PBXBuildFile; fileRef = E75B35CDBF6D4376BDB1D69F /* ../Play-/deps/Framework/include/zip/ZipStoreStream.h */; }; + B2CA91A8F5D4407EA3E82D22 /* ../Play-/Source/gs/GsTransferRange.h */ = {isa = PBXBuildFile; fileRef = AFE8CF8E2677410E8D4584A2 /* ../Play-/Source/gs/GsTransferRange.h */; }; + B38B2222929C447FBC7517A8 /* ../Play-/Source/ee/EeBasicBlock.h */ = {isa = PBXBuildFile; fileRef = AAA142EE3BA049B2BD7DE263 /* ../Play-/Source/ee/EeBasicBlock.h */; }; + B3BDAA41C2754C74B82D01A0 /* ../Play-/deps/CodeGen/include/Jitter_Symbol.h */ = {isa = PBXBuildFile; fileRef = C8EE12D8EC2F42268E86E697 /* ../Play-/deps/CodeGen/include/Jitter_Symbol.h */; }; + B40015AF9D33478688F7BB26 /* ../Play-/Source/iop/ioman/HardDiskDevice.cpp */ = {isa = PBXBuildFile; fileRef = C40C9C71853E4596860FA5EF /* ../Play-/Source/iop/ioman/HardDiskDevice.cpp */; }; + B41836BBD7E3460B8F88E1D5 /* ../Play-/Source/iop/Iop_Timrman.cpp */ = {isa = PBXBuildFile; fileRef = BE3C4991E08D47ECB167BD12 /* ../Play-/Source/iop/Iop_Timrman.cpp */; }; + B4257436DA3F44C4BED982E5 /* ../Play-/Source/iop/Iop_Modload.h */ = {isa = PBXBuildFile; fileRef = F9E4F3035E034C6BBF0D6E97 /* ../Play-/Source/iop/Iop_Modload.h */; }; + B4BAE36AFBBE41598F28F3F2 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = D6BBCD90831A44D1A5C14256 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */; }; + B4C3941863F543F4B525CE35 /* ../Play-/deps/Framework/include/layout/LayoutObject.h */ = {isa = PBXBuildFile; fileRef = 075207AD27244B3992741319 /* ../Play-/deps/Framework/include/layout/LayoutObject.h */; }; + B525279AEB604124ACDAD2C7 /* ../Play-/deps/CodeGen/tests/FpIntMixTest.cpp */ = {isa = PBXBuildFile; fileRef = 2C5AA4CF2F2C4B0BA3641D5E /* ../Play-/deps/CodeGen/tests/FpIntMixTest.cpp */; }; + B5451EB0203E4CB6B29FA6CC /* ../Play-/deps/libchdr/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = C85071F42AFF4929A4F34D1A /* ../Play-/deps/libchdr/CMakeLists.txt */; }; + B5ABF73541304382B97101E1 /* ../Play-/Source/ISO9660/PathTable.h */ = {isa = PBXBuildFile; fileRef = F09FDE806C39430C931816F5 /* ../Play-/Source/ISO9660/PathTable.h */; }; + B5CD7DF5D48E4B8197F486E1 /* ../Play-/Source/iop/Iop_SifMan.cpp */ = {isa = PBXBuildFile; fileRef = 75D1489AE19044779F9A1040 /* ../Play-/Source/iop/Iop_SifMan.cpp */; }; + B63019FC89D84BEC8223DA3C /* ../Play-/Source/iop/namco_sys246/Iop_NamcoSys246.cpp */ = {isa = PBXBuildFile; fileRef = 602E926C6E83451BBCB66D2A /* ../Play-/Source/iop/namco_sys246/Iop_NamcoSys246.cpp */; }; + B684C3C4AC8E4D1FA483CBE2 /* ../Play-/deps/CodeGen/tests/AliasTest2.cpp */ = {isa = PBXBuildFile; fileRef = BACEC04053B944868E54838E /* ../Play-/deps/CodeGen/tests/AliasTest2.cpp */; }; + B686AFE7D0584211AECEB3F6 /* ../Play-/Source/iop/Iop_SifCmd.h */ = {isa = PBXBuildFile; fileRef = 1E789622D3E14E189FEFBC8B /* ../Play-/Source/iop/Iop_SifCmd.h */; }; + B6B4A43F9B264A528840D31C /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzHash.h */ = {isa = PBXBuildFile; fileRef = F867A745340A48ADBE69DE69 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzHash.h */; }; + B6D6DA5BFEE74321A4468B7A /* ../Play-/deps/CodeGen/src/Jitter_Optimize.cpp */ = {isa = PBXBuildFile; fileRef = 620D46798F0D4F46A95757C8 /* ../Play-/deps/CodeGen/src/Jitter_Optimize.cpp */; }; + B7AF8C1140CD4133A4DB4992 /* ../Play-/Source/iop/Iop_FileIoHandler2100.cpp */ = {isa = PBXBuildFile; fileRef = 159A004E44514DFA9C19A051 /* ../Play-/Source/iop/Iop_FileIoHandler2100.cpp */; }; + B7B9D07DF7754698B1D6F5EC /* ../Play-/Source/iop/Ioman_Device.h */ = {isa = PBXBuildFile; fileRef = 4E2123F4832A46B28C298832 /* ../Play-/Source/iop/Ioman_Device.h */; }; + B7EAEEC7B4FD4D4886C4436C /* ../Play-/Source/iop/Iop_PathUtils.h */ = {isa = PBXBuildFile; fileRef = 8195B5EDF6334B68BFCBFB5E /* ../Play-/Source/iop/Iop_PathUtils.h */; }; + B84295E4140C4187833E35C8 /* ../Play-/deps/Framework/src/StringUtils.cpp */ = {isa = PBXBuildFile; fileRef = E30AD65197564F0994F6EA36 /* ../Play-/deps/Framework/src/StringUtils.cpp */; }; + B882441D3FAB430881F41D63 /* ../Play-/Source/ee/DMAC.h */ = {isa = PBXBuildFile; fileRef = 0616BA8820B947E2B903738F /* ../Play-/Source/ee/DMAC.h */; }; + B8BEC7C802474BAEAE854D72 /* ../Play-/deps/CodeGen/tests/MemAccess8Test.h */ = {isa = PBXBuildFile; fileRef = B052E2A19E254E1CA6F5739C /* ../Play-/deps/CodeGen/tests/MemAccess8Test.h */; }; + B909CBC4B0174D52B4E425E2 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaDec.h */ = {isa = PBXBuildFile; fileRef = 2E5BE59B6F654DEBAF920B20 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaDec.h */; }; + BA12E7E598784A458533B209 /* ../Play-/Source/saves/Icon.h */ = {isa = PBXBuildFile; fileRef = 984141138FD24D3D8BF6130C /* ../Play-/Source/saves/Icon.h */; }; + BB0B74BD9AF146468E896726 /* ../Play-/Source/iop/IopBios.cpp */ = {isa = PBXBuildFile; fileRef = 66393513AC404CBCABC2A788 /* ../Play-/Source/iop/IopBios.cpp */; }; + BB493CE1AB2F4C95A7E62AA1 /* ../Play-/deps/Framework/src/zip/ZipStoreStream.cpp */ = {isa = PBXBuildFile; fileRef = 68947AB14ADB490DAB13D2C0 /* ../Play-/deps/Framework/src/zip/ZipStoreStream.cpp */; }; + BBA6FAB0CC8A49CA973F7294 /* ../Play-/deps/CodeGen/src/Jitter_RegAlloc.cpp */ = {isa = PBXBuildFile; fileRef = 98563BC495EF456C9597C993 /* ../Play-/deps/CodeGen/src/Jitter_RegAlloc.cpp */; }; + BBC63090F1E04F728A9B9045 /* ../Play-/Source/iop/Iop_McServ.cpp */ = {isa = PBXBuildFile; fileRef = 226378E2BC6B4E53B28DFAA0 /* ../Play-/Source/iop/Iop_McServ.cpp */; }; + BBD8E3EC47664E0381046086 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */ = {isa = PBXBuildFile; fileRef = BBB45340C80F4B269BC07DF1 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */; }; + BC6000437DEC46FAAB1F960F /* ../Play-/Source/ee/VuBasicBlock.cpp */ = {isa = PBXBuildFile; fileRef = 4BE7F52CD0BD44A09FA89AF1 /* ../Play-/Source/ee/VuBasicBlock.cpp */; }; + BC85E255F5224CD099645E6D /* ../Play-/Source/states/RegisterStateCollectionFile.cpp */ = {isa = PBXBuildFile; fileRef = B38FF2AF1EC648DD89EBC128 /* ../Play-/Source/states/RegisterStateCollectionFile.cpp */; }; + BCF7A408D7D24F9CBEBAE1A5 /* ../Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.cpp */ = {isa = PBXBuildFile; fileRef = 32D19FE1B4B04224B3062EA7 /* ../Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.cpp */; }; + BD32A7A9BF0841078EE1AAA4 /* ../Play-/Source/PadHandler.h */ = {isa = PBXBuildFile; fileRef = 7A077688D3B145E0B36C016D /* ../Play-/Source/PadHandler.h */; }; + BE6F7545C43C4F9DBCB08C4E /* ../Play-/deps/CodeGen/include/CoffDefs.h */ = {isa = PBXBuildFile; fileRef = B018F82E7B9948E2863A8FB0 /* ../Play-/deps/CodeGen/include/CoffDefs.h */; }; + BFC235A45F1F49AF9A1BA86F /* ../Play-/Source/iop/Iop_Vblank.h */ = {isa = PBXBuildFile; fileRef = B5BC9C3367484384BAD271AD /* ../Play-/Source/iop/Iop_Vblank.h */; }; + C03A69E90A5541EB9FF573F8 /* ../Play-/Source/saves/XpsSaveImporter.cpp */ = {isa = PBXBuildFile; fileRef = 77911362EECE4D80AE255135 /* ../Play-/Source/saves/XpsSaveImporter.cpp */; }; + C0A6665598A4416093DC168B /* ../Play-/Source/iop/Iop_Dev9.h */ = {isa = PBXBuildFile; fileRef = E1596EBC90234B72969D62C1 /* ../Play-/Source/iop/Iop_Dev9.h */; }; + C121E24E58484404BAC2FE67 /* ../Play-/Source/BlockLookupOneWay.h */ = {isa = PBXBuildFile; fileRef = 2477078DC2714316B18E4EDA /* ../Play-/Source/BlockLookupOneWay.h */; }; + C1225B98E40B411E8E951A42 /* ../Play-/deps/Framework/include/Url.h */ = {isa = PBXBuildFile; fileRef = 8A99357504F24F5C96B3D8CF /* ../Play-/deps/Framework/include/Url.h */; }; + C1E73B2926DC45A8A9BCA946 /* ../Play-/deps/libchdr/src/libchdr_huffman.c */ = {isa = PBXBuildFile; fileRef = F3BB5BBFD1904F878C6AAE76 /* ../Play-/deps/libchdr/src/libchdr_huffman.c */; }; + C1F7A013A2304C008636290B /* ../Play-/deps/Framework/include/http/AppleHttpClient.h */ = {isa = PBXBuildFile; fileRef = 7F8FEDB3DD4146EEAA33C361 /* ../Play-/deps/Framework/include/http/AppleHttpClient.h */; }; + C1FC39A4E5DF4223A7B5BB90 /* ../Play-/deps/CodeGen/tests/MemAccessIdxTest.cpp */ = {isa = PBXBuildFile; fileRef = A06E83317C424351A219429F /* ../Play-/deps/CodeGen/tests/MemAccessIdxTest.cpp */; }; + C2945900EFED4C0DAED6E499 /* ../Play-/deps/CodeGen/tests/RegAllocTest.cpp */ = {isa = PBXBuildFile; fileRef = E499EA3BA958461191584CA8 /* ../Play-/deps/CodeGen/tests/RegAllocTest.cpp */; }; + C29E8CE2431A453CBA1B4624 /* ../Play-/Source/iop/Iop_Dmac.h */ = {isa = PBXBuildFile; fileRef = A94949BEA734427E853C6CF5 /* ../Play-/Source/iop/Iop_Dmac.h */; }; + C2A436B4C3434BD1A23C49C0 /* ../Play-/deps/CodeGen/tests/SimpleMdTest.h */ = {isa = PBXBuildFile; fileRef = D5FAF0EC6E5E4CFC810742A7 /* ../Play-/deps/CodeGen/tests/SimpleMdTest.h */; }; + C2D384339967475395DF0566 /* ../Play-/Source/Log.h */ = {isa = PBXBuildFile; fileRef = 4B45B62269EA44FCA28D585B /* ../Play-/Source/Log.h */; }; + C30A6B7F84B140478B8F75AA /* ../Play-/Source/iop/Iop_IomanX.cpp */ = {isa = PBXBuildFile; fileRef = 39967A81F9324B2984F44751 /* ../Play-/Source/iop/Iop_IomanX.cpp */; }; + C3878BDB9FD04934924AB2DF /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */ = {isa = PBXBuildFile; fileRef = 781248E8E06E409E93AA50D2 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */; }; + C3888AF1C5B54EFE835DA216 /* ../Play-/deps/CodeGen/tests/FpClampTest.cpp */ = {isa = PBXBuildFile; fileRef = DE47B46581EC4EC1A1B45EC8 /* ../Play-/deps/CodeGen/tests/FpClampTest.cpp */; }; + C46BA9AC9CDE4A85AE2FEF9E /* ../Play-/deps/Framework/src/Utf8.cpp */ = {isa = PBXBuildFile; fileRef = 5531936BBC88481098B5883A /* ../Play-/deps/Framework/src/Utf8.cpp */; }; + C4B920FFE518440789DD8EED /* ../Play-/deps/CodeGen/src/Jitter_CodeGen.cpp */ = {isa = PBXBuildFile; fileRef = 9EA6427F1A7340F195718807 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen.cpp */; }; + C4C2470F82904A258F18A2F1 /* ../Play-/Source/iop/Iop_FileIoHandler1000.h */ = {isa = PBXBuildFile; fileRef = A081D58CC0BB43D1934ED6D7 /* ../Play-/Source/iop/Iop_FileIoHandler1000.h */; }; + C585084F5003461C97550960 /* ../Play-/Source/iop/Iop_SifCmd.cpp */ = {isa = PBXBuildFile; fileRef = D49232A8279F44FD818873FC /* ../Play-/Source/iop/Iop_SifCmd.cpp */; }; + C5A33C02CCC64F869852D49A /* ../Play-/deps/CodeGen/tests/MdLogicTest.h */ = {isa = PBXBuildFile; fileRef = 047E9D5CD4B6438FB08339AE /* ../Play-/deps/CodeGen/tests/MdLogicTest.h */; }; + C5AA4A0F13FA46688E2B5ED6 /* ../Play-/Source/iop/Iop_Dynamic.h */ = {isa = PBXBuildFile; fileRef = CEB07E233DCC4751A436DB32 /* ../Play-/Source/iop/Iop_Dynamic.h */; }; + C5F6DDBEA0884A6C8F5E7DDA /* ../Play-/Source/iop/Iop_Thsema.cpp */ = {isa = PBXBuildFile; fileRef = CE95BCD45E6B447BB63D6EB9 /* ../Play-/Source/iop/Iop_Thsema.cpp */; }; + C5FB3B8F56C24969AADB822B /* ../Play-/Source/VirtualPad.h */ = {isa = PBXBuildFile; fileRef = 8B3B0670C52E450582EEC61A /* ../Play-/Source/VirtualPad.h */; }; + C629E12B36CF4738858473BF /* ../Play-/deps/CodeGen/include/Jitter_Statement.h */ = {isa = PBXBuildFile; fileRef = 75D8B9BF43AF49F1BA0A1AC7 /* ../Play-/deps/CodeGen/include/Jitter_Statement.h */; }; + C635D549C927418A99C0F0AC /* ../Play-/Source/states/RegisterState.cpp */ = {isa = PBXBuildFile; fileRef = C69295BD076849EBBAE9E5A3 /* ../Play-/Source/states/RegisterState.cpp */; }; + C64E38B1F3054297A5E387E9 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.h */ = {isa = PBXBuildFile; fileRef = 6E0918C68201414294ADA3DF /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.h */; }; + C66AE14AEC1E4E93B51FA4CA /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */ = {isa = PBXBuildFile; fileRef = 4F1D4ACAB02147F982BDB218 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */; }; + C6916EF7AA1240BDB40A6CD9 /* ../Play-/Source/InputConfig.cpp */ = {isa = PBXBuildFile; fileRef = B6F9AA70A8274F1A9DF957DA /* ../Play-/Source/InputConfig.cpp */; }; + C70A0304342C40ED91DB933B /* ../Play-/deps/Framework/src/mpeg2/VLCTable.cpp */ = {isa = PBXBuildFile; fileRef = 3E865CC7F616499B87805BE2 /* ../Play-/deps/Framework/src/mpeg2/VLCTable.cpp */; }; + C74A272A402B4A3F9F856E7D /* ../Play-/deps/Dependencies/zstd/lib/compress/clevels.h */ = {isa = PBXBuildFile; fileRef = A60FB66226FC40B7AC70A8B5 /* ../Play-/deps/Dependencies/zstd/lib/compress/clevels.h */; }; + C7ACDDA5A90B43B694452080 /* ../Play-/deps/Framework/src/string_cast.cpp */ = {isa = PBXBuildFile; fileRef = 628AF8EE725947C882C5124F /* ../Play-/deps/Framework/src/string_cast.cpp */; }; + C836B17477F74FBFBBB9E155 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */ = {isa = PBXBuildFile; fileRef = B60FC6FE2836499795AD1B1C /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */; }; + C87A3A3FADA44329AB4F4B82 /* ../Play-/Source/saves/MaxSaveImporter.cpp */ = {isa = PBXBuildFile; fileRef = 7C84AE8FE5B9402E95013559 /* ../Play-/Source/saves/MaxSaveImporter.cpp */; }; + C8EC92C0ABC74D46A3015FA2 /* ../Play-/Source/iop/Iop_Thbase.h */ = {isa = PBXBuildFile; fileRef = 4CE7ECE200B04616A8E308B6 /* ../Play-/Source/iop/Iop_Thbase.h */; }; + C9B04B16C4A74A6E91ECCBB7 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */ = {isa = PBXBuildFile; fileRef = D0C9B880C8A540E182DBD8E7 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */; }; + CAAD2309F1904E7CBFE0958A /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md_Avx.cpp */ = {isa = PBXBuildFile; fileRef = 867C96AD38884238A3AC81BF /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md_Avx.cpp */; }; + CB191657AA2742EC81B383C5 /* ../Play-/Source/ee/IPU_MacroblockTypePTable.cpp */ = {isa = PBXBuildFile; fileRef = 7ECDD1C79292404FB10C22EA /* ../Play-/Source/ee/IPU_MacroblockTypePTable.cpp */; }; + CB4E7AB1B76E424C8CB003B8 /* ../Play-/Source/MailBox.cpp */ = {isa = PBXBuildFile; fileRef = 0C12B00DF35947B49B02D77A /* ../Play-/Source/MailBox.cpp */; }; + CB513D7CDF72449E99AB0FF0 /* ../Play-/deps/CodeGen/tests/SimpleMdTest.cpp */ = {isa = PBXBuildFile; fileRef = 629525A0F21B4938B71DF2D8 /* ../Play-/deps/CodeGen/tests/SimpleMdTest.cpp */; }; + CC03DE9702664CEA9A043405 /* ../Play-/Source/saves/PsuSaveImporter.cpp */ = {isa = PBXBuildFile; fileRef = 45D0A086618146BC90B6D1D8 /* ../Play-/Source/saves/PsuSaveImporter.cpp */; }; + CC07A991C0DF48BA8BB651C1 /* ../Play-/Source/iop/Iop_Spu.cpp */ = {isa = PBXBuildFile; fileRef = EDB914742D0640879C4937B4 /* ../Play-/Source/iop/Iop_Spu.cpp */; }; + CC1A34B155E5425FB2413E02 /* ../Play-/deps/CodeGen/tests/MdCmpTest.cpp */ = {isa = PBXBuildFile; fileRef = DC9EB0BEA5514717B90C306B /* ../Play-/deps/CodeGen/tests/MdCmpTest.cpp */; }; + CC51F20FCE0A4E90BED0D06C /* ../Play-/deps/CodeGen/tests/NestedIfTest.h */ = {isa = PBXBuildFile; fileRef = 8E06846CDD5748FA9225CE23 /* ../Play-/deps/CodeGen/tests/NestedIfTest.h */; }; + CC703BF373454D329CCEDA74 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */ = {isa = PBXBuildFile; fileRef = 8C6B0875733241B9A6A9D635 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */; }; + CCBEAD8904354A37B937BC4F /* ../Play-/Source/gs/GsPixelFormats.cpp */ = {isa = PBXBuildFile; fileRef = CF1332AFED774329B2B57CBF /* ../Play-/Source/gs/GsPixelFormats.cpp */; }; + CCDCB30ED1EE4387A7F489EE /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */ = {isa = PBXBuildFile; fileRef = 705CFDEE43AF44D0AB099A65 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */; }; + CD045F21F5E149A1814F1BAB /* ../Play-/deps/CodeGen/tests/ExternJumpTest.h */ = {isa = PBXBuildFile; fileRef = 9B01AA37D0A14A13B89E8689 /* ../Play-/deps/CodeGen/tests/ExternJumpTest.h */; }; + CE224DFC23D2428181C6978C /* ../Play-/deps/Framework/include/layout/HorizontalLayout.h */ = {isa = PBXBuildFile; fileRef = 6B6E587BC59E453F8F67A80C /* ../Play-/deps/Framework/include/layout/HorizontalLayout.h */; }; + CE99FBE1B06247DE995B37D4 /* ../Play-/Source/ee/FpMulTruncate.h */ = {isa = PBXBuildFile; fileRef = B590A65D6C4046F689680798 /* ../Play-/Source/ee/FpMulTruncate.h */; }; + CEE6A59556F744C98F5B49F8 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_64.cpp */ = {isa = PBXBuildFile; fileRef = 35C785F63BB640F78C53930A /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_64.cpp */; }; + CF126124391B4062B29889C2 /* ../Play-/deps/CodeGen/tests/MemAccessRefTest.cpp */ = {isa = PBXBuildFile; fileRef = AB8C8C8998814CAFB48C4143 /* ../Play-/deps/CodeGen/tests/MemAccessRefTest.cpp */; }; + CF388413768844FF8C3E8395 /* ../Play-/Source/iop/Iop_Thevent.cpp */ = {isa = PBXBuildFile; fileRef = E26992EC99E04DEB83E4C498 /* ../Play-/Source/iop/Iop_Thevent.cpp */; }; + D04EAD15EC8C40CDBCD33EE3 /* ../Play-/Source/ee/IPU.h */ = {isa = PBXBuildFile; fileRef = 17E6EFFD76004CCB8354F3F0 /* ../Play-/Source/ee/IPU.h */; }; + D0500B6842784778929AC5B5 /* ../Play-/Source/ElfFile.h */ = {isa = PBXBuildFile; fileRef = 71893172CE464113A44E58F5 /* ../Play-/Source/ElfFile.h */; }; + D0A099A9CA4B4B8EA00DF1F8 /* ../Play-/Source/iop/ioman/McDumpDevice.cpp */ = {isa = PBXBuildFile; fileRef = 4663252D1E4844409D359547 /* ../Play-/Source/iop/ioman/McDumpDevice.cpp */; }; + D0E640D92EDA427BA469DD77 /* ../Play-/deps/Framework/include/FilesystemUtils.h */ = {isa = PBXBuildFile; fileRef = 5BBB5F2065794441B3B0155F /* ../Play-/deps/Framework/include/FilesystemUtils.h */; }; + D0E94C56FE4E434FB3C5A9D7 /* ../Play-/deps/Framework/src/Url.cpp */ = {isa = PBXBuildFile; fileRef = F7DAEC9C67404B7EAF1F507E /* ../Play-/deps/Framework/src/Url.cpp */; }; + D10C97391C314E239672B6B5 /* ../Play-/deps/CodeGen/tests/AliasTest.cpp */ = {isa = PBXBuildFile; fileRef = EE18DC279C3D4FFA9A6FBE8B /* ../Play-/deps/CodeGen/tests/AliasTest.cpp */; }; + D13BC50857E14EDF8A3F5B60 /* ../Play-/Source/ee/Dmac_Channel.h */ = {isa = PBXBuildFile; fileRef = 0A501166519F47089ACD8265 /* ../Play-/Source/ee/Dmac_Channel.h */; }; + D16116192D62477B87E485B4 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */ = {isa = PBXBuildFile; fileRef = CDEB199FA3F9443A93FD1BD3 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */; }; + D16F3519D3CA41CFA36A6016 /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.h */ = {isa = PBXBuildFile; fileRef = DEB94F9430C84F1899116B96 /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.h */; }; + D17D190749D94890BBE429BA /* ../Play-/deps/CodeGen/tests/Call64Test.h */ = {isa = PBXBuildFile; fileRef = 27028DC265AE426EBBD944C5 /* ../Play-/deps/CodeGen/tests/Call64Test.h */; }; + D1F63360D9F942C7A6BC48C1 /* ../Play-/deps/CodeGen/include/WasmDefs.h */ = {isa = PBXBuildFile; fileRef = D611E3C6C9CF4905AF1477AC /* ../Play-/deps/CodeGen/include/WasmDefs.h */; }; + D2454F9FB62F4DB49073F210 /* ../Play-/deps/Dependencies/xxHash/xxhash.c */ = {isa = PBXBuildFile; fileRef = 8B4A17C59B1A441DBF6A60D2 /* ../Play-/deps/Dependencies/xxHash/xxhash.c */; }; + D2989799DF2E4E59AA45BCAF /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */ = {isa = PBXBuildFile; fileRef = 301C0E1C3DE44B8D867FF253 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */; }; + D37DA1B6FB664F24A900A0C8 /* ../Play-/Source/ee/VuExecutor.h */ = {isa = PBXBuildFile; fileRef = 83D250599205432EA8DAECAE /* ../Play-/Source/ee/VuExecutor.h */; }; + D3A3516F1428482C8922A81B /* ../Play-/deps/CodeGen/include/Jitter_SymbolTable.h */ = {isa = PBXBuildFile; fileRef = 76320145DE9A4A8E89A0CB31 /* ../Play-/deps/CodeGen/include/Jitter_SymbolTable.h */; }; + D3A99D1E26BA4A35B6D5D91D /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */ = {isa = PBXBuildFile; fileRef = 4CBC3691860847CABB2BF3E7 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */; }; + D3B18154F1CC4EC8A00941B0 /* ../Play-/Source/COP_SCU_Reflection.cpp */ = {isa = PBXBuildFile; fileRef = E32D73787CBA49A9BEBF2315 /* ../Play-/Source/COP_SCU_Reflection.cpp */; }; + D4043CB014EA4BAF905BD1F2 /* ../Play-/deps/Framework/src/amazon/AmazonS3Client.cpp */ = {isa = PBXBuildFile; fileRef = D8DEE14928AD4EA6A624B7F3 /* ../Play-/deps/Framework/src/amazon/AmazonS3Client.cpp */; }; + D404BA9AE5074EE3926BD3BC /* ../Play-/deps/CodeGen/include/MachoObjectFile.h */ = {isa = PBXBuildFile; fileRef = 7E724D9BA1144F258BB5F0B8 /* ../Play-/deps/CodeGen/include/MachoObjectFile.h */; }; + D40E108BAC8B4C19B81CF6DE /* ../Play-/deps/CodeGen/include/WasmModuleBuilder.h */ = {isa = PBXBuildFile; fileRef = E36BF3DA94A742FEB6A10A95 /* ../Play-/deps/CodeGen/include/WasmModuleBuilder.h */; }; + D46C740934DF4DE18896F9A0 /* ../Play-/deps/CodeGen/include/MachoDefs.h */ = {isa = PBXBuildFile; fileRef = 306F0D3773B74C41A35D04D9 /* ../Play-/deps/CodeGen/include/MachoDefs.h */; }; + D47569A002B94495A86592D1 /* ../Play-/deps/CodeGen/src/Jitter_Statement.cpp */ = {isa = PBXBuildFile; fileRef = EBC3191B1A7A42AA94EF050F /* ../Play-/deps/CodeGen/src/Jitter_Statement.cpp */; }; + D4A6DE6F902947AE9839F870 /* ../Play-/deps/CodeGen/src/CoffObjectFile.cpp */ = {isa = PBXBuildFile; fileRef = 4B7D5519081842B4ADE56E94 /* ../Play-/deps/CodeGen/src/CoffObjectFile.cpp */; }; + D4B427081E8C475AAB3C90DC /* ../Play-/Source/input/PH_GenericInput.cpp */ = {isa = PBXBuildFile; fileRef = A36DFE767C35423084E5FD57 /* ../Play-/Source/input/PH_GenericInput.cpp */; }; + D4DBB60A07054092BD3BA52B /* ../Play-/Source/MIPSTags.h */ = {isa = PBXBuildFile; fileRef = 9D1A14D5801747EE8B25DBE4 /* ../Play-/Source/MIPSTags.h */; }; + D4E9DFA162E74062A86BCD0B /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */ = {isa = PBXBuildFile; fileRef = A0C9476322B342CF9F0CF9F6 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */; }; + D50648AF73CF40129DC5F2BD /* ../Play-/Source/iop/Iop_Sysclib.h */ = {isa = PBXBuildFile; fileRef = F25FD56A2CEA494D98C06F0E /* ../Play-/Source/iop/Iop_Sysclib.h */; }; + D5278520A33C42B288D32AEC /* ../Play-/deps/CodeGen/tests/MemAccess16Test.cpp */ = {isa = PBXBuildFile; fileRef = 762287D371824416A056E1C2 /* ../Play-/deps/CodeGen/tests/MemAccess16Test.cpp */; }; + D568DCE5D85F4BBFA12873D5 /* ../cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeFiles/Framework_Amazon.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 690EE611B2314B91B6507EA3 /* ../cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeFiles/Framework_Amazon.dir/Info.plist */; }; + D5915CC667D2499F9DD18A0B /* ../Play-/deps/CodeGen/tests/MdFpFlagTest.cpp */ = {isa = PBXBuildFile; fileRef = 13727826DF024FB1BDA9E825 /* ../Play-/deps/CodeGen/tests/MdFpFlagTest.cpp */; }; + D62A26ACBAD94392A9704C9C /* ../Play-/deps/Framework/src/Stream.cpp */ = {isa = PBXBuildFile; fileRef = 465B6065611048D29AADA29D /* ../Play-/deps/Framework/src/Stream.cpp */; }; + D6C0BC1EA3514C1BBB9FAF6C /* ../Play-/Source/saves/MaxSaveImporter.h */ = {isa = PBXBuildFile; fileRef = 6B4960FCA6B64418B4C5607A /* ../Play-/Source/saves/MaxSaveImporter.h */; }; + D6C38C5E165C4895BA58CD04 /* ../Play-/Source/saves/PsuSaveImporter.h */ = {isa = PBXBuildFile; fileRef = B8EBC2D455C8411AB119CB2F /* ../Play-/Source/saves/PsuSaveImporter.h */; }; + D70EA75F10214038B1B65ED1 /* ../Play-/Source/FrameLimiter.cpp */ = {isa = PBXBuildFile; fileRef = E734A884B3CC4B39A0CEBA03 /* ../Play-/Source/FrameLimiter.cpp */; }; + D719E42AB93B464BA803BA9E /* ../Play-/Source/iop/IopBios.h */ = {isa = PBXBuildFile; fileRef = BFE328BD0C604A0786297BAC /* ../Play-/Source/iop/IopBios.h */; }; + D75BA946524946998F342555 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_x86_32.h */ = {isa = PBXBuildFile; fileRef = B4DC98044EFD4DF6926EA2FF /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_x86_32.h */; }; + D79BBBCBA2E64B05BF0F2036 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */ = {isa = PBXBuildFile; fileRef = 6D6FD641EACD4961B0F10FF6 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */; }; + D8665110223F49F7A563A608 /* ../Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.cpp */ = {isa = PBXBuildFile; fileRef = B467E9D81F074C4EA26E3E9E /* ../Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.cpp */; }; + D8DB0922342E44F69DFDA418 /* ../Play-/Source/iop/Iop_FileIoHandler2200.h */ = {isa = PBXBuildFile; fileRef = C0FFAC5A3FEC45818032DE69 /* ../Play-/Source/iop/Iop_FileIoHandler2200.h */; }; + D9AD113EEA44436A88EA98CB /* ../Play-/Source/iop/Iop_Speed.h */ = {isa = PBXBuildFile; fileRef = 14C04ED3049C4269987814B9 /* ../Play-/Source/iop/Iop_Speed.h */; }; + D9C27C0A45B8421088EA276E /* ../Play-/Source/BasicBlock.h */ = {isa = PBXBuildFile; fileRef = 39579C0576654423B7B8FE82 /* ../Play-/Source/BasicBlock.h */; }; + DA2D4E1926B84FC59C6EE79A /* ../Play-/deps/CodeGen/tests/uint128.h */ = {isa = PBXBuildFile; fileRef = CBCF91BCF106468790722C20 /* ../Play-/deps/CodeGen/tests/uint128.h */; }; + DAABF7F7C9C84D9EA743D3EE /* ../Play-/deps/CodeGen/tests/ExternJumpTest.cpp */ = {isa = PBXBuildFile; fileRef = 1E7D07F327C14D7391CCAEEF /* ../Play-/deps/CodeGen/tests/ExternJumpTest.cpp */; }; + DAAF06A3A66F4537A4E28A6E /* ../Play-/Source/iop/namco_sys147/Iop_NamcoSys147.h */ = {isa = PBXBuildFile; fileRef = 87C68E82067D42CD9F2E4B49 /* ../Play-/Source/iop/namco_sys147/Iop_NamcoSys147.h */; }; + DB7CF00FE1B64F7396B887D9 /* ../Play-/deps/Framework/src/http/HttpServer.cpp */ = {isa = PBXBuildFile; fileRef = DFB290786C07431F8A2345D4 /* ../Play-/deps/Framework/src/http/HttpServer.cpp */; }; + DB8DA2E94F2D4116B2823874 /* ../Play-/Source/ISO9660/File.h */ = {isa = PBXBuildFile; fileRef = C104467ADBB44C32B4C3FABF /* ../Play-/Source/ISO9660/File.h */; }; + DBC6D347FF754ACCA117A845 /* ../Play-/Source/ee/VUShared_Reflection.cpp */ = {isa = PBXBuildFile; fileRef = 1A73209F36C8475F9721C410 /* ../Play-/Source/ee/VUShared_Reflection.cpp */; }; + DBC779B2171444D9A7073EAD /* ../Play-/Source/MipsJitter.h */ = {isa = PBXBuildFile; fileRef = 87BC527DC3114CEBA2924464 /* ../Play-/Source/MipsJitter.h */; }; + DBD18C8968604131AFD8CF97 /* ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = D13D022868024E11AEE95C17 /* ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */; }; + DC482A2F7E24497B9B635ADA /* ../Play-/deps/Framework/include/Stream.h */ = {isa = PBXBuildFile; fileRef = 88DCDDDBB45A452E9C223A75 /* ../Play-/deps/Framework/include/Stream.h */; }; + DCFB1C6921004AA0BFC1DE65 /* ../Play-/deps/CodeGen/src/MemoryFunction.cpp */ = {isa = PBXBuildFile; fileRef = CD03F059455B4A9D9640BD44 /* ../Play-/deps/CodeGen/src/MemoryFunction.cpp */; }; + DD27B80FBDD64542B12C2484 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */ = {isa = PBXBuildFile; fileRef = A4ADC343BF7C46E9B723F7B0 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */; }; + DD86FB07B6844E5EA69AC2E7 /* ../Play-/Source/input/InputBindingManager.h */ = {isa = PBXBuildFile; fileRef = FCA804E166F941718ECBAB41 /* ../Play-/Source/input/InputBindingManager.h */; }; + DED15B621F4F455E93356050 /* ../Play-/deps/CodeGen/tests/RandomAluTest.h */ = {isa = PBXBuildFile; fileRef = 9BDAE33896BB407E86F27308 /* ../Play-/deps/CodeGen/tests/RandomAluTest.h */; }; + DF38F93B070F425FB3A1E0DA /* ../Play-/Source/gs/GsPixelFormats.h */ = {isa = PBXBuildFile; fileRef = 5AE903A908404CF58238B2D5 /* ../Play-/Source/gs/GsPixelFormats.h */; }; + DF3CC06FC5F04EFF9C6E9184 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */ = {isa = PBXBuildFile; fileRef = A111ED6CA5AE48DAAB24CDAA /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */; }; + DF82E33D72904D8E830678AB /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */ = {isa = PBXBuildFile; fileRef = F9FB93AC6CCE4E4D8D629B21 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */; }; + DF8CF9EA5EF846B8B64D6B42 /* ../Play-/Source/iop/Iop_Dmac.cpp */ = {isa = PBXBuildFile; fileRef = 8C29B54457034EE1B94A6B79 /* ../Play-/Source/iop/Iop_Dmac.cpp */; }; + DFA1D4AF0A0A46409254516C /* ../Play-/deps/libchdr/src/libchdr_bitstream.c */ = {isa = PBXBuildFile; fileRef = DA49BEDDA6534C8696D88750 /* ../Play-/deps/libchdr/src/libchdr_bitstream.c */; }; + DFABAACA7C094972ABC6352A /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Fpu.cpp */ = {isa = PBXBuildFile; fileRef = EDFB1F7F370A428BB50EC9D9 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Fpu.cpp */; }; + DFF532D7327840339DB30EFB /* ../Play-/Source/iop/Iop_RootCounters.cpp */ = {isa = PBXBuildFile; fileRef = EA573743A8BD492E9C757C5E /* ../Play-/Source/iop/Iop_RootCounters.cpp */; }; + E0180E2C16884E60A3595E4A /* ../Play-/Source/Pch.h */ = {isa = PBXBuildFile; fileRef = 489CD3DCB63C41279F7ABBB1 /* ../Play-/Source/Pch.h */; }; + E0547F7B1D1F45209C8E1DC8 /* ../Play-/Source/iop/Iop_Secrman.cpp */ = {isa = PBXBuildFile; fileRef = F7BBF51B7926432B92D17810 /* ../Play-/Source/iop/Iop_Secrman.cpp */; }; + E07E7089E4364BDF9E8C8A87 /* ../Play-/deps/CodeGen/tests/MdFpTest.h */ = {isa = PBXBuildFile; fileRef = C9A944878C914EB09ED30256 /* ../Play-/deps/CodeGen/tests/MdFpTest.h */; }; + E0A029A32D244D468532874B /* ../Play-/Source/MIPSArchitecture.cpp */ = {isa = PBXBuildFile; fileRef = DB399C368B504C3586A632C0 /* ../Play-/Source/MIPSArchitecture.cpp */; }; + E0E1892C0C54408E85DCA564 /* ../Play-/Source/iop/Iop_Stdio.h */ = {isa = PBXBuildFile; fileRef = EC921BA1BA414B91B765146B /* ../Play-/Source/iop/Iop_Stdio.h */; }; + E0F93B567F914EE088703F02 /* ../Play-/Source/iop/Iop_Thvpool.h */ = {isa = PBXBuildFile; fileRef = C89F434CE9444CFC81A0EA02 /* ../Play-/Source/iop/Iop_Thvpool.h */; }; + E1C3015EC76F40A0AA919B60 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.h */ = {isa = PBXBuildFile; fileRef = E1F8289E246E4847AAFC3B94 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.h */; }; + E1CCBF67C3F04432974C165F /* ../Play-/Source/iop/Iop_McServ.h */ = {isa = PBXBuildFile; fileRef = 3DA06328CF544DC189ADA780 /* ../Play-/Source/iop/Iop_McServ.h */; }; + E1EFFD759C844B808F03243C /* ../Play-/Source/iop/Iop_Dmacman.cpp */ = {isa = PBXBuildFile; fileRef = DE01E5B2BAFE462EB3AA723A /* ../Play-/Source/iop/Iop_Dmacman.cpp */; }; + E20B625194774310B08A0A5C /* ../Play-/Source/iop/namco_sys246/Iop_NamcoSys246.h */ = {isa = PBXBuildFile; fileRef = 55983E8C2E2549CAA9FFA531 /* ../Play-/Source/iop/namco_sys246/Iop_NamcoSys246.h */; }; + E2E64279F6B547B6AD1B4341 /* ../Play-/Source/FpUtils.cpp */ = {isa = PBXBuildFile; fileRef = 5C8D41BC354B4F08918D7121 /* ../Play-/Source/FpUtils.cpp */; }; + E2FCDD7C28AC49DABA3F5C20 /* ../Play-/deps/Framework/include/amazon/AmazonS3Client.h */ = {isa = PBXBuildFile; fileRef = 4C790CB9CCC040AC9CFF9C4B /* ../Play-/deps/Framework/include/amazon/AmazonS3Client.h */; }; + E37840DD5C1949B3889E92AA /* ../Play-/Source/saves/SaveExporter.h */ = {isa = PBXBuildFile; fileRef = 9475B590A4F44FDD807280C5 /* ../Play-/Source/saves/SaveExporter.h */; }; + E3D4804325D3432FAD9D1C21 /* ../Play-/Source/saves/Icon.cpp */ = {isa = PBXBuildFile; fileRef = D629EF07C5994BEFB44A60C8 /* ../Play-/Source/saves/Icon.cpp */; }; + E3E669544D884D17A9AA1A4B /* ../Play-/deps/CodeGen/tests/ConditionTest.cpp */ = {isa = PBXBuildFile; fileRef = CBA9272669924C188C5BEE13 /* ../Play-/deps/CodeGen/tests/ConditionTest.cpp */; }; + E410681DFB294B29A1D57074 /* ../Play-/Source/iop/Iop_FileIoHandler2100.h */ = {isa = PBXBuildFile; fileRef = 790E774BD9E344A49ECA3E11 /* ../Play-/Source/iop/Iop_FileIoHandler2100.h */; }; + E4AA5707651B431088748905 /* ../Play-/Source/iop/Iop_SpuBase.h */ = {isa = PBXBuildFile; fileRef = CE17F143C1A54342BBE21863 /* ../Play-/Source/iop/Iop_SpuBase.h */; }; + E56CF9C5579C42EA9B085280 /* ../Play-/deps/Dependencies/zstd/lib/common/compiler.h */ = {isa = PBXBuildFile; fileRef = 2B50F0B13FC6437FB4B67B46 /* ../Play-/deps/Dependencies/zstd/lib/common/compiler.h */; }; + E57F27E80C6847EEA2404834 /* ../Play-/deps/CodeGen/tests/LoopTest.h */ = {isa = PBXBuildFile; fileRef = 561965EE050C401CB96FA236 /* ../Play-/deps/CodeGen/tests/LoopTest.h */; }; + E5847DDC3ECB42CBA5B43168 /* ../Play-/Source/ScopedVmPauser.cpp */ = {isa = PBXBuildFile; fileRef = 78E413BB41DF48EA8C60E313 /* ../Play-/Source/ScopedVmPauser.cpp */; }; + E5B27440AF6346FD8B0EABD0 /* ../Play-/Source/PadInterface.h */ = {isa = PBXBuildFile; fileRef = 2090AC073E4C423A875D562F /* ../Play-/Source/PadInterface.h */; }; + E60BB4DB2B8F4427946A0EDE /* ../Play-/deps/Framework/include/SimdDefs.h */ = {isa = PBXBuildFile; fileRef = E9C1027D9D0A4127890262EB /* ../Play-/deps/Framework/include/SimdDefs.h */; }; + E6622C4B2201467EACA42372 /* ../Play-/Source/gs/GsTextureCache.h */ = {isa = PBXBuildFile; fileRef = FB83B112CF20447CA195FD95 /* ../Play-/Source/gs/GsTextureCache.h */; }; + E670ED091B184D61878ED486 /* ../Play-/Source/discimages/CueSheet.h */ = {isa = PBXBuildFile; fileRef = 1AD43F7964DE40A7B633E787 /* ../Play-/Source/discimages/CueSheet.h */; }; + E6981D160F9D4F91A42D04D5 /* ../Play-/Source/gs/GSHandler.cpp */ = {isa = PBXBuildFile; fileRef = 4DF59B62BB0142D99A700113 /* ../Play-/Source/gs/GSHandler.cpp */; }; + E7318CF4749D4ECEB4EC7855 /* ../Play-/deps/CodeGen/include/Jitter_CodeGenFactory.h */ = {isa = PBXBuildFile; fileRef = 742244B5A21F427D89F4AE95 /* ../Play-/deps/CodeGen/include/Jitter_CodeGenFactory.h */; }; + E744010767BE421798C15F67 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */ = {isa = PBXBuildFile; fileRef = 60535556E5E644C2A4DA437B /* ../Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */; }; + E79BF21BC8A4411C8B2DE1CA /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */ = {isa = PBXBuildFile; fileRef = 4E2A6EA152754E0081144145 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */; }; + E870A774C593425E9676FD6F /* ../Play-/Source/MemoryUtils.cpp */ = {isa = PBXBuildFile; fileRef = D31E61E2B96847BBA8F3455D /* ../Play-/Source/MemoryUtils.cpp */; }; + E91ADDF42C2B411D8CEE6772 /* ../Play-/Source/iop/Iop_RootCounters.h */ = {isa = PBXBuildFile; fileRef = 40BFD1ABDACF4806B52E0336 /* ../Play-/Source/iop/Iop_RootCounters.h */; }; + E9383D86DF674032AB369047 /* ../Play-/Source/states/RegisterStateUtils.h */ = {isa = PBXBuildFile; fileRef = 8B855C375599483C8EB66F99 /* ../Play-/Source/states/RegisterStateUtils.h */; }; + E950918317C6438BA7622F50 /* ../Play-/Source/FrameDump.h */ = {isa = PBXBuildFile; fileRef = 645975B3740B46FD9E081E0F /* ../Play-/Source/FrameDump.h */; }; + E96E911D038D468985C77F2F /* ../Play-/Source/iop/Iop_Spu2.h */ = {isa = PBXBuildFile; fileRef = 8E3865DF7FA1469CB83CEE3D /* ../Play-/Source/iop/Iop_Spu2.h */; }; + E9720057A1E54C88934E0917 /* ../Play-/Source/ee/IPU_MacroblockAddressIncrementTable.cpp */ = {isa = PBXBuildFile; fileRef = 3CFD3A8B399A4162A3432376 /* ../Play-/Source/ee/IPU_MacroblockAddressIncrementTable.cpp */; }; + E98B71F5252D41EC932BED3D /* ../Play-/Source/MIPSReflection.cpp */ = {isa = PBXBuildFile; fileRef = FD512BF4BAD84FE88CF2853A /* ../Play-/Source/MIPSReflection.cpp */; }; + EAA2A7E05D444F2DA7DBF8D4 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.c */ = {isa = PBXBuildFile; fileRef = D84E92EAAA444FF2A86219C9 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.c */; }; + EB4D88D3CACD4D5A8FC21B9D /* ../Play-/deps/Framework/src/mpeg2/DcSizeLuminanceTable.cpp */ = {isa = PBXBuildFile; fileRef = 7484B1EF5FED423EB51DF2CD /* ../Play-/deps/Framework/src/mpeg2/DcSizeLuminanceTable.cpp */; }; + EBA50C885BC744609DFEB670 /* ../Play-/deps/CodeGen/tests/Alu64Test.cpp */ = {isa = PBXBuildFile; fileRef = 142C81C84DB14F4A8CF36722 /* ../Play-/deps/CodeGen/tests/Alu64Test.cpp */; }; + EBAF0B70C3E3400FA284ED95 /* ../Play-/deps/CodeGen/src/X86Assembler_Sse.cpp */ = {isa = PBXBuildFile; fileRef = 6348408C0D8A4C4AB8538282 /* ../Play-/deps/CodeGen/src/X86Assembler_Sse.cpp */; }; + EBCEA756FC684CA9B0DA3095 /* ../Play-/Source/iop/Iop_Dynamic.cpp */ = {isa = PBXBuildFile; fileRef = 2B9A95CFE5424EDFB9984A18 /* ../Play-/Source/iop/Iop_Dynamic.cpp */; }; + EBDC5413377D48C39A040851 /* ../Play-/Source/ee/MA_EE.h */ = {isa = PBXBuildFile; fileRef = 8AA2D83B7A33401E8463286F /* ../Play-/Source/ee/MA_EE.h */; }; + EC15155AC4134FDB9CF56E78 /* ../Play-/deps/CodeGen/src/X86Assembler_Avx.cpp */ = {isa = PBXBuildFile; fileRef = 22B362857D82440AB2D43C38 /* ../Play-/deps/CodeGen/src/X86Assembler_Avx.cpp */; }; + EC50B9F50A634256AB5C663E /* ../Play-/Source/saves/SaveImporterBase.cpp */ = {isa = PBXBuildFile; fileRef = 1CEC2D898AAD464F8BB31C3E /* ../Play-/Source/saves/SaveImporterBase.cpp */; }; + ECBD490C4880482DA3CA4034 /* ../Play-/deps/CodeGen/tests/FpuTest.cpp */ = {isa = PBXBuildFile; fileRef = B423A5D233B64B4A81461ABE /* ../Play-/deps/CodeGen/tests/FpuTest.cpp */; }; + ECBFE0F1FB8F407F983B1A61 /* ../Play-/Source/discimages/ChdImageStream.h */ = {isa = PBXBuildFile; fileRef = B4A28CF5840E4DC58733F7BB /* ../Play-/Source/discimages/ChdImageStream.h */; }; + ED2CB03CF6704770B74BAC26 /* ../Play-/Source/iop/Ioman_DirectoryIterator.h */ = {isa = PBXBuildFile; fileRef = 98B1D40CBFFA4B3BA77A751A /* ../Play-/Source/iop/Ioman_DirectoryIterator.h */; }; + ED5DAFB20C2440E6A35BE6F5 /* ../Play-/deps/libchdr/src/libchdr_chd.c */ = {isa = PBXBuildFile; fileRef = 3D03E0EE43FD4E2F87F5F0E0 /* ../Play-/deps/libchdr/src/libchdr_chd.c */; }; + ED74EC0C9CE440B088650AEE /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypeBTable.cpp */ = {isa = PBXBuildFile; fileRef = C9D1D2EBBE274017BC862C1C /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypeBTable.cpp */; }; + EDA442A1D103419C9C4EA1B6 /* ../Play-/Source/ee/MA_EE_Reflection.cpp */ = {isa = PBXBuildFile; fileRef = 453C456A0B8D4542B87B273D /* ../Play-/Source/ee/MA_EE_Reflection.cpp */; }; + EDA7124BB75D4D43AE79D9AF /* ../Play-/deps/CodeGen/tests/LzcTest.cpp */ = {isa = PBXBuildFile; fileRef = 52F8977427CE431294D0A765 /* ../Play-/deps/CodeGen/tests/LzcTest.cpp */; }; + EE580772ADA9446FA7B514FB /* ../Play-/Source/MipsExecutor.h */ = {isa = PBXBuildFile; fileRef = 16EA28E15B5D4F7C9A7E53B0 /* ../Play-/Source/MipsExecutor.h */; }; + EEE00043A89E4AECB2676742 /* ../Play-/deps/CodeGen/tests/MdUnpackTest.h */ = {isa = PBXBuildFile; fileRef = 826B8494A5874756BF85E68E /* ../Play-/deps/CodeGen/tests/MdUnpackTest.h */; }; + EF0D0A23F83B4C28B62466A1 /* ../Play-/deps/Dependencies/zstd/lib/common/debug.c */ = {isa = PBXBuildFile; fileRef = 9B86F519D75A4FABB419533C /* ../Play-/deps/Dependencies/zstd/lib/common/debug.c */; }; + EF16C32B4EDB4A65B829D718 /* ../Play-/Source/psx/PsxBios.cpp */ = {isa = PBXBuildFile; fileRef = A25E2DFE54C94E54BAA0D137 /* ../Play-/Source/psx/PsxBios.cpp */; }; + EF352C5B0AA44613B8A32503 /* ../cmake/Source/ui_ios/Source/libchdr/CMakeFiles/chdr-static.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 3622C1A850CC4CF994DD87EE /* ../cmake/Source/ui_ios/Source/libchdr/CMakeFiles/chdr-static.dir/Info.plist */; }; + EF3B7008C22C4CABA431EA28 /* ../Play-/Source/ee/COP_VU.cpp */ = {isa = PBXBuildFile; fileRef = BB0C304C163B49D49B22CD29 /* ../Play-/Source/ee/COP_VU.cpp */; }; + EF619C0E1A25475FA38674D0 /* ../Play-/deps/CodeGen/tests/Cmp64Test.h */ = {isa = PBXBuildFile; fileRef = 5B1452DDD5ED4AB4A934C111 /* ../Play-/deps/CodeGen/tests/Cmp64Test.h */; }; + EFC5D9FE8E194352B244ABDB /* ../Play-/deps/Framework/src/layout/LayoutStretch.cpp */ = {isa = PBXBuildFile; fileRef = DC7595F6E777422799194AB7 /* ../Play-/deps/Framework/src/layout/LayoutStretch.cpp */; }; + F0427009A3B946E8B759E9FB /* ../Play-/Source/hdd/PfsReader.h */ = {isa = PBXBuildFile; fileRef = 3051578E87E642F6BC083369 /* ../Play-/Source/hdd/PfsReader.h */; }; + F05092BD41894CCF977BB1C4 /* ../Play-/Source/iop/Iop_Intrman.cpp */ = {isa = PBXBuildFile; fileRef = C020C2E11F99468D928921A5 /* ../Play-/Source/iop/Iop_Intrman.cpp */; }; + F06EBC01E65348EAB3316C68 /* ../Play-/deps/Framework/src/LzAri.cpp */ = {isa = PBXBuildFile; fileRef = 0AE1652CD72141D6806A8830 /* ../Play-/deps/Framework/src/LzAri.cpp */; }; + F076B3150E5A450BB161CA59 /* ../Play-/Source/iop/Iop_SubSystem.cpp */ = {isa = PBXBuildFile; fileRef = BFEDE2DB721747FEAD4D2375 /* ../Play-/Source/iop/Iop_SubSystem.cpp */; }; + F07938BC30E34C9AACF15384 /* ../Play-/Source/iop/ioman/OpticalMediaDevice.h */ = {isa = PBXBuildFile; fileRef = E60199DD83AA4181ADB50A70 /* ../Play-/Source/iop/ioman/OpticalMediaDevice.h */; }; + F15BF09897734B0EB6090801 /* ../Play-/deps/Framework/src/math/MathStringUtils.cpp */ = {isa = PBXBuildFile; fileRef = 7F603BE5DC2D44239F3B3AAB /* ../Play-/deps/Framework/src/math/MathStringUtils.cpp */; }; + F1784A8CE76F4D5285CBBCC0 /* ../Play-/Source/iop/Iop_SifManPs2.h */ = {isa = PBXBuildFile; fileRef = EB63AEBFEAFD4B8CB5D998E7 /* ../Play-/Source/iop/Iop_SifManPs2.h */; }; + F1812AE2F846439CA0EE8CE2 /* ../Play-/Source/psx/PsxBios.h */ = {isa = PBXBuildFile; fileRef = 31D5321804FE40BC8EA8AA76 /* ../Play-/Source/psx/PsxBios.h */; }; + F1A6E097299C4A839571CFD5 /* ../Play-/Source/discimages/MdsDiscImage.cpp */ = {isa = PBXBuildFile; fileRef = 1ABA7DD3ED8B44EAA545BC31 /* ../Play-/Source/discimages/MdsDiscImage.cpp */; }; + F23C4D5035E8485CBBA04C70 /* ../Play-/Source/iop/ioman/HardDiskDevice.h */ = {isa = PBXBuildFile; fileRef = EA5CA61174FF4A76B86CC79E /* ../Play-/Source/iop/ioman/HardDiskDevice.h */; }; + F35B58A993354FF3A8DA4CFB /* ../Play-/Source/ee/EeExecutor.h */ = {isa = PBXBuildFile; fileRef = 6254793915F4427F8FFC23F4 /* ../Play-/Source/ee/EeExecutor.h */; }; + F3638936D75B4942A8A50147 /* ../Play-/deps/Framework/include/http/HttpClientFactory.h */ = {isa = PBXBuildFile; fileRef = 55B0EF05CF754A689CF67F03 /* ../Play-/deps/Framework/include/http/HttpClientFactory.h */; }; + F424BBDCC85741869D8437AB /* ../Play-/deps/libchdr/deps/lzma-22.01/include/CpuArch.h */ = {isa = PBXBuildFile; fileRef = 35C4D96C8C3842E698BD9267 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/CpuArch.h */; }; + F44872B64C5A437FA59F1FD9 /* ../Play-/Source/ee/Ee_IdleEvaluator.h */ = {isa = PBXBuildFile; fileRef = AD1822A27F3C4BB78890D43F /* ../Play-/Source/ee/Ee_IdleEvaluator.h */; }; + F4A22B897DCE481CB665D918 /* ../Play-/deps/CodeGen/tests/MdManipTest.h */ = {isa = PBXBuildFile; fileRef = 80BDAB5EE0F5408EAD35C10C /* ../Play-/deps/CodeGen/tests/MdManipTest.h */; }; + F5E922722FAD4C61A66A8769 /* ../Play-/Source/saves/SaveExporter.cpp */ = {isa = PBXBuildFile; fileRef = EBB28A4789B44F7FAB3BD289 /* ../Play-/Source/saves/SaveExporter.cpp */; }; + F614869D31574C99B8463B3D /* ../Play-/Source/FrameDump.cpp */ = {isa = PBXBuildFile; fileRef = 6269EE9EBAF8488894F657CD /* ../Play-/Source/FrameDump.cpp */; }; + F638AFD833F74AC39D5206EA /* ../Play-/deps/Framework/src/SocketStream.cpp */ = {isa = PBXBuildFile; fileRef = 930F1A6F54E44A4F85B57DB6 /* ../Play-/deps/Framework/src/SocketStream.cpp */; }; + F6622F36B2114EFFB8874AD0 /* ../Play-/deps/Framework/include/zip/ZipDeflateStream.h */ = {isa = PBXBuildFile; fileRef = CC93B77572E24BA0B5935570 /* ../Play-/deps/Framework/include/zip/ZipDeflateStream.h */; }; + F687E482043949AABBB8F653 /* ../Play-/deps/CodeGen/include/MemoryFunction.h */ = {isa = PBXBuildFile; fileRef = 58C3EBAE593D407090A74E64 /* ../Play-/deps/CodeGen/include/MemoryFunction.h */; }; + F72C62A9317C4569BAED7317 /* ../Play-/Source/iop/ioman/OpticalMediaDevice.cpp */ = {isa = PBXBuildFile; fileRef = FC6B6075F7F945DF80CE9D1B /* ../Play-/Source/iop/ioman/OpticalMediaDevice.cpp */; }; + F81C77494B6C4421A215BC6B /* ../Play-/deps/Framework/src/amazon/AmazonClient.cpp */ = {isa = PBXBuildFile; fileRef = F12DC5F696254044B6D577F0 /* ../Play-/deps/Framework/src/amazon/AmazonClient.cpp */; }; + F96D65233EA34E9A89B44680 /* ../Play-/deps/CodeGen/tests/RandomAluTest3.h */ = {isa = PBXBuildFile; fileRef = 8EB66FF53C8541ADB9163F24 /* ../Play-/deps/CodeGen/tests/RandomAluTest3.h */; }; + F9951A4A5BF34934943A1EA8 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */ = {isa = PBXBuildFile; fileRef = 84F8B8623B2C43EEA4F899CC /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */; }; + F9C8296D81654CD59490B30C /* ../Play-/Source/BasicBlock.cpp */ = {isa = PBXBuildFile; fileRef = 5F3B64D01CD440389F171629 /* ../Play-/Source/BasicBlock.cpp */; }; + FA7254EAAC0441E4A37BA058 /* ../Play-/deps/CodeGen/tests/RandomAluTest2.h */ = {isa = PBXBuildFile; fileRef = EC255690B19D4077B60C58AB /* ../Play-/deps/CodeGen/tests/RandomAluTest2.h */; }; + FACA05424F4F4D289B0285A7 /* ../Play-/Source/BiosDebugInfoProvider.h */ = {isa = PBXBuildFile; fileRef = 686284CE9E0446D882ED0F81 /* ../Play-/Source/BiosDebugInfoProvider.h */; }; + FB60B5BF71DE4DDCBD3F9B59 /* ../Play-/deps/CodeGen/tests/MdSubTest.cpp */ = {isa = PBXBuildFile; fileRef = BAF3E194B46D47E98EA00EDC /* ../Play-/deps/CodeGen/tests/MdSubTest.cpp */; }; + FBF82A4884A5446CBF0CE5AC /* ../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = D7F3E10C435649A693A1021E /* ../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist */; }; + FC6F887BDD064E1A9ADF0962 /* ../Play-/Source/ELF.h */ = {isa = PBXBuildFile; fileRef = C082B10364744EF499F639CD /* ../Play-/Source/ELF.h */; }; + FD4E8A457CB145118AA3EC1E /* ../Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */ = {isa = PBXBuildFile; fileRef = 7E81CFF6144146E6A7983B81 /* ../Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */; }; + FDBC54EA35EC4B70A3EFA436 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_64.cpp */ = {isa = PBXBuildFile; fileRef = BDAF95E3D6F14E46B8AE0660 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_64.cpp */; }; + FDF9BF2D6EA5418994FE43CC /* ../Play-/Source/ee/SIF.cpp */ = {isa = PBXBuildFile; fileRef = 2E929DF9DEE94D02BB3FFB2E /* ../Play-/Source/ee/SIF.cpp */; }; + FE499E4766ED4C88A8153273 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm.cpp */ = {isa = PBXBuildFile; fileRef = 9CFD08CCD3774E98BC99E5C0 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm.cpp */; }; + FEAB33CCFC124C379F5FE8AD /* ../Play-/Source/PadHandler.cpp */ = {isa = PBXBuildFile; fileRef = 7CE696AE3A884159BBEBF001 /* ../Play-/Source/PadHandler.cpp */; }; + FECEA30491724046B2AC34BC /* ../Play-/deps/Framework/src/xml/FilteringNodeIterator.cpp */ = {isa = PBXBuildFile; fileRef = C675F5D236F74EDB8596381E /* ../Play-/deps/Framework/src/xml/FilteringNodeIterator.cpp */; }; + FEDA1269CD4B49CC8DF38E1D /* ../Play-/Source/ScopedVmPauser.h */ = {isa = PBXBuildFile; fileRef = 9E6D30D2C7A94F988155DD3A /* ../Play-/Source/ScopedVmPauser.h */; }; + FEDE58A3C4F1428BAF4BC558 /* ../Play-/Source/COP_FPU.h */ = {isa = PBXBuildFile; fileRef = E99182E1E1A64BE9AB2F134C /* ../Play-/Source/COP_FPU.h */; }; + FEFE0A24BFED456A80244EF9 /* ../Play-/Source/ee/EeBasicBlock.cpp */ = {isa = PBXBuildFile; fileRef = 515643BBA0F74E89945BDA25 /* ../Play-/Source/ee/EeBasicBlock.cpp */; }; + FF3B60AD8D984B5C89807AF8 /* ../Play-/Source/iop/Iop_SifManNull.h */ = {isa = PBXBuildFile; fileRef = 8DB6D22EA6804CCD845BFD95 /* ../Play-/Source/iop/Iop_SifManNull.h */; }; + FFD96DE4BC71412C9B6BAF89 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/CpuArch.c */ = {isa = PBXBuildFile; fileRef = DEE503748DD04307BB468A13 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/CpuArch.c */; }; + FFE8C66A343D4C30AF62D7DE /* ../Play-/Source/iop/Iop_Sysmem.cpp */ = {isa = PBXBuildFile; fileRef = 064B127205EA4581979E3420 /* ../Play-/Source/iop/Iop_Sysmem.cpp */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ @@ -1263,874 +1263,874 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 0081D4E333CA4D559C57DFD7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipInflateStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ZipInflateStream.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipInflateStream.h"; sourceTree = ""; }; - 009EDF5D17924913A7D7E58D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inffast.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c"; sourceTree = ""; }; - 00D99FE260124A21866BF80E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsSpriteRegion.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GsSpriteRegion.h; path = gs/GsSpriteRegion.h; sourceTree = SOURCE_ROOT; }; - 01A6DC741DC243A0BB71D6B1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_UpperReflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_VU_UpperReflection.cpp; path = ee/MA_VU_UpperReflection.cpp; sourceTree = SOURCE_ROOT; }; - 01CCF7C857824D449805BEFD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_sequences.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c"; sourceTree = ""; }; - 01D4180FC8A745E28CFD0F1F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PowerOff.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_PowerOff.h; path = iop/Iop_PowerOff.h; sourceTree = SOURCE_ROOT; }; - 02310A78CD8143B2878724B6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/DiskUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DiskUtils.cpp; path = DiskUtils.cpp; sourceTree = SOURCE_ROOT; }; - 0249B4D90DEB426886ADAF02 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StdStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StdStream.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StdStream.cpp"; sourceTree = ""; }; - 0251D4F3EA834328B862615C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/INTC.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = INTC.cpp; path = ee/INTC.cpp; sourceTree = SOURCE_ROOT; }; - 02C43150081D499D8F1EA673 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_SymbolRef.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_SymbolRef.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_SymbolRef.h"; sourceTree = ""; }; - 02D5163F6D0E4358898717C8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Compiler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Compiler.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Compiler.h"; sourceTree = ""; }; - 02D6605E0C7D451A9FABD6FC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_NamcoAcRam.cpp; path = iop/namco_sys246/Iop_NamcoAcRam.cpp; sourceTree = SOURCE_ROOT; }; - 02FE774D46354DC4B4DACD29 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pool.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.c"; sourceTree = ""; }; - 0314EC3E5DEA41B2965D0FB4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/HorizontalLayout.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HorizontalLayout.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/HorizontalLayout.cpp"; sourceTree = ""; }; - 036CE5659BB34CCEA795F878 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Timer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Timer.h; path = ee/Timer.h; sourceTree = SOURCE_ROOT; }; - 03C0ECA03F2C470EA0D75FFA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/GotoTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GotoTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/GotoTest.cpp"; sourceTree = ""; }; - 045ABFBC551A4C60807E1D12 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/MachoObjectFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MachoObjectFile.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/MachoObjectFile.cpp"; sourceTree = ""; }; - 047E9D5CD4B6438FB08339AE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdLogicTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdLogicTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdLogicTest.h"; sourceTree = ""; }; - 0616BA8820B947E2B903738F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/DMAC.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = DMAC.h; path = ee/DMAC.h; sourceTree = SOURCE_ROOT; }; - 064B127205EA4581979E3420 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysmem.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Sysmem.cpp; path = iop/Iop_Sysmem.cpp; sourceTree = SOURCE_ROOT; }; - 06623E16F4A945E59813F22F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intc.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Intc.cpp; path = iop/Iop_Intc.cpp; sourceTree = SOURCE_ROOT; }; - 0669E8CC0DF14D4A8843439D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Heaplib.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Heaplib.h; path = iop/Iop_Heaplib.h; sourceTree = SOURCE_ROOT; }; - 06A2B3512229452A9104048B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/VerticalLayout.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VerticalLayout.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/VerticalLayout.cpp"; sourceTree = ""; }; - 06AD9C81D8EF4CF6A582E03B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/CodedBlockPatternTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CodedBlockPatternTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/CodedBlockPatternTable.cpp"; sourceTree = ""; }; - 075207AD27244B3992741319 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutObject.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LayoutObject.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutObject.h"; sourceTree = ""; }; - 07FC85105876419FB9517271 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Sort.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Sort.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Sort.c"; sourceTree = ""; }; - 0898A33D2E1B4E4E98B8EB97 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifMan.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_SifMan.h; path = iop/Iop_SifMan.h; sourceTree = SOURCE_ROOT; }; - 08B0EA4C42624D23B9F33FD0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FpUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FpUtils.h; path = FpUtils.h; sourceTree = SOURCE_ROOT; }; + 0081D4E333CA4D559C57DFD7 /* ../Play-/deps/Framework/include/zip/ZipInflateStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ZipInflateStream.h; path = "../Play-/deps/Framework/include/zip/ZipInflateStream.h"; sourceTree = ""; }; + 009EDF5D17924913A7D7E58D /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inffast.c; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c"; sourceTree = ""; }; + 00D99FE260124A21866BF80E /* ../Play-/Source/gs/GsSpriteRegion.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GsSpriteRegion.h; path = gs/GsSpriteRegion.h; sourceTree = SOURCE_ROOT; }; + 01A6DC741DC243A0BB71D6B1 /* ../Play-/Source/ee/MA_VU_UpperReflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_VU_UpperReflection.cpp; path = ee/MA_VU_UpperReflection.cpp; sourceTree = SOURCE_ROOT; }; + 01CCF7C857824D449805BEFD /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_sequences.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c"; sourceTree = ""; }; + 01D4180FC8A745E28CFD0F1F /* ../Play-/Source/iop/Iop_PowerOff.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_PowerOff.h; path = iop/Iop_PowerOff.h; sourceTree = SOURCE_ROOT; }; + 02310A78CD8143B2878724B6 /* ../Play-/Source/DiskUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DiskUtils.cpp; path = DiskUtils.cpp; sourceTree = SOURCE_ROOT; }; + 0249B4D90DEB426886ADAF02 /* ../Play-/deps/Framework/src/StdStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StdStream.cpp; path = "../Play-/deps/Framework/src/StdStream.cpp"; sourceTree = ""; }; + 0251D4F3EA834328B862615C /* ../Play-/Source/ee/INTC.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = INTC.cpp; path = ee/INTC.cpp; sourceTree = SOURCE_ROOT; }; + 02C43150081D499D8F1EA673 /* ../Play-/deps/CodeGen/include/Jitter_SymbolRef.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_SymbolRef.h; path = "../Play-/deps/CodeGen/include/Jitter_SymbolRef.h"; sourceTree = ""; }; + 02D5163F6D0E4358898717C8 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Compiler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Compiler.h; path = "../Play-/deps/libchdr/deps/lzma-22.01/include/Compiler.h"; sourceTree = ""; }; + 02D6605E0C7D451A9FABD6FC /* ../Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_NamcoAcRam.cpp; path = iop/namco_sys246/Iop_NamcoAcRam.cpp; sourceTree = SOURCE_ROOT; }; + 02FE774D46354DC4B4DACD29 /* ../Play-/deps/Dependencies/zstd/lib/common/pool.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = pool.c; path = "../Play-/deps/Dependencies/zstd/lib/common/pool.c"; sourceTree = ""; }; + 0314EC3E5DEA41B2965D0FB4 /* ../Play-/deps/Framework/src/layout/HorizontalLayout.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HorizontalLayout.cpp; path = "../Play-/deps/Framework/src/layout/HorizontalLayout.cpp"; sourceTree = ""; }; + 036CE5659BB34CCEA795F878 /* ../Play-/Source/ee/Timer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Timer.h; path = ee/Timer.h; sourceTree = SOURCE_ROOT; }; + 03C0ECA03F2C470EA0D75FFA /* ../Play-/deps/CodeGen/tests/GotoTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GotoTest.cpp; path = "../Play-/deps/CodeGen/tests/GotoTest.cpp"; sourceTree = ""; }; + 045ABFBC551A4C60807E1D12 /* ../Play-/deps/CodeGen/src/MachoObjectFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MachoObjectFile.cpp; path = "../Play-/deps/CodeGen/src/MachoObjectFile.cpp"; sourceTree = ""; }; + 047E9D5CD4B6438FB08339AE /* ../Play-/deps/CodeGen/tests/MdLogicTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdLogicTest.h; path = "../Play-/deps/CodeGen/tests/MdLogicTest.h"; sourceTree = ""; }; + 0616BA8820B947E2B903738F /* ../Play-/Source/ee/DMAC.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = DMAC.h; path = ee/DMAC.h; sourceTree = SOURCE_ROOT; }; + 064B127205EA4581979E3420 /* ../Play-/Source/iop/Iop_Sysmem.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Sysmem.cpp; path = iop/Iop_Sysmem.cpp; sourceTree = SOURCE_ROOT; }; + 06623E16F4A945E59813F22F /* ../Play-/Source/iop/Iop_Intc.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Intc.cpp; path = iop/Iop_Intc.cpp; sourceTree = SOURCE_ROOT; }; + 0669E8CC0DF14D4A8843439D /* ../Play-/Source/iop/Iop_Heaplib.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Heaplib.h; path = iop/Iop_Heaplib.h; sourceTree = SOURCE_ROOT; }; + 06A2B3512229452A9104048B /* ../Play-/deps/Framework/src/layout/VerticalLayout.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VerticalLayout.cpp; path = "../Play-/deps/Framework/src/layout/VerticalLayout.cpp"; sourceTree = ""; }; + 06AD9C81D8EF4CF6A582E03B /* ../Play-/deps/Framework/src/mpeg2/CodedBlockPatternTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CodedBlockPatternTable.cpp; path = "../Play-/deps/Framework/src/mpeg2/CodedBlockPatternTable.cpp"; sourceTree = ""; }; + 075207AD27244B3992741319 /* ../Play-/deps/Framework/include/layout/LayoutObject.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LayoutObject.h; path = "../Play-/deps/Framework/include/layout/LayoutObject.h"; sourceTree = ""; }; + 07FC85105876419FB9517271 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Sort.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Sort.c; path = "../Play-/deps/libchdr/deps/lzma-22.01/src/Sort.c"; sourceTree = ""; }; + 0898A33D2E1B4E4E98B8EB97 /* ../Play-/Source/iop/Iop_SifMan.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_SifMan.h; path = iop/Iop_SifMan.h; sourceTree = SOURCE_ROOT; }; + 08B0EA4C42624D23B9F33FD0 /* ../Play-/Source/FpUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FpUtils.h; path = FpUtils.h; sourceTree = SOURCE_ROOT; }; 09178C2C2510452E8FDF0BEB /* PlayCore */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libPlayCore.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 099416DAAA5C489BBAD3F829 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = X86Assembler.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler.cpp"; sourceTree = ""; }; - 09D717FB1F074C6DB4252791 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClient.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HttpClient.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClient.cpp"; sourceTree = ""; }; - 09D956EFEC9041EE8591057B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2_Core.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Spu2_Core.cpp; path = iop/Iop_Spu2_Core.cpp; sourceTree = SOURCE_ROOT; }; - 0A2917688CE54905A248F707 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bitstream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = bitstream.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bitstream.h"; sourceTree = ""; }; - 0A501166519F47089ACD8265 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Dmac_Channel.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Dmac_Channel.h; path = ee/Dmac_Channel.h; sourceTree = SOURCE_ROOT; }; - 0AE1652CD72141D6806A8830 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/LzAri.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LzAri.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/LzAri.cpp"; sourceTree = ""; }; - 0B3FDDDF481742CD83837231 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/XpsSaveImporter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = XpsSaveImporter.h; path = saves/XpsSaveImporter.h; sourceTree = SOURCE_ROOT; }; - 0BF0874CB91E42FCA41B51A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMemAccessTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdMemAccessTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMemAccessTest.cpp"; sourceTree = ""; }; - 0C12B00DF35947B49B02D77A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MailBox.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MailBox.cpp; path = MailBox.cpp; sourceTree = SOURCE_ROOT; }; - 0C88C9476B214E44BDEE8962 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable1.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DctCoefficientTable1.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable1.cpp"; sourceTree = ""; }; - 0D34009B43AB4FF4A6D5D0A4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PH_Generic.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PH_Generic.cpp; path = PH_Generic.cpp; sourceTree = SOURCE_ROOT; }; - 0E3CC217E3D149D08463E63B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_AArch64.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_AArch64.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_AArch64.h"; sourceTree = ""; }; - 0E6E0F72BBA94961B560D48C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/signal/Signal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Signal.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/signal/Signal.h"; sourceTree = ""; }; - 0FA12E16837B499698C77DC8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/GIF.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GIF.h; path = ee/GIF.h; sourceTree = SOURCE_ROOT; }; - 0FA2E83EDC4E44B2B4DA585D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/GotoTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GotoTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/GotoTest.h"; sourceTree = ""; }; - 10169CD2323C44D7912F43DD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Bra86.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Bra86.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Bra86.c"; sourceTree = ""; }; - 102FF77D14B54D99A9783498 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/CMakeLists.txt"; sourceTree = ""; }; - 106D496DA1744D3787DDDE3F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCallTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdCallTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCallTest.h"; sourceTree = ""; }; - 109C98ACD90249F1AF178DEA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ControllerInfo.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ControllerInfo.h; path = ControllerInfo.h; sourceTree = SOURCE_ROOT; }; - 10F409B00A8A417CB205539A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpServer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HttpServer.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpServer.h"; sourceTree = ""; }; - 113E48C3E25E4CC89CE10B01 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2200.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_FileIoHandler2200.cpp; path = iop/Iop_FileIoHandler2200.cpp; sourceTree = SOURCE_ROOT; }; - 1174FCA2585D4F4BB67A1AF3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsFunctionPatternDb.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MipsFunctionPatternDb.cpp; path = MipsFunctionPatternDb.cpp; sourceTree = SOURCE_ROOT; }; - 129AA00D7E1743BF9812941A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = hist.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.c"; sourceTree = ""; }; - 12AC3894DB4E4DCC8EFCDEEA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v05.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c"; sourceTree = ""; }; - 1320872AE0AE4FF0B01D9968 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Cmp64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Cmp64Test.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Cmp64Test.cpp"; sourceTree = ""; }; - 133F5B03875C40C2ACCF2900 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/ObjectFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ObjectFile.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/ObjectFile.cpp"; sourceTree = ""; }; - 136B72CCF4B7484CA89D282C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemAccess64Test.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess64Test.cpp"; sourceTree = ""; }; - 13727826DF024FB1BDA9E825 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpFlagTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdFpFlagTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpFlagTest.cpp"; sourceTree = ""; }; - 13818F52BB80424DBACED333 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/COP_VU.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = COP_VU.h; path = ee/COP_VU.h; sourceTree = SOURCE_ROOT; }; - 13C99D7B8406459A899C598F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OpticalMedia.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = OpticalMedia.cpp; path = OpticalMedia.cpp; sourceTree = SOURCE_ROOT; }; - 13F18539B42044DE9530EFAE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryMap.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemoryMap.cpp; path = MemoryMap.cpp; sourceTree = SOURCE_ROOT; }; - 142C81C84DB14F4A8CF36722 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Alu64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Alu64Test.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Alu64Test.cpp"; sourceTree = ""; }; - 143CAD1C839C47E4A8537047 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ArgumentIterator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ArgumentIterator.h; path = iop/ArgumentIterator.h; sourceTree = SOURCE_ROOT; }; - 14497343E4EC4C218ED94670 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/AArch32Assembler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AArch32Assembler.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/AArch32Assembler.h"; sourceTree = ""; }; - 1459F8EBFA5D4C72950AF36A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSHandler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSHandler.h; path = gs/GSHandler.h; sourceTree = SOURCE_ROOT; }; - 14C04ED3049C4269987814B9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Speed.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Speed.h; path = iop/Iop_Speed.h; sourceTree = SOURCE_ROOT; }; + 099416DAAA5C489BBAD3F829 /* ../Play-/deps/CodeGen/src/X86Assembler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = X86Assembler.cpp; path = "../Play-/deps/CodeGen/src/X86Assembler.cpp"; sourceTree = ""; }; + 09D717FB1F074C6DB4252791 /* ../Play-/deps/Framework/src/http/HttpClient.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HttpClient.cpp; path = "../Play-/deps/Framework/src/http/HttpClient.cpp"; sourceTree = ""; }; + 09D956EFEC9041EE8591057B /* ../Play-/Source/iop/Iop_Spu2_Core.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Spu2_Core.cpp; path = iop/Iop_Spu2_Core.cpp; sourceTree = SOURCE_ROOT; }; + 0A2917688CE54905A248F707 /* ../Play-/deps/Dependencies/zstd/lib/common/bitstream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = bitstream.h; path = "../Play-/deps/Dependencies/zstd/lib/common/bitstream.h"; sourceTree = ""; }; + 0A501166519F47089ACD8265 /* ../Play-/Source/ee/Dmac_Channel.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Dmac_Channel.h; path = ee/Dmac_Channel.h; sourceTree = SOURCE_ROOT; }; + 0AE1652CD72141D6806A8830 /* ../Play-/deps/Framework/src/LzAri.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LzAri.cpp; path = "../Play-/deps/Framework/src/LzAri.cpp"; sourceTree = ""; }; + 0B3FDDDF481742CD83837231 /* ../Play-/Source/saves/XpsSaveImporter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = XpsSaveImporter.h; path = saves/XpsSaveImporter.h; sourceTree = SOURCE_ROOT; }; + 0BF0874CB91E42FCA41B51A9 /* ../Play-/deps/CodeGen/tests/MdMemAccessTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdMemAccessTest.cpp; path = "../Play-/deps/CodeGen/tests/MdMemAccessTest.cpp"; sourceTree = ""; }; + 0C12B00DF35947B49B02D77A /* ../Play-/Source/MailBox.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MailBox.cpp; path = MailBox.cpp; sourceTree = SOURCE_ROOT; }; + 0C88C9476B214E44BDEE8962 /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable1.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DctCoefficientTable1.cpp; path = "../Play-/deps/Framework/src/mpeg2/DctCoefficientTable1.cpp"; sourceTree = ""; }; + 0D34009B43AB4FF4A6D5D0A4 /* ../Play-/Source/PH_Generic.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PH_Generic.cpp; path = PH_Generic.cpp; sourceTree = SOURCE_ROOT; }; + 0E3CC217E3D149D08463E63B /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_AArch64.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_AArch64.h; path = "../Play-/deps/CodeGen/include/Jitter_CodeGen_AArch64.h"; sourceTree = ""; }; + 0E6E0F72BBA94961B560D48C /* ../Play-/deps/Framework/include/signal/Signal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Signal.h; path = "../Play-/deps/Framework/include/signal/Signal.h"; sourceTree = ""; }; + 0FA12E16837B499698C77DC8 /* ../Play-/Source/ee/GIF.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GIF.h; path = ee/GIF.h; sourceTree = SOURCE_ROOT; }; + 0FA2E83EDC4E44B2B4DA585D /* ../Play-/deps/CodeGen/tests/GotoTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GotoTest.h; path = "../Play-/deps/CodeGen/tests/GotoTest.h"; sourceTree = ""; }; + 10169CD2323C44D7912F43DD /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Bra86.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Bra86.c; path = "../Play-/deps/libchdr/deps/lzma-22.01/src/Bra86.c"; sourceTree = ""; }; + 102FF77D14B54D99A9783498 /* ../Play-/deps/CodeGen/build_cmake/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/CodeGen/build_cmake/CMakeLists.txt"; sourceTree = ""; }; + 106D496DA1744D3787DDDE3F /* ../Play-/deps/CodeGen/tests/MdCallTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdCallTest.h; path = "../Play-/deps/CodeGen/tests/MdCallTest.h"; sourceTree = ""; }; + 109C98ACD90249F1AF178DEA /* ../Play-/Source/ControllerInfo.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ControllerInfo.h; path = ControllerInfo.h; sourceTree = SOURCE_ROOT; }; + 10F409B00A8A417CB205539A /* ../Play-/deps/Framework/include/http/HttpServer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HttpServer.h; path = "../Play-/deps/Framework/include/http/HttpServer.h"; sourceTree = ""; }; + 113E48C3E25E4CC89CE10B01 /* ../Play-/Source/iop/Iop_FileIoHandler2200.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_FileIoHandler2200.cpp; path = iop/Iop_FileIoHandler2200.cpp; sourceTree = SOURCE_ROOT; }; + 1174FCA2585D4F4BB67A1AF3 /* ../Play-/Source/MipsFunctionPatternDb.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MipsFunctionPatternDb.cpp; path = MipsFunctionPatternDb.cpp; sourceTree = SOURCE_ROOT; }; + 129AA00D7E1743BF9812941A /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = hist.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/hist.c"; sourceTree = ""; }; + 12AC3894DB4E4DCC8EFCDEEA /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v05.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c"; sourceTree = ""; }; + 1320872AE0AE4FF0B01D9968 /* ../Play-/deps/CodeGen/tests/Cmp64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Cmp64Test.cpp; path = "../Play-/deps/CodeGen/tests/Cmp64Test.cpp"; sourceTree = ""; }; + 133F5B03875C40C2ACCF2900 /* ../Play-/deps/CodeGen/src/ObjectFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ObjectFile.cpp; path = "../Play-/deps/CodeGen/src/ObjectFile.cpp"; sourceTree = ""; }; + 136B72CCF4B7484CA89D282C /* ../Play-/deps/CodeGen/tests/MemAccess64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemAccess64Test.cpp; path = "../Play-/deps/CodeGen/tests/MemAccess64Test.cpp"; sourceTree = ""; }; + 13727826DF024FB1BDA9E825 /* ../Play-/deps/CodeGen/tests/MdFpFlagTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdFpFlagTest.cpp; path = "../Play-/deps/CodeGen/tests/MdFpFlagTest.cpp"; sourceTree = ""; }; + 13818F52BB80424DBACED333 /* ../Play-/Source/ee/COP_VU.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = COP_VU.h; path = ee/COP_VU.h; sourceTree = SOURCE_ROOT; }; + 13C99D7B8406459A899C598F /* ../Play-/Source/OpticalMedia.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = OpticalMedia.cpp; path = OpticalMedia.cpp; sourceTree = SOURCE_ROOT; }; + 13F18539B42044DE9530EFAE /* ../Play-/Source/MemoryMap.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemoryMap.cpp; path = MemoryMap.cpp; sourceTree = SOURCE_ROOT; }; + 142C81C84DB14F4A8CF36722 /* ../Play-/deps/CodeGen/tests/Alu64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Alu64Test.cpp; path = "../Play-/deps/CodeGen/tests/Alu64Test.cpp"; sourceTree = ""; }; + 143CAD1C839C47E4A8537047 /* ../Play-/Source/iop/ArgumentIterator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ArgumentIterator.h; path = iop/ArgumentIterator.h; sourceTree = SOURCE_ROOT; }; + 14497343E4EC4C218ED94670 /* ../Play-/deps/CodeGen/include/AArch32Assembler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AArch32Assembler.h; path = "../Play-/deps/CodeGen/include/AArch32Assembler.h"; sourceTree = ""; }; + 1459F8EBFA5D4C72950AF36A /* ../Play-/Source/gs/GSHandler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSHandler.h; path = gs/GSHandler.h; sourceTree = SOURCE_ROOT; }; + 14C04ED3049C4269987814B9 /* ../Play-/Source/iop/Iop_Speed.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Speed.h; path = iop/Iop_Speed.h; sourceTree = SOURCE_ROOT; }; 1578213A84EC4FC7ACFB1D11 /* Framework */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libFramework.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 159A004E44514DFA9C19A051 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2100.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_FileIoHandler2100.cpp; path = iop/Iop_FileIoHandler2100.cpp; sourceTree = SOURCE_ROOT; }; - 169D5212DF2A4046A147C70F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_NamcoAcCdvd.h; path = iop/namco_sys246/Iop_NamcoAcCdvd.h; sourceTree = SOURCE_ROOT; }; - 169DAF1B43B94839BBFFA278 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/MemoryCard.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemoryCard.cpp; path = saves/MemoryCard.cpp; sourceTree = SOURCE_ROOT; }; - 16EA28E15B5D4F7C9A7E53B0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsExecutor.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MipsExecutor.h; path = MipsExecutor.h; sourceTree = SOURCE_ROOT; }; - 17E6EFFD76004CCB8354F3F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IPU.h; path = ee/IPU.h; sourceTree = SOURCE_ROOT; }; - 18479B09484C4255BC554021 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsFunctionPatternDb.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MipsFunctionPatternDb.h; path = MipsFunctionPatternDb.h; sourceTree = SOURCE_ROOT; }; - 18B5DB11308D437191081DDC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_NamcoNANDDevice.h; path = iop/namco_sys147/Iop_NamcoNANDDevice.h; sourceTree = SOURCE_ROOT; }; - 18BF9FA2D8744078B3FDE855 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/IszImageStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IszImageStream.h; path = discimages/IszImageStream.h; sourceTree = SOURCE_ROOT; }; - 18E6A5461FA7425C87D4D22E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt"; sourceTree = ""; }; - 19932B0DE7834C34B556431D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/VerticalLayout.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VerticalLayout.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/VerticalLayout.h"; sourceTree = ""; }; - 1A3FCF169F9A45FD8A813883 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/BitManip.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BitManip.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/BitManip.h"; sourceTree = ""; }; - 1A73209F36C8475F9721C410 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VUShared_Reflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VUShared_Reflection.cpp; path = ee/VUShared_Reflection.cpp; sourceTree = SOURCE_ROOT; }; - 1AB6D8F6BDCA410FB7153214 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ConditionTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ConditionTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ConditionTest.h"; sourceTree = ""; }; - 1ABA7DD3ED8B44EAA545BC31 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/MdsDiscImage.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdsDiscImage.cpp; path = discimages/MdsDiscImage.cpp; sourceTree = SOURCE_ROOT; }; - 1AD43F7964DE40A7B633E787 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CueSheet.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CueSheet.h; path = discimages/CueSheet.h; sourceTree = SOURCE_ROOT; }; - 1B001797112348C8B211CA16 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/File.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = File.cpp; path = ISO9660/File.cpp; sourceTree = SOURCE_ROOT; }; - 1BB4DBBE12354FAEBA7B6DF7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpReader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = McDumpReader.cpp; path = saves/McDumpReader.cpp; sourceTree = SOURCE_ROOT; }; - 1BD5DD614E2E4FA6BD0DC5E8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Null.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_Null.h; path = gs/GSH_Null.h; sourceTree = SOURCE_ROOT; }; - 1C7C1DA828D24E4FB144C611 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_ScopedFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Ioman_ScopedFile.h; path = iop/Ioman_ScopedFile.h; sourceTree = SOURCE_ROOT; }; - 1CE31718C1094AE5BA5CB61B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/AArch32Assembler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AArch32Assembler.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/AArch32Assembler.cpp"; sourceTree = ""; }; - 1CEC2D898AAD464F8BB31C3E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporterBase.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SaveImporterBase.cpp; path = saves/SaveImporterBase.cpp; sourceTree = SOURCE_ROOT; }; - 1DE74C7004F44FD382A083AD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_fast.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h"; sourceTree = ""; }; - 1E2ECB5CD4E6473DBE612879 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/BMP.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = BMP.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/BMP.cpp"; sourceTree = ""; }; - 1E448606EE704C3C8466BE91 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_superblock.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h"; sourceTree = ""; }; - 1E789622D3E14E189FEFBC8B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_SifCmd.h; path = iop/Iop_SifCmd.h; sourceTree = SOURCE_ROOT; }; - 1E7AA880608947098322D895 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = infback.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/infback.c"; sourceTree = ""; }; - 1E7D07F327C14D7391CCAEEF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ExternJumpTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ExternJumpTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ExternJumpTest.cpp"; sourceTree = ""; }; - 1F38066CF7A949429BC9D2CE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSCoprocessor.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MIPSCoprocessor.h; path = MIPSCoprocessor.h; sourceTree = SOURCE_ROOT; }; - 1F44E68CFD4B48C88A187613 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thmsgbx.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Thmsgbx.h; path = iop/Iop_Thmsgbx.h; sourceTree = SOURCE_ROOT; }; - 1F4FFBC198954575B158FC06 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ControllerInfo.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ControllerInfo.cpp; path = ControllerInfo.cpp; sourceTree = SOURCE_ROOT; }; - 1F5800172DEB40A3BA8C2590 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/AArch64Assembler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AArch64Assembler.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/AArch64Assembler.cpp"; sourceTree = ""; }; - 1F5C5A6F006643A58D3607BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV_Templates.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_MIPSIV_Templates.cpp; path = MA_MIPSIV_Templates.cpp; sourceTree = SOURCE_ROOT; }; - 1F8DA844992E4D56900E9109 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Shift64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Shift64Test.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Shift64Test.cpp"; sourceTree = ""; }; - 1F964CE3D07E48C69C92F962 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Csv.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Csv.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Csv.h"; sourceTree = ""; }; - 202C57BC74814F1BA6DC29D3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = LzmaDec.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c"; sourceTree = ""; }; - 20421A116A654D86B3EC004B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Pch.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Pch.cpp; path = Pch.cpp; sourceTree = SOURCE_ROOT; }; - 2090AC073E4C423A875D562F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadInterface.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PadInterface.h; path = PadInterface.h; sourceTree = SOURCE_ROOT; }; - 20D64ED0C0754E168A5D7395 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Sort.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Sort.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Sort.h"; sourceTree = ""; }; - 20EDB73D34964D37977D7C4E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_fast.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c"; sourceTree = ""; }; - 21C20AB6453940D894B99F6B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Avx.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_Fpu_Avx.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Avx.cpp"; sourceTree = ""; }; - 21F3C9D3D9484AECB0732FCD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/DivTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = DivTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/DivTest.h"; sourceTree = ""; }; - 226378E2BC6B4E53B28DFAA0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_McServ.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_McServ.cpp; path = iop/Iop_McServ.cpp; sourceTree = SOURCE_ROOT; }; - 227546E9D4474873A86C6B42 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_EE.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_EE.cpp; path = ee/MA_EE.cpp; sourceTree = SOURCE_ROOT; }; - 22A422894D0C449A988497C4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/PathDirectoryIterator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PathDirectoryIterator.h; path = iop/ioman/PathDirectoryIterator.h; sourceTree = SOURCE_ROOT; }; - 22B362857D82440AB2D43C38 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Avx.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = X86Assembler_Avx.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Avx.cpp"; sourceTree = ""; }; - 233B01824BD347B0B89723F6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzFind.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzFind.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzFind.h"; sourceTree = ""; }; - 23F0689680A846CDAE6E49F6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OsVariableWrapper.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = OsVariableWrapper.h; path = OsVariableWrapper.h; sourceTree = SOURCE_ROOT; }; - 23F980D501FB4F39B608B2EB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SpuBase.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_SpuBase.cpp; path = iop/Iop_SpuBase.cpp; sourceTree = SOURCE_ROOT; }; - 241C97BEC7A446C8A0862646 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CsoImageStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CsoImageStream.h; path = discimages/CsoImageStream.h; sourceTree = SOURCE_ROOT; }; - 2447B3E5E925424BA481D349 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AliasTest2.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest2.h"; sourceTree = ""; }; - 2477078DC2714316B18E4EDA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BlockLookupOneWay.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BlockLookupOneWay.h; path = BlockLookupOneWay.h; sourceTree = SOURCE_ROOT; }; - 24CC35C303DD4663B229AEA9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LogicTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LogicTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LogicTest.cpp"; sourceTree = ""; }; - 24F2CF7BD6CF44E8B8153D5D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thbase.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Thbase.cpp; path = iop/Iop_Thbase.cpp; sourceTree = SOURCE_ROOT; }; - 2504FBBC0EE943D18E30DACC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/BlockProvider.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BlockProvider.h; path = ISO9660/BlockProvider.h; sourceTree = SOURCE_ROOT; }; - 251BD23EDFE346AB968168ED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/tests/benchmark.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = benchmark.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/tests/benchmark.c"; sourceTree = ""; }; - 2552940D79D440928C2780FF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Bra.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Bra.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Bra.h"; sourceTree = ""; }; - 25700BCDAF9240B6B85251C8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_32.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_32.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_32.cpp"; sourceTree = ""; }; - 26210A2A957B442A88058E48 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessRefTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemAccessRefTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessRefTest.h"; sourceTree = ""; }; - 2648B35F07F040298317694E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuAnalysis.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VuAnalysis.h; path = ee/VuAnalysis.h; sourceTree = SOURCE_ROOT; }; - 26DB3F564FC3437591E1D9E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sio2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Sio2.h; path = iop/Iop_Sio2.h; sourceTree = SOURCE_ROOT; }; - 27028DC265AE426EBBD944C5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Call64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Call64Test.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Call64Test.h"; sourceTree = ""; }; - 276CE5AC97E645BB8A6C4221 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/X86Assembler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = X86Assembler.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/X86Assembler.h"; sourceTree = ""; }; - 279860A5617C4B25A7CD6D30 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thsema.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Thsema.h; path = iop/Iop_Thsema.h; sourceTree = SOURCE_ROOT; }; - 2824DACD8CB34A479E5818EB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_Wasm.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_Wasm.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_Wasm.h"; sourceTree = ""; }; - 2992D6C540094523838BDFDD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ShiftTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ShiftTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ShiftTest.h"; sourceTree = ""; }; - 2A37E70F3E53482EBE752262 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeBTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IPU_MacroblockTypeBTable.cpp; path = ee/IPU_MacroblockTypeBTable.cpp; sourceTree = SOURCE_ROOT; }; - 2AD7D3680FF5452B8AE140FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_cwksp.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h"; sourceTree = ""; }; - 2B070753C98E4404B83E8170 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MA_VU.h; path = ee/MA_VU.h; sourceTree = SOURCE_ROOT; }; - 2B50F0B13FC6437FB4B67B46 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/compiler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = compiler.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/compiler.h"; sourceTree = ""; }; - 2B9A95CFE5424EDFB9984A18 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dynamic.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Dynamic.cpp; path = iop/Iop_Dynamic.cpp; sourceTree = SOURCE_ROOT; }; - 2C41D09C7BF24EA784A24E71 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/PathUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PathUtils.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/PathUtils.cpp"; sourceTree = ""; }; - 2C5AA4CF2F2C4B0BA3641D5E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpIntMixTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FpIntMixTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpIntMixTest.cpp"; sourceTree = ""; }; - 2CA86AD334D042EEBA301819 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClientFactory.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HttpClientFactory.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClientFactory.cpp"; sourceTree = ""; }; - 2D306E7486BD4D62ACBD43AF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist; sourceTree = ""; }; - 2D3EC8BD68AF403BB692D937 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIo.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_FileIo.h; path = iop/Iop_FileIo.h; sourceTree = SOURCE_ROOT; }; - 2D56C6BFCF7C49C99D3B1D0B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameLimiter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FrameLimiter.h; path = FrameLimiter.h; sourceTree = SOURCE_ROOT; }; - 2DCAEC297A9440A295A5297E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDumpDevice.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HardDiskDumpDevice.cpp; path = iop/ioman/HardDiskDumpDevice.cpp; sourceTree = SOURCE_ROOT; }; - 2E5BE59B6F654DEBAF920B20 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaDec.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzmaDec.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaDec.h"; sourceTree = ""; }; - 2E72FE6355984AA39EA6FF29 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_AArch32.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_AArch32.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_AArch32.h"; sourceTree = ""; }; - 2E929DF9DEE94D02BB3FFB2E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/SIF.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SIF.cpp; path = ee/SIF.cpp; sourceTree = SOURCE_ROOT; }; - 2FC54AAC81694FBD82AF1156 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ddict.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h"; sourceTree = ""; }; - 30129DB68DF84A5CBC30912C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/CMakeLists.txt"; sourceTree = ""; }; - 301C0E1C3DE44B8D867FF253 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ldm.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h"; sourceTree = ""; }; - 304C2A6EC2274587B6DF12F2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_FPU_Reflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = COP_FPU_Reflection.cpp; path = COP_FPU_Reflection.cpp; sourceTree = SOURCE_ROOT; }; - 3051578E87E642F6BC083369 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/PfsReader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PfsReader.h; path = hdd/PfsReader.h; sourceTree = SOURCE_ROOT; }; - 306F0D3773B74C41A35D04D9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MachoDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MachoDefs.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MachoDefs.h"; sourceTree = ""; }; - 31D5321804FE40BC8EA8AA76 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/psx/PsxBios.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PsxBios.h; path = psx/PsxBios.h; sourceTree = SOURCE_ROOT; }; - 32940088413848AFAFEDA349 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Vif.h; path = ee/Vif.h; sourceTree = SOURCE_ROOT; }; - 32D19FE1B4B04224B3062EA7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_NamcoNANDDevice.cpp; path = iop/namco_sys147/Iop_NamcoNANDDevice.cpp; sourceTree = SOURCE_ROOT; }; - 33BCC301E46D4DE28E9CF9DF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/InverseScanTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = InverseScanTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/InverseScanTable.cpp"; sourceTree = ""; }; - 350C426B0405464F9ECFA3DE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/cpu.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = cpu.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/cpu.h"; sourceTree = ""; }; - 35C4D96C8C3842E698BD9267 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/CpuArch.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CpuArch.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/CpuArch.h"; sourceTree = ""; }; - 35C785F63BB640F78C53930A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_64.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_64.cpp"; sourceTree = ""; }; - 35D8FF956F524431A9DD0F89 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_trace.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h"; sourceTree = ""; }; - 35DA27680A1F4744AEE92051 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PathTable.cpp; path = ISO9660/PathTable.cpp; sourceTree = SOURCE_ROOT; }; - 3622C1A850CC4CF994DD87EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/CMakeFiles/chdr-static.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/CMakeFiles/chdr-static.dir/Info.plist"; sourceTree = ""; }; - 37E25BA3386D43D099514A8E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = huf_compress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c"; sourceTree = ""; }; - 382A56520CCC4B5A824C3A87 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/gzguts.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = gzguts.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/gzguts.h"; sourceTree = ""; }; - 3872D045B743468C8B8A797A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Secrman.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Secrman.h; path = iop/Iop_Secrman.h; sourceTree = SOURCE_ROOT; }; - 39579C0576654423B7B8FE82 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BasicBlock.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BasicBlock.h; path = BasicBlock.h; sourceTree = SOURCE_ROOT; }; - 39920026751C471D844F2C3D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thfpool.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Thfpool.cpp; path = iop/Iop_Thfpool.cpp; sourceTree = SOURCE_ROOT; }; - 39967A81F9324B2984F44751 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_IomanX.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_IomanX.cpp; path = iop/Iop_IomanX.cpp; sourceTree = SOURCE_ROOT; }; - 3ABC0BCD194B4EA88CCF8BC1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/FilesystemUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FilesystemUtils.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/FilesystemUtils.cpp"; sourceTree = ""; }; - 3AEDC8A8150D446B897A2768 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/tests/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/tests/CMakeLists.txt"; sourceTree = ""; }; - 3BED5F0D577543428F5F9D85 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/VolumeDescriptor.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VolumeDescriptor.h; path = ISO9660/VolumeDescriptor.h; sourceTree = SOURCE_ROOT; }; - 3BF9929E4C7E409F899A6D03 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSTags.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MIPSTags.cpp; path = MIPSTags.cpp; sourceTree = SOURCE_ROOT; }; - 3CBF6106853047788E1AA6F8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 3CFD3A8B399A4162A3432376 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockAddressIncrementTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IPU_MacroblockAddressIncrementTable.cpp; path = ee/IPU_MacroblockAddressIncrementTable.cpp; sourceTree = SOURCE_ROOT; }; - 3D03E0EE43FD4E2F87F5F0E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_chd.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_chd.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_chd.c"; sourceTree = ""; }; - 3D1F3D27294E498F84906462 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VUShared.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VUShared.h; path = ee/VUShared.h; sourceTree = SOURCE_ROOT; }; - 3DA06328CF544DC189ADA780 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_McServ.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_McServ.h; path = iop/Iop_McServ.h; sourceTree = SOURCE_ROOT; }; - 3DAA30024F724F4C8D4F6B3B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_MtapMan.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_MtapMan.h; path = iop/Iop_MtapMan.h; sourceTree = SOURCE_ROOT; }; - 3DB554C1706A448B9D6ABD3B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTempTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RegAllocTempTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTempTest.h"; sourceTree = ""; }; - 3E865CC7F616499B87805BE2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/VLCTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VLCTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/VLCTable.cpp"; sourceTree = ""; }; - 3EC9DF0C744A4CA0B59A713A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuExecutor.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VuExecutor.cpp; path = ee/VuExecutor.cpp; sourceTree = SOURCE_ROOT; }; - 3FC5619D847647BDB8CE959A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/BitStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = BitStream.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/BitStream.cpp"; sourceTree = ""; }; - 405891A957EA4CF09E41FA47 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_cdrom.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_cdrom.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_cdrom.c"; sourceTree = ""; }; - 40BFD1ABDACF4806B52E0336 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_RootCounters.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_RootCounters.h; path = iop/Iop_RootCounters.h; sourceTree = SOURCE_ROOT; }; - 4153F522A0774C219964AB98 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist; sourceTree = ""; }; - 419C099709B64B1CA12150ED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = OpticalMediaDirectoryIterator.h; path = iop/ioman/OpticalMediaDirectoryIterator.h; sourceTree = SOURCE_ROOT; }; - 41D3076F8A1B49A1BC412183 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/DirectoryDevice.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = DirectoryDevice.h; path = iop/ioman/DirectoryDevice.h; sourceTree = SOURCE_ROOT; }; - 41EDB5EAA109456CB59515DA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch32.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32.cpp"; sourceTree = ""; }; - 42295EF4FB304EEB84F0A6AD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_lazy.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h"; sourceTree = ""; }; - 4255085E0FF44E1AA2B434DA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdUnpackTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdUnpackTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdUnpackTest.cpp"; sourceTree = ""; }; - 426142D15B004C8C8057170A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/JPEG.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = JPEG.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/JPEG.cpp"; sourceTree = ""; }; - 426511A516164BFDB1B007EB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ShiftTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ShiftTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ShiftTest.cpp"; sourceTree = ""; }; - 4333EA1F78404735989C4717 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = trees.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.h"; sourceTree = ""; }; - 43E70300A322404DBC1EE06B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Div.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86_Div.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Div.h"; sourceTree = ""; }; - 444B07FE438146779A687126 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest3.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RandomAluTest3.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest3.cpp"; sourceTree = ""; }; - 44589EBE01E8420F90452C4F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thfpool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Thfpool.h; path = iop/Iop_Thfpool.h; sourceTree = SOURCE_ROOT; }; - 447159645A01468EB6BDD1D7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/filesystem_def.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = filesystem_def.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/filesystem_def.h"; sourceTree = ""; }; - 450DFC48201C4798BFB3D78E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutBaseItem.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LayoutBaseItem.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutBaseItem.cpp"; sourceTree = ""; }; - 453C456A0B8D4542B87B273D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_EE_Reflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_EE_Reflection.cpp; path = ee/MA_EE_Reflection.cpp; sourceTree = SOURCE_ROOT; }; - 453CF2BBBECF419A9CE20372 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ZipFile.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipFile.cpp"; sourceTree = ""; }; - 459D7EEFBB5240938020B5B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inflate.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.h"; sourceTree = ""; }; - 45ADB9D64A804AB58D8FF471 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = huf_decompress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c"; sourceTree = ""; }; - 45D0A086618146BC90B6D1D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/PsuSaveImporter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PsuSaveImporter.cpp; path = saves/PsuSaveImporter.cpp; sourceTree = SOURCE_ROOT; }; - 45DCA979D8C8483F976919CC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Logic64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Logic64Test.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Logic64Test.cpp"; sourceTree = ""; }; - 45EAD6250ADC479FAC5B1FFE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/DirectoryRecord.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DirectoryRecord.cpp; path = ISO9660/DirectoryRecord.cpp; sourceTree = SOURCE_ROOT; }; - 45FB5EE4C2E749F78A19FA8F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_SymbolTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_SymbolTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_SymbolTable.cpp"; sourceTree = ""; }; - 465B6065611048D29AADA29D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Stream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Stream.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Stream.cpp"; sourceTree = ""; }; - 4663252D1E4844409D359547 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/McDumpDevice.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = McDumpDevice.cpp; path = iop/ioman/McDumpDevice.cpp; sourceTree = SOURCE_ROOT; }; - 46D74F96EDB04CE5A160A927 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_decompress_internal.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h"; sourceTree = ""; }; - 4778B7528A2A4793B3C404EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/COP_VU_Reflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = COP_VU_Reflection.cpp; path = ee/COP_VU_Reflection.cpp; sourceTree = SOURCE_ROOT; }; - 4779ED0B9B9C4767BF8F3375 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/zstd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/zstd.h"; sourceTree = ""; }; - 47C7935754AE492284ACAE65 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpReader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = McDumpReader.h; path = saves/McDumpReader.h; sourceTree = SOURCE_ROOT; }; - 487330D7BFBB422786EA7A4D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = entropy_common.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/entropy_common.c"; sourceTree = ""; }; - 4883EE51E7CF49BEB308F51D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Shift64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Shift64Test.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Shift64Test.h"; sourceTree = ""; }; - 489CD3DCB63C41279F7ABBB1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Pch.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Pch.h; path = Pch.h; sourceTree = SOURCE_ROOT; }; - 49A097160BC64CD58B95B6C5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PowerOff.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_PowerOff.cpp; path = iop/Iop_PowerOff.cpp; sourceTree = SOURCE_ROOT; }; - 49C39F503E12415D9D8EF3CD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/SifModuleAdapter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SifModuleAdapter.h; path = SifModuleAdapter.h; sourceTree = SOURCE_ROOT; }; - 4A52D485239345C09E35BA50 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/AppConfig.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AppConfig.cpp; path = AppConfig.cpp; sourceTree = SOURCE_ROOT; }; - 4A7CB46CE04E45808FB1154B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_MtapMan.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_MtapMan.cpp; path = iop/Iop_MtapMan.cpp; sourceTree = SOURCE_ROOT; }; - 4B3E72CC12024ADE8B46B6F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdManipTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdManipTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdManipTest.cpp"; sourceTree = ""; }; - 4B45B62269EA44FCA28D585B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Log.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Log.h; path = Log.h; sourceTree = SOURCE_ROOT; }; - 4B7D5519081842B4ADE56E94 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/CoffObjectFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CoffObjectFile.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/CoffObjectFile.cpp"; sourceTree = ""; }; - 4BD355548F50472786C99AFC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/SifDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SifDefs.h; path = SifDefs.h; sourceTree = SOURCE_ROOT; }; - 4BE7F52CD0BD44A09FA89AF1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuBasicBlock.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VuBasicBlock.cpp; path = ee/VuBasicBlock.cpp; sourceTree = SOURCE_ROOT; }; - 4C065DEC290840769DD99A88 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/ISO9660.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ISO9660.cpp; path = ISO9660/ISO9660.cpp; sourceTree = SOURCE_ROOT; }; - 4C343497FE1B4A6E91D926A6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Heaplib.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Heaplib.cpp; path = iop/Iop_Heaplib.cpp; sourceTree = SOURCE_ROOT; }; - 4C66834B04344777B6E34509 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGen.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGen.dir/Info.plist; sourceTree = ""; }; - 4C790CB9CCC040AC9CFF9C4B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/amazon/AmazonS3Client.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AmazonS3Client.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/amazon/AmazonS3Client.h"; sourceTree = ""; }; - 4CBC3691860847CABB2BF3E7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */ = {isa = PBXFileReference; explicitFileType = sourcecode.asm; fileEncoding = 4; name = huf_decompress_amd64.S; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S"; sourceTree = ""; }; - 4CDDA690132D4325AC7D150B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = trees.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.c"; sourceTree = ""; }; - 4CE7ECE200B04616A8E308B6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thbase.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Thbase.h; path = iop/Iop_Thbase.h; sourceTree = SOURCE_ROOT; }; - 4CF064DFAEE248179FCFB9F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CompareTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CompareTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CompareTest.cpp"; sourceTree = ""; }; - 4D06A5F6D345449FA5FF808D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoSys147.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_NamcoSys147.cpp; path = iop/namco_sys147/Iop_NamcoSys147.cpp; sourceTree = SOURCE_ROOT; }; - 4D0C5E922E704837A88EF3AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmacman.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Dmacman.h; path = iop/Iop_Dmacman.h; sourceTree = SOURCE_ROOT; }; - 4D33D9DB7E884A87A6EEFFB8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Md.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch32_Md.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Md.cpp"; sourceTree = ""; }; - 4D3EC06046FF4D68A6727522 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/AppConfig.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AppConfig.h; path = AppConfig.h; sourceTree = SOURCE_ROOT; }; - 4DBA772E049A443BACD2C9B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/DirectoryRecord.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = DirectoryRecord.h; path = ISO9660/DirectoryRecord.h; sourceTree = SOURCE_ROOT; }; - 4DF59B62BB0142D99A700113 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSHandler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSHandler.cpp; path = gs/GSHandler.cpp; sourceTree = SOURCE_ROOT; }; - 4DF6961D28304DB187F7E2FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Config.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Config.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Config.cpp"; sourceTree = ""; }; - 4E2123F4832A46B28C298832 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_Device.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Ioman_Device.h; path = iop/Ioman_Device.h; sourceTree = SOURCE_ROOT; }; - 4E2A6EA152754E0081144145 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_literals.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c"; sourceTree = ""; }; - 4EA39B07F92D472B9123D9E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/idct/IEEE1180.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IEEE1180.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/idct/IEEE1180.cpp"; sourceTree = ""; }; - 4F1D4ACAB02147F982BDB218 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_opt.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c"; sourceTree = ""; }; - 5072CEE10EF64F9B9741E2C6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = hist.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.h"; sourceTree = ""; }; - 50810E1F926745428DCDFF66 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zutil.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c"; sourceTree = ""; }; - 50D611E0EFA0428AA53EF79E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryMap.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemoryMap.h; path = MemoryMap.h; sourceTree = SOURCE_ROOT; }; - 51177D1577A1441F9EBBB88D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzFind.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = LzFind.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzFind.c"; sourceTree = ""; }; - 5153527776DE4CFA8D6662CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Log.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Log.cpp; path = Log.cpp; sourceTree = SOURCE_ROOT; }; - 515643BBA0F74E89945BDA25 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeBasicBlock.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = EeBasicBlock.cpp; path = ee/EeBasicBlock.cpp; sourceTree = SOURCE_ROOT; }; - 5186274947D14ED69054CB65 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/BraIA64.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = BraIA64.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/BraIA64.c"; sourceTree = ""; }; - 519F3A61B2BD4A9EBCD1E464 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zutil.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.h"; sourceTree = ""; }; - 51DC3A1BC2724915AA71E24D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Dmac_Channel.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Dmac_Channel.cpp; path = ee/Dmac_Channel.cpp; sourceTree = SOURCE_ROOT; }; - 52F490A871494A3CAB1FCE97 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdfsv.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Cdvdfsv.cpp; path = iop/Iop_Cdvdfsv.cpp; sourceTree = SOURCE_ROOT; }; - 52F6D193B61F49BA8BDD6C65 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_ldm.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c"; sourceTree = ""; }; - 52F8977427CE431294D0A765 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LzcTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LzcTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LzcTest.cpp"; sourceTree = ""; }; - 53CAC0E6207E4E34B84429CE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Lzma86Dec.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c"; sourceTree = ""; }; - 53E80192280A49F289263272 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ilink.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Ilink.cpp; path = iop/Iop_Ilink.cpp; sourceTree = SOURCE_ROOT; }; - 5404B19CAF0140928B5E2040 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSInstructionFactory.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MIPSInstructionFactory.cpp; path = MIPSInstructionFactory.cpp; sourceTree = SOURCE_ROOT; }; - 542D5374EB0540D3A10F3F64 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast_sjis.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = string_cast_sjis.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast_sjis.cpp"; sourceTree = ""; }; - 544ABDE53C0B424F802E8E59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstdmt_compress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c"; sourceTree = ""; }; - 55077B0D0CAA47D4AE9C0E21 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuAnalysis.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VuAnalysis.cpp; path = ee/VuAnalysis.cpp; sourceTree = SOURCE_ROOT; }; - 5531936BBC88481098B5883A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Utf8.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Utf8.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Utf8.cpp"; sourceTree = ""; }; - 55983E8C2E2549CAA9FFA531 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoSys246.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_NamcoSys246.h; path = iop/namco_sys246/Iop_NamcoSys246.h; sourceTree = SOURCE_ROOT; }; - 55B0EF05CF754A689CF67F03 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClientFactory.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HttpClientFactory.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClientFactory.h"; sourceTree = ""; }; - 5607E71E180E4D6880B73954 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTableRecord.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PathTableRecord.cpp; path = ISO9660/PathTableRecord.cpp; sourceTree = SOURCE_ROOT; }; - 561965EE050C401CB96FA236 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LoopTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LoopTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LoopTest.h"; sourceTree = ""; }; - 5685950CBD2846BF808334C3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bits.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = bits.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bits.h"; sourceTree = ""; }; - 56B842773C3F4040B7F9FC44 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HugeJumpTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTest.h"; sourceTree = ""; }; - 56D305D4B17B4BD6BFC28B74 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Fpu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch32_Fpu.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Fpu.cpp"; sourceTree = ""; }; - 571E5E4C0F4A441EA3489F41 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch64_64.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_64.cpp"; sourceTree = ""; }; - 572601161C4C40BCBF96F52A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSArchitecture.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MIPSArchitecture.h; path = MIPSArchitecture.h; sourceTree = SOURCE_ROOT; }; - 57848A77A8AB49EDA010B1C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/InputProvider.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = InputProvider.h; path = input/InputProvider.h; sourceTree = SOURCE_ROOT; }; - 578866D2F20948FBB82CD7F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpSaveImporter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = McDumpSaveImporter.cpp; path = saves/McDumpSaveImporter.cpp; sourceTree = SOURCE_ROOT; }; - 57AF946D0E7945C4B2FEC01D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_SubSystem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Ee_SubSystem.h; path = ee/Ee_SubSystem.h; sourceTree = SOURCE_ROOT; }; - 586948453B694E2C90BA167A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v04.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c"; sourceTree = ""; }; - 58C3EBAE593D407090A74E64 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MemoryFunction.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemoryFunction.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MemoryFunction.h"; sourceTree = ""; }; - 58CCBAA707A249DABADF72A0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Node.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Node.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Node.cpp"; sourceTree = ""; }; - 58D9CF8C6E734049A8B15090 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LoopTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LoopTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LoopTest.cpp"; sourceTree = ""; }; - 590378F0F3694A3881E90B49 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v06.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h"; sourceTree = ""; }; - 5967A87B7D264810A11A1622 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Shift.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86_Shift.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Shift.h"; sourceTree = ""; }; - 599C5F08EB624AF18E359E3E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Base64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Base64.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Base64.cpp"; sourceTree = ""; }; - 59A0C3AB16ED4E7A9E79ABA6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Vblank.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Vblank.cpp; path = iop/Iop_Vblank.cpp; sourceTree = SOURCE_ROOT; }; - 59BADBFBFACD43A0B1F444BC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Delta.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Delta.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Delta.h"; sourceTree = ""; }; - 59BCB3EFF8764CB8AF0782AE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/std_experimental_map.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = std_experimental_map.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/std_experimental_map.h"; sourceTree = ""; }; - 5A0EA48EA59E40D38850F98F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsDebuggerInterface.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GsDebuggerInterface.h; path = gs/GsDebuggerInterface.h; sourceTree = SOURCE_ROOT; }; - 5A1FAFB9FAFB446283E29DD8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/GIF.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GIF.cpp; path = ee/GIF.cpp; sourceTree = SOURCE_ROOT; }; - 5A7E8780C38643C6AB7E16C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_decompress_block.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c"; sourceTree = ""; }; - 5AAF5EE7AFD944D6980D224D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Merge64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Merge64Test.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Merge64Test.cpp"; sourceTree = ""; }; - 5AE903A908404CF58238B2D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsPixelFormats.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GsPixelFormats.h; path = gs/GsPixelFormats.h; sourceTree = SOURCE_ROOT; }; - 5B1452DDD5ED4AB4A934C111 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Cmp64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Cmp64Test.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Cmp64Test.h"; sourceTree = ""; }; - 5B52A2DF503046A495FD7DB0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdman.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Cdvdman.cpp; path = iop/Iop_Cdvdman.cpp; sourceTree = SOURCE_ROOT; }; - 5B8D6413F15C4232B8DFDB17 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV_Reflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_MIPSIV_Reflection.cpp; path = MA_MIPSIV_Reflection.cpp; sourceTree = SOURCE_ROOT; }; - 5BBB5F2065794441B3B0155F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/FilesystemUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FilesystemUtils.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/FilesystemUtils.h"; sourceTree = ""; }; - 5C49A09708404FB9A9E72D97 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ioman.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Ioman.cpp; path = iop/Iop_Ioman.cpp; sourceTree = SOURCE_ROOT; }; - 5C6A39A92EDE48DB903A21FE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_DmVectorTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IPU_DmVectorTable.cpp; path = ee/IPU_DmVectorTable.cpp; sourceTree = SOURCE_ROOT; }; - 5C6CD944E3D345D5BD0F660E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_Upper.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_VU_Upper.cpp; path = ee/MA_VU_Upper.cpp; sourceTree = SOURCE_ROOT; }; - 5C74D80C20654EEFA5A4E34E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/PreferenceDirectoryDevice.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PreferenceDirectoryDevice.h; path = iop/ioman/PreferenceDirectoryDevice.h; sourceTree = SOURCE_ROOT; }; - 5C8D41BC354B4F08918D7121 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FpUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FpUtils.cpp; path = FpUtils.cpp; sourceTree = SOURCE_ROOT; }; - 5CF2F65E976A4FCB846F3119 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MotionCodeTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MotionCodeTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MotionCodeTable.cpp"; sourceTree = ""; }; - 5DEAC0BA4BDD47BB9B99C09D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IPU.cpp; path = ee/IPU.cpp; sourceTree = SOURCE_ROOT; }; - 5E00419B76E844109A430A54 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PS2VM.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PS2VM.h; path = PS2VM.h; sourceTree = SOURCE_ROOT; }; - 5EBFD16BEB5048D3A3D7C117 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CMakeFiles/PlayCore.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CMakeFiles/PlayCore.dir/Info.plist; sourceTree = ""; }; - 5F3B64D01CD440389F171629 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BasicBlock.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = BasicBlock.cpp; path = BasicBlock.cpp; sourceTree = SOURCE_ROOT; }; - 602E926C6E83451BBCB66D2A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoSys246.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_NamcoSys246.cpp; path = iop/namco_sys246/Iop_NamcoSys246.cpp; sourceTree = SOURCE_ROOT; }; - 60535556E5E644C2A4DA437B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = adler32.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c"; sourceTree = ""; }; - 6088D313A7E6402E8F5FE8FC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist; sourceTree = ""; }; - 60E9A4D03EFB432AA9ECC21C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/FlatLayout.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FlatLayout.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/FlatLayout.cpp"; sourceTree = ""; }; - 6116734C85F841CE8D02A099 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdfsv.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Cdvdfsv.h; path = iop/Iop_Cdvdfsv.h; sourceTree = SOURCE_ROOT; }; - 6119B67CB72A477E9799C9BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RandomAluTest2.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest2.cpp"; sourceTree = ""; }; - 6180BF43C6F141AEAE20FFB2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Modload.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Modload.cpp; path = iop/Iop_Modload.cpp; sourceTree = SOURCE_ROOT; }; - 620D46798F0D4F46A95757C8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_Optimize.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_Optimize.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_Optimize.cpp"; sourceTree = ""; }; - 6254793915F4427F8FFC23F4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeExecutor.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = EeExecutor.h; path = ee/EeExecutor.h; sourceTree = SOURCE_ROOT; }; - 6269EE9EBAF8488894F657CD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameDump.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FrameDump.cpp; path = FrameDump.cpp; sourceTree = SOURCE_ROOT; }; - 628AF8EE725947C882C5124F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = string_cast.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast.cpp"; sourceTree = ""; }; - 629525A0F21B4938B71DF2D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/SimpleMdTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SimpleMdTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/SimpleMdTest.cpp"; sourceTree = ""; }; - 62CD98BACD8E443094E89D46 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CueSheet.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CueSheet.cpp; path = discimages/CueSheet.cpp; sourceTree = SOURCE_ROOT; }; - 62CE679F8E004B36A1ED00F6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemAccess64Test.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess64Test.h"; sourceTree = ""; }; - 6348408C0D8A4C4AB8538282 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Sse.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = X86Assembler_Sse.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Sse.cpp"; sourceTree = ""; }; - 63694CCDBFD44EB6A0DD4944 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ilink.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Ilink.h; path = iop/Iop_Ilink.h; sourceTree = SOURCE_ROOT; }; - 63CDADFB2BCC4763B9967BB7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = divsufsort.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h"; sourceTree = ""; }; - 644F5649C6DF41C8943FECFC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/InputBindingManager.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = InputBindingManager.cpp; path = input/InputBindingManager.cpp; sourceTree = SOURCE_ROOT; }; - 645975B3740B46FD9E081E0F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameDump.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FrameDump.h; path = FrameDump.h; sourceTree = SOURCE_ROOT; }; - 6569DA4A9DFD434DBF90B19E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = xxhash.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.h"; sourceTree = ""; }; - 659E52DF635149ECAAEDCFEE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ldm_geartab.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h"; sourceTree = ""; }; - 65B89405EB5C42FE8A34A0B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/QuantiserScaleTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = QuantiserScaleTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/QuantiserScaleTable.cpp"; sourceTree = ""; }; - 66393513AC404CBCABC2A788 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/IopBios.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IopBios.cpp; path = iop/IopBios.cpp; sourceTree = SOURCE_ROOT; }; - 67EC570E62AD421F8AE75B2E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = uncompr.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c"; sourceTree = ""; }; - 684AE9925AE14A0F9ABF1B48 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/PfsReader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PfsReader.cpp; path = hdd/PfsReader.cpp; sourceTree = SOURCE_ROOT; }; - 684B08265DEF4E9A95731F10 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Breakpoint.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Breakpoint.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Breakpoint.h"; sourceTree = ""; }; - 68591F42E79F4109B1B7807E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pool.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.h"; sourceTree = ""; }; - 686284CE9E0446D882ED0F81 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BiosDebugInfoProvider.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BiosDebugInfoProvider.h; path = BiosDebugInfoProvider.h; sourceTree = SOURCE_ROOT; }; - 68947AB14ADB490DAB13D2C0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipStoreStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ZipStoreStream.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipStoreStream.cpp"; sourceTree = ""; }; - 68D834A08FEF4BBFA4B09731 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffixed.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inffixed.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffixed.h"; sourceTree = ""; }; - 690EE611B2314B91B6507EA3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeFiles/Framework_Amazon.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeFiles/Framework_Amazon.dir/Info.plist; sourceTree = ""; }; + 159A004E44514DFA9C19A051 /* ../Play-/Source/iop/Iop_FileIoHandler2100.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_FileIoHandler2100.cpp; path = iop/Iop_FileIoHandler2100.cpp; sourceTree = SOURCE_ROOT; }; + 169D5212DF2A4046A147C70F /* ../Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_NamcoAcCdvd.h; path = iop/namco_sys246/Iop_NamcoAcCdvd.h; sourceTree = SOURCE_ROOT; }; + 169DAF1B43B94839BBFFA278 /* ../Play-/Source/saves/MemoryCard.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemoryCard.cpp; path = saves/MemoryCard.cpp; sourceTree = SOURCE_ROOT; }; + 16EA28E15B5D4F7C9A7E53B0 /* ../Play-/Source/MipsExecutor.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MipsExecutor.h; path = MipsExecutor.h; sourceTree = SOURCE_ROOT; }; + 17E6EFFD76004CCB8354F3F0 /* ../Play-/Source/ee/IPU.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IPU.h; path = ee/IPU.h; sourceTree = SOURCE_ROOT; }; + 18479B09484C4255BC554021 /* ../Play-/Source/MipsFunctionPatternDb.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MipsFunctionPatternDb.h; path = MipsFunctionPatternDb.h; sourceTree = SOURCE_ROOT; }; + 18B5DB11308D437191081DDC /* ../Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_NamcoNANDDevice.h; path = iop/namco_sys147/Iop_NamcoNANDDevice.h; sourceTree = SOURCE_ROOT; }; + 18BF9FA2D8744078B3FDE855 /* ../Play-/Source/discimages/IszImageStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IszImageStream.h; path = discimages/IszImageStream.h; sourceTree = SOURCE_ROOT; }; + 18E6A5461FA7425C87D4D22E /* ../Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt"; sourceTree = ""; }; + 19932B0DE7834C34B556431D /* ../Play-/deps/Framework/include/layout/VerticalLayout.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VerticalLayout.h; path = "../Play-/deps/Framework/include/layout/VerticalLayout.h"; sourceTree = ""; }; + 1A3FCF169F9A45FD8A813883 /* ../Play-/deps/Framework/include/BitManip.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BitManip.h; path = "../Play-/deps/Framework/include/BitManip.h"; sourceTree = ""; }; + 1A73209F36C8475F9721C410 /* ../Play-/Source/ee/VUShared_Reflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VUShared_Reflection.cpp; path = ee/VUShared_Reflection.cpp; sourceTree = SOURCE_ROOT; }; + 1AB6D8F6BDCA410FB7153214 /* ../Play-/deps/CodeGen/tests/ConditionTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ConditionTest.h; path = "../Play-/deps/CodeGen/tests/ConditionTest.h"; sourceTree = ""; }; + 1ABA7DD3ED8B44EAA545BC31 /* ../Play-/Source/discimages/MdsDiscImage.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdsDiscImage.cpp; path = discimages/MdsDiscImage.cpp; sourceTree = SOURCE_ROOT; }; + 1AD43F7964DE40A7B633E787 /* ../Play-/Source/discimages/CueSheet.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CueSheet.h; path = discimages/CueSheet.h; sourceTree = SOURCE_ROOT; }; + 1B001797112348C8B211CA16 /* ../Play-/Source/ISO9660/File.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = File.cpp; path = ISO9660/File.cpp; sourceTree = SOURCE_ROOT; }; + 1BB4DBBE12354FAEBA7B6DF7 /* ../Play-/Source/saves/McDumpReader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = McDumpReader.cpp; path = saves/McDumpReader.cpp; sourceTree = SOURCE_ROOT; }; + 1BD5DD614E2E4FA6BD0DC5E8 /* ../Play-/Source/gs/GSH_Null.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_Null.h; path = gs/GSH_Null.h; sourceTree = SOURCE_ROOT; }; + 1C7C1DA828D24E4FB144C611 /* ../Play-/Source/iop/Ioman_ScopedFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Ioman_ScopedFile.h; path = iop/Ioman_ScopedFile.h; sourceTree = SOURCE_ROOT; }; + 1CE31718C1094AE5BA5CB61B /* ../Play-/deps/CodeGen/src/AArch32Assembler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AArch32Assembler.cpp; path = "../Play-/deps/CodeGen/src/AArch32Assembler.cpp"; sourceTree = ""; }; + 1CEC2D898AAD464F8BB31C3E /* ../Play-/Source/saves/SaveImporterBase.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SaveImporterBase.cpp; path = saves/SaveImporterBase.cpp; sourceTree = SOURCE_ROOT; }; + 1DE74C7004F44FD382A083AD /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_fast.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h"; sourceTree = ""; }; + 1E2ECB5CD4E6473DBE612879 /* ../Play-/deps/Framework/src/bitmap/BMP.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = BMP.cpp; path = "../Play-/deps/Framework/src/bitmap/BMP.cpp"; sourceTree = ""; }; + 1E448606EE704C3C8466BE91 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_superblock.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h"; sourceTree = ""; }; + 1E789622D3E14E189FEFBC8B /* ../Play-/Source/iop/Iop_SifCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_SifCmd.h; path = iop/Iop_SifCmd.h; sourceTree = SOURCE_ROOT; }; + 1E7AA880608947098322D895 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = infback.c; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/infback.c"; sourceTree = ""; }; + 1E7D07F327C14D7391CCAEEF /* ../Play-/deps/CodeGen/tests/ExternJumpTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ExternJumpTest.cpp; path = "../Play-/deps/CodeGen/tests/ExternJumpTest.cpp"; sourceTree = ""; }; + 1F38066CF7A949429BC9D2CE /* ../Play-/Source/MIPSCoprocessor.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MIPSCoprocessor.h; path = MIPSCoprocessor.h; sourceTree = SOURCE_ROOT; }; + 1F44E68CFD4B48C88A187613 /* ../Play-/Source/iop/Iop_Thmsgbx.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Thmsgbx.h; path = iop/Iop_Thmsgbx.h; sourceTree = SOURCE_ROOT; }; + 1F4FFBC198954575B158FC06 /* ../Play-/Source/ControllerInfo.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ControllerInfo.cpp; path = ControllerInfo.cpp; sourceTree = SOURCE_ROOT; }; + 1F5800172DEB40A3BA8C2590 /* ../Play-/deps/CodeGen/src/AArch64Assembler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AArch64Assembler.cpp; path = "../Play-/deps/CodeGen/src/AArch64Assembler.cpp"; sourceTree = ""; }; + 1F5C5A6F006643A58D3607BF /* ../Play-/Source/MA_MIPSIV_Templates.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_MIPSIV_Templates.cpp; path = MA_MIPSIV_Templates.cpp; sourceTree = SOURCE_ROOT; }; + 1F8DA844992E4D56900E9109 /* ../Play-/deps/CodeGen/tests/Shift64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Shift64Test.cpp; path = "../Play-/deps/CodeGen/tests/Shift64Test.cpp"; sourceTree = ""; }; + 1F964CE3D07E48C69C92F962 /* ../Play-/deps/Framework/include/Csv.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Csv.h; path = "../Play-/deps/Framework/include/Csv.h"; sourceTree = ""; }; + 202C57BC74814F1BA6DC29D3 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = LzmaDec.c; path = "../Play-/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c"; sourceTree = ""; }; + 20421A116A654D86B3EC004B /* ../Play-/Source/Pch.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Pch.cpp; path = Pch.cpp; sourceTree = SOURCE_ROOT; }; + 2090AC073E4C423A875D562F /* ../Play-/Source/PadInterface.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PadInterface.h; path = PadInterface.h; sourceTree = SOURCE_ROOT; }; + 20D64ED0C0754E168A5D7395 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Sort.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Sort.h; path = "../Play-/deps/libchdr/deps/lzma-22.01/include/Sort.h"; sourceTree = ""; }; + 20EDB73D34964D37977D7C4E /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_fast.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c"; sourceTree = ""; }; + 21C20AB6453940D894B99F6B /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Avx.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_Fpu_Avx.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Avx.cpp"; sourceTree = ""; }; + 21F3C9D3D9484AECB0732FCD /* ../Play-/deps/CodeGen/tests/DivTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = DivTest.h; path = "../Play-/deps/CodeGen/tests/DivTest.h"; sourceTree = ""; }; + 226378E2BC6B4E53B28DFAA0 /* ../Play-/Source/iop/Iop_McServ.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_McServ.cpp; path = iop/Iop_McServ.cpp; sourceTree = SOURCE_ROOT; }; + 227546E9D4474873A86C6B42 /* ../Play-/Source/ee/MA_EE.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_EE.cpp; path = ee/MA_EE.cpp; sourceTree = SOURCE_ROOT; }; + 22A422894D0C449A988497C4 /* ../Play-/Source/iop/ioman/PathDirectoryIterator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PathDirectoryIterator.h; path = iop/ioman/PathDirectoryIterator.h; sourceTree = SOURCE_ROOT; }; + 22B362857D82440AB2D43C38 /* ../Play-/deps/CodeGen/src/X86Assembler_Avx.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = X86Assembler_Avx.cpp; path = "../Play-/deps/CodeGen/src/X86Assembler_Avx.cpp"; sourceTree = ""; }; + 233B01824BD347B0B89723F6 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzFind.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzFind.h; path = "../Play-/deps/libchdr/deps/lzma-22.01/include/LzFind.h"; sourceTree = ""; }; + 23F0689680A846CDAE6E49F6 /* ../Play-/Source/OsVariableWrapper.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = OsVariableWrapper.h; path = OsVariableWrapper.h; sourceTree = SOURCE_ROOT; }; + 23F980D501FB4F39B608B2EB /* ../Play-/Source/iop/Iop_SpuBase.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_SpuBase.cpp; path = iop/Iop_SpuBase.cpp; sourceTree = SOURCE_ROOT; }; + 241C97BEC7A446C8A0862646 /* ../Play-/Source/discimages/CsoImageStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CsoImageStream.h; path = discimages/CsoImageStream.h; sourceTree = SOURCE_ROOT; }; + 2447B3E5E925424BA481D349 /* ../Play-/deps/CodeGen/tests/AliasTest2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AliasTest2.h; path = "../Play-/deps/CodeGen/tests/AliasTest2.h"; sourceTree = ""; }; + 2477078DC2714316B18E4EDA /* ../Play-/Source/BlockLookupOneWay.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BlockLookupOneWay.h; path = BlockLookupOneWay.h; sourceTree = SOURCE_ROOT; }; + 24CC35C303DD4663B229AEA9 /* ../Play-/deps/CodeGen/tests/LogicTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LogicTest.cpp; path = "../Play-/deps/CodeGen/tests/LogicTest.cpp"; sourceTree = ""; }; + 24F2CF7BD6CF44E8B8153D5D /* ../Play-/Source/iop/Iop_Thbase.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Thbase.cpp; path = iop/Iop_Thbase.cpp; sourceTree = SOURCE_ROOT; }; + 2504FBBC0EE943D18E30DACC /* ../Play-/Source/ISO9660/BlockProvider.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BlockProvider.h; path = ISO9660/BlockProvider.h; sourceTree = SOURCE_ROOT; }; + 251BD23EDFE346AB968168ED /* ../Play-/deps/libchdr/tests/benchmark.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = benchmark.c; path = "../Play-/deps/libchdr/tests/benchmark.c"; sourceTree = ""; }; + 2552940D79D440928C2780FF /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Bra.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Bra.h; path = "../Play-/deps/libchdr/deps/lzma-22.01/include/Bra.h"; sourceTree = ""; }; + 25700BCDAF9240B6B85251C8 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_32.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_32.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_32.cpp"; sourceTree = ""; }; + 26210A2A957B442A88058E48 /* ../Play-/deps/CodeGen/tests/MemAccessRefTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemAccessRefTest.h; path = "../Play-/deps/CodeGen/tests/MemAccessRefTest.h"; sourceTree = ""; }; + 2648B35F07F040298317694E /* ../Play-/Source/ee/VuAnalysis.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VuAnalysis.h; path = ee/VuAnalysis.h; sourceTree = SOURCE_ROOT; }; + 26DB3F564FC3437591E1D9E6 /* ../Play-/Source/iop/Iop_Sio2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Sio2.h; path = iop/Iop_Sio2.h; sourceTree = SOURCE_ROOT; }; + 27028DC265AE426EBBD944C5 /* ../Play-/deps/CodeGen/tests/Call64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Call64Test.h; path = "../Play-/deps/CodeGen/tests/Call64Test.h"; sourceTree = ""; }; + 276CE5AC97E645BB8A6C4221 /* ../Play-/deps/CodeGen/include/X86Assembler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = X86Assembler.h; path = "../Play-/deps/CodeGen/include/X86Assembler.h"; sourceTree = ""; }; + 279860A5617C4B25A7CD6D30 /* ../Play-/Source/iop/Iop_Thsema.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Thsema.h; path = iop/Iop_Thsema.h; sourceTree = SOURCE_ROOT; }; + 2824DACD8CB34A479E5818EB /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_Wasm.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_Wasm.h; path = "../Play-/deps/CodeGen/include/Jitter_CodeGen_Wasm.h"; sourceTree = ""; }; + 2992D6C540094523838BDFDD /* ../Play-/deps/CodeGen/tests/ShiftTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ShiftTest.h; path = "../Play-/deps/CodeGen/tests/ShiftTest.h"; sourceTree = ""; }; + 2A37E70F3E53482EBE752262 /* ../Play-/Source/ee/IPU_MacroblockTypeBTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IPU_MacroblockTypeBTable.cpp; path = ee/IPU_MacroblockTypeBTable.cpp; sourceTree = SOURCE_ROOT; }; + 2AD7D3680FF5452B8AE140FB /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_cwksp.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h"; sourceTree = ""; }; + 2B070753C98E4404B83E8170 /* ../Play-/Source/ee/MA_VU.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MA_VU.h; path = ee/MA_VU.h; sourceTree = SOURCE_ROOT; }; + 2B50F0B13FC6437FB4B67B46 /* ../Play-/deps/Dependencies/zstd/lib/common/compiler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = compiler.h; path = "../Play-/deps/Dependencies/zstd/lib/common/compiler.h"; sourceTree = ""; }; + 2B9A95CFE5424EDFB9984A18 /* ../Play-/Source/iop/Iop_Dynamic.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Dynamic.cpp; path = iop/Iop_Dynamic.cpp; sourceTree = SOURCE_ROOT; }; + 2C41D09C7BF24EA784A24E71 /* ../Play-/deps/Framework/src/PathUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PathUtils.cpp; path = "../Play-/deps/Framework/src/PathUtils.cpp"; sourceTree = ""; }; + 2C5AA4CF2F2C4B0BA3641D5E /* ../Play-/deps/CodeGen/tests/FpIntMixTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FpIntMixTest.cpp; path = "../Play-/deps/CodeGen/tests/FpIntMixTest.cpp"; sourceTree = ""; }; + 2CA86AD334D042EEBA301819 /* ../Play-/deps/Framework/src/http/HttpClientFactory.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HttpClientFactory.cpp; path = "../Play-/deps/Framework/src/http/HttpClientFactory.cpp"; sourceTree = ""; }; + 2D306E7486BD4D62ACBD43AF /* ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist; sourceTree = ""; }; + 2D3EC8BD68AF403BB692D937 /* ../Play-/Source/iop/Iop_FileIo.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_FileIo.h; path = iop/Iop_FileIo.h; sourceTree = SOURCE_ROOT; }; + 2D56C6BFCF7C49C99D3B1D0B /* ../Play-/Source/FrameLimiter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FrameLimiter.h; path = FrameLimiter.h; sourceTree = SOURCE_ROOT; }; + 2DCAEC297A9440A295A5297E /* ../Play-/Source/iop/ioman/HardDiskDumpDevice.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HardDiskDumpDevice.cpp; path = iop/ioman/HardDiskDumpDevice.cpp; sourceTree = SOURCE_ROOT; }; + 2E5BE59B6F654DEBAF920B20 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaDec.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzmaDec.h; path = "../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaDec.h"; sourceTree = ""; }; + 2E72FE6355984AA39EA6FF29 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_AArch32.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_AArch32.h; path = "../Play-/deps/CodeGen/include/Jitter_CodeGen_AArch32.h"; sourceTree = ""; }; + 2E929DF9DEE94D02BB3FFB2E /* ../Play-/Source/ee/SIF.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SIF.cpp; path = ee/SIF.cpp; sourceTree = SOURCE_ROOT; }; + 2FC54AAC81694FBD82AF1156 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ddict.h; path = "../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h"; sourceTree = ""; }; + 30129DB68DF84A5CBC30912C /* ../Play-/deps/CodeGen/build_cmake/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/CodeGen/build_cmake/CMakeLists.txt"; sourceTree = ""; }; + 301C0E1C3DE44B8D867FF253 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ldm.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h"; sourceTree = ""; }; + 304C2A6EC2274587B6DF12F2 /* ../Play-/Source/COP_FPU_Reflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = COP_FPU_Reflection.cpp; path = COP_FPU_Reflection.cpp; sourceTree = SOURCE_ROOT; }; + 3051578E87E642F6BC083369 /* ../Play-/Source/hdd/PfsReader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PfsReader.h; path = hdd/PfsReader.h; sourceTree = SOURCE_ROOT; }; + 306F0D3773B74C41A35D04D9 /* ../Play-/deps/CodeGen/include/MachoDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MachoDefs.h; path = "../Play-/deps/CodeGen/include/MachoDefs.h"; sourceTree = ""; }; + 31D5321804FE40BC8EA8AA76 /* ../Play-/Source/psx/PsxBios.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PsxBios.h; path = psx/PsxBios.h; sourceTree = SOURCE_ROOT; }; + 32940088413848AFAFEDA349 /* ../Play-/Source/ee/Vif.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Vif.h; path = ee/Vif.h; sourceTree = SOURCE_ROOT; }; + 32D19FE1B4B04224B3062EA7 /* ../Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_NamcoNANDDevice.cpp; path = iop/namco_sys147/Iop_NamcoNANDDevice.cpp; sourceTree = SOURCE_ROOT; }; + 33BCC301E46D4DE28E9CF9DF /* ../Play-/deps/Framework/src/mpeg2/InverseScanTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = InverseScanTable.cpp; path = "../Play-/deps/Framework/src/mpeg2/InverseScanTable.cpp"; sourceTree = ""; }; + 350C426B0405464F9ECFA3DE /* ../Play-/deps/Dependencies/zstd/lib/common/cpu.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = cpu.h; path = "../Play-/deps/Dependencies/zstd/lib/common/cpu.h"; sourceTree = ""; }; + 35C4D96C8C3842E698BD9267 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/CpuArch.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CpuArch.h; path = "../Play-/deps/libchdr/deps/lzma-22.01/include/CpuArch.h"; sourceTree = ""; }; + 35C785F63BB640F78C53930A /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_64.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_64.cpp"; sourceTree = ""; }; + 35D8FF956F524431A9DD0F89 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_trace.h; path = "../Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h"; sourceTree = ""; }; + 35DA27680A1F4744AEE92051 /* ../Play-/Source/ISO9660/PathTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PathTable.cpp; path = ISO9660/PathTable.cpp; sourceTree = SOURCE_ROOT; }; + 3622C1A850CC4CF994DD87EE /* ../cmake/Source/ui_ios/Source/libchdr/CMakeFiles/chdr-static.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "../cmake/Source/ui_ios/Source/libchdr/CMakeFiles/chdr-static.dir/Info.plist"; sourceTree = ""; }; + 37E25BA3386D43D099514A8E /* ../Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = huf_compress.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c"; sourceTree = ""; }; + 382A56520CCC4B5A824C3A87 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/gzguts.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = gzguts.h; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/gzguts.h"; sourceTree = ""; }; + 3872D045B743468C8B8A797A /* ../Play-/Source/iop/Iop_Secrman.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Secrman.h; path = iop/Iop_Secrman.h; sourceTree = SOURCE_ROOT; }; + 39579C0576654423B7B8FE82 /* ../Play-/Source/BasicBlock.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BasicBlock.h; path = BasicBlock.h; sourceTree = SOURCE_ROOT; }; + 39920026751C471D844F2C3D /* ../Play-/Source/iop/Iop_Thfpool.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Thfpool.cpp; path = iop/Iop_Thfpool.cpp; sourceTree = SOURCE_ROOT; }; + 39967A81F9324B2984F44751 /* ../Play-/Source/iop/Iop_IomanX.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_IomanX.cpp; path = iop/Iop_IomanX.cpp; sourceTree = SOURCE_ROOT; }; + 3ABC0BCD194B4EA88CCF8BC1 /* ../Play-/deps/Framework/src/FilesystemUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FilesystemUtils.cpp; path = "../Play-/deps/Framework/src/FilesystemUtils.cpp"; sourceTree = ""; }; + 3AEDC8A8150D446B897A2768 /* ../Play-/deps/libchdr/tests/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/libchdr/tests/CMakeLists.txt"; sourceTree = ""; }; + 3BED5F0D577543428F5F9D85 /* ../Play-/Source/ISO9660/VolumeDescriptor.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VolumeDescriptor.h; path = ISO9660/VolumeDescriptor.h; sourceTree = SOURCE_ROOT; }; + 3BF9929E4C7E409F899A6D03 /* ../Play-/Source/MIPSTags.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MIPSTags.cpp; path = MIPSTags.cpp; sourceTree = SOURCE_ROOT; }; + 3CBF6106853047788E1AA6F8 /* ../Play-/Source/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 3CFD3A8B399A4162A3432376 /* ../Play-/Source/ee/IPU_MacroblockAddressIncrementTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IPU_MacroblockAddressIncrementTable.cpp; path = ee/IPU_MacroblockAddressIncrementTable.cpp; sourceTree = SOURCE_ROOT; }; + 3D03E0EE43FD4E2F87F5F0E0 /* ../Play-/deps/libchdr/src/libchdr_chd.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_chd.c; path = "../Play-/deps/libchdr/src/libchdr_chd.c"; sourceTree = ""; }; + 3D1F3D27294E498F84906462 /* ../Play-/Source/ee/VUShared.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VUShared.h; path = ee/VUShared.h; sourceTree = SOURCE_ROOT; }; + 3DA06328CF544DC189ADA780 /* ../Play-/Source/iop/Iop_McServ.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_McServ.h; path = iop/Iop_McServ.h; sourceTree = SOURCE_ROOT; }; + 3DAA30024F724F4C8D4F6B3B /* ../Play-/Source/iop/Iop_MtapMan.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_MtapMan.h; path = iop/Iop_MtapMan.h; sourceTree = SOURCE_ROOT; }; + 3DB554C1706A448B9D6ABD3B /* ../Play-/deps/CodeGen/tests/RegAllocTempTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RegAllocTempTest.h; path = "../Play-/deps/CodeGen/tests/RegAllocTempTest.h"; sourceTree = ""; }; + 3E865CC7F616499B87805BE2 /* ../Play-/deps/Framework/src/mpeg2/VLCTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VLCTable.cpp; path = "../Play-/deps/Framework/src/mpeg2/VLCTable.cpp"; sourceTree = ""; }; + 3EC9DF0C744A4CA0B59A713A /* ../Play-/Source/ee/VuExecutor.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VuExecutor.cpp; path = ee/VuExecutor.cpp; sourceTree = SOURCE_ROOT; }; + 3FC5619D847647BDB8CE959A /* ../Play-/deps/Framework/src/BitStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = BitStream.cpp; path = "../Play-/deps/Framework/src/BitStream.cpp"; sourceTree = ""; }; + 405891A957EA4CF09E41FA47 /* ../Play-/deps/libchdr/src/libchdr_cdrom.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_cdrom.c; path = "../Play-/deps/libchdr/src/libchdr_cdrom.c"; sourceTree = ""; }; + 40BFD1ABDACF4806B52E0336 /* ../Play-/Source/iop/Iop_RootCounters.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_RootCounters.h; path = iop/Iop_RootCounters.h; sourceTree = SOURCE_ROOT; }; + 4153F522A0774C219964AB98 /* ../cmake/Source/ui_ios/Source/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/Source/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist; sourceTree = ""; }; + 419C099709B64B1CA12150ED /* ../Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = OpticalMediaDirectoryIterator.h; path = iop/ioman/OpticalMediaDirectoryIterator.h; sourceTree = SOURCE_ROOT; }; + 41D3076F8A1B49A1BC412183 /* ../Play-/Source/iop/ioman/DirectoryDevice.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = DirectoryDevice.h; path = iop/ioman/DirectoryDevice.h; sourceTree = SOURCE_ROOT; }; + 41EDB5EAA109456CB59515DA /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch32.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32.cpp"; sourceTree = ""; }; + 42295EF4FB304EEB84F0A6AD /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_lazy.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h"; sourceTree = ""; }; + 4255085E0FF44E1AA2B434DA /* ../Play-/deps/CodeGen/tests/MdUnpackTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdUnpackTest.cpp; path = "../Play-/deps/CodeGen/tests/MdUnpackTest.cpp"; sourceTree = ""; }; + 426142D15B004C8C8057170A /* ../Play-/deps/Framework/src/bitmap/JPEG.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = JPEG.cpp; path = "../Play-/deps/Framework/src/bitmap/JPEG.cpp"; sourceTree = ""; }; + 426511A516164BFDB1B007EB /* ../Play-/deps/CodeGen/tests/ShiftTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ShiftTest.cpp; path = "../Play-/deps/CodeGen/tests/ShiftTest.cpp"; sourceTree = ""; }; + 4333EA1F78404735989C4717 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/trees.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = trees.h; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/trees.h"; sourceTree = ""; }; + 43E70300A322404DBC1EE06B /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Div.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86_Div.h; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Div.h"; sourceTree = ""; }; + 444B07FE438146779A687126 /* ../Play-/deps/CodeGen/tests/RandomAluTest3.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RandomAluTest3.cpp; path = "../Play-/deps/CodeGen/tests/RandomAluTest3.cpp"; sourceTree = ""; }; + 44589EBE01E8420F90452C4F /* ../Play-/Source/iop/Iop_Thfpool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Thfpool.h; path = iop/Iop_Thfpool.h; sourceTree = SOURCE_ROOT; }; + 447159645A01468EB6BDD1D7 /* ../Play-/deps/Framework/include/filesystem_def.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = filesystem_def.h; path = "../Play-/deps/Framework/include/filesystem_def.h"; sourceTree = ""; }; + 450DFC48201C4798BFB3D78E /* ../Play-/deps/Framework/src/layout/LayoutBaseItem.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LayoutBaseItem.cpp; path = "../Play-/deps/Framework/src/layout/LayoutBaseItem.cpp"; sourceTree = ""; }; + 453C456A0B8D4542B87B273D /* ../Play-/Source/ee/MA_EE_Reflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_EE_Reflection.cpp; path = ee/MA_EE_Reflection.cpp; sourceTree = SOURCE_ROOT; }; + 453CF2BBBECF419A9CE20372 /* ../Play-/deps/Framework/src/zip/ZipFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ZipFile.cpp; path = "../Play-/deps/Framework/src/zip/ZipFile.cpp"; sourceTree = ""; }; + 459D7EEFBB5240938020B5B2 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inflate.h; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.h"; sourceTree = ""; }; + 45ADB9D64A804AB58D8FF471 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = huf_decompress.c; path = "../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c"; sourceTree = ""; }; + 45D0A086618146BC90B6D1D8 /* ../Play-/Source/saves/PsuSaveImporter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PsuSaveImporter.cpp; path = saves/PsuSaveImporter.cpp; sourceTree = SOURCE_ROOT; }; + 45DCA979D8C8483F976919CC /* ../Play-/deps/CodeGen/tests/Logic64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Logic64Test.cpp; path = "../Play-/deps/CodeGen/tests/Logic64Test.cpp"; sourceTree = ""; }; + 45EAD6250ADC479FAC5B1FFE /* ../Play-/Source/ISO9660/DirectoryRecord.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DirectoryRecord.cpp; path = ISO9660/DirectoryRecord.cpp; sourceTree = SOURCE_ROOT; }; + 45FB5EE4C2E749F78A19FA8F /* ../Play-/deps/CodeGen/src/Jitter_SymbolTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_SymbolTable.cpp; path = "../Play-/deps/CodeGen/src/Jitter_SymbolTable.cpp"; sourceTree = ""; }; + 465B6065611048D29AADA29D /* ../Play-/deps/Framework/src/Stream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Stream.cpp; path = "../Play-/deps/Framework/src/Stream.cpp"; sourceTree = ""; }; + 4663252D1E4844409D359547 /* ../Play-/Source/iop/ioman/McDumpDevice.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = McDumpDevice.cpp; path = iop/ioman/McDumpDevice.cpp; sourceTree = SOURCE_ROOT; }; + 46D74F96EDB04CE5A160A927 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_decompress_internal.h; path = "../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h"; sourceTree = ""; }; + 4778B7528A2A4793B3C404EE /* ../Play-/Source/ee/COP_VU_Reflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = COP_VU_Reflection.cpp; path = ee/COP_VU_Reflection.cpp; sourceTree = SOURCE_ROOT; }; + 4779ED0B9B9C4767BF8F3375 /* ../Play-/deps/Dependencies/zstd/lib/zstd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd.h; path = "../Play-/deps/Dependencies/zstd/lib/zstd.h"; sourceTree = ""; }; + 47C7935754AE492284ACAE65 /* ../Play-/Source/saves/McDumpReader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = McDumpReader.h; path = saves/McDumpReader.h; sourceTree = SOURCE_ROOT; }; + 487330D7BFBB422786EA7A4D /* ../Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = entropy_common.c; path = "../Play-/deps/Dependencies/zstd/lib/common/entropy_common.c"; sourceTree = ""; }; + 4883EE51E7CF49BEB308F51D /* ../Play-/deps/CodeGen/tests/Shift64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Shift64Test.h; path = "../Play-/deps/CodeGen/tests/Shift64Test.h"; sourceTree = ""; }; + 489CD3DCB63C41279F7ABBB1 /* ../Play-/Source/Pch.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Pch.h; path = Pch.h; sourceTree = SOURCE_ROOT; }; + 49A097160BC64CD58B95B6C5 /* ../Play-/Source/iop/Iop_PowerOff.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_PowerOff.cpp; path = iop/Iop_PowerOff.cpp; sourceTree = SOURCE_ROOT; }; + 49C39F503E12415D9D8EF3CD /* ../Play-/Source/SifModuleAdapter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SifModuleAdapter.h; path = SifModuleAdapter.h; sourceTree = SOURCE_ROOT; }; + 4A52D485239345C09E35BA50 /* ../Play-/Source/AppConfig.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AppConfig.cpp; path = AppConfig.cpp; sourceTree = SOURCE_ROOT; }; + 4A7CB46CE04E45808FB1154B /* ../Play-/Source/iop/Iop_MtapMan.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_MtapMan.cpp; path = iop/Iop_MtapMan.cpp; sourceTree = SOURCE_ROOT; }; + 4B3E72CC12024ADE8B46B6F5 /* ../Play-/deps/CodeGen/tests/MdManipTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdManipTest.cpp; path = "../Play-/deps/CodeGen/tests/MdManipTest.cpp"; sourceTree = ""; }; + 4B45B62269EA44FCA28D585B /* ../Play-/Source/Log.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Log.h; path = Log.h; sourceTree = SOURCE_ROOT; }; + 4B7D5519081842B4ADE56E94 /* ../Play-/deps/CodeGen/src/CoffObjectFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CoffObjectFile.cpp; path = "../Play-/deps/CodeGen/src/CoffObjectFile.cpp"; sourceTree = ""; }; + 4BD355548F50472786C99AFC /* ../Play-/Source/SifDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SifDefs.h; path = SifDefs.h; sourceTree = SOURCE_ROOT; }; + 4BE7F52CD0BD44A09FA89AF1 /* ../Play-/Source/ee/VuBasicBlock.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VuBasicBlock.cpp; path = ee/VuBasicBlock.cpp; sourceTree = SOURCE_ROOT; }; + 4C065DEC290840769DD99A88 /* ../Play-/Source/ISO9660/ISO9660.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ISO9660.cpp; path = ISO9660/ISO9660.cpp; sourceTree = SOURCE_ROOT; }; + 4C343497FE1B4A6E91D926A6 /* ../Play-/Source/iop/Iop_Heaplib.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Heaplib.cpp; path = iop/Iop_Heaplib.cpp; sourceTree = SOURCE_ROOT; }; + 4C66834B04344777B6E34509 /* ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGen.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGen.dir/Info.plist; sourceTree = ""; }; + 4C790CB9CCC040AC9CFF9C4B /* ../Play-/deps/Framework/include/amazon/AmazonS3Client.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AmazonS3Client.h; path = "../Play-/deps/Framework/include/amazon/AmazonS3Client.h"; sourceTree = ""; }; + 4CBC3691860847CABB2BF3E7 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */ = {isa = PBXFileReference; explicitFileType = sourcecode.asm; fileEncoding = 4; name = huf_decompress_amd64.S; path = "../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S"; sourceTree = ""; }; + 4CDDA690132D4325AC7D150B /* ../Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = trees.c; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/trees.c"; sourceTree = ""; }; + 4CE7ECE200B04616A8E308B6 /* ../Play-/Source/iop/Iop_Thbase.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Thbase.h; path = iop/Iop_Thbase.h; sourceTree = SOURCE_ROOT; }; + 4CF064DFAEE248179FCFB9F0 /* ../Play-/deps/CodeGen/tests/CompareTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CompareTest.cpp; path = "../Play-/deps/CodeGen/tests/CompareTest.cpp"; sourceTree = ""; }; + 4D06A5F6D345449FA5FF808D /* ../Play-/Source/iop/namco_sys147/Iop_NamcoSys147.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_NamcoSys147.cpp; path = iop/namco_sys147/Iop_NamcoSys147.cpp; sourceTree = SOURCE_ROOT; }; + 4D0C5E922E704837A88EF3AB /* ../Play-/Source/iop/Iop_Dmacman.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Dmacman.h; path = iop/Iop_Dmacman.h; sourceTree = SOURCE_ROOT; }; + 4D33D9DB7E884A87A6EEFFB8 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Md.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch32_Md.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Md.cpp"; sourceTree = ""; }; + 4D3EC06046FF4D68A6727522 /* ../Play-/Source/AppConfig.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AppConfig.h; path = AppConfig.h; sourceTree = SOURCE_ROOT; }; + 4DBA772E049A443BACD2C9B3 /* ../Play-/Source/ISO9660/DirectoryRecord.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = DirectoryRecord.h; path = ISO9660/DirectoryRecord.h; sourceTree = SOURCE_ROOT; }; + 4DF59B62BB0142D99A700113 /* ../Play-/Source/gs/GSHandler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSHandler.cpp; path = gs/GSHandler.cpp; sourceTree = SOURCE_ROOT; }; + 4DF6961D28304DB187F7E2FB /* ../Play-/deps/Framework/src/Config.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Config.cpp; path = "../Play-/deps/Framework/src/Config.cpp"; sourceTree = ""; }; + 4E2123F4832A46B28C298832 /* ../Play-/Source/iop/Ioman_Device.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Ioman_Device.h; path = iop/Ioman_Device.h; sourceTree = SOURCE_ROOT; }; + 4E2A6EA152754E0081144145 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_literals.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c"; sourceTree = ""; }; + 4EA39B07F92D472B9123D9E0 /* ../Play-/deps/Framework/src/idct/IEEE1180.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IEEE1180.cpp; path = "../Play-/deps/Framework/src/idct/IEEE1180.cpp"; sourceTree = ""; }; + 4F1D4ACAB02147F982BDB218 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_opt.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c"; sourceTree = ""; }; + 5072CEE10EF64F9B9741E2C6 /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = hist.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/hist.h"; sourceTree = ""; }; + 50810E1F926745428DCDFF66 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zutil.c; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c"; sourceTree = ""; }; + 50D611E0EFA0428AA53EF79E /* ../Play-/Source/MemoryMap.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemoryMap.h; path = MemoryMap.h; sourceTree = SOURCE_ROOT; }; + 51177D1577A1441F9EBBB88D /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzFind.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = LzFind.c; path = "../Play-/deps/libchdr/deps/lzma-22.01/src/LzFind.c"; sourceTree = ""; }; + 5153527776DE4CFA8D6662CF /* ../Play-/Source/Log.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Log.cpp; path = Log.cpp; sourceTree = SOURCE_ROOT; }; + 515643BBA0F74E89945BDA25 /* ../Play-/Source/ee/EeBasicBlock.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = EeBasicBlock.cpp; path = ee/EeBasicBlock.cpp; sourceTree = SOURCE_ROOT; }; + 5186274947D14ED69054CB65 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/BraIA64.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = BraIA64.c; path = "../Play-/deps/libchdr/deps/lzma-22.01/src/BraIA64.c"; sourceTree = ""; }; + 519F3A61B2BD4A9EBCD1E464 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zutil.h; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.h"; sourceTree = ""; }; + 51DC3A1BC2724915AA71E24D /* ../Play-/Source/ee/Dmac_Channel.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Dmac_Channel.cpp; path = ee/Dmac_Channel.cpp; sourceTree = SOURCE_ROOT; }; + 52F490A871494A3CAB1FCE97 /* ../Play-/Source/iop/Iop_Cdvdfsv.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Cdvdfsv.cpp; path = iop/Iop_Cdvdfsv.cpp; sourceTree = SOURCE_ROOT; }; + 52F6D193B61F49BA8BDD6C65 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_ldm.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c"; sourceTree = ""; }; + 52F8977427CE431294D0A765 /* ../Play-/deps/CodeGen/tests/LzcTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LzcTest.cpp; path = "../Play-/deps/CodeGen/tests/LzcTest.cpp"; sourceTree = ""; }; + 53CAC0E6207E4E34B84429CE /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Lzma86Dec.c; path = "../Play-/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c"; sourceTree = ""; }; + 53E80192280A49F289263272 /* ../Play-/Source/iop/Iop_Ilink.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Ilink.cpp; path = iop/Iop_Ilink.cpp; sourceTree = SOURCE_ROOT; }; + 5404B19CAF0140928B5E2040 /* ../Play-/Source/MIPSInstructionFactory.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MIPSInstructionFactory.cpp; path = MIPSInstructionFactory.cpp; sourceTree = SOURCE_ROOT; }; + 542D5374EB0540D3A10F3F64 /* ../Play-/deps/Framework/src/string_cast_sjis.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = string_cast_sjis.cpp; path = "../Play-/deps/Framework/src/string_cast_sjis.cpp"; sourceTree = ""; }; + 544ABDE53C0B424F802E8E59 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstdmt_compress.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c"; sourceTree = ""; }; + 55077B0D0CAA47D4AE9C0E21 /* ../Play-/Source/ee/VuAnalysis.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VuAnalysis.cpp; path = ee/VuAnalysis.cpp; sourceTree = SOURCE_ROOT; }; + 5531936BBC88481098B5883A /* ../Play-/deps/Framework/src/Utf8.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Utf8.cpp; path = "../Play-/deps/Framework/src/Utf8.cpp"; sourceTree = ""; }; + 55983E8C2E2549CAA9FFA531 /* ../Play-/Source/iop/namco_sys246/Iop_NamcoSys246.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_NamcoSys246.h; path = iop/namco_sys246/Iop_NamcoSys246.h; sourceTree = SOURCE_ROOT; }; + 55B0EF05CF754A689CF67F03 /* ../Play-/deps/Framework/include/http/HttpClientFactory.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HttpClientFactory.h; path = "../Play-/deps/Framework/include/http/HttpClientFactory.h"; sourceTree = ""; }; + 5607E71E180E4D6880B73954 /* ../Play-/Source/ISO9660/PathTableRecord.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PathTableRecord.cpp; path = ISO9660/PathTableRecord.cpp; sourceTree = SOURCE_ROOT; }; + 561965EE050C401CB96FA236 /* ../Play-/deps/CodeGen/tests/LoopTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LoopTest.h; path = "../Play-/deps/CodeGen/tests/LoopTest.h"; sourceTree = ""; }; + 5685950CBD2846BF808334C3 /* ../Play-/deps/Dependencies/zstd/lib/common/bits.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = bits.h; path = "../Play-/deps/Dependencies/zstd/lib/common/bits.h"; sourceTree = ""; }; + 56B842773C3F4040B7F9FC44 /* ../Play-/deps/CodeGen/tests/HugeJumpTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HugeJumpTest.h; path = "../Play-/deps/CodeGen/tests/HugeJumpTest.h"; sourceTree = ""; }; + 56D305D4B17B4BD6BFC28B74 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Fpu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch32_Fpu.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Fpu.cpp"; sourceTree = ""; }; + 571E5E4C0F4A441EA3489F41 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch64_64.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_64.cpp"; sourceTree = ""; }; + 572601161C4C40BCBF96F52A /* ../Play-/Source/MIPSArchitecture.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MIPSArchitecture.h; path = MIPSArchitecture.h; sourceTree = SOURCE_ROOT; }; + 57848A77A8AB49EDA010B1C9 /* ../Play-/Source/input/InputProvider.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = InputProvider.h; path = input/InputProvider.h; sourceTree = SOURCE_ROOT; }; + 578866D2F20948FBB82CD7F5 /* ../Play-/Source/saves/McDumpSaveImporter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = McDumpSaveImporter.cpp; path = saves/McDumpSaveImporter.cpp; sourceTree = SOURCE_ROOT; }; + 57AF946D0E7945C4B2FEC01D /* ../Play-/Source/ee/Ee_SubSystem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Ee_SubSystem.h; path = ee/Ee_SubSystem.h; sourceTree = SOURCE_ROOT; }; + 586948453B694E2C90BA167A /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v04.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c"; sourceTree = ""; }; + 58C3EBAE593D407090A74E64 /* ../Play-/deps/CodeGen/include/MemoryFunction.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemoryFunction.h; path = "../Play-/deps/CodeGen/include/MemoryFunction.h"; sourceTree = ""; }; + 58CCBAA707A249DABADF72A0 /* ../Play-/deps/Framework/src/xml/Node.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Node.cpp; path = "../Play-/deps/Framework/src/xml/Node.cpp"; sourceTree = ""; }; + 58D9CF8C6E734049A8B15090 /* ../Play-/deps/CodeGen/tests/LoopTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LoopTest.cpp; path = "../Play-/deps/CodeGen/tests/LoopTest.cpp"; sourceTree = ""; }; + 590378F0F3694A3881E90B49 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v06.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h"; sourceTree = ""; }; + 5967A87B7D264810A11A1622 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Shift.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86_Shift.h; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Shift.h"; sourceTree = ""; }; + 599C5F08EB624AF18E359E3E /* ../Play-/deps/Framework/src/Base64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Base64.cpp; path = "../Play-/deps/Framework/src/Base64.cpp"; sourceTree = ""; }; + 59A0C3AB16ED4E7A9E79ABA6 /* ../Play-/Source/iop/Iop_Vblank.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Vblank.cpp; path = iop/Iop_Vblank.cpp; sourceTree = SOURCE_ROOT; }; + 59BADBFBFACD43A0B1F444BC /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Delta.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Delta.h; path = "../Play-/deps/libchdr/deps/lzma-22.01/include/Delta.h"; sourceTree = ""; }; + 59BCB3EFF8764CB8AF0782AE /* ../Play-/deps/Framework/include/std_experimental_map.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = std_experimental_map.h; path = "../Play-/deps/Framework/include/std_experimental_map.h"; sourceTree = ""; }; + 5A0EA48EA59E40D38850F98F /* ../Play-/Source/gs/GsDebuggerInterface.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GsDebuggerInterface.h; path = gs/GsDebuggerInterface.h; sourceTree = SOURCE_ROOT; }; + 5A1FAFB9FAFB446283E29DD8 /* ../Play-/Source/ee/GIF.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GIF.cpp; path = ee/GIF.cpp; sourceTree = SOURCE_ROOT; }; + 5A7E8780C38643C6AB7E16C9 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_decompress_block.c; path = "../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c"; sourceTree = ""; }; + 5AAF5EE7AFD944D6980D224D /* ../Play-/deps/CodeGen/tests/Merge64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Merge64Test.cpp; path = "../Play-/deps/CodeGen/tests/Merge64Test.cpp"; sourceTree = ""; }; + 5AE903A908404CF58238B2D5 /* ../Play-/Source/gs/GsPixelFormats.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GsPixelFormats.h; path = gs/GsPixelFormats.h; sourceTree = SOURCE_ROOT; }; + 5B1452DDD5ED4AB4A934C111 /* ../Play-/deps/CodeGen/tests/Cmp64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Cmp64Test.h; path = "../Play-/deps/CodeGen/tests/Cmp64Test.h"; sourceTree = ""; }; + 5B52A2DF503046A495FD7DB0 /* ../Play-/Source/iop/Iop_Cdvdman.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Cdvdman.cpp; path = iop/Iop_Cdvdman.cpp; sourceTree = SOURCE_ROOT; }; + 5B8D6413F15C4232B8DFDB17 /* ../Play-/Source/MA_MIPSIV_Reflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_MIPSIV_Reflection.cpp; path = MA_MIPSIV_Reflection.cpp; sourceTree = SOURCE_ROOT; }; + 5BBB5F2065794441B3B0155F /* ../Play-/deps/Framework/include/FilesystemUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FilesystemUtils.h; path = "../Play-/deps/Framework/include/FilesystemUtils.h"; sourceTree = ""; }; + 5C49A09708404FB9A9E72D97 /* ../Play-/Source/iop/Iop_Ioman.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Ioman.cpp; path = iop/Iop_Ioman.cpp; sourceTree = SOURCE_ROOT; }; + 5C6A39A92EDE48DB903A21FE /* ../Play-/Source/ee/IPU_DmVectorTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IPU_DmVectorTable.cpp; path = ee/IPU_DmVectorTable.cpp; sourceTree = SOURCE_ROOT; }; + 5C6CD944E3D345D5BD0F660E /* ../Play-/Source/ee/MA_VU_Upper.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_VU_Upper.cpp; path = ee/MA_VU_Upper.cpp; sourceTree = SOURCE_ROOT; }; + 5C74D80C20654EEFA5A4E34E /* ../Play-/Source/iop/ioman/PreferenceDirectoryDevice.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PreferenceDirectoryDevice.h; path = iop/ioman/PreferenceDirectoryDevice.h; sourceTree = SOURCE_ROOT; }; + 5C8D41BC354B4F08918D7121 /* ../Play-/Source/FpUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FpUtils.cpp; path = FpUtils.cpp; sourceTree = SOURCE_ROOT; }; + 5CF2F65E976A4FCB846F3119 /* ../Play-/deps/Framework/src/mpeg2/MotionCodeTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MotionCodeTable.cpp; path = "../Play-/deps/Framework/src/mpeg2/MotionCodeTable.cpp"; sourceTree = ""; }; + 5DEAC0BA4BDD47BB9B99C09D /* ../Play-/Source/ee/IPU.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IPU.cpp; path = ee/IPU.cpp; sourceTree = SOURCE_ROOT; }; + 5E00419B76E844109A430A54 /* ../Play-/Source/PS2VM.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PS2VM.h; path = PS2VM.h; sourceTree = SOURCE_ROOT; }; + 5EBFD16BEB5048D3A3D7C117 /* ../cmake/Source/ui_ios/Source/CMakeFiles/PlayCore.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/Source/CMakeFiles/PlayCore.dir/Info.plist; sourceTree = ""; }; + 5F3B64D01CD440389F171629 /* ../Play-/Source/BasicBlock.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = BasicBlock.cpp; path = BasicBlock.cpp; sourceTree = SOURCE_ROOT; }; + 602E926C6E83451BBCB66D2A /* ../Play-/Source/iop/namco_sys246/Iop_NamcoSys246.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_NamcoSys246.cpp; path = iop/namco_sys246/Iop_NamcoSys246.cpp; sourceTree = SOURCE_ROOT; }; + 60535556E5E644C2A4DA437B /* ../Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = adler32.c; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c"; sourceTree = ""; }; + 6088D313A7E6402E8F5FE8FC /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist; sourceTree = ""; }; + 60E9A4D03EFB432AA9ECC21C /* ../Play-/deps/Framework/src/layout/FlatLayout.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FlatLayout.cpp; path = "../Play-/deps/Framework/src/layout/FlatLayout.cpp"; sourceTree = ""; }; + 6116734C85F841CE8D02A099 /* ../Play-/Source/iop/Iop_Cdvdfsv.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Cdvdfsv.h; path = iop/Iop_Cdvdfsv.h; sourceTree = SOURCE_ROOT; }; + 6119B67CB72A477E9799C9BA /* ../Play-/deps/CodeGen/tests/RandomAluTest2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RandomAluTest2.cpp; path = "../Play-/deps/CodeGen/tests/RandomAluTest2.cpp"; sourceTree = ""; }; + 6180BF43C6F141AEAE20FFB2 /* ../Play-/Source/iop/Iop_Modload.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Modload.cpp; path = iop/Iop_Modload.cpp; sourceTree = SOURCE_ROOT; }; + 620D46798F0D4F46A95757C8 /* ../Play-/deps/CodeGen/src/Jitter_Optimize.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_Optimize.cpp; path = "../Play-/deps/CodeGen/src/Jitter_Optimize.cpp"; sourceTree = ""; }; + 6254793915F4427F8FFC23F4 /* ../Play-/Source/ee/EeExecutor.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = EeExecutor.h; path = ee/EeExecutor.h; sourceTree = SOURCE_ROOT; }; + 6269EE9EBAF8488894F657CD /* ../Play-/Source/FrameDump.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FrameDump.cpp; path = FrameDump.cpp; sourceTree = SOURCE_ROOT; }; + 628AF8EE725947C882C5124F /* ../Play-/deps/Framework/src/string_cast.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = string_cast.cpp; path = "../Play-/deps/Framework/src/string_cast.cpp"; sourceTree = ""; }; + 629525A0F21B4938B71DF2D8 /* ../Play-/deps/CodeGen/tests/SimpleMdTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SimpleMdTest.cpp; path = "../Play-/deps/CodeGen/tests/SimpleMdTest.cpp"; sourceTree = ""; }; + 62CD98BACD8E443094E89D46 /* ../Play-/Source/discimages/CueSheet.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CueSheet.cpp; path = discimages/CueSheet.cpp; sourceTree = SOURCE_ROOT; }; + 62CE679F8E004B36A1ED00F6 /* ../Play-/deps/CodeGen/tests/MemAccess64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemAccess64Test.h; path = "../Play-/deps/CodeGen/tests/MemAccess64Test.h"; sourceTree = ""; }; + 6348408C0D8A4C4AB8538282 /* ../Play-/deps/CodeGen/src/X86Assembler_Sse.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = X86Assembler_Sse.cpp; path = "../Play-/deps/CodeGen/src/X86Assembler_Sse.cpp"; sourceTree = ""; }; + 63694CCDBFD44EB6A0DD4944 /* ../Play-/Source/iop/Iop_Ilink.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Ilink.h; path = iop/Iop_Ilink.h; sourceTree = SOURCE_ROOT; }; + 63CDADFB2BCC4763B9967BB7 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = divsufsort.h; path = "../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h"; sourceTree = ""; }; + 644F5649C6DF41C8943FECFC /* ../Play-/Source/input/InputBindingManager.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = InputBindingManager.cpp; path = input/InputBindingManager.cpp; sourceTree = SOURCE_ROOT; }; + 645975B3740B46FD9E081E0F /* ../Play-/Source/FrameDump.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FrameDump.h; path = FrameDump.h; sourceTree = SOURCE_ROOT; }; + 6569DA4A9DFD434DBF90B19E /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = xxhash.h; path = "../Play-/deps/Dependencies/zstd/lib/common/xxhash.h"; sourceTree = ""; }; + 659E52DF635149ECAAEDCFEE /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_ldm_geartab.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h"; sourceTree = ""; }; + 65B89405EB5C42FE8A34A0B5 /* ../Play-/deps/Framework/src/mpeg2/QuantiserScaleTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = QuantiserScaleTable.cpp; path = "../Play-/deps/Framework/src/mpeg2/QuantiserScaleTable.cpp"; sourceTree = ""; }; + 66393513AC404CBCABC2A788 /* ../Play-/Source/iop/IopBios.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IopBios.cpp; path = iop/IopBios.cpp; sourceTree = SOURCE_ROOT; }; + 67EC570E62AD421F8AE75B2E /* ../Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = uncompr.c; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c"; sourceTree = ""; }; + 684AE9925AE14A0F9ABF1B48 /* ../Play-/Source/hdd/PfsReader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PfsReader.cpp; path = hdd/PfsReader.cpp; sourceTree = SOURCE_ROOT; }; + 684B08265DEF4E9A95731F10 /* ../Play-/deps/Framework/include/Breakpoint.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Breakpoint.h; path = "../Play-/deps/Framework/include/Breakpoint.h"; sourceTree = ""; }; + 68591F42E79F4109B1B7807E /* ../Play-/deps/Dependencies/zstd/lib/common/pool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = pool.h; path = "../Play-/deps/Dependencies/zstd/lib/common/pool.h"; sourceTree = ""; }; + 686284CE9E0446D882ED0F81 /* ../Play-/Source/BiosDebugInfoProvider.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BiosDebugInfoProvider.h; path = BiosDebugInfoProvider.h; sourceTree = SOURCE_ROOT; }; + 68947AB14ADB490DAB13D2C0 /* ../Play-/deps/Framework/src/zip/ZipStoreStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ZipStoreStream.cpp; path = "../Play-/deps/Framework/src/zip/ZipStoreStream.cpp"; sourceTree = ""; }; + 68D834A08FEF4BBFA4B09731 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffixed.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inffixed.h; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/inffixed.h"; sourceTree = ""; }; + 690EE611B2314B91B6507EA3 /* ../cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeFiles/Framework_Amazon.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeFiles/Framework_Amazon.dir/Info.plist; sourceTree = ""; }; 69D8C6CB053B4421805E3AF0 /* zlib */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libz.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 69F5CAD540D543A0852BAFAD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdman.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Cdvdman.h; path = iop/Iop_Cdvdman.h; sourceTree = SOURCE_ROOT; }; - 6A16D782589C4ECDB4736B10 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SaveImporter.cpp; path = saves/SaveImporter.cpp; sourceTree = SOURCE_ROOT; }; - 6A3CF548E23449EFA0C12649 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdShiftTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdShiftTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdShiftTest.cpp"; sourceTree = ""; }; + 69F5CAD540D543A0852BAFAD /* ../Play-/Source/iop/Iop_Cdvdman.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Cdvdman.h; path = iop/Iop_Cdvdman.h; sourceTree = SOURCE_ROOT; }; + 6A16D782589C4ECDB4736B10 /* ../Play-/Source/saves/SaveImporter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SaveImporter.cpp; path = saves/SaveImporter.cpp; sourceTree = SOURCE_ROOT; }; + 6A3CF548E23449EFA0C12649 /* ../Play-/deps/CodeGen/tests/MdShiftTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdShiftTest.cpp; path = "../Play-/deps/CodeGen/tests/MdShiftTest.cpp"; sourceTree = ""; }; 6A868B63C16C44E29186CED6 /* libzstd_static */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libzstd.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 6AAF198586674913BACD4154 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Loadcore.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Loadcore.cpp; path = iop/Iop_Loadcore.cpp; sourceTree = SOURCE_ROOT; }; - 6AC3FC97EDDB43F59056EDDD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt"; sourceTree = ""; }; - 6AF38624FC4C42DE870D2D0D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_NamcoPadMan.h; path = iop/namco_sys246/Iop_NamcoPadMan.h; sourceTree = SOURCE_ROOT; }; - 6B4960FCA6B64418B4C5607A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/MaxSaveImporter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MaxSaveImporter.h; path = saves/MaxSaveImporter.h; sourceTree = SOURCE_ROOT; }; - 6B68CE53300D4094B88A9685 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter.cpp"; sourceTree = ""; }; - 6B6E587BC59E453F8F67A80C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/HorizontalLayout.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HorizontalLayout.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/HorizontalLayout.h"; sourceTree = ""; }; - 6B6F3C70AC5F41B19459CC04 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSReflection.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MIPSReflection.h; path = MIPSReflection.h; sourceTree = SOURCE_ROOT; }; - 6BF508387DE6470C99AA97DB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Profiler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Profiler.h; path = Profiler.h; sourceTree = SOURCE_ROOT; }; - 6C44A61D3D94429BB4ABBF4E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/AppleHttpClient.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AppleHttpClient.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/AppleHttpClient.cpp"; sourceTree = ""; }; - 6C815E09CA854E91B45192B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_internal.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h"; sourceTree = ""; }; - 6D6FD641EACD4961B0F10FF6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v01.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c"; sourceTree = ""; }; - 6E0918C68201414294ADA3DF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inffast.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.h"; sourceTree = ""; }; - 6E4F308B0AF341C3902F4B0B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_ScopedFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Ioman_ScopedFile.cpp; path = iop/Ioman_ScopedFile.cpp; sourceTree = SOURCE_ROOT; }; - 6E68C6F60B8740CB931DB5E8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thvpool.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Thvpool.cpp; path = iop/Iop_Thvpool.cpp; sourceTree = SOURCE_ROOT; }; - 6E96261EB0134A998B7E1237 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/CMakeLists.txt"; sourceTree = ""; }; - 6ED29A806E904D93BE16FE28 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipArchiveReader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ZipArchiveReader.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipArchiveReader.cpp"; sourceTree = ""; }; - 6EE50ED6A3DB420FA56FE6EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTempTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RegAllocTempTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTempTest.cpp"; sourceTree = ""; }; - 6FEF02250EF449AC964E9080 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PadMan.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_PadMan.h; path = iop/Iop_PadMan.h; sourceTree = SOURCE_ROOT; }; - 70186B9596514EFE9C858874 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Precomp.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Precomp.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Precomp.h"; sourceTree = ""; }; - 70364958FE6E4A939F143A15 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable0.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DctCoefficientTable0.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable0.cpp"; sourceTree = ""; }; - 705CFDEE43AF44D0AB099A65 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzread.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c"; sourceTree = ""; }; - 70B447412A17477DA9085920 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_literals.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h"; sourceTree = ""; }; - 71893172CE464113A44E58F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ElfFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ElfFile.h; path = ElfFile.h; sourceTree = SOURCE_ROOT; }; - 719DF152FCC14628ABBCD1D0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpIntMixTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FpIntMixTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpIntMixTest.h"; sourceTree = ""; }; - 71BD54AB5C074853B980BD92 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/HddDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HddDefs.h; path = hdd/HddDefs.h; sourceTree = SOURCE_ROOT; }; - 71F4B10972B5481FB42CC0D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vpu.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Vpu.h; path = ee/Vpu.h; sourceTree = SOURCE_ROOT; }; - 735213DFCE4C4178B42ED553 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdStreamSupport.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ChdStreamSupport.cpp; path = discimages/ChdStreamSupport.cpp; sourceTree = SOURCE_ROOT; }; - 7366E82425EE4275959807D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysclib.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Sysclib.cpp; path = iop/Iop_Sysclib.cpp; sourceTree = SOURCE_ROOT; }; - 73823F2D7C22440BA6CD5867 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpSaveImporter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = McDumpSaveImporter.h; path = saves/McDumpSaveImporter.h; sourceTree = SOURCE_ROOT; }; - 73C414A08F124AF399C53B07 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Module.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Module.cpp; path = iop/Iop_Module.cpp; sourceTree = SOURCE_ROOT; }; - 73DF77C92BDF4923A915930E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intrman.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Intrman.h; path = iop/Iop_Intrman.h; sourceTree = SOURCE_ROOT; }; - 73EE45ABE90A476D9C49F661 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = threading.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.h"; sourceTree = ""; }; - 74083099B1B547569B5E6C04 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_LibSd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_LibSd.h; path = iop/Iop_LibSd.h; sourceTree = SOURCE_ROOT; }; - 742244B5A21F427D89F4AE95 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGenFactory.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGenFactory.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGenFactory.h"; sourceTree = ""; }; - 745A9966F65D494086A7CA52 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/amazon/AmazonClient.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AmazonClient.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/amazon/AmazonClient.h"; sourceTree = ""; }; - 7484B1EF5FED423EB51DF2CD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DcSizeLuminanceTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DcSizeLuminanceTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DcSizeLuminanceTable.cpp"; sourceTree = ""; }; - 751B0E09DA1341E2A92D825F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StreamBitStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StreamBitStream.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StreamBitStream.cpp"; sourceTree = ""; }; - 75A72AE30FB942B6AD86AEB6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_double_fast.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h"; sourceTree = ""; }; - 75D1489AE19044779F9A1040 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifMan.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_SifMan.cpp; path = iop/Iop_SifMan.cpp; sourceTree = SOURCE_ROOT; }; - 75D8B9BF43AF49F1BA0A1AC7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_Statement.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_Statement.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_Statement.h"; sourceTree = ""; }; - 76201663E2F4470499C3406A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MA_MIPSIV.h; path = MA_MIPSIV.h; sourceTree = SOURCE_ROOT; }; - 762287D371824416A056E1C2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess16Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemAccess16Test.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess16Test.cpp"; sourceTree = ""; }; - 76320145DE9A4A8E89A0CB31 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_SymbolTable.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_SymbolTable.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_SymbolTable.h"; sourceTree = ""; }; - 76728C2C4E504015A50FF932 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadInterface.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PadInterface.cpp; path = PadInterface.cpp; sourceTree = SOURCE_ROOT; }; - 76C02CF5A59F4774BB3ECF71 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RegAllocTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTest.h"; sourceTree = ""; }; - 76FB0E0BC0B643D59690B569 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DcSizeChrominanceTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DcSizeChrominanceTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DcSizeChrominanceTable.cpp"; sourceTree = ""; }; - 77911362EECE4D80AE255135 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/XpsSaveImporter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = XpsSaveImporter.cpp; path = saves/XpsSaveImporter.cpp; sourceTree = SOURCE_ROOT; }; - 77B1DD702D1242AEA2351FAF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzclose.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c"; sourceTree = ""; }; - 77C29AFD11534805BFC1824A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/Bitmap.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Bitmap.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/Bitmap.cpp"; sourceTree = ""; }; - 781248E8E06E409E93AA50D2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzlib.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c"; sourceTree = ""; }; - 78775D4E2E6C4C35A811BF83 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = compress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/compress.c"; sourceTree = ""; }; - 78CC55ADED3E40BDA201E6AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeExecutor.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = EeExecutor.cpp; path = ee/EeExecutor.cpp; sourceTree = SOURCE_ROOT; }; - 78E413BB41DF48EA8C60E313 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScopedVmPauser.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ScopedVmPauser.cpp; path = ScopedVmPauser.cpp; sourceTree = SOURCE_ROOT; }; - 790E774BD9E344A49ECA3E11 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2100.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_FileIoHandler2100.h; path = iop/Iop_FileIoHandler2100.h; sourceTree = SOURCE_ROOT; }; - 793FA8DDDB6343B895E33C4A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAnalysis.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MIPSAnalysis.h; path = MIPSAnalysis.h; sourceTree = SOURCE_ROOT; }; - 79A9FB145EBA4FFDA10A66E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fse_compress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c"; sourceTree = ""; }; - 79F2F4B5B9294A969B630707 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Md.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch64_Md.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Md.cpp"; sourceTree = ""; }; - 7A077688D3B145E0B36C016D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadHandler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PadHandler.h; path = PadHandler.h; sourceTree = SOURCE_ROOT; }; - 7A5705BC6A87427DA2D3C876 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCmpTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdCmpTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCmpTest.h"; sourceTree = ""; }; + 6AAF198586674913BACD4154 /* ../Play-/Source/iop/Iop_Loadcore.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Loadcore.cpp; path = iop/Iop_Loadcore.cpp; sourceTree = SOURCE_ROOT; }; + 6AC3FC97EDDB43F59056EDDD /* ../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt"; sourceTree = ""; }; + 6AF38624FC4C42DE870D2D0D /* ../Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_NamcoPadMan.h; path = iop/namco_sys246/Iop_NamcoPadMan.h; sourceTree = SOURCE_ROOT; }; + 6B4960FCA6B64418B4C5607A /* ../Play-/Source/saves/MaxSaveImporter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MaxSaveImporter.h; path = saves/MaxSaveImporter.h; sourceTree = SOURCE_ROOT; }; + 6B68CE53300D4094B88A9685 /* ../Play-/deps/CodeGen/src/Jitter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter.cpp; path = "../Play-/deps/CodeGen/src/Jitter.cpp"; sourceTree = ""; }; + 6B6E587BC59E453F8F67A80C /* ../Play-/deps/Framework/include/layout/HorizontalLayout.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HorizontalLayout.h; path = "../Play-/deps/Framework/include/layout/HorizontalLayout.h"; sourceTree = ""; }; + 6B6F3C70AC5F41B19459CC04 /* ../Play-/Source/MIPSReflection.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MIPSReflection.h; path = MIPSReflection.h; sourceTree = SOURCE_ROOT; }; + 6BF508387DE6470C99AA97DB /* ../Play-/Source/Profiler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Profiler.h; path = Profiler.h; sourceTree = SOURCE_ROOT; }; + 6C44A61D3D94429BB4ABBF4E /* ../Play-/deps/Framework/src/http/AppleHttpClient.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AppleHttpClient.cpp; path = "../Play-/deps/Framework/src/http/AppleHttpClient.cpp"; sourceTree = ""; }; + 6C815E09CA854E91B45192B3 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_internal.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h"; sourceTree = ""; }; + 6D6FD641EACD4961B0F10FF6 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v01.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c"; sourceTree = ""; }; + 6E0918C68201414294ADA3DF /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inffast.h; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.h"; sourceTree = ""; }; + 6E4F308B0AF341C3902F4B0B /* ../Play-/Source/iop/Ioman_ScopedFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Ioman_ScopedFile.cpp; path = iop/Ioman_ScopedFile.cpp; sourceTree = SOURCE_ROOT; }; + 6E68C6F60B8740CB931DB5E8 /* ../Play-/Source/iop/Iop_Thvpool.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Thvpool.cpp; path = iop/Iop_Thvpool.cpp; sourceTree = SOURCE_ROOT; }; + 6E96261EB0134A998B7E1237 /* ../Play-/deps/Dependencies/xxHash/cmake_unofficial/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/Dependencies/xxHash/cmake_unofficial/CMakeLists.txt"; sourceTree = ""; }; + 6ED29A806E904D93BE16FE28 /* ../Play-/deps/Framework/src/zip/ZipArchiveReader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ZipArchiveReader.cpp; path = "../Play-/deps/Framework/src/zip/ZipArchiveReader.cpp"; sourceTree = ""; }; + 6EE50ED6A3DB420FA56FE6EE /* ../Play-/deps/CodeGen/tests/RegAllocTempTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RegAllocTempTest.cpp; path = "../Play-/deps/CodeGen/tests/RegAllocTempTest.cpp"; sourceTree = ""; }; + 6FEF02250EF449AC964E9080 /* ../Play-/Source/iop/Iop_PadMan.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_PadMan.h; path = iop/Iop_PadMan.h; sourceTree = SOURCE_ROOT; }; + 70186B9596514EFE9C858874 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Precomp.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Precomp.h; path = "../Play-/deps/libchdr/deps/lzma-22.01/include/Precomp.h"; sourceTree = ""; }; + 70364958FE6E4A939F143A15 /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable0.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DctCoefficientTable0.cpp; path = "../Play-/deps/Framework/src/mpeg2/DctCoefficientTable0.cpp"; sourceTree = ""; }; + 705CFDEE43AF44D0AB099A65 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzread.c; path = "../Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c"; sourceTree = ""; }; + 70B447412A17477DA9085920 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_literals.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h"; sourceTree = ""; }; + 71893172CE464113A44E58F5 /* ../Play-/Source/ElfFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ElfFile.h; path = ElfFile.h; sourceTree = SOURCE_ROOT; }; + 719DF152FCC14628ABBCD1D0 /* ../Play-/deps/CodeGen/tests/FpIntMixTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FpIntMixTest.h; path = "../Play-/deps/CodeGen/tests/FpIntMixTest.h"; sourceTree = ""; }; + 71BD54AB5C074853B980BD92 /* ../Play-/Source/hdd/HddDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HddDefs.h; path = hdd/HddDefs.h; sourceTree = SOURCE_ROOT; }; + 71F4B10972B5481FB42CC0D4 /* ../Play-/Source/ee/Vpu.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Vpu.h; path = ee/Vpu.h; sourceTree = SOURCE_ROOT; }; + 735213DFCE4C4178B42ED553 /* ../Play-/Source/discimages/ChdStreamSupport.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ChdStreamSupport.cpp; path = discimages/ChdStreamSupport.cpp; sourceTree = SOURCE_ROOT; }; + 7366E82425EE4275959807D8 /* ../Play-/Source/iop/Iop_Sysclib.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Sysclib.cpp; path = iop/Iop_Sysclib.cpp; sourceTree = SOURCE_ROOT; }; + 73823F2D7C22440BA6CD5867 /* ../Play-/Source/saves/McDumpSaveImporter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = McDumpSaveImporter.h; path = saves/McDumpSaveImporter.h; sourceTree = SOURCE_ROOT; }; + 73C414A08F124AF399C53B07 /* ../Play-/Source/iop/Iop_Module.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Module.cpp; path = iop/Iop_Module.cpp; sourceTree = SOURCE_ROOT; }; + 73DF77C92BDF4923A915930E /* ../Play-/Source/iop/Iop_Intrman.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Intrman.h; path = iop/Iop_Intrman.h; sourceTree = SOURCE_ROOT; }; + 73EE45ABE90A476D9C49F661 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = threading.h; path = "../Play-/deps/Dependencies/zstd/lib/common/threading.h"; sourceTree = ""; }; + 74083099B1B547569B5E6C04 /* ../Play-/Source/iop/Iop_LibSd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_LibSd.h; path = iop/Iop_LibSd.h; sourceTree = SOURCE_ROOT; }; + 742244B5A21F427D89F4AE95 /* ../Play-/deps/CodeGen/include/Jitter_CodeGenFactory.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGenFactory.h; path = "../Play-/deps/CodeGen/include/Jitter_CodeGenFactory.h"; sourceTree = ""; }; + 745A9966F65D494086A7CA52 /* ../Play-/deps/Framework/include/amazon/AmazonClient.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AmazonClient.h; path = "../Play-/deps/Framework/include/amazon/AmazonClient.h"; sourceTree = ""; }; + 7484B1EF5FED423EB51DF2CD /* ../Play-/deps/Framework/src/mpeg2/DcSizeLuminanceTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DcSizeLuminanceTable.cpp; path = "../Play-/deps/Framework/src/mpeg2/DcSizeLuminanceTable.cpp"; sourceTree = ""; }; + 751B0E09DA1341E2A92D825F /* ../Play-/deps/Framework/src/StreamBitStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StreamBitStream.cpp; path = "../Play-/deps/Framework/src/StreamBitStream.cpp"; sourceTree = ""; }; + 75A72AE30FB942B6AD86AEB6 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_double_fast.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h"; sourceTree = ""; }; + 75D1489AE19044779F9A1040 /* ../Play-/Source/iop/Iop_SifMan.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_SifMan.cpp; path = iop/Iop_SifMan.cpp; sourceTree = SOURCE_ROOT; }; + 75D8B9BF43AF49F1BA0A1AC7 /* ../Play-/deps/CodeGen/include/Jitter_Statement.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_Statement.h; path = "../Play-/deps/CodeGen/include/Jitter_Statement.h"; sourceTree = ""; }; + 76201663E2F4470499C3406A /* ../Play-/Source/MA_MIPSIV.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MA_MIPSIV.h; path = MA_MIPSIV.h; sourceTree = SOURCE_ROOT; }; + 762287D371824416A056E1C2 /* ../Play-/deps/CodeGen/tests/MemAccess16Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemAccess16Test.cpp; path = "../Play-/deps/CodeGen/tests/MemAccess16Test.cpp"; sourceTree = ""; }; + 76320145DE9A4A8E89A0CB31 /* ../Play-/deps/CodeGen/include/Jitter_SymbolTable.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_SymbolTable.h; path = "../Play-/deps/CodeGen/include/Jitter_SymbolTable.h"; sourceTree = ""; }; + 76728C2C4E504015A50FF932 /* ../Play-/Source/PadInterface.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PadInterface.cpp; path = PadInterface.cpp; sourceTree = SOURCE_ROOT; }; + 76C02CF5A59F4774BB3ECF71 /* ../Play-/deps/CodeGen/tests/RegAllocTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RegAllocTest.h; path = "../Play-/deps/CodeGen/tests/RegAllocTest.h"; sourceTree = ""; }; + 76FB0E0BC0B643D59690B569 /* ../Play-/deps/Framework/src/mpeg2/DcSizeChrominanceTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DcSizeChrominanceTable.cpp; path = "../Play-/deps/Framework/src/mpeg2/DcSizeChrominanceTable.cpp"; sourceTree = ""; }; + 77911362EECE4D80AE255135 /* ../Play-/Source/saves/XpsSaveImporter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = XpsSaveImporter.cpp; path = saves/XpsSaveImporter.cpp; sourceTree = SOURCE_ROOT; }; + 77B1DD702D1242AEA2351FAF /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzclose.c; path = "../Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c"; sourceTree = ""; }; + 77C29AFD11534805BFC1824A /* ../Play-/deps/Framework/src/bitmap/Bitmap.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Bitmap.cpp; path = "../Play-/deps/Framework/src/bitmap/Bitmap.cpp"; sourceTree = ""; }; + 781248E8E06E409E93AA50D2 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzlib.c; path = "../Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c"; sourceTree = ""; }; + 78775D4E2E6C4C35A811BF83 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = compress.c; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/compress.c"; sourceTree = ""; }; + 78CC55ADED3E40BDA201E6AC /* ../Play-/Source/ee/EeExecutor.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = EeExecutor.cpp; path = ee/EeExecutor.cpp; sourceTree = SOURCE_ROOT; }; + 78E413BB41DF48EA8C60E313 /* ../Play-/Source/ScopedVmPauser.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ScopedVmPauser.cpp; path = ScopedVmPauser.cpp; sourceTree = SOURCE_ROOT; }; + 790E774BD9E344A49ECA3E11 /* ../Play-/Source/iop/Iop_FileIoHandler2100.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_FileIoHandler2100.h; path = iop/Iop_FileIoHandler2100.h; sourceTree = SOURCE_ROOT; }; + 793FA8DDDB6343B895E33C4A /* ../Play-/Source/MIPSAnalysis.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MIPSAnalysis.h; path = MIPSAnalysis.h; sourceTree = SOURCE_ROOT; }; + 79A9FB145EBA4FFDA10A66E0 /* ../Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fse_compress.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c"; sourceTree = ""; }; + 79F2F4B5B9294A969B630707 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Md.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch64_Md.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Md.cpp"; sourceTree = ""; }; + 7A077688D3B145E0B36C016D /* ../Play-/Source/PadHandler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PadHandler.h; path = PadHandler.h; sourceTree = SOURCE_ROOT; }; + 7A5705BC6A87427DA2D3C876 /* ../Play-/deps/CodeGen/tests/MdCmpTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdCmpTest.h; path = "../Play-/deps/CodeGen/tests/MdCmpTest.h"; sourceTree = ""; }; 7A6036FB0AA849EF8380EBA7 /* lzma */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = liblzma.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 7AEB92C0BF6F41109263AFF6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdAddTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdAddTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdAddTest.cpp"; sourceTree = ""; }; - 7B0DE24B7D7C413CAF57F0C6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/McDumpDevice.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = McDumpDevice.h; path = iop/ioman/McDumpDevice.h; sourceTree = SOURCE_ROOT; }; - 7B43F653EFC64D0A971DCDD8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMinMaxTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdMinMaxTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMinMaxTest.h"; sourceTree = ""; }; - 7B5BB71975BE4D46899CA282 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EEAssembler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = EEAssembler.cpp; path = ee/EEAssembler.cpp; sourceTree = SOURCE_ROOT; }; + 7AEB92C0BF6F41109263AFF6 /* ../Play-/deps/CodeGen/tests/MdAddTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdAddTest.cpp; path = "../Play-/deps/CodeGen/tests/MdAddTest.cpp"; sourceTree = ""; }; + 7B0DE24B7D7C413CAF57F0C6 /* ../Play-/Source/iop/ioman/McDumpDevice.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = McDumpDevice.h; path = iop/ioman/McDumpDevice.h; sourceTree = SOURCE_ROOT; }; + 7B43F653EFC64D0A971DCDD8 /* ../Play-/deps/CodeGen/tests/MdMinMaxTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdMinMaxTest.h; path = "../Play-/deps/CodeGen/tests/MdMinMaxTest.h"; sourceTree = ""; }; + 7B5BB71975BE4D46899CA282 /* ../Play-/Source/ee/EEAssembler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = EEAssembler.cpp; path = ee/EEAssembler.cpp; sourceTree = SOURCE_ROOT; }; 7BB4AF2FD4DA485493C1F587 /* CodeGen */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libCodeGen.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 7BD3EE8C78A147EE9D481734 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPS.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MIPS.h; path = MIPS.h; sourceTree = SOURCE_ROOT; }; - 7BF938815D16428B90E60ABA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ReorderAddTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ReorderAddTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ReorderAddTest.cpp"; sourceTree = ""; }; - 7C5D8DD00DAE452C8CC98A77 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemAccessTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessTest.h"; sourceTree = ""; }; - 7C84AE8FE5B9402E95013559 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/MaxSaveImporter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MaxSaveImporter.cpp; path = saves/MaxSaveImporter.cpp; sourceTree = SOURCE_ROOT; }; - 7C89248751EE4822AB7BBE1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Call64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Call64Test.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Call64Test.cpp"; sourceTree = ""; }; - 7CB21B9350C546A2AC4D62CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Md.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_Wasm_Md.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Md.cpp"; sourceTree = ""; }; - 7CB6316EE6B448E0BCD06F9D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_common.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_common.c"; sourceTree = ""; }; - 7CE696AE3A884159BBEBF001 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadHandler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PadHandler.cpp; path = PadHandler.cpp; sourceTree = SOURCE_ROOT; }; - 7D2A6C50F5574280BB546ED8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/INTC.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = INTC.h; path = ee/INTC.h; sourceTree = SOURCE_ROOT; }; - 7E0BCF1B5C3143CFAE550090 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Alloc.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Alloc.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Alloc.c"; sourceTree = ""; }; - 7E4E2575A55F4FFA81427AFC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CompareTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CompareTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CompareTest.h"; sourceTree = ""; }; - 7E6DDD6E50DF4AE0A586C964 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Speed.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Speed.cpp; path = iop/Iop_Speed.cpp; sourceTree = SOURCE_ROOT; }; - 7E724D9BA1144F258BB5F0B8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MachoObjectFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MachoObjectFile.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MachoObjectFile.h"; sourceTree = ""; }; - 7E81CFF6144146E6A7983B81 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fse_decompress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c"; sourceTree = ""; }; - 7ECDD1C79292404FB10C22EA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypePTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IPU_MacroblockTypePTable.cpp; path = ee/IPU_MacroblockTypePTable.cpp; sourceTree = SOURCE_ROOT; }; - 7F603BE5DC2D44239F3B3AAB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/math/MathStringUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MathStringUtils.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/math/MathStringUtils.cpp"; sourceTree = ""; }; - 7F816D5C920B4D5FB9332148 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/HashUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HashUtils.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/HashUtils.cpp"; sourceTree = ""; }; - 7F8FEDB3DD4146EEAA33C361 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/AppleHttpClient.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AppleHttpClient.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/AppleHttpClient.h"; sourceTree = ""; }; - 803D696CE1FA4DE9A4FDF26C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/CoffObjectFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CoffObjectFile.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/CoffObjectFile.h"; sourceTree = ""; }; - 8078761CC29D4F3CB675C3F9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/ThreadPool.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ThreadPool.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/ThreadPool.cpp"; sourceTree = ""; }; + 7BD3EE8C78A147EE9D481734 /* ../Play-/Source/MIPS.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MIPS.h; path = MIPS.h; sourceTree = SOURCE_ROOT; }; + 7BF938815D16428B90E60ABA /* ../Play-/deps/CodeGen/tests/ReorderAddTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ReorderAddTest.cpp; path = "../Play-/deps/CodeGen/tests/ReorderAddTest.cpp"; sourceTree = ""; }; + 7C5D8DD00DAE452C8CC98A77 /* ../Play-/deps/CodeGen/tests/MemAccessTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemAccessTest.h; path = "../Play-/deps/CodeGen/tests/MemAccessTest.h"; sourceTree = ""; }; + 7C84AE8FE5B9402E95013559 /* ../Play-/Source/saves/MaxSaveImporter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MaxSaveImporter.cpp; path = saves/MaxSaveImporter.cpp; sourceTree = SOURCE_ROOT; }; + 7C89248751EE4822AB7BBE1B /* ../Play-/deps/CodeGen/tests/Call64Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Call64Test.cpp; path = "../Play-/deps/CodeGen/tests/Call64Test.cpp"; sourceTree = ""; }; + 7CB21B9350C546A2AC4D62CF /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Md.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_Wasm_Md.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Md.cpp"; sourceTree = ""; }; + 7CB6316EE6B448E0BCD06F9D /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_common.c; path = "../Play-/deps/Dependencies/zstd/lib/common/zstd_common.c"; sourceTree = ""; }; + 7CE696AE3A884159BBEBF001 /* ../Play-/Source/PadHandler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PadHandler.cpp; path = PadHandler.cpp; sourceTree = SOURCE_ROOT; }; + 7D2A6C50F5574280BB546ED8 /* ../Play-/Source/ee/INTC.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = INTC.h; path = ee/INTC.h; sourceTree = SOURCE_ROOT; }; + 7E0BCF1B5C3143CFAE550090 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Alloc.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Alloc.c; path = "../Play-/deps/libchdr/deps/lzma-22.01/src/Alloc.c"; sourceTree = ""; }; + 7E4E2575A55F4FFA81427AFC /* ../Play-/deps/CodeGen/tests/CompareTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CompareTest.h; path = "../Play-/deps/CodeGen/tests/CompareTest.h"; sourceTree = ""; }; + 7E6DDD6E50DF4AE0A586C964 /* ../Play-/Source/iop/Iop_Speed.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Speed.cpp; path = iop/Iop_Speed.cpp; sourceTree = SOURCE_ROOT; }; + 7E724D9BA1144F258BB5F0B8 /* ../Play-/deps/CodeGen/include/MachoObjectFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MachoObjectFile.h; path = "../Play-/deps/CodeGen/include/MachoObjectFile.h"; sourceTree = ""; }; + 7E81CFF6144146E6A7983B81 /* ../Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fse_decompress.c; path = "../Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c"; sourceTree = ""; }; + 7ECDD1C79292404FB10C22EA /* ../Play-/Source/ee/IPU_MacroblockTypePTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IPU_MacroblockTypePTable.cpp; path = ee/IPU_MacroblockTypePTable.cpp; sourceTree = SOURCE_ROOT; }; + 7F603BE5DC2D44239F3B3AAB /* ../Play-/deps/Framework/src/math/MathStringUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MathStringUtils.cpp; path = "../Play-/deps/Framework/src/math/MathStringUtils.cpp"; sourceTree = ""; }; + 7F816D5C920B4D5FB9332148 /* ../Play-/deps/Framework/src/HashUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HashUtils.cpp; path = "../Play-/deps/Framework/src/HashUtils.cpp"; sourceTree = ""; }; + 7F8FEDB3DD4146EEAA33C361 /* ../Play-/deps/Framework/include/http/AppleHttpClient.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AppleHttpClient.h; path = "../Play-/deps/Framework/include/http/AppleHttpClient.h"; sourceTree = ""; }; + 803D696CE1FA4DE9A4FDF26C /* ../Play-/deps/CodeGen/include/CoffObjectFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CoffObjectFile.h; path = "../Play-/deps/CodeGen/include/CoffObjectFile.h"; sourceTree = ""; }; + 8078761CC29D4F3CB675C3F9 /* ../Play-/deps/Framework/src/ThreadPool.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ThreadPool.cpp; path = "../Play-/deps/Framework/src/ThreadPool.cpp"; sourceTree = ""; }; 8091B4026E9E47B786C0E53B /* libzstd_zlibwrapper_static */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = liblibzstd_zlibwrapper_static.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 80BDAB5EE0F5408EAD35C10C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdManipTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdManipTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdManipTest.h"; sourceTree = ""; }; - 811096EA1B184BE8A2CFEB2C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/DirectoryDevice.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DirectoryDevice.cpp; path = iop/ioman/DirectoryDevice.cpp; sourceTree = SOURCE_ROOT; }; - 8122D6BD8F864EFDBCA72A28 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zlib.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zlib.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zlib.h"; sourceTree = ""; }; - 8195B5EDF6334B68BFCBFB5E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PathUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_PathUtils.h; path = iop/Iop_PathUtils.h; sourceTree = SOURCE_ROOT; }; - 826B8494A5874756BF85E68E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdUnpackTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdUnpackTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdUnpackTest.h"; sourceTree = ""; }; - 82A23B90947C4DD5A154AC4E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inflate.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c"; sourceTree = ""; }; - 83CCC4D836694D9488233B74 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vpu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Vpu.cpp; path = ee/Vpu.cpp; sourceTree = SOURCE_ROOT; }; - 83D250599205432EA8DAECAE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuExecutor.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VuExecutor.h; path = ee/VuExecutor.h; sourceTree = SOURCE_ROOT; }; - 83F18FAE3128485EACFB1BDD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BlockLookupTwoWay.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BlockLookupTwoWay.h; path = BlockLookupTwoWay.h; sourceTree = SOURCE_ROOT; }; - 84F8B8623B2C43EEA4F899CC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_internal.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h"; sourceTree = ""; }; - 860B91AD5DB541CBA4114DD6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTestLiteral.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HugeJumpTestLiteral.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTestLiteral.cpp"; sourceTree = ""; }; - 863CF041C5AA4AF0BE8A108B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_Fpu.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu.cpp"; sourceTree = ""; }; - 867C96AD38884238A3AC81BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md_Avx.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_Md_Avx.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md_Avx.cpp"; sourceTree = ""; }; - 87206B0ECF904DCD910D20AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Alu.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86_Alu.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Alu.h"; sourceTree = ""; }; - 875A8055E71C494BB1849FB2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/PtrStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PtrStream.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/PtrStream.cpp"; sourceTree = ""; }; - 87685CF8E60F4ADFABF60405 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_zlibwrapper.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c"; sourceTree = ""; }; - 87B0BA3FD347488D8B59BDBE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeBTable.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IPU_MacroblockTypeBTable.h; path = ee/IPU_MacroblockTypeBTable.h; sourceTree = SOURCE_ROOT; }; - 87BC527DC3114CEBA2924464 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsJitter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MipsJitter.h; path = MipsJitter.h; sourceTree = SOURCE_ROOT; }; - 87C066A0D8F5433F9DE5C31C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/GridLayout.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GridLayout.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/GridLayout.h"; sourceTree = ""; }; - 87C14F7152904884929F37A0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/PS2OS.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PS2OS.h; path = ee/PS2OS.h; sourceTree = SOURCE_ROOT; }; - 87C68E82067D42CD9F2E4B49 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoSys147.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_NamcoSys147.h; path = iop/namco_sys147/Iop_NamcoSys147.h; sourceTree = SOURCE_ROOT; }; - 883D8898D4F5406A8BDC685D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_sequences.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h"; sourceTree = ""; }; - 88DCDDDBB45A452E9C223A75 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Stream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Stream.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Stream.h"; sourceTree = ""; }; - 89C75ACFF5F14AC195EC0FAF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/PNG.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PNG.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/PNG.cpp"; sourceTree = ""; }; - 8A56FDDBEBC34870B77AE9C1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OsStructManager.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = OsStructManager.h; path = OsStructManager.h; sourceTree = SOURCE_ROOT; }; - 8A99357504F24F5C96B3D8CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Url.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Url.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Url.h"; sourceTree = ""; }; - 8AA2D83B7A33401E8463286F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_EE.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MA_EE.h; path = ee/MA_EE.h; sourceTree = SOURCE_ROOT; }; - 8AA2E921F6074343908DC84E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/LiteralPool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LiteralPool.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/LiteralPool.h"; sourceTree = ""; }; - 8AF025B412CD432E8A112657 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/idct/TrivialC.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = TrivialC.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/idct/TrivialC.cpp"; sourceTree = ""; }; - 8B3B0670C52E450582EEC61A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/VirtualPad.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VirtualPad.h; path = VirtualPad.h; sourceTree = SOURCE_ROOT; }; - 8B4A17C59B1A441DBF6A60D2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/xxhash.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = xxhash.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/xxhash.c"; sourceTree = ""; }; - 8B855C375599483C8EB66F99 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RegisterStateUtils.h; path = states/RegisterStateUtils.h; sourceTree = SOURCE_ROOT; }; - 8BA40DE89CA0401CB2309C8E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdShiftTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdShiftTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdShiftTest.h"; sourceTree = ""; }; - 8BB513813CA14DB7A7B69816 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = fse.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse.h"; sourceTree = ""; }; - 8C278C74376A483CAE2F2738 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifDynamic.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_SifDynamic.h; path = iop/Iop_SifDynamic.h; sourceTree = SOURCE_ROOT; }; - 8C29B54457034EE1B94A6B79 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmac.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Dmac.cpp; path = iop/Iop_Dmac.cpp; sourceTree = SOURCE_ROOT; }; - 8C6B0875733241B9A6A9D635 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = crc32.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c"; sourceTree = ""; }; - 8C7EBA5F168F4862830E3F37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/PathDirectoryDevice.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PathDirectoryDevice.h; path = iop/ioman/PathDirectoryDevice.h; sourceTree = SOURCE_ROOT; }; - 8C8FC70A94934993BA8A1E41 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v04.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h"; sourceTree = ""; }; - 8D5117D462664AB586E242DB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Merge64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Merge64Test.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Merge64Test.h"; sourceTree = ""; }; - 8D62CE436EF5452B994DB9FD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif1.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Vif1.h; path = ee/Vif1.h; sourceTree = SOURCE_ROOT; }; - 8DB6D22EA6804CCD845BFD95 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManNull.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_SifManNull.h; path = iop/Iop_SifManNull.h; sourceTree = SOURCE_ROOT; }; - 8DFC78B0480C42A1AB21F375 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutBase.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LayoutBase.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutBase.cpp"; sourceTree = ""; }; - 8E06846CDD5748FA9225CE23 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/NestedIfTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = NestedIfTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/NestedIfTest.h"; sourceTree = ""; }; - 8E3865DF7FA1469CB83CEE3D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Spu2.h; path = iop/Iop_Spu2.h; sourceTree = SOURCE_ROOT; }; - 8E41B5E8DEAE4A15B6A02DE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutObject.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LayoutObject.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutObject.cpp"; sourceTree = ""; }; - 8E9D3A0962AC437F935C31A5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/LiteralPool.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LiteralPool.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/LiteralPool.cpp"; sourceTree = ""; }; - 8EB66FF53C8541ADB9163F24 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest3.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RandomAluTest3.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest3.h"; sourceTree = ""; }; - 8ED39A54B1BA43C29CCBFCE4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipDeflateStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ZipDeflateStream.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipDeflateStream.cpp"; sourceTree = ""; }; - 8ED6A2C7BD724D2AA3718F98 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_LibSd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_LibSd.cpp; path = iop/Iop_LibSd.cpp; sourceTree = SOURCE_ROOT; }; - 8EDED7997F9D4BDB94468946 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MailBox.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MailBox.h; path = MailBox.h; sourceTree = SOURCE_ROOT; }; - 9136B96CED694631B4CF98CE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpuTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FpuTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpuTest.h"; sourceTree = ""; }; - 914E894E317342C0A992F555 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Csv.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Csv.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Csv.cpp"; sourceTree = ""; }; - 919D825725534315811EFC42 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/DiskUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = DiskUtils.h; path = DiskUtils.h; sourceTree = SOURCE_ROOT; }; - 9280728F0D534C10B5A74914 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/MemStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemStream.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/MemStream.cpp"; sourceTree = ""; }; - 92D95697A9A44AB6B33527DD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = divsufsort.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c"; sourceTree = ""; }; - 930F1A6F54E44A4F85B57DB6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/SocketStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SocketStream.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/SocketStream.cpp"; sourceTree = ""; }; - 93422531C68F4E1A922A203B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/X86CpuFeatures.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = X86CpuFeatures.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/X86CpuFeatures.h"; sourceTree = ""; }; - 938E6EDA7E1C4E03805A21EA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Stdio.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Stdio.cpp; path = iop/Iop_Stdio.cpp; sourceTree = SOURCE_ROOT; }; - 9475B590A4F44FDD807280C5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveExporter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SaveExporter.h; path = saves/SaveExporter.h; sourceTree = SOURCE_ROOT; }; - 94F86E3129F8492AB8173541 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPS.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MIPS.cpp; path = MIPS.cpp; sourceTree = SOURCE_ROOT; }; - 950FD03DD121474284A522C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMinMaxTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdMinMaxTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMinMaxTest.cpp"; sourceTree = ""; }; - 95ABB9D21F824AB09BDBD9A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/DivTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DivTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/DivTest.cpp"; sourceTree = ""; }; - 9601B1244E2848B3AD074FE8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = cover.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c"; sourceTree = ""; }; - 964CFEF5477F4A30B798FAC2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thmsgbx.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Thmsgbx.cpp; path = iop/Iop_Thmsgbx.cpp; sourceTree = SOURCE_ROOT; }; - 967596CAB4BF40CBA1E367C6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAssembler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MIPSAssembler.h; path = MIPSAssembler.h; sourceTree = SOURCE_ROOT; }; - 96AEC43382B046099ED29BCA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIo.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_FileIo.cpp; path = iop/Iop_FileIo.cpp; sourceTree = SOURCE_ROOT; }; - 96D605D4052D4329ACABBE6D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SocketDef.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SocketDef.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SocketDef.h"; sourceTree = ""; }; - 973B2BAE51E344D3BC0BA552 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockAddressIncrementTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MacroblockAddressIncrementTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockAddressIncrementTable.cpp"; sourceTree = ""; }; - 975C8C5D139E4217B995C6D7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Literal128.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Literal128.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Literal128.h"; sourceTree = ""; }; - 9788746260C049D5943FD24C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_deps.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h"; sourceTree = ""; }; - 97E578A89DE7482DAE83B710 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86.cpp"; sourceTree = ""; }; - 97F6AF468D324094BB527009 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v03.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h"; sourceTree = ""; }; - 98114B7025D14BF787865657 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipArchiveWriter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ZipArchiveWriter.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipArchiveWriter.h"; sourceTree = ""; }; - 984141138FD24D3D8BF6130C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Icon.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Icon.h; path = saves/Icon.h; sourceTree = SOURCE_ROOT; }; - 984BA76FD6764ED2B1C81FE1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Parser.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Parser.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Parser.cpp"; sourceTree = ""; }; - 98563BC495EF456C9597C993 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_RegAlloc.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_RegAlloc.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_RegAlloc.cpp"; sourceTree = ""; }; - 98663710DD9242D0B5EFDB14 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutBase.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LayoutBase.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutBase.h"; sourceTree = ""; }; - 98B1D40CBFFA4B3BA77A751A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_DirectoryIterator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Ioman_DirectoryIterator.h; path = iop/Ioman_DirectoryIterator.h; sourceTree = SOURCE_ROOT; }; - 98BF1F512894438CB633E38B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist; sourceTree = ""; }; - 98C04E2C5DF94A6CBD2305BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Utf8.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Utf8.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Utf8.h"; sourceTree = ""; }; - 991611B8D8224FC7AF17DE58 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/PH_GenericInput.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PH_GenericInput.h; path = input/PH_GenericInput.h; sourceTree = SOURCE_ROOT; }; - 9921C444A11F431D861816D0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScreenShotUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ScreenShotUtils.cpp; path = ScreenShotUtils.cpp; sourceTree = SOURCE_ROOT; }; - 99D8D1AED36E4629BC78C938 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdImageStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ChdImageStream.cpp; path = discimages/ChdImageStream.cpp; sourceTree = SOURCE_ROOT; }; - 9A1238232E5C48C9B997ED8B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SocketStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SocketStream.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SocketStream.h"; sourceTree = ""; }; - 9B01AA37D0A14A13B89E8689 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ExternJumpTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ExternJumpTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ExternJumpTest.h"; sourceTree = ""; }; - 9B86F519D75A4FABB419533C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = debug.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.c"; sourceTree = ""; }; - 9BDAE33896BB407E86F27308 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RandomAluTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest.h"; sourceTree = ""; }; - 9BEBAC0DA7CA4C56BD2C3D8B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdStreamSupport.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ChdStreamSupport.h; path = discimages/ChdStreamSupport.h; sourceTree = SOURCE_ROOT; }; - 9C08DEAC6B2C4623B9FF56B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkAmazon/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkAmazon/CMakeLists.txt"; sourceTree = ""; }; - 9CC9799A24F84CB8A5DC81D2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_NamcoAcCdvd.cpp; path = iop/namco_sys246/Iop_NamcoAcCdvd.cpp; sourceTree = SOURCE_ROOT; }; - 9CFD08CCD3774E98BC99E5C0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_Wasm.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm.cpp"; sourceTree = ""; }; - 9D1A14D5801747EE8B25DBE4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSTags.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MIPSTags.h; path = MIPSTags.h; sourceTree = SOURCE_ROOT; }; - 9DC4D214125F499BBBD7E614 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdTest.cpp"; sourceTree = ""; }; - 9DF2CA868107438498690836 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdCdImageStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ChdCdImageStream.h; path = discimages/ChdCdImageStream.h; sourceTree = SOURCE_ROOT; }; - 9E386817CAD546A0962CAB56 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporterBase.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SaveImporterBase.h; path = saves/SaveImporterBase.h; sourceTree = SOURCE_ROOT; }; - 9E5F7ACE42494CC783CED001 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thevent.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Thevent.h; path = iop/Iop_Thevent.h; sourceTree = SOURCE_ROOT; }; - 9E6D30D2C7A94F988155DD3A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScopedVmPauser.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ScopedVmPauser.h; path = ScopedVmPauser.h; sourceTree = SOURCE_ROOT; }; - 9EA6427F1A7340F195718807 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen.cpp"; sourceTree = ""; }; - 9F3C2ED2B1504629B69C6BA5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AliasTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest.h"; sourceTree = ""; }; - 9FCBBEC47B1F4B0783F4A5CA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeITable.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IPU_MacroblockTypeITable.h; path = ee/IPU_MacroblockTypeITable.h; sourceTree = SOURCE_ROOT; }; - 9FF77B5581564C798B5181E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Timer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Timer.cpp; path = ee/Timer.cpp; sourceTree = SOURCE_ROOT; }; - A06E83317C424351A219429F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessIdxTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemAccessIdxTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessIdxTest.cpp"; sourceTree = ""; }; - A081D58CC0BB43D1934ED6D7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler1000.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_FileIoHandler1000.h; path = iop/Iop_FileIoHandler1000.h; sourceTree = SOURCE_ROOT; }; - A0C9476322B342CF9F0CF9F6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zdict.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c"; sourceTree = ""; }; - A111ED6CA5AE48DAAB24CDAA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fastcover.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c"; sourceTree = ""; }; - A174C8E13F734B9EBB571DD6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inftrees.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c"; sourceTree = ""; }; - A1A53F50D7E34AEDA94A4536 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SubSystem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_SubSystem.h; path = iop/Iop_SubSystem.h; sourceTree = SOURCE_ROOT; }; - A1CEA77CBF4F48E58AEB06C4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_SubSystem.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Ee_SubSystem.cpp; path = ee/Ee_SubSystem.cpp; sourceTree = SOURCE_ROOT; }; - A217DEC65C6440E6BC249EB0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StringUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StringUtils.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StringUtils.h"; sourceTree = ""; }; - A2358D2B1E0041158F1F9045 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypeITable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MacroblockTypeITable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypeITable.cpp"; sourceTree = ""; }; - A2552574F4D742F1A16A7AAC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Test.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Test.h"; sourceTree = ""; }; - A25E2DFE54C94E54BAA0D137 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/psx/PsxBios.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PsxBios.cpp; path = psx/PsxBios.cpp; sourceTree = SOURCE_ROOT; }; - A26CEF2620B046478F2B0295 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Null.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_Null.cpp; path = gs/GSH_Null.cpp; sourceTree = SOURCE_ROOT; }; - A26D08575CCD4505A623170A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMemAccessTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdMemAccessTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMemAccessTest.h"; sourceTree = ""; }; - A2C7C0575D6D49EB98D00B40 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess8Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemAccess8Test.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess8Test.cpp"; sourceTree = ""; }; - A36DFE767C35423084E5FD57 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/PH_GenericInput.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PH_GenericInput.cpp; path = input/PH_GenericInput.cpp; sourceTree = SOURCE_ROOT; }; - A388F7F32AFA44C0B001F612 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Sse.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_Fpu_Sse.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Sse.cpp"; sourceTree = ""; }; - A3BFAF6CF34C43B2B9C3B11D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/IszImageStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IszImageStream.cpp; path = discimages/IszImageStream.cpp; sourceTree = SOURCE_ROOT; }; - A3DF1F2F089D43289877982E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v06.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c"; sourceTree = ""; }; - A45037A4C166416894601660 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Writer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Writer.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Writer.cpp"; sourceTree = ""; }; - A4ADC343BF7C46E9B723F7B0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c"; sourceTree = ""; }; - A4E4740DD0CE40D4AB042B82 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuBasicBlock.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VuBasicBlock.h; path = ee/VuBasicBlock.h; sourceTree = SOURCE_ROOT; }; - A5033CA988104A3F85DA73B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysmem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Sysmem.h; path = iop/Iop_Sysmem.h; sourceTree = SOURCE_ROOT; }; - A5543B2623BF492EB477FDD7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_double_fast.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c"; sourceTree = ""; }; - A60FB66226FC40B7AC70A8B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/clevels.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = clevels.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/clevels.h"; sourceTree = ""; }; - A67CCDE957F146CAA520FABB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/MemoryStateFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemoryStateFile.cpp; path = states/MemoryStateFile.cpp; sourceTree = SOURCE_ROOT; }; - A7237DE6685A4F8E9472AE43 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StdStreamUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StdStreamUtils.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StdStreamUtils.h"; sourceTree = ""; }; - A74E62C91951452EBD27A608 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdSubTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdSubTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdSubTest.h"; sourceTree = ""; }; - A76727FE1C654F0F8F79BE82 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsCachedArea.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GsCachedArea.cpp; path = gs/GsCachedArea.cpp; sourceTree = SOURCE_ROOT; }; - A83F8DC012754695AA21ED76 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_flac.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_flac.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_flac.c"; sourceTree = ""; }; - A8DB419BACF74FFE8CF7AB59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTestLiteral.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HugeJumpTestLiteral.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTestLiteral.h"; sourceTree = ""; }; + 80BDAB5EE0F5408EAD35C10C /* ../Play-/deps/CodeGen/tests/MdManipTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdManipTest.h; path = "../Play-/deps/CodeGen/tests/MdManipTest.h"; sourceTree = ""; }; + 811096EA1B184BE8A2CFEB2C /* ../Play-/Source/iop/ioman/DirectoryDevice.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DirectoryDevice.cpp; path = iop/ioman/DirectoryDevice.cpp; sourceTree = SOURCE_ROOT; }; + 8122D6BD8F864EFDBCA72A28 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zlib.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zlib.h; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/zlib.h"; sourceTree = ""; }; + 8195B5EDF6334B68BFCBFB5E /* ../Play-/Source/iop/Iop_PathUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_PathUtils.h; path = iop/Iop_PathUtils.h; sourceTree = SOURCE_ROOT; }; + 826B8494A5874756BF85E68E /* ../Play-/deps/CodeGen/tests/MdUnpackTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdUnpackTest.h; path = "../Play-/deps/CodeGen/tests/MdUnpackTest.h"; sourceTree = ""; }; + 82A23B90947C4DD5A154AC4E /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inflate.c; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c"; sourceTree = ""; }; + 83CCC4D836694D9488233B74 /* ../Play-/Source/ee/Vpu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Vpu.cpp; path = ee/Vpu.cpp; sourceTree = SOURCE_ROOT; }; + 83D250599205432EA8DAECAE /* ../Play-/Source/ee/VuExecutor.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VuExecutor.h; path = ee/VuExecutor.h; sourceTree = SOURCE_ROOT; }; + 83F18FAE3128485EACFB1BDD /* ../Play-/Source/BlockLookupTwoWay.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BlockLookupTwoWay.h; path = BlockLookupTwoWay.h; sourceTree = SOURCE_ROOT; }; + 84F8B8623B2C43EEA4F899CC /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_internal.h; path = "../Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h"; sourceTree = ""; }; + 860B91AD5DB541CBA4114DD6 /* ../Play-/deps/CodeGen/tests/HugeJumpTestLiteral.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HugeJumpTestLiteral.cpp; path = "../Play-/deps/CodeGen/tests/HugeJumpTestLiteral.cpp"; sourceTree = ""; }; + 863CF041C5AA4AF0BE8A108B /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_Fpu.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu.cpp"; sourceTree = ""; }; + 867C96AD38884238A3AC81BF /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md_Avx.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_Md_Avx.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md_Avx.cpp"; sourceTree = ""; }; + 87206B0ECF904DCD910D20AC /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Alu.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86_Alu.h; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Alu.h"; sourceTree = ""; }; + 875A8055E71C494BB1849FB2 /* ../Play-/deps/Framework/src/PtrStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PtrStream.cpp; path = "../Play-/deps/Framework/src/PtrStream.cpp"; sourceTree = ""; }; + 87685CF8E60F4ADFABF60405 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_zlibwrapper.c; path = "../Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c"; sourceTree = ""; }; + 87B0BA3FD347488D8B59BDBE /* ../Play-/Source/ee/IPU_MacroblockTypeBTable.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IPU_MacroblockTypeBTable.h; path = ee/IPU_MacroblockTypeBTable.h; sourceTree = SOURCE_ROOT; }; + 87BC527DC3114CEBA2924464 /* ../Play-/Source/MipsJitter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MipsJitter.h; path = MipsJitter.h; sourceTree = SOURCE_ROOT; }; + 87C066A0D8F5433F9DE5C31C /* ../Play-/deps/Framework/include/layout/GridLayout.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GridLayout.h; path = "../Play-/deps/Framework/include/layout/GridLayout.h"; sourceTree = ""; }; + 87C14F7152904884929F37A0 /* ../Play-/Source/ee/PS2OS.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PS2OS.h; path = ee/PS2OS.h; sourceTree = SOURCE_ROOT; }; + 87C68E82067D42CD9F2E4B49 /* ../Play-/Source/iop/namco_sys147/Iop_NamcoSys147.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_NamcoSys147.h; path = iop/namco_sys147/Iop_NamcoSys147.h; sourceTree = SOURCE_ROOT; }; + 883D8898D4F5406A8BDC685D /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_compress_sequences.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h"; sourceTree = ""; }; + 88DCDDDBB45A452E9C223A75 /* ../Play-/deps/Framework/include/Stream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Stream.h; path = "../Play-/deps/Framework/include/Stream.h"; sourceTree = ""; }; + 89C75ACFF5F14AC195EC0FAF /* ../Play-/deps/Framework/src/bitmap/PNG.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PNG.cpp; path = "../Play-/deps/Framework/src/bitmap/PNG.cpp"; sourceTree = ""; }; + 8A56FDDBEBC34870B77AE9C1 /* ../Play-/Source/OsStructManager.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = OsStructManager.h; path = OsStructManager.h; sourceTree = SOURCE_ROOT; }; + 8A99357504F24F5C96B3D8CF /* ../Play-/deps/Framework/include/Url.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Url.h; path = "../Play-/deps/Framework/include/Url.h"; sourceTree = ""; }; + 8AA2D83B7A33401E8463286F /* ../Play-/Source/ee/MA_EE.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MA_EE.h; path = ee/MA_EE.h; sourceTree = SOURCE_ROOT; }; + 8AA2E921F6074343908DC84E /* ../Play-/deps/CodeGen/include/LiteralPool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LiteralPool.h; path = "../Play-/deps/CodeGen/include/LiteralPool.h"; sourceTree = ""; }; + 8AF025B412CD432E8A112657 /* ../Play-/deps/Framework/src/idct/TrivialC.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = TrivialC.cpp; path = "../Play-/deps/Framework/src/idct/TrivialC.cpp"; sourceTree = ""; }; + 8B3B0670C52E450582EEC61A /* ../Play-/Source/VirtualPad.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VirtualPad.h; path = VirtualPad.h; sourceTree = SOURCE_ROOT; }; + 8B4A17C59B1A441DBF6A60D2 /* ../Play-/deps/Dependencies/xxHash/xxhash.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = xxhash.c; path = "../Play-/deps/Dependencies/xxHash/xxhash.c"; sourceTree = ""; }; + 8B855C375599483C8EB66F99 /* ../Play-/Source/states/RegisterStateUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RegisterStateUtils.h; path = states/RegisterStateUtils.h; sourceTree = SOURCE_ROOT; }; + 8BA40DE89CA0401CB2309C8E /* ../Play-/deps/CodeGen/tests/MdShiftTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdShiftTest.h; path = "../Play-/deps/CodeGen/tests/MdShiftTest.h"; sourceTree = ""; }; + 8BB513813CA14DB7A7B69816 /* ../Play-/deps/Dependencies/zstd/lib/common/fse.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = fse.h; path = "../Play-/deps/Dependencies/zstd/lib/common/fse.h"; sourceTree = ""; }; + 8C278C74376A483CAE2F2738 /* ../Play-/Source/iop/Iop_SifDynamic.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_SifDynamic.h; path = iop/Iop_SifDynamic.h; sourceTree = SOURCE_ROOT; }; + 8C29B54457034EE1B94A6B79 /* ../Play-/Source/iop/Iop_Dmac.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Dmac.cpp; path = iop/Iop_Dmac.cpp; sourceTree = SOURCE_ROOT; }; + 8C6B0875733241B9A6A9D635 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = crc32.c; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c"; sourceTree = ""; }; + 8C7EBA5F168F4862830E3F37 /* ../Play-/Source/iop/ioman/PathDirectoryDevice.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PathDirectoryDevice.h; path = iop/ioman/PathDirectoryDevice.h; sourceTree = SOURCE_ROOT; }; + 8C8FC70A94934993BA8A1E41 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v04.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h"; sourceTree = ""; }; + 8D5117D462664AB586E242DB /* ../Play-/deps/CodeGen/tests/Merge64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Merge64Test.h; path = "../Play-/deps/CodeGen/tests/Merge64Test.h"; sourceTree = ""; }; + 8D62CE436EF5452B994DB9FD /* ../Play-/Source/ee/Vif1.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Vif1.h; path = ee/Vif1.h; sourceTree = SOURCE_ROOT; }; + 8DB6D22EA6804CCD845BFD95 /* ../Play-/Source/iop/Iop_SifManNull.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_SifManNull.h; path = iop/Iop_SifManNull.h; sourceTree = SOURCE_ROOT; }; + 8DFC78B0480C42A1AB21F375 /* ../Play-/deps/Framework/src/layout/LayoutBase.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LayoutBase.cpp; path = "../Play-/deps/Framework/src/layout/LayoutBase.cpp"; sourceTree = ""; }; + 8E06846CDD5748FA9225CE23 /* ../Play-/deps/CodeGen/tests/NestedIfTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = NestedIfTest.h; path = "../Play-/deps/CodeGen/tests/NestedIfTest.h"; sourceTree = ""; }; + 8E3865DF7FA1469CB83CEE3D /* ../Play-/Source/iop/Iop_Spu2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Spu2.h; path = iop/Iop_Spu2.h; sourceTree = SOURCE_ROOT; }; + 8E41B5E8DEAE4A15B6A02DE5 /* ../Play-/deps/Framework/src/layout/LayoutObject.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LayoutObject.cpp; path = "../Play-/deps/Framework/src/layout/LayoutObject.cpp"; sourceTree = ""; }; + 8E9D3A0962AC437F935C31A5 /* ../Play-/deps/CodeGen/src/LiteralPool.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LiteralPool.cpp; path = "../Play-/deps/CodeGen/src/LiteralPool.cpp"; sourceTree = ""; }; + 8EB66FF53C8541ADB9163F24 /* ../Play-/deps/CodeGen/tests/RandomAluTest3.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RandomAluTest3.h; path = "../Play-/deps/CodeGen/tests/RandomAluTest3.h"; sourceTree = ""; }; + 8ED39A54B1BA43C29CCBFCE4 /* ../Play-/deps/Framework/src/zip/ZipDeflateStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ZipDeflateStream.cpp; path = "../Play-/deps/Framework/src/zip/ZipDeflateStream.cpp"; sourceTree = ""; }; + 8ED6A2C7BD724D2AA3718F98 /* ../Play-/Source/iop/Iop_LibSd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_LibSd.cpp; path = iop/Iop_LibSd.cpp; sourceTree = SOURCE_ROOT; }; + 8EDED7997F9D4BDB94468946 /* ../Play-/Source/MailBox.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MailBox.h; path = MailBox.h; sourceTree = SOURCE_ROOT; }; + 9136B96CED694631B4CF98CE /* ../Play-/deps/CodeGen/tests/FpuTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FpuTest.h; path = "../Play-/deps/CodeGen/tests/FpuTest.h"; sourceTree = ""; }; + 914E894E317342C0A992F555 /* ../Play-/deps/Framework/src/Csv.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Csv.cpp; path = "../Play-/deps/Framework/src/Csv.cpp"; sourceTree = ""; }; + 919D825725534315811EFC42 /* ../Play-/Source/DiskUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = DiskUtils.h; path = DiskUtils.h; sourceTree = SOURCE_ROOT; }; + 9280728F0D534C10B5A74914 /* ../Play-/deps/Framework/src/MemStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemStream.cpp; path = "../Play-/deps/Framework/src/MemStream.cpp"; sourceTree = ""; }; + 92D95697A9A44AB6B33527DD /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = divsufsort.c; path = "../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c"; sourceTree = ""; }; + 930F1A6F54E44A4F85B57DB6 /* ../Play-/deps/Framework/src/SocketStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SocketStream.cpp; path = "../Play-/deps/Framework/src/SocketStream.cpp"; sourceTree = ""; }; + 93422531C68F4E1A922A203B /* ../Play-/deps/CodeGen/include/X86CpuFeatures.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = X86CpuFeatures.h; path = "../Play-/deps/CodeGen/include/X86CpuFeatures.h"; sourceTree = ""; }; + 938E6EDA7E1C4E03805A21EA /* ../Play-/Source/iop/Iop_Stdio.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Stdio.cpp; path = iop/Iop_Stdio.cpp; sourceTree = SOURCE_ROOT; }; + 9475B590A4F44FDD807280C5 /* ../Play-/Source/saves/SaveExporter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SaveExporter.h; path = saves/SaveExporter.h; sourceTree = SOURCE_ROOT; }; + 94F86E3129F8492AB8173541 /* ../Play-/Source/MIPS.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MIPS.cpp; path = MIPS.cpp; sourceTree = SOURCE_ROOT; }; + 950FD03DD121474284A522C9 /* ../Play-/deps/CodeGen/tests/MdMinMaxTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdMinMaxTest.cpp; path = "../Play-/deps/CodeGen/tests/MdMinMaxTest.cpp"; sourceTree = ""; }; + 95ABB9D21F824AB09BDBD9A9 /* ../Play-/deps/CodeGen/tests/DivTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DivTest.cpp; path = "../Play-/deps/CodeGen/tests/DivTest.cpp"; sourceTree = ""; }; + 9601B1244E2848B3AD074FE8 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = cover.c; path = "../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c"; sourceTree = ""; }; + 964CFEF5477F4A30B798FAC2 /* ../Play-/Source/iop/Iop_Thmsgbx.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Thmsgbx.cpp; path = iop/Iop_Thmsgbx.cpp; sourceTree = SOURCE_ROOT; }; + 967596CAB4BF40CBA1E367C6 /* ../Play-/Source/MIPSAssembler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MIPSAssembler.h; path = MIPSAssembler.h; sourceTree = SOURCE_ROOT; }; + 96AEC43382B046099ED29BCA /* ../Play-/Source/iop/Iop_FileIo.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_FileIo.cpp; path = iop/Iop_FileIo.cpp; sourceTree = SOURCE_ROOT; }; + 96D605D4052D4329ACABBE6D /* ../Play-/deps/Framework/include/SocketDef.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SocketDef.h; path = "../Play-/deps/Framework/include/SocketDef.h"; sourceTree = ""; }; + 973B2BAE51E344D3BC0BA552 /* ../Play-/deps/Framework/src/mpeg2/MacroblockAddressIncrementTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MacroblockAddressIncrementTable.cpp; path = "../Play-/deps/Framework/src/mpeg2/MacroblockAddressIncrementTable.cpp"; sourceTree = ""; }; + 975C8C5D139E4217B995C6D7 /* ../Play-/deps/CodeGen/include/Literal128.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Literal128.h; path = "../Play-/deps/CodeGen/include/Literal128.h"; sourceTree = ""; }; + 9788746260C049D5943FD24C /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_deps.h; path = "../Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h"; sourceTree = ""; }; + 97E578A89DE7482DAE83B710 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_x86.cpp"; sourceTree = ""; }; + 97F6AF468D324094BB527009 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v03.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h"; sourceTree = ""; }; + 98114B7025D14BF787865657 /* ../Play-/deps/Framework/include/zip/ZipArchiveWriter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ZipArchiveWriter.h; path = "../Play-/deps/Framework/include/zip/ZipArchiveWriter.h"; sourceTree = ""; }; + 984141138FD24D3D8BF6130C /* ../Play-/Source/saves/Icon.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Icon.h; path = saves/Icon.h; sourceTree = SOURCE_ROOT; }; + 984BA76FD6764ED2B1C81FE1 /* ../Play-/deps/Framework/src/xml/Parser.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Parser.cpp; path = "../Play-/deps/Framework/src/xml/Parser.cpp"; sourceTree = ""; }; + 98563BC495EF456C9597C993 /* ../Play-/deps/CodeGen/src/Jitter_RegAlloc.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_RegAlloc.cpp; path = "../Play-/deps/CodeGen/src/Jitter_RegAlloc.cpp"; sourceTree = ""; }; + 98663710DD9242D0B5EFDB14 /* ../Play-/deps/Framework/include/layout/LayoutBase.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LayoutBase.h; path = "../Play-/deps/Framework/include/layout/LayoutBase.h"; sourceTree = ""; }; + 98B1D40CBFFA4B3BA77A751A /* ../Play-/Source/iop/Ioman_DirectoryIterator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Ioman_DirectoryIterator.h; path = iop/Ioman_DirectoryIterator.h; sourceTree = SOURCE_ROOT; }; + 98BF1F512894438CB633E38B /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist; sourceTree = ""; }; + 98C04E2C5DF94A6CBD2305BA /* ../Play-/deps/Framework/include/Utf8.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Utf8.h; path = "../Play-/deps/Framework/include/Utf8.h"; sourceTree = ""; }; + 991611B8D8224FC7AF17DE58 /* ../Play-/Source/input/PH_GenericInput.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PH_GenericInput.h; path = input/PH_GenericInput.h; sourceTree = SOURCE_ROOT; }; + 9921C444A11F431D861816D0 /* ../Play-/Source/ScreenShotUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ScreenShotUtils.cpp; path = ScreenShotUtils.cpp; sourceTree = SOURCE_ROOT; }; + 99D8D1AED36E4629BC78C938 /* ../Play-/Source/discimages/ChdImageStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ChdImageStream.cpp; path = discimages/ChdImageStream.cpp; sourceTree = SOURCE_ROOT; }; + 9A1238232E5C48C9B997ED8B /* ../Play-/deps/Framework/include/SocketStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SocketStream.h; path = "../Play-/deps/Framework/include/SocketStream.h"; sourceTree = ""; }; + 9B01AA37D0A14A13B89E8689 /* ../Play-/deps/CodeGen/tests/ExternJumpTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ExternJumpTest.h; path = "../Play-/deps/CodeGen/tests/ExternJumpTest.h"; sourceTree = ""; }; + 9B86F519D75A4FABB419533C /* ../Play-/deps/Dependencies/zstd/lib/common/debug.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = debug.c; path = "../Play-/deps/Dependencies/zstd/lib/common/debug.c"; sourceTree = ""; }; + 9BDAE33896BB407E86F27308 /* ../Play-/deps/CodeGen/tests/RandomAluTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RandomAluTest.h; path = "../Play-/deps/CodeGen/tests/RandomAluTest.h"; sourceTree = ""; }; + 9BEBAC0DA7CA4C56BD2C3D8B /* ../Play-/Source/discimages/ChdStreamSupport.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ChdStreamSupport.h; path = discimages/ChdStreamSupport.h; sourceTree = SOURCE_ROOT; }; + 9C08DEAC6B2C4623B9FF56B7 /* ../Play-/deps/Framework/build_cmake/FrameworkAmazon/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/Framework/build_cmake/FrameworkAmazon/CMakeLists.txt"; sourceTree = ""; }; + 9CC9799A24F84CB8A5DC81D2 /* ../Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_NamcoAcCdvd.cpp; path = iop/namco_sys246/Iop_NamcoAcCdvd.cpp; sourceTree = SOURCE_ROOT; }; + 9CFD08CCD3774E98BC99E5C0 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_Wasm.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm.cpp"; sourceTree = ""; }; + 9D1A14D5801747EE8B25DBE4 /* ../Play-/Source/MIPSTags.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MIPSTags.h; path = MIPSTags.h; sourceTree = SOURCE_ROOT; }; + 9DC4D214125F499BBBD7E614 /* ../Play-/deps/CodeGen/tests/MdTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdTest.cpp; path = "../Play-/deps/CodeGen/tests/MdTest.cpp"; sourceTree = ""; }; + 9DF2CA868107438498690836 /* ../Play-/Source/discimages/ChdCdImageStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ChdCdImageStream.h; path = discimages/ChdCdImageStream.h; sourceTree = SOURCE_ROOT; }; + 9E386817CAD546A0962CAB56 /* ../Play-/Source/saves/SaveImporterBase.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SaveImporterBase.h; path = saves/SaveImporterBase.h; sourceTree = SOURCE_ROOT; }; + 9E5F7ACE42494CC783CED001 /* ../Play-/Source/iop/Iop_Thevent.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Thevent.h; path = iop/Iop_Thevent.h; sourceTree = SOURCE_ROOT; }; + 9E6D30D2C7A94F988155DD3A /* ../Play-/Source/ScopedVmPauser.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ScopedVmPauser.h; path = ScopedVmPauser.h; sourceTree = SOURCE_ROOT; }; + 9EA6427F1A7340F195718807 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen.cpp"; sourceTree = ""; }; + 9F3C2ED2B1504629B69C6BA5 /* ../Play-/deps/CodeGen/tests/AliasTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AliasTest.h; path = "../Play-/deps/CodeGen/tests/AliasTest.h"; sourceTree = ""; }; + 9FCBBEC47B1F4B0783F4A5CA /* ../Play-/Source/ee/IPU_MacroblockTypeITable.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IPU_MacroblockTypeITable.h; path = ee/IPU_MacroblockTypeITable.h; sourceTree = SOURCE_ROOT; }; + 9FF77B5581564C798B5181E3 /* ../Play-/Source/ee/Timer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Timer.cpp; path = ee/Timer.cpp; sourceTree = SOURCE_ROOT; }; + A06E83317C424351A219429F /* ../Play-/deps/CodeGen/tests/MemAccessIdxTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemAccessIdxTest.cpp; path = "../Play-/deps/CodeGen/tests/MemAccessIdxTest.cpp"; sourceTree = ""; }; + A081D58CC0BB43D1934ED6D7 /* ../Play-/Source/iop/Iop_FileIoHandler1000.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_FileIoHandler1000.h; path = iop/Iop_FileIoHandler1000.h; sourceTree = SOURCE_ROOT; }; + A0C9476322B342CF9F0CF9F6 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zdict.c; path = "../Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c"; sourceTree = ""; }; + A111ED6CA5AE48DAAB24CDAA /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = fastcover.c; path = "../Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c"; sourceTree = ""; }; + A174C8E13F734B9EBB571DD6 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inftrees.c; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c"; sourceTree = ""; }; + A1A53F50D7E34AEDA94A4536 /* ../Play-/Source/iop/Iop_SubSystem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_SubSystem.h; path = iop/Iop_SubSystem.h; sourceTree = SOURCE_ROOT; }; + A1CEA77CBF4F48E58AEB06C4 /* ../Play-/Source/ee/Ee_SubSystem.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Ee_SubSystem.cpp; path = ee/Ee_SubSystem.cpp; sourceTree = SOURCE_ROOT; }; + A217DEC65C6440E6BC249EB0 /* ../Play-/deps/Framework/include/StringUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StringUtils.h; path = "../Play-/deps/Framework/include/StringUtils.h"; sourceTree = ""; }; + A2358D2B1E0041158F1F9045 /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypeITable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MacroblockTypeITable.cpp; path = "../Play-/deps/Framework/src/mpeg2/MacroblockTypeITable.cpp"; sourceTree = ""; }; + A2552574F4D742F1A16A7AAC /* ../Play-/deps/CodeGen/tests/Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Test.h; path = "../Play-/deps/CodeGen/tests/Test.h"; sourceTree = ""; }; + A25E2DFE54C94E54BAA0D137 /* ../Play-/Source/psx/PsxBios.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PsxBios.cpp; path = psx/PsxBios.cpp; sourceTree = SOURCE_ROOT; }; + A26CEF2620B046478F2B0295 /* ../Play-/Source/gs/GSH_Null.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_Null.cpp; path = gs/GSH_Null.cpp; sourceTree = SOURCE_ROOT; }; + A26D08575CCD4505A623170A /* ../Play-/deps/CodeGen/tests/MdMemAccessTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdMemAccessTest.h; path = "../Play-/deps/CodeGen/tests/MdMemAccessTest.h"; sourceTree = ""; }; + A2C7C0575D6D49EB98D00B40 /* ../Play-/deps/CodeGen/tests/MemAccess8Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemAccess8Test.cpp; path = "../Play-/deps/CodeGen/tests/MemAccess8Test.cpp"; sourceTree = ""; }; + A36DFE767C35423084E5FD57 /* ../Play-/Source/input/PH_GenericInput.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PH_GenericInput.cpp; path = input/PH_GenericInput.cpp; sourceTree = SOURCE_ROOT; }; + A388F7F32AFA44C0B001F612 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Sse.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_Fpu_Sse.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Sse.cpp"; sourceTree = ""; }; + A3BFAF6CF34C43B2B9C3B11D /* ../Play-/Source/discimages/IszImageStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IszImageStream.cpp; path = discimages/IszImageStream.cpp; sourceTree = SOURCE_ROOT; }; + A3DF1F2F089D43289877982E /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v06.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c"; sourceTree = ""; }; + A45037A4C166416894601660 /* ../Play-/deps/Framework/src/xml/Writer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Writer.cpp; path = "../Play-/deps/Framework/src/xml/Writer.cpp"; sourceTree = ""; }; + A4ADC343BF7C46E9B723F7B0 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c"; sourceTree = ""; }; + A4E4740DD0CE40D4AB042B82 /* ../Play-/Source/ee/VuBasicBlock.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VuBasicBlock.h; path = ee/VuBasicBlock.h; sourceTree = SOURCE_ROOT; }; + A5033CA988104A3F85DA73B5 /* ../Play-/Source/iop/Iop_Sysmem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Sysmem.h; path = iop/Iop_Sysmem.h; sourceTree = SOURCE_ROOT; }; + A5543B2623BF492EB477FDD7 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_double_fast.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c"; sourceTree = ""; }; + A60FB66226FC40B7AC70A8B5 /* ../Play-/deps/Dependencies/zstd/lib/compress/clevels.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = clevels.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/clevels.h"; sourceTree = ""; }; + A67CCDE957F146CAA520FABB /* ../Play-/Source/states/MemoryStateFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemoryStateFile.cpp; path = states/MemoryStateFile.cpp; sourceTree = SOURCE_ROOT; }; + A7237DE6685A4F8E9472AE43 /* ../Play-/deps/Framework/include/StdStreamUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StdStreamUtils.h; path = "../Play-/deps/Framework/include/StdStreamUtils.h"; sourceTree = ""; }; + A74E62C91951452EBD27A608 /* ../Play-/deps/CodeGen/tests/MdSubTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdSubTest.h; path = "../Play-/deps/CodeGen/tests/MdSubTest.h"; sourceTree = ""; }; + A76727FE1C654F0F8F79BE82 /* ../Play-/Source/gs/GsCachedArea.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GsCachedArea.cpp; path = gs/GsCachedArea.cpp; sourceTree = SOURCE_ROOT; }; + A83F8DC012754695AA21ED76 /* ../Play-/deps/libchdr/src/libchdr_flac.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_flac.c; path = "../Play-/deps/libchdr/src/libchdr_flac.c"; sourceTree = ""; }; + A8DB419BACF74FFE8CF7AB59 /* ../Play-/deps/CodeGen/tests/HugeJumpTestLiteral.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HugeJumpTestLiteral.h; path = "../Play-/deps/CodeGen/tests/HugeJumpTestLiteral.h"; sourceTree = ""; }; A910EBD534604E279884D4CA /* Framework_Http */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libFramework_Http.a; sourceTree = BUILT_PRODUCTS_DIR; }; - A92CF9C5976A4E469A352CFE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdTest.h"; sourceTree = ""; }; - A94949BEA734427E853C6CF5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmac.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Dmac.h; path = iop/Iop_Dmac.h; sourceTree = SOURCE_ROOT; }; - A979DD56BCF741FA85C71FC2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; sourceTree = ""; }; - AA0F4277BA9A488A80E06137 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/GenericMipsExecutor.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GenericMipsExecutor.h; path = GenericMipsExecutor.h; sourceTree = SOURCE_ROOT; }; - AA1E08FBCBD94F44842C7D70 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/ArrayStack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ArrayStack.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/ArrayStack.h"; sourceTree = ""; }; - AA39D23D3179458EB0879040 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutBaseItem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LayoutBaseItem.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutBaseItem.h"; sourceTree = ""; }; - AA8D0524728E452A9CE80F20 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = xxhash.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.c"; sourceTree = ""; }; - AAA142EE3BA049B2BD7DE263 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeBasicBlock.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = EeBasicBlock.h; path = ee/EeBasicBlock.h; sourceTree = SOURCE_ROOT; }; - AB8C8C8998814CAFB48C4143 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessRefTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemAccessRefTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessRefTest.cpp"; sourceTree = ""; }; + A92CF9C5976A4E469A352CFE /* ../Play-/deps/CodeGen/tests/MdTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdTest.h; path = "../Play-/deps/CodeGen/tests/MdTest.h"; sourceTree = ""; }; + A94949BEA734427E853C6CF5 /* ../Play-/Source/iop/Iop_Dmac.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Dmac.h; path = iop/Iop_Dmac.h; sourceTree = SOURCE_ROOT; }; + A979DD56BCF741FA85C71FC2 /* ../cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "../cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; sourceTree = ""; }; + AA0F4277BA9A488A80E06137 /* ../Play-/Source/GenericMipsExecutor.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GenericMipsExecutor.h; path = GenericMipsExecutor.h; sourceTree = SOURCE_ROOT; }; + AA1E08FBCBD94F44842C7D70 /* ../Play-/deps/CodeGen/include/ArrayStack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ArrayStack.h; path = "../Play-/deps/CodeGen/include/ArrayStack.h"; sourceTree = ""; }; + AA39D23D3179458EB0879040 /* ../Play-/deps/Framework/include/layout/LayoutBaseItem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LayoutBaseItem.h; path = "../Play-/deps/Framework/include/layout/LayoutBaseItem.h"; sourceTree = ""; }; + AA8D0524728E452A9CE80F20 /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = xxhash.c; path = "../Play-/deps/Dependencies/zstd/lib/common/xxhash.c"; sourceTree = ""; }; + AAA142EE3BA049B2BD7DE263 /* ../Play-/Source/ee/EeBasicBlock.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = EeBasicBlock.h; path = ee/EeBasicBlock.h; sourceTree = SOURCE_ROOT; }; + AB8C8C8998814CAFB48C4143 /* ../Play-/deps/CodeGen/tests/MemAccessRefTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemAccessRefTest.cpp; path = "../Play-/deps/CodeGen/tests/MemAccessRefTest.cpp"; sourceTree = ""; }; ABF08A0509BF4EBB831A1E94 /* xxhash */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libxxhash.a; sourceTree = BUILT_PRODUCTS_DIR; }; - AC3A0B6E4094498FAB228FD0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterState.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RegisterState.h; path = states/RegisterState.h; sourceTree = SOURCE_ROOT; }; - AC84968B567F4A70B77457FD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dev9.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Dev9.cpp; path = iop/Iop_Dev9.cpp; sourceTree = SOURCE_ROOT; }; - AD1822A27F3C4BB78890D43F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_IdleEvaluator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Ee_IdleEvaluator.h; path = ee/Ee_IdleEvaluator.h; sourceTree = SOURCE_ROOT; }; - AD41F3E0FA054530AB94FAA8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/PathDirectoryIterator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PathDirectoryIterator.cpp; path = iop/ioman/PathDirectoryIterator.cpp; sourceTree = SOURCE_ROOT; }; - AD4E35CFD8244A7F834DC1C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CursorTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CursorTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CursorTest.h"; sourceTree = ""; }; - AE5AB8C87B7C43498F489DD6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/maybe_unused.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = maybe_unused.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/maybe_unused.h"; sourceTree = ""; }; - AEA2E28E5EA24437B99EB3F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86.h"; sourceTree = ""; }; - AECC7050E6964A16BD000969 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_SCU.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = COP_SCU.cpp; path = COP_SCU.cpp; sourceTree = SOURCE_ROOT; }; - AED84F778D094636BF883637 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/ThreadPool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ThreadPool.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/ThreadPool.h"; sourceTree = ""; }; - AF011C23C3404D0F8CAECDAB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Singleton.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Singleton.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Singleton.h"; sourceTree = ""; }; - AF11E92DEB2F47DD9344BEC5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Mul.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86_Mul.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Mul.h"; sourceTree = ""; }; - AFE8CF8E2677410E8D4584A2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsTransferRange.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GsTransferRange.h; path = gs/GsTransferRange.h; sourceTree = SOURCE_ROOT; }; - B00E131B16B945FAB336C127 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter.h"; sourceTree = ""; }; - B017F3F7384E4C5790B47ABF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Crc32Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Crc32Test.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Crc32Test.cpp"; sourceTree = ""; }; - B018F82E7B9948E2863A8FB0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/CoffDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CoffDefs.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/CoffDefs.h"; sourceTree = ""; }; - B052E2A19E254E1CA6F5739C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess8Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemAccess8Test.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess8Test.h"; sourceTree = ""; }; - B077A543DE6D411EA7B36017 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/static_loop.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = static_loop.h; path = static_loop.h; sourceTree = SOURCE_ROOT; }; - B08170CFD5014E89B74CD4EB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Ps2Const.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Ps2Const.h; path = Ps2Const.h; sourceTree = SOURCE_ROOT; }; - B0B7FE8398324D4F9AE41742 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/AArch64Assembler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AArch64Assembler.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/AArch64Assembler.h"; sourceTree = ""; }; - B0BF8B49C661409ABFDBA95D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Lzma86.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Lzma86.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Lzma86.h"; sourceTree = ""; }; - B0E8EE55C1A04B9AAF519DD0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_superblock.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c"; sourceTree = ""; }; - B0FDE35B847044F2B0B98E41 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OpticalMedia.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = OpticalMedia.h; path = OpticalMedia.h; sourceTree = SOURCE_ROOT; }; - B1C42184BCF0412EA62A7D7D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutStretch.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LayoutStretch.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutStretch.h"; sourceTree = ""; }; - B2BFBFC1C89D43C4A9CBCEE4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CursorTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CursorTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CursorTest.cpp"; sourceTree = ""; }; - B35A222901214E92B9D0E14C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/7zTypes.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = 7zTypes.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/7zTypes.h"; sourceTree = ""; }; - B38FF2AF1EC648DD89EBC128 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateCollectionFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RegisterStateCollectionFile.cpp; path = states/RegisterStateCollectionFile.cpp; sourceTree = SOURCE_ROOT; }; - B3A545FA01C6486A84EFDCA1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RegisterStateFile.cpp; path = states/RegisterStateFile.cpp; sourceTree = SOURCE_ROOT; }; - B423A5D233B64B4A81461ABE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpuTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FpuTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpuTest.cpp"; sourceTree = ""; }; - B467E9D81F074C4EA26E3E9E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = NamcoSys147NANDReader.cpp; path = iop/namco_sys147/NamcoSys147NANDReader.cpp; sourceTree = SOURCE_ROOT; }; - B481BE6596C14840A8BD24D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/CMakeLists.txt"; sourceTree = ""; }; - B4846738505C4F1BA1F7E358 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_opt.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h"; sourceTree = ""; }; - B485444DA86241E28A7BA7BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/uint128.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = uint128.h; path = uint128.h; sourceTree = SOURCE_ROOT; }; + AC3A0B6E4094498FAB228FD0 /* ../Play-/Source/states/RegisterState.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RegisterState.h; path = states/RegisterState.h; sourceTree = SOURCE_ROOT; }; + AC84968B567F4A70B77457FD /* ../Play-/Source/iop/Iop_Dev9.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Dev9.cpp; path = iop/Iop_Dev9.cpp; sourceTree = SOURCE_ROOT; }; + AD1822A27F3C4BB78890D43F /* ../Play-/Source/ee/Ee_IdleEvaluator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Ee_IdleEvaluator.h; path = ee/Ee_IdleEvaluator.h; sourceTree = SOURCE_ROOT; }; + AD41F3E0FA054530AB94FAA8 /* ../Play-/Source/iop/ioman/PathDirectoryIterator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PathDirectoryIterator.cpp; path = iop/ioman/PathDirectoryIterator.cpp; sourceTree = SOURCE_ROOT; }; + AD4E35CFD8244A7F834DC1C9 /* ../Play-/deps/CodeGen/tests/CursorTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CursorTest.h; path = "../Play-/deps/CodeGen/tests/CursorTest.h"; sourceTree = ""; }; + AE5AB8C87B7C43498F489DD6 /* ../Play-/deps/Framework/include/maybe_unused.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = maybe_unused.h; path = "../Play-/deps/Framework/include/maybe_unused.h"; sourceTree = ""; }; + AEA2E28E5EA24437B99EB3F5 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_x86.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86.h; path = "../Play-/deps/CodeGen/include/Jitter_CodeGen_x86.h"; sourceTree = ""; }; + AECC7050E6964A16BD000969 /* ../Play-/Source/COP_SCU.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = COP_SCU.cpp; path = COP_SCU.cpp; sourceTree = SOURCE_ROOT; }; + AED84F778D094636BF883637 /* ../Play-/deps/Framework/include/ThreadPool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ThreadPool.h; path = "../Play-/deps/Framework/include/ThreadPool.h"; sourceTree = ""; }; + AF011C23C3404D0F8CAECDAB /* ../Play-/deps/Framework/include/Singleton.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Singleton.h; path = "../Play-/deps/Framework/include/Singleton.h"; sourceTree = ""; }; + AF11E92DEB2F47DD9344BEC5 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Mul.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86_Mul.h; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Mul.h"; sourceTree = ""; }; + AFE8CF8E2677410E8D4584A2 /* ../Play-/Source/gs/GsTransferRange.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GsTransferRange.h; path = gs/GsTransferRange.h; sourceTree = SOURCE_ROOT; }; + B00E131B16B945FAB336C127 /* ../Play-/deps/CodeGen/include/Jitter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter.h; path = "../Play-/deps/CodeGen/include/Jitter.h"; sourceTree = ""; }; + B017F3F7384E4C5790B47ABF /* ../Play-/deps/CodeGen/tests/Crc32Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Crc32Test.cpp; path = "../Play-/deps/CodeGen/tests/Crc32Test.cpp"; sourceTree = ""; }; + B018F82E7B9948E2863A8FB0 /* ../Play-/deps/CodeGen/include/CoffDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CoffDefs.h; path = "../Play-/deps/CodeGen/include/CoffDefs.h"; sourceTree = ""; }; + B052E2A19E254E1CA6F5739C /* ../Play-/deps/CodeGen/tests/MemAccess8Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemAccess8Test.h; path = "../Play-/deps/CodeGen/tests/MemAccess8Test.h"; sourceTree = ""; }; + B077A543DE6D411EA7B36017 /* ../Play-/Source/static_loop.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = static_loop.h; path = static_loop.h; sourceTree = SOURCE_ROOT; }; + B08170CFD5014E89B74CD4EB /* ../Play-/Source/Ps2Const.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Ps2Const.h; path = Ps2Const.h; sourceTree = SOURCE_ROOT; }; + B0B7FE8398324D4F9AE41742 /* ../Play-/deps/CodeGen/include/AArch64Assembler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AArch64Assembler.h; path = "../Play-/deps/CodeGen/include/AArch64Assembler.h"; sourceTree = ""; }; + B0BF8B49C661409ABFDBA95D /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Lzma86.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Lzma86.h; path = "../Play-/deps/libchdr/deps/lzma-22.01/include/Lzma86.h"; sourceTree = ""; }; + B0E8EE55C1A04B9AAF519DD0 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_compress_superblock.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c"; sourceTree = ""; }; + B0FDE35B847044F2B0B98E41 /* ../Play-/Source/OpticalMedia.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = OpticalMedia.h; path = OpticalMedia.h; sourceTree = SOURCE_ROOT; }; + B1C42184BCF0412EA62A7D7D /* ../Play-/deps/Framework/include/layout/LayoutStretch.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LayoutStretch.h; path = "../Play-/deps/Framework/include/layout/LayoutStretch.h"; sourceTree = ""; }; + B2BFBFC1C89D43C4A9CBCEE4 /* ../Play-/deps/CodeGen/tests/CursorTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CursorTest.cpp; path = "../Play-/deps/CodeGen/tests/CursorTest.cpp"; sourceTree = ""; }; + B35A222901214E92B9D0E14C /* ../Play-/deps/libchdr/deps/lzma-22.01/include/7zTypes.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = 7zTypes.h; path = "../Play-/deps/libchdr/deps/lzma-22.01/include/7zTypes.h"; sourceTree = ""; }; + B38FF2AF1EC648DD89EBC128 /* ../Play-/Source/states/RegisterStateCollectionFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RegisterStateCollectionFile.cpp; path = states/RegisterStateCollectionFile.cpp; sourceTree = SOURCE_ROOT; }; + B3A545FA01C6486A84EFDCA1 /* ../Play-/Source/states/RegisterStateFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RegisterStateFile.cpp; path = states/RegisterStateFile.cpp; sourceTree = SOURCE_ROOT; }; + B423A5D233B64B4A81461ABE /* ../Play-/deps/CodeGen/tests/FpuTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FpuTest.cpp; path = "../Play-/deps/CodeGen/tests/FpuTest.cpp"; sourceTree = ""; }; + B467E9D81F074C4EA26E3E9E /* ../Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = NamcoSys147NANDReader.cpp; path = iop/namco_sys147/NamcoSys147NANDReader.cpp; sourceTree = SOURCE_ROOT; }; + B481BE6596C14840A8BD24D4 /* ../Play-/deps/libchdr/deps/lzma-22.01/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/libchdr/deps/lzma-22.01/CMakeLists.txt"; sourceTree = ""; }; + B4846738505C4F1BA1F7E358 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_opt.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h"; sourceTree = ""; }; + B485444DA86241E28A7BA7BA /* ../Play-/Source/uint128.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = uint128.h; path = uint128.h; sourceTree = SOURCE_ROOT; }; B495AC9AFF1547C2BEBFE8FB /* CodeGenTestSuite */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = CodeGenTestSuite; sourceTree = BUILT_PRODUCTS_DIR; }; - B497F4D3F4EE4C2FB7F78778 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaEnc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzmaEnc.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaEnc.h"; sourceTree = ""; }; - B4A28CF5840E4DC58733F7BB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdImageStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ChdImageStream.h; path = discimages/ChdImageStream.h; sourceTree = SOURCE_ROOT; }; - B4DC98044EFD4DF6926EA2FF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86_32.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86_32.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86_32.h"; sourceTree = ""; }; + B497F4D3F4EE4C2FB7F78778 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaEnc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzmaEnc.h; path = "../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaEnc.h"; sourceTree = ""; }; + B4A28CF5840E4DC58733F7BB /* ../Play-/Source/discimages/ChdImageStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ChdImageStream.h; path = discimages/ChdImageStream.h; sourceTree = SOURCE_ROOT; }; + B4DC98044EFD4DF6926EA2FF /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_x86_32.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86_32.h; path = "../Play-/deps/CodeGen/include/Jitter_CodeGen_x86_32.h"; sourceTree = ""; }; B5166ECA9FAE47E6BAB9281C /* chdr-benchmark */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "chdr-benchmark"; sourceTree = BUILT_PRODUCTS_DIR; }; - B590A65D6C4046F689680798 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpMulTruncate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FpMulTruncate.h; path = ee/FpMulTruncate.h; sourceTree = SOURCE_ROOT; }; - B5BC9C3367484384BAD271AD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Vblank.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Vblank.h; path = iop/Iop_Vblank.h; sourceTree = SOURCE_ROOT; }; - B60FC6FE2836499795AD1B1C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v01.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h"; sourceTree = ""; }; - B65D91E5C7024C5CAAF9F3FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSCoprocessor.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MIPSCoprocessor.cpp; path = MIPSCoprocessor.cpp; sourceTree = SOURCE_ROOT; }; - B6C00A129A744A0BA5413C9A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/SIF.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SIF.h; path = ee/SIF.h; sourceTree = SOURCE_ROOT; }; - B6F9AA70A8274F1A9DF957DA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/InputConfig.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = InputConfig.cpp; path = InputConfig.cpp; sourceTree = SOURCE_ROOT; }; - B70AD56EBB1740179E934019 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpClampTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FpClampTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpClampTest.h"; sourceTree = ""; }; - B734F09E9A1543D7AF291895 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_IdleEvaluator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Ee_IdleEvaluator.cpp; path = ee/Ee_IdleEvaluator.cpp; sourceTree = SOURCE_ROOT; }; - B763B80DCAD740A7B491BA7F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch32_64.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_64.cpp"; sourceTree = ""; }; - B7C3B03178EA4CA08D5BCF75 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = LzmaEnc.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c"; sourceTree = ""; }; - B847D22F411F4D46AC208994 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PadMan.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_PadMan.cpp; path = iop/Iop_PadMan.cpp; sourceTree = SOURCE_ROOT; }; - B8DCC3CA84BE417DB0C32B11 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = OpticalMediaDirectoryIterator.cpp; path = iop/ioman/OpticalMediaDirectoryIterator.cpp; sourceTree = SOURCE_ROOT; }; - B8EBC2D455C8411AB119CB2F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/PsuSaveImporter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PsuSaveImporter.h; path = saves/PsuSaveImporter.h; sourceTree = SOURCE_ROOT; }; - BA272900AD7C496FAE8CCDAC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCallTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdCallTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCallTest.cpp"; sourceTree = ""; }; - BA804404BAF846E791C663B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpFlagTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdFpFlagTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpFlagTest.h"; sourceTree = ""; }; - BACEC04053B944868E54838E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AliasTest2.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest2.cpp"; sourceTree = ""; }; - BAF3E194B46D47E98EA00EDC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdSubTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdSubTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdSubTest.cpp"; sourceTree = ""; }; - BB018458F26E487684861672 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypePTable.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IPU_MacroblockTypePTable.h; path = ee/IPU_MacroblockTypePTable.h; sourceTree = SOURCE_ROOT; }; - BB0C304C163B49D49B22CD29 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/COP_VU.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = COP_VU.cpp; path = ee/COP_VU.cpp; sourceTree = SOURCE_ROOT; }; - BB51FA378AA54E289FB4EBFE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTableRecord.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PathTableRecord.h; path = ISO9660/PathTableRecord.h; sourceTree = SOURCE_ROOT; }; - BBB45340C80F4B269BC07DF1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v07.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h"; sourceTree = ""; }; - BC03D4B3C45B4CE299C7D4E2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MultTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MultTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MultTest.h"; sourceTree = ""; }; - BC558AE4C1E84D8B8A689EA0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_DmVectorTable.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IPU_DmVectorTable.h; path = ee/IPU_DmVectorTable.h; sourceTree = SOURCE_ROOT; }; - BD4F5295F60B46D682EA199A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManNull.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_SifManNull.cpp; path = iop/Iop_SifManNull.cpp; sourceTree = SOURCE_ROOT; }; - BDAF95E3D6F14E46B8AE0660 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_Wasm_64.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_64.cpp"; sourceTree = ""; }; - BE150612D74C405897F6135B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/ObjectFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ObjectFile.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/ObjectFile.h"; sourceTree = ""; }; - BE21EE18CDDB497890CEBBAE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ioman.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Ioman.h; path = iop/Iop_Ioman.h; sourceTree = SOURCE_ROOT; }; - BE3C4991E08D47ECB167BD12 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Timrman.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Timrman.cpp; path = iop/Iop_Timrman.cpp; sourceTree = SOURCE_ROOT; }; - BF38EA7640FB40EEAED2B371 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/VolumeDescriptor.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VolumeDescriptor.cpp; path = ISO9660/VolumeDescriptor.cpp; sourceTree = SOURCE_ROOT; }; - BFE328BD0C604A0786297BAC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/IopBios.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IopBios.h; path = iop/IopBios.h; sourceTree = SOURCE_ROOT; }; - BFEDE2DB721747FEAD4D2375 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SubSystem.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_SubSystem.cpp; path = iop/Iop_SubSystem.cpp; sourceTree = SOURCE_ROOT; }; - BFF0A46AD200439093CF438F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAssembler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MIPSAssembler.cpp; path = MIPSAssembler.cpp; sourceTree = SOURCE_ROOT; }; - C020C2E11F99468D928921A5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intrman.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Intrman.cpp; path = iop/Iop_Intrman.cpp; sourceTree = SOURCE_ROOT; }; - C079943510D644A4AFE4C167 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifDynamic.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_SifDynamic.cpp; path = iop/Iop_SifDynamic.cpp; sourceTree = SOURCE_ROOT; }; - C08241825DE546C8A31B7486 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler1000.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_FileIoHandler1000.cpp; path = iop/Iop_FileIoHandler1000.cpp; sourceTree = SOURCE_ROOT; }; - C082B10364744EF499F639CD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ELF.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ELF.h; path = ELF.h; sourceTree = SOURCE_ROOT; }; - C0FFAC5A3FEC45818032DE69 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2200.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_FileIoHandler2200.h; path = iop/Iop_FileIoHandler2200.h; sourceTree = SOURCE_ROOT; }; - C104467ADBB44C32B4C3FABF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/File.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = File.h; path = ISO9660/File.h; sourceTree = SOURCE_ROOT; }; - C1366D77D935457C8CA47D9E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/InputConfig.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = InputConfig.h; path = InputConfig.h; sourceTree = SOURCE_ROOT; }; - C185966D71F34CBBBDE01C23 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/GridLayout.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GridLayout.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/GridLayout.cpp"; sourceTree = ""; }; - C40C9C71853E4596860FA5EF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDevice.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HardDiskDevice.cpp; path = iop/ioman/HardDiskDevice.cpp; sourceTree = SOURCE_ROOT; }; - C491AA7DBCDC408A853461B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2_Core.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Spu2_Core.h; path = iop/Iop_Spu2_Core.h; sourceTree = SOURCE_ROOT; }; - C4BD801C84F14DE39891D6EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/EndianUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = EndianUtils.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/EndianUtils.h"; sourceTree = ""; }; - C675F5D236F74EDB8596381E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/FilteringNodeIterator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FilteringNodeIterator.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/FilteringNodeIterator.cpp"; sourceTree = ""; }; - C69295BD076849EBBAE9E5A3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterState.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RegisterState.cpp; path = states/RegisterState.cpp; sourceTree = SOURCE_ROOT; }; - C6AB407E0B9D40008374A25A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_LowerReflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_VU_LowerReflection.cpp; path = ee/MA_VU_LowerReflection.cpp; sourceTree = SOURCE_ROOT; }; - C6DF9119A05849E09CD5962B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/mem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = mem.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/mem.h"; sourceTree = ""; }; - C78D531AD3344146993D6352 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_MIPSIV.cpp; path = MA_MIPSIV.cpp; sourceTree = SOURCE_ROOT; }; - C79D588860C44CBC80C3E598 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/WasmModuleBuilder.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = WasmModuleBuilder.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/WasmModuleBuilder.cpp"; sourceTree = ""; }; - C816806AF9E1422C9BF7F3BC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Delta.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Delta.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Delta.c"; sourceTree = ""; }; - C839BE95B70E4DCDB75FAE3D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ArgumentIterator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ArgumentIterator.cpp; path = iop/ArgumentIterator.cpp; sourceTree = SOURCE_ROOT; }; - C85071F42AFF4929A4F34D1A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/CMakeLists.txt"; sourceTree = ""; }; - C89F434CE9444CFC81A0EA02 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thvpool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Thvpool.h; path = iop/Iop_Thvpool.h; sourceTree = SOURCE_ROOT; }; - C8EE12D8EC2F42268E86E697 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_Symbol.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_Symbol.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_Symbol.h"; sourceTree = ""; }; - C9A944878C914EB09ED30256 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdFpTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpTest.h"; sourceTree = ""; }; - C9AF41C6BE194BDCA04B091D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/nodiscard.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = nodiscard.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/nodiscard.h"; sourceTree = ""; }; - C9D1D2EBBE274017BC862C1C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypeBTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MacroblockTypeBTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypeBTable.cpp"; sourceTree = ""; }; - CA349EC988124040A623FBD0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/DMAC.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DMAC.cpp; path = ee/DMAC.cpp; sourceTree = SOURCE_ROOT; }; - CA83EF216C8141B8B2A56E85 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockAddressIncrementTable.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IPU_MacroblockAddressIncrementTable.h; path = ee/IPU_MacroblockAddressIncrementTable.h; sourceTree = SOURCE_ROOT; }; - CAAB8C3BCED24618B822CB1D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MotionCodeTable.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IPU_MotionCodeTable.h; path = ee/IPU_MotionCodeTable.h; sourceTree = SOURCE_ROOT; }; - CB2BB121A9DD4C97A6BD1988 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ElfDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ElfDefs.h; path = ElfDefs.h; sourceTree = SOURCE_ROOT; }; - CB39F4685F4D4C449E79CBA2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAnalysis.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MIPSAnalysis.cpp; path = MIPSAnalysis.cpp; sourceTree = SOURCE_ROOT; }; - CB7BEFBC6C004700BF00AAC3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipInflateStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ZipInflateStream.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipInflateStream.cpp"; sourceTree = ""; }; - CBA9272669924C188C5BEE13 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ConditionTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ConditionTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ConditionTest.cpp"; sourceTree = ""; }; - CBCF91BCF106468790722C20 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/uint128.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = uint128.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/uint128.h"; sourceTree = ""; }; - CC75DC3D953B4E91ABBCD5EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemoryUtils.h; path = MemoryUtils.h; sourceTree = SOURCE_ROOT; }; - CC93B77572E24BA0B5935570 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipDeflateStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ZipDeflateStream.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipDeflateStream.h"; sourceTree = ""; }; - CC9BCAAAC35341BAAE7C1D86 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Profiler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Profiler.cpp; path = Profiler.cpp; sourceTree = SOURCE_ROOT; }; - CD03F059455B4A9D9640BD44 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/MemoryFunction.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemoryFunction.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/MemoryFunction.cpp"; sourceTree = ""; }; - CD1C278119144FBF91339BAF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/PS2OS.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PS2OS.cpp; path = ee/PS2OS.cpp; sourceTree = SOURCE_ROOT; }; - CD24ABCB55AE4E5599725217 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Save.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Save.cpp; path = saves/Save.cpp; sourceTree = SOURCE_ROOT; }; - CD8BAABB689A4B988E8FB291 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Logic64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Logic64Test.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Logic64Test.h"; sourceTree = ""; }; - CD8F6C3E10B34FAE97F8F502 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - CDA603294F5147F28191EF04 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Alloc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Alloc.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Alloc.h"; sourceTree = ""; }; - CDEB199FA3F9443A93FD1BD3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_decompress.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c"; sourceTree = ""; }; - CE17F143C1A54342BBE21863 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SpuBase.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_SpuBase.h; path = iop/Iop_SpuBase.h; sourceTree = SOURCE_ROOT; }; - CE6620C19BAB4D30B563F33E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/SifModule.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SifModule.h; path = SifModule.h; sourceTree = SOURCE_ROOT; }; - CE7AB0508AB14896A122B010 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StdStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StdStream.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StdStream.h"; sourceTree = ""; }; - CE95BCD45E6B447BB63D6EB9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thsema.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Thsema.cpp; path = iop/Iop_Thsema.cpp; sourceTree = SOURCE_ROOT; }; - CEB07E233DCC4751A436DB32 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dynamic.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Dynamic.h; path = iop/Iop_Dynamic.h; sourceTree = SOURCE_ROOT; }; - CED53FC61EE248E28A34A693 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/MdsDiscImage.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdsDiscImage.h; path = discimages/MdsDiscImage.h; sourceTree = SOURCE_ROOT; }; - CEE6DF29DE3644D3A07AB448 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdAddTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdAddTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdAddTest.h"; sourceTree = ""; }; - CF1332AFED774329B2B57CBF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsPixelFormats.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GsPixelFormats.cpp; path = gs/GsPixelFormats.cpp; sourceTree = SOURCE_ROOT; }; - D01D4E1D4BCE48D98B5F732F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif1.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Vif1.cpp; path = ee/Vif1.cpp; sourceTree = SOURCE_ROOT; }; - D06EB89B89B14BC49D04CDE2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpMulTruncate.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FpMulTruncate.cpp; path = ee/FpMulTruncate.cpp; sourceTree = SOURCE_ROOT; }; - D074D9D9BA994B28ADB86248 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClient.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HttpClient.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClient.h"; sourceTree = ""; }; - D0C9B880C8A540E182DBD8E7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_decompress_block.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h"; sourceTree = ""; }; - D0EC0E0B630B48E3A36385F6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Alu64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Alu64Test.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Alu64Test.h"; sourceTree = ""; }; - D13D022868024E11AEE95C17 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist"; sourceTree = ""; }; - D1BCD15E8C03422799831644 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/XmlStateFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = XmlStateFile.h; path = states/XmlStateFile.h; sourceTree = SOURCE_ROOT; }; - D23EB4A0F72848F48AE25C13 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Div.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_AArch32_Div.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Div.h"; sourceTree = ""; }; - D306BA32345842B3AAB32F33 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_NamcoAcRam.h; path = iop/namco_sys246/Iop_NamcoAcRam.h; sourceTree = SOURCE_ROOT; }; - D31E61E2B96847BBA8F3455D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemoryUtils.cpp; path = MemoryUtils.cpp; sourceTree = SOURCE_ROOT; }; - D398994D14154310A7FBA0FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/std_experimental_set.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = std_experimental_set.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/std_experimental_set.h"; sourceTree = ""; }; - D3E18728EA544280AFE47000 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inftrees.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.h"; sourceTree = ""; }; - D475EEB3BADB4E6B9BB97535 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RegisterStateFile.h; path = states/RegisterStateFile.h; sourceTree = SOURCE_ROOT; }; - D49232A8279F44FD818873FC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_SifCmd.cpp; path = iop/Iop_SifCmd.cpp; sourceTree = SOURCE_ROOT; }; - D4DB174F261C44E9A491B91A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt"; sourceTree = ""; }; - D4E8FA1DD4A24FA98F5E0A56 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_VU.cpp; path = ee/MA_VU.cpp; sourceTree = SOURCE_ROOT; }; - D582F35A235A464F89356E70 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = deflate.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c"; sourceTree = ""; }; - D5FAF0EC6E5E4CFC810742A7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/SimpleMdTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SimpleMdTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/SimpleMdTest.h"; sourceTree = ""; }; - D60EFDA4AB034181AD136843 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/TGA.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = TGA.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/TGA.cpp"; sourceTree = ""; }; - D60EFEDF8D934DA08809D77E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MultTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MultTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MultTest.cpp"; sourceTree = ""; }; - D611E3C6C9CF4905AF1477AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/WasmDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = WasmDefs.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/WasmDefs.h"; sourceTree = ""; }; - D629EF07C5994BEFB44A60C8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Icon.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Icon.cpp; path = saves/Icon.cpp; sourceTree = SOURCE_ROOT; }; - D63E703C122D49F0A50171C2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v03.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c"; sourceTree = ""; }; - D6492D07D0C6484FAD491F82 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_Lower.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_VU_Lower.cpp; path = ee/MA_VU_Lower.cpp; sourceTree = SOURCE_ROOT; }; - D69AD9ADC4904015982D05F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_ddict.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c"; sourceTree = ""; }; - D6BBCD90831A44D1A5C14256 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt"; sourceTree = ""; }; - D6FA5CEA975A42F0AB33C6FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzwrite.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c"; sourceTree = ""; }; - D71112EF668147CBA1975CB4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/CMakeLists.txt"; sourceTree = ""; }; - D730641A11FE450A90D5DF1F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = crc32.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.h"; sourceTree = ""; }; - D77EB9F85B8A43D3B7438D6E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PS2VM.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PS2VM.cpp; path = PS2VM.cpp; sourceTree = SOURCE_ROOT; }; - D7A2497CEF864B388B3DF882 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = cover.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h"; sourceTree = ""; }; - D7F3E10C435649A693A1021E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist"; sourceTree = ""; }; - D800551B40664CEEBFD029C7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_DmacChannel.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_DmacChannel.h; path = iop/Iop_DmacChannel.h; sourceTree = SOURCE_ROOT; }; - D820C1D3FE3A44CFAB652ED1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/MemoryStateFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemoryStateFile.h; path = states/MemoryStateFile.h; sourceTree = SOURCE_ROOT; }; - D82EFB9A2E834D1DB2359C44 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/ThreadUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ThreadUtils.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/ThreadUtils.h"; sourceTree = ""; }; - D84E92EAAA444FF2A86219C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = threading.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.c"; sourceTree = ""; }; - D8B12E229F24481CABF768B9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RandomAluTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest.cpp"; sourceTree = ""; }; - D8C538D0A7424AC7A7821D2C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86_64.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86_64.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86_64.h"; sourceTree = ""; }; - D8DEE14928AD4EA6A624B7F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/amazon/AmazonS3Client.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AmazonS3Client.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/amazon/AmazonS3Client.cpp"; sourceTree = ""; }; - D996DDC7F30F44A0AFDFC2B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/HashUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HashUtils.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/HashUtils.h"; sourceTree = ""; }; - D9E3494147A64B8D8D3D5723 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen.h"; sourceTree = ""; }; - D9E9A0708E4D42129F583C9C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_lazy.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c"; sourceTree = ""; }; - DA49BEDDA6534C8696D88750 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_bitstream.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_bitstream.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_bitstream.c"; sourceTree = ""; }; - DA907DB72D064C7782814B85 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ReorderAddTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ReorderAddTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ReorderAddTest.h"; sourceTree = ""; }; - DB399C368B504C3586A632C0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSArchitecture.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MIPSArchitecture.cpp; path = MIPSArchitecture.cpp; sourceTree = SOURCE_ROOT; }; - DB9DC248C5AF4727834A024C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_FPU.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = COP_FPU.cpp; path = COP_FPU.cpp; sourceTree = SOURCE_ROOT; }; - DC605643E1B244F1A6054D59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86CpuFeatures.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = X86CpuFeatures.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86CpuFeatures.cpp"; sourceTree = ""; }; - DC7595F6E777422799194AB7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutStretch.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LayoutStretch.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutStretch.cpp"; sourceTree = ""; }; - DC9EB0BEA5514717B90C306B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCmpTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdCmpTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCmpTest.cpp"; sourceTree = ""; }; - DCB2C21BC6454C828EDEB5B1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_DmacChannel.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_DmacChannel.cpp; path = iop/Iop_DmacChannel.cpp; sourceTree = SOURCE_ROOT; }; - DD3EADBF9629430FBB2BB9D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/huf.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = huf.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/huf.h"; sourceTree = ""; }; - DE01E5B2BAFE462EB3AA723A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmacman.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Dmacman.cpp; path = iop/Iop_Dmacman.cpp; sourceTree = SOURCE_ROOT; }; - DE47B46581EC4EC1A1B45EC8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpClampTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FpClampTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpClampTest.cpp"; sourceTree = ""; }; - DEB5692FDD1B45CFB9BACF7D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipArchiveWriter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ZipArchiveWriter.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipArchiveWriter.cpp"; sourceTree = ""; }; - DEB94F9430C84F1899116B96 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = error_private.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.h"; sourceTree = ""; }; - DEE503748DD04307BB468A13 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/CpuArch.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = CpuArch.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/CpuArch.c"; sourceTree = ""; }; - DEEF1FD79A10459293BDDF09 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/ApaReader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ApaReader.h; path = hdd/ApaReader.h; sourceTree = SOURCE_ROOT; }; - DF0C151E74894CC58677DABE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/ThreadUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ThreadUtils.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/ThreadUtils.cpp"; sourceTree = ""; }; - DFB290786C07431F8A2345D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpServer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HttpServer.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpServer.cpp"; sourceTree = ""; }; - E0444034B59E4C2798A3B46A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaLib.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzmaLib.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaLib.h"; sourceTree = ""; }; - E053C659900547789DA9196F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_LibMc2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Ee_LibMc2.cpp; path = ee/Ee_LibMc2.cpp; sourceTree = SOURCE_ROOT; }; - E1352C9BB46640E0BFE3A17A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Intc.h; path = iop/Iop_Intc.h; sourceTree = SOURCE_ROOT; }; - E1596EBC90234B72969D62C1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dev9.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Dev9.h; path = iop/Iop_Dev9.h; sourceTree = SOURCE_ROOT; }; - E162D426B46144FD9C74B1A6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MotionCodeTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IPU_MotionCodeTable.cpp; path = ee/IPU_MotionCodeTable.cpp; sourceTree = SOURCE_ROOT; }; - E18AECDE282242DA939A52CA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Utils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Utils.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Utils.cpp"; sourceTree = ""; }; - E1F8289E246E4847AAFC3B94 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = deflate.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.h"; sourceTree = ""; }; - E1FF4C46B5464A79ABE544CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipArchiveReader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ZipArchiveReader.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipArchiveReader.h"; sourceTree = ""; }; - E24892F8B76B4D898401C29E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/PfsDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PfsDefs.h; path = hdd/PfsDefs.h; sourceTree = SOURCE_ROOT; }; - E24EBBFF77194A45B149807B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/CMakeLists.txt"; sourceTree = ""; }; - E26992EC99E04DEB83E4C498 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thevent.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Thevent.cpp; path = iop/Iop_Thevent.cpp; sourceTree = SOURCE_ROOT; }; - E2B1EED1B4CC4CA6B13C9DE7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Timrman.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Timrman.h; path = iop/Iop_Timrman.h; sourceTree = SOURCE_ROOT; }; - E2E99FB3B2374FBCBAF3F072 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zconf.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h"; sourceTree = ""; }; - E30AD65197564F0994F6EA36 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StringUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StringUtils.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StringUtils.cpp"; sourceTree = ""; }; - E312729933A442D4862CB976 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = error_private.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.c"; sourceTree = ""; }; - E32D73787CBA49A9BEBF2315 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_SCU_Reflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = COP_SCU_Reflection.cpp; path = COP_SCU_Reflection.cpp; sourceTree = SOURCE_ROOT; }; - E36BF3DA94A742FEB6A10A95 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/WasmModuleBuilder.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = WasmModuleBuilder.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/WasmModuleBuilder.h"; sourceTree = ""; }; - E3AFCFA1D72B417CA58E469D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemAccessTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessTest.cpp"; sourceTree = ""; }; - E40981C1B66548339DE08ECB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch64.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64.cpp"; sourceTree = ""; }; - E40A30ACC4FB44598D1F2EF1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpAddTruncate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FpAddTruncate.h; path = ee/FpAddTruncate.h; sourceTree = SOURCE_ROOT; }; - E41375FA15F44519AC314732 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpAddTruncate.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FpAddTruncate.cpp; path = ee/FpAddTruncate.cpp; sourceTree = SOURCE_ROOT; }; - E452EB36AEE74F938A67B53A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/VirtualPad.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VirtualPad.cpp; path = VirtualPad.cpp; sourceTree = SOURCE_ROOT; }; - E4844AA311904C4BAE324172 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessIdxTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemAccessIdxTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessIdxTest.h"; sourceTree = ""; }; - E499EA3BA958461191584CA8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RegAllocTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTest.cpp"; sourceTree = ""; }; - E542FA891A9B4DDFB384C56D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = debug.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.h"; sourceTree = ""; }; - E562A5A75BAB40C3A4D97754 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/TimeUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = TimeUtils.h; path = TimeUtils.h; sourceTree = SOURCE_ROOT; }; - E60199DD83AA4181ADB50A70 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDevice.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = OpticalMediaDevice.h; path = iop/ioman/OpticalMediaDevice.h; sourceTree = SOURCE_ROOT; }; - E651049CAFAC44958D8DF3D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Fpu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = X86Assembler_Fpu.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Fpu.cpp"; sourceTree = ""; }; - E682C318A1C04CCD8779BCC0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManPs2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_SifManPs2.cpp; path = iop/Iop_SifManPs2.cpp; sourceTree = SOURCE_ROOT; }; - E6A3C2F349694962B4EE7B58 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v02.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c"; sourceTree = ""; }; - E6A9C9778808498BB18097D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsJitter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MipsJitter.cpp; path = MipsJitter.cpp; sourceTree = SOURCE_ROOT; }; - E6CF9CF3561A4994B18AE926 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Main.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Main.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Main.cpp"; sourceTree = ""; }; - E71F797C48A14EB783DDBE57 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdLogicTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdLogicTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdLogicTest.cpp"; sourceTree = ""; }; - E734A884B3CC4B39A0CEBA03 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameLimiter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FrameLimiter.cpp; path = FrameLimiter.cpp; sourceTree = SOURCE_ROOT; }; - E75B35CDBF6D4376BDB1D69F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipStoreStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ZipStoreStream.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipStoreStream.h"; sourceTree = ""; }; - E75BC446AFEE42659CE42514 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ZipFile.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipFile.h"; sourceTree = ""; }; - E76A33CC58A7456097B9955A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Module.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Module.h; path = iop/Iop_Module.h; sourceTree = SOURCE_ROOT; }; - E7B919AEF9364485BF5009EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EEAssembler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = EEAssembler.h; path = ee/EEAssembler.h; sourceTree = SOURCE_ROOT; }; - E7ECE8BDBC034D6F9EF1A75C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsCachedArea.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GsCachedArea.h; path = gs/GsCachedArea.h; sourceTree = SOURCE_ROOT; }; - E8D9F741B7D54BF39412D2E5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_IomanX.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_IomanX.h; path = iop/Iop_IomanX.h; sourceTree = SOURCE_ROOT; }; - E8F4847471264D8E88E12240 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_legacy.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h"; sourceTree = ""; }; - E918C278A7304B018015ABB2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_LibMc2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Ee_LibMc2.h; path = ee/Ee_LibMc2.h; sourceTree = SOURCE_ROOT; }; - E952A6F7011B4C508F080615 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScreenPositionListener.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ScreenPositionListener.h; path = ScreenPositionListener.h; sourceTree = SOURCE_ROOT; }; - E96D3C7911264CE19A88FB0E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/CMakeFiles/Framework.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/CMakeFiles/Framework.dir/Info.plist; sourceTree = ""; }; - E99182E1E1A64BE9AB2F134C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_FPU.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = COP_FPU.h; path = COP_FPU.h; sourceTree = SOURCE_ROOT; }; - E9B1CDED5EFD4EAE9F6EE8F8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGenFactory.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGenFactory.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGenFactory.cpp"; sourceTree = ""; }; - E9C1027D9D0A4127890262EB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SimdDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SimdDefs.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SimdDefs.h"; sourceTree = ""; }; - EA05D22DC6724CC9907DCDA3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SaveImporter.h; path = saves/SaveImporter.h; sourceTree = SOURCE_ROOT; }; - EA573743A8BD492E9C757C5E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_RootCounters.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_RootCounters.cpp; path = iop/Iop_RootCounters.cpp; sourceTree = SOURCE_ROOT; }; - EA5CA61174FF4A76B86CC79E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDevice.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HardDiskDevice.h; path = iop/ioman/HardDiskDevice.h; sourceTree = SOURCE_ROOT; }; - EB63AEBFEAFD4B8CB5D998E7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManPs2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_SifManPs2.h; path = iop/Iop_SifManPs2.h; sourceTree = SOURCE_ROOT; }; - EBB28A4789B44F7FAB3BD289 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveExporter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SaveExporter.cpp; path = saves/SaveExporter.cpp; sourceTree = SOURCE_ROOT; }; - EBC3191B1A7A42AA94EF050F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_Statement.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_Statement.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_Statement.cpp"; sourceTree = ""; }; - EBFD97E89ADA4A9C9AD9807B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt"; sourceTree = ""; }; - EC1BE875733D46E785BD4622 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/XmlStateFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = XmlStateFile.cpp; path = states/XmlStateFile.cpp; sourceTree = SOURCE_ROOT; }; - EC255690B19D4077B60C58AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RandomAluTest2.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest2.h"; sourceTree = ""; }; - EC921BA1BA414B91B765146B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Stdio.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Stdio.h; path = iop/Iop_Stdio.h; sourceTree = SOURCE_ROOT; }; - ED03B32896184100812F70B6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = NamcoSys147NANDReader.h; path = iop/namco_sys147/NamcoSys147NANDReader.h; sourceTree = SOURCE_ROOT; }; - ED4DF1053CBD48DBA229FD81 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateCollectionFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RegisterStateCollectionFile.h; path = states/RegisterStateCollectionFile.h; sourceTree = SOURCE_ROOT; }; - ED968393A5E14DAAA965253C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdFpTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpTest.cpp"; sourceTree = ""; }; - EDB914742D0640879C4937B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Spu.cpp; path = iop/Iop_Spu.cpp; sourceTree = SOURCE_ROOT; }; - EDC440D1B8C846B2BA7267E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDumpDevice.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HardDiskDumpDevice.h; path = iop/ioman/HardDiskDumpDevice.h; sourceTree = SOURCE_ROOT; }; - EDF5553CFBFF46B69A158E2A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess16Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemAccess16Test.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess16Test.h"; sourceTree = ""; }; - EDFB1F7F370A428BB50EC9D9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Fpu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_Wasm_Fpu.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Fpu.cpp"; sourceTree = ""; }; - EE18DC279C3D4FFA9A6FBE8B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AliasTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest.cpp"; sourceTree = ""; }; - EE20E31E3121499DA57A65D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Spu2.cpp; path = iop/Iop_Spu2.cpp; sourceTree = SOURCE_ROOT; }; - EE56CDF0E1204FB6A93970CC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OsStructQueue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = OsStructQueue.h; path = OsStructQueue.h; sourceTree = SOURCE_ROOT; }; - EEA3FB53804B4571AE59DE8D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Crc32Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Crc32Test.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Crc32Test.h"; sourceTree = ""; }; - EFBDA45D7AAB4A63B987CF65 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ElfFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ElfFile.cpp; path = ElfFile.cpp; sourceTree = SOURCE_ROOT; }; - F088B1E01EEA4411ACA041AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast_win1252.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = string_cast_win1252.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast_win1252.cpp"; sourceTree = ""; }; - F09FDE806C39430C931816F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTable.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PathTable.h; path = ISO9660/PathTable.h; sourceTree = SOURCE_ROOT; }; - F0C70343844B4160BAE2ACC7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScreenShotUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ScreenShotUtils.h; path = ScreenShotUtils.h; sourceTree = SOURCE_ROOT; }; - F12DC5F696254044B6D577F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/amazon/AmazonClient.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AmazonClient.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/amazon/AmazonClient.cpp"; sourceTree = ""; }; - F1703F4208504469AC7250FE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Save.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Save.h; path = saves/Save.h; sourceTree = SOURCE_ROOT; }; - F17BFE46047F4275AD368F4E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstdmt_compress.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h"; sourceTree = ""; }; + B590A65D6C4046F689680798 /* ../Play-/Source/ee/FpMulTruncate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FpMulTruncate.h; path = ee/FpMulTruncate.h; sourceTree = SOURCE_ROOT; }; + B5BC9C3367484384BAD271AD /* ../Play-/Source/iop/Iop_Vblank.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Vblank.h; path = iop/Iop_Vblank.h; sourceTree = SOURCE_ROOT; }; + B60FC6FE2836499795AD1B1C /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v01.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h"; sourceTree = ""; }; + B65D91E5C7024C5CAAF9F3FB /* ../Play-/Source/MIPSCoprocessor.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MIPSCoprocessor.cpp; path = MIPSCoprocessor.cpp; sourceTree = SOURCE_ROOT; }; + B6C00A129A744A0BA5413C9A /* ../Play-/Source/ee/SIF.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SIF.h; path = ee/SIF.h; sourceTree = SOURCE_ROOT; }; + B6F9AA70A8274F1A9DF957DA /* ../Play-/Source/InputConfig.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = InputConfig.cpp; path = InputConfig.cpp; sourceTree = SOURCE_ROOT; }; + B70AD56EBB1740179E934019 /* ../Play-/deps/CodeGen/tests/FpClampTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FpClampTest.h; path = "../Play-/deps/CodeGen/tests/FpClampTest.h"; sourceTree = ""; }; + B734F09E9A1543D7AF291895 /* ../Play-/Source/ee/Ee_IdleEvaluator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Ee_IdleEvaluator.cpp; path = ee/Ee_IdleEvaluator.cpp; sourceTree = SOURCE_ROOT; }; + B763B80DCAD740A7B491BA7F /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch32_64.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_64.cpp"; sourceTree = ""; }; + B7C3B03178EA4CA08D5BCF75 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = LzmaEnc.c; path = "../Play-/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c"; sourceTree = ""; }; + B847D22F411F4D46AC208994 /* ../Play-/Source/iop/Iop_PadMan.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_PadMan.cpp; path = iop/Iop_PadMan.cpp; sourceTree = SOURCE_ROOT; }; + B8DCC3CA84BE417DB0C32B11 /* ../Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = OpticalMediaDirectoryIterator.cpp; path = iop/ioman/OpticalMediaDirectoryIterator.cpp; sourceTree = SOURCE_ROOT; }; + B8EBC2D455C8411AB119CB2F /* ../Play-/Source/saves/PsuSaveImporter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PsuSaveImporter.h; path = saves/PsuSaveImporter.h; sourceTree = SOURCE_ROOT; }; + BA272900AD7C496FAE8CCDAC /* ../Play-/deps/CodeGen/tests/MdCallTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdCallTest.cpp; path = "../Play-/deps/CodeGen/tests/MdCallTest.cpp"; sourceTree = ""; }; + BA804404BAF846E791C663B3 /* ../Play-/deps/CodeGen/tests/MdFpFlagTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdFpFlagTest.h; path = "../Play-/deps/CodeGen/tests/MdFpFlagTest.h"; sourceTree = ""; }; + BACEC04053B944868E54838E /* ../Play-/deps/CodeGen/tests/AliasTest2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AliasTest2.cpp; path = "../Play-/deps/CodeGen/tests/AliasTest2.cpp"; sourceTree = ""; }; + BAF3E194B46D47E98EA00EDC /* ../Play-/deps/CodeGen/tests/MdSubTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdSubTest.cpp; path = "../Play-/deps/CodeGen/tests/MdSubTest.cpp"; sourceTree = ""; }; + BB018458F26E487684861672 /* ../Play-/Source/ee/IPU_MacroblockTypePTable.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IPU_MacroblockTypePTable.h; path = ee/IPU_MacroblockTypePTable.h; sourceTree = SOURCE_ROOT; }; + BB0C304C163B49D49B22CD29 /* ../Play-/Source/ee/COP_VU.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = COP_VU.cpp; path = ee/COP_VU.cpp; sourceTree = SOURCE_ROOT; }; + BB51FA378AA54E289FB4EBFE /* ../Play-/Source/ISO9660/PathTableRecord.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PathTableRecord.h; path = ISO9660/PathTableRecord.h; sourceTree = SOURCE_ROOT; }; + BBB45340C80F4B269BC07DF1 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v07.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h"; sourceTree = ""; }; + BC03D4B3C45B4CE299C7D4E2 /* ../Play-/deps/CodeGen/tests/MultTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MultTest.h; path = "../Play-/deps/CodeGen/tests/MultTest.h"; sourceTree = ""; }; + BC558AE4C1E84D8B8A689EA0 /* ../Play-/Source/ee/IPU_DmVectorTable.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IPU_DmVectorTable.h; path = ee/IPU_DmVectorTable.h; sourceTree = SOURCE_ROOT; }; + BD4F5295F60B46D682EA199A /* ../Play-/Source/iop/Iop_SifManNull.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_SifManNull.cpp; path = iop/Iop_SifManNull.cpp; sourceTree = SOURCE_ROOT; }; + BDAF95E3D6F14E46B8AE0660 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_Wasm_64.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_64.cpp"; sourceTree = ""; }; + BE150612D74C405897F6135B /* ../Play-/deps/CodeGen/include/ObjectFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ObjectFile.h; path = "../Play-/deps/CodeGen/include/ObjectFile.h"; sourceTree = ""; }; + BE21EE18CDDB497890CEBBAE /* ../Play-/Source/iop/Iop_Ioman.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Ioman.h; path = iop/Iop_Ioman.h; sourceTree = SOURCE_ROOT; }; + BE3C4991E08D47ECB167BD12 /* ../Play-/Source/iop/Iop_Timrman.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Timrman.cpp; path = iop/Iop_Timrman.cpp; sourceTree = SOURCE_ROOT; }; + BF38EA7640FB40EEAED2B371 /* ../Play-/Source/ISO9660/VolumeDescriptor.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VolumeDescriptor.cpp; path = ISO9660/VolumeDescriptor.cpp; sourceTree = SOURCE_ROOT; }; + BFE328BD0C604A0786297BAC /* ../Play-/Source/iop/IopBios.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IopBios.h; path = iop/IopBios.h; sourceTree = SOURCE_ROOT; }; + BFEDE2DB721747FEAD4D2375 /* ../Play-/Source/iop/Iop_SubSystem.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_SubSystem.cpp; path = iop/Iop_SubSystem.cpp; sourceTree = SOURCE_ROOT; }; + BFF0A46AD200439093CF438F /* ../Play-/Source/MIPSAssembler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MIPSAssembler.cpp; path = MIPSAssembler.cpp; sourceTree = SOURCE_ROOT; }; + C020C2E11F99468D928921A5 /* ../Play-/Source/iop/Iop_Intrman.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Intrman.cpp; path = iop/Iop_Intrman.cpp; sourceTree = SOURCE_ROOT; }; + C079943510D644A4AFE4C167 /* ../Play-/Source/iop/Iop_SifDynamic.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_SifDynamic.cpp; path = iop/Iop_SifDynamic.cpp; sourceTree = SOURCE_ROOT; }; + C08241825DE546C8A31B7486 /* ../Play-/Source/iop/Iop_FileIoHandler1000.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_FileIoHandler1000.cpp; path = iop/Iop_FileIoHandler1000.cpp; sourceTree = SOURCE_ROOT; }; + C082B10364744EF499F639CD /* ../Play-/Source/ELF.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ELF.h; path = ELF.h; sourceTree = SOURCE_ROOT; }; + C0FFAC5A3FEC45818032DE69 /* ../Play-/Source/iop/Iop_FileIoHandler2200.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_FileIoHandler2200.h; path = iop/Iop_FileIoHandler2200.h; sourceTree = SOURCE_ROOT; }; + C104467ADBB44C32B4C3FABF /* ../Play-/Source/ISO9660/File.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = File.h; path = ISO9660/File.h; sourceTree = SOURCE_ROOT; }; + C1366D77D935457C8CA47D9E /* ../Play-/Source/InputConfig.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = InputConfig.h; path = InputConfig.h; sourceTree = SOURCE_ROOT; }; + C185966D71F34CBBBDE01C23 /* ../Play-/deps/Framework/src/layout/GridLayout.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GridLayout.cpp; path = "../Play-/deps/Framework/src/layout/GridLayout.cpp"; sourceTree = ""; }; + C40C9C71853E4596860FA5EF /* ../Play-/Source/iop/ioman/HardDiskDevice.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HardDiskDevice.cpp; path = iop/ioman/HardDiskDevice.cpp; sourceTree = SOURCE_ROOT; }; + C491AA7DBCDC408A853461B5 /* ../Play-/Source/iop/Iop_Spu2_Core.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Spu2_Core.h; path = iop/Iop_Spu2_Core.h; sourceTree = SOURCE_ROOT; }; + C4BD801C84F14DE39891D6EE /* ../Play-/deps/Framework/include/EndianUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = EndianUtils.h; path = "../Play-/deps/Framework/include/EndianUtils.h"; sourceTree = ""; }; + C675F5D236F74EDB8596381E /* ../Play-/deps/Framework/src/xml/FilteringNodeIterator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FilteringNodeIterator.cpp; path = "../Play-/deps/Framework/src/xml/FilteringNodeIterator.cpp"; sourceTree = ""; }; + C69295BD076849EBBAE9E5A3 /* ../Play-/Source/states/RegisterState.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RegisterState.cpp; path = states/RegisterState.cpp; sourceTree = SOURCE_ROOT; }; + C6AB407E0B9D40008374A25A /* ../Play-/Source/ee/MA_VU_LowerReflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_VU_LowerReflection.cpp; path = ee/MA_VU_LowerReflection.cpp; sourceTree = SOURCE_ROOT; }; + C6DF9119A05849E09CD5962B /* ../Play-/deps/Dependencies/zstd/lib/common/mem.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = mem.h; path = "../Play-/deps/Dependencies/zstd/lib/common/mem.h"; sourceTree = ""; }; + C78D531AD3344146993D6352 /* ../Play-/Source/MA_MIPSIV.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_MIPSIV.cpp; path = MA_MIPSIV.cpp; sourceTree = SOURCE_ROOT; }; + C79D588860C44CBC80C3E598 /* ../Play-/deps/CodeGen/src/WasmModuleBuilder.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = WasmModuleBuilder.cpp; path = "../Play-/deps/CodeGen/src/WasmModuleBuilder.cpp"; sourceTree = ""; }; + C816806AF9E1422C9BF7F3BC /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Delta.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Delta.c; path = "../Play-/deps/libchdr/deps/lzma-22.01/src/Delta.c"; sourceTree = ""; }; + C839BE95B70E4DCDB75FAE3D /* ../Play-/Source/iop/ArgumentIterator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ArgumentIterator.cpp; path = iop/ArgumentIterator.cpp; sourceTree = SOURCE_ROOT; }; + C85071F42AFF4929A4F34D1A /* ../Play-/deps/libchdr/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/libchdr/CMakeLists.txt"; sourceTree = ""; }; + C89F434CE9444CFC81A0EA02 /* ../Play-/Source/iop/Iop_Thvpool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Thvpool.h; path = iop/Iop_Thvpool.h; sourceTree = SOURCE_ROOT; }; + C8EE12D8EC2F42268E86E697 /* ../Play-/deps/CodeGen/include/Jitter_Symbol.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_Symbol.h; path = "../Play-/deps/CodeGen/include/Jitter_Symbol.h"; sourceTree = ""; }; + C9A944878C914EB09ED30256 /* ../Play-/deps/CodeGen/tests/MdFpTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdFpTest.h; path = "../Play-/deps/CodeGen/tests/MdFpTest.h"; sourceTree = ""; }; + C9AF41C6BE194BDCA04B091D /* ../Play-/deps/Framework/include/nodiscard.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = nodiscard.h; path = "../Play-/deps/Framework/include/nodiscard.h"; sourceTree = ""; }; + C9D1D2EBBE274017BC862C1C /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypeBTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MacroblockTypeBTable.cpp; path = "../Play-/deps/Framework/src/mpeg2/MacroblockTypeBTable.cpp"; sourceTree = ""; }; + CA349EC988124040A623FBD0 /* ../Play-/Source/ee/DMAC.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DMAC.cpp; path = ee/DMAC.cpp; sourceTree = SOURCE_ROOT; }; + CA83EF216C8141B8B2A56E85 /* ../Play-/Source/ee/IPU_MacroblockAddressIncrementTable.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IPU_MacroblockAddressIncrementTable.h; path = ee/IPU_MacroblockAddressIncrementTable.h; sourceTree = SOURCE_ROOT; }; + CAAB8C3BCED24618B822CB1D /* ../Play-/Source/ee/IPU_MotionCodeTable.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IPU_MotionCodeTable.h; path = ee/IPU_MotionCodeTable.h; sourceTree = SOURCE_ROOT; }; + CB2BB121A9DD4C97A6BD1988 /* ../Play-/Source/ElfDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ElfDefs.h; path = ElfDefs.h; sourceTree = SOURCE_ROOT; }; + CB39F4685F4D4C449E79CBA2 /* ../Play-/Source/MIPSAnalysis.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MIPSAnalysis.cpp; path = MIPSAnalysis.cpp; sourceTree = SOURCE_ROOT; }; + CB7BEFBC6C004700BF00AAC3 /* ../Play-/deps/Framework/src/zip/ZipInflateStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ZipInflateStream.cpp; path = "../Play-/deps/Framework/src/zip/ZipInflateStream.cpp"; sourceTree = ""; }; + CBA9272669924C188C5BEE13 /* ../Play-/deps/CodeGen/tests/ConditionTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ConditionTest.cpp; path = "../Play-/deps/CodeGen/tests/ConditionTest.cpp"; sourceTree = ""; }; + CBCF91BCF106468790722C20 /* ../Play-/deps/CodeGen/tests/uint128.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = uint128.h; path = "../Play-/deps/CodeGen/tests/uint128.h"; sourceTree = ""; }; + CC75DC3D953B4E91ABBCD5EE /* ../Play-/Source/MemoryUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemoryUtils.h; path = MemoryUtils.h; sourceTree = SOURCE_ROOT; }; + CC93B77572E24BA0B5935570 /* ../Play-/deps/Framework/include/zip/ZipDeflateStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ZipDeflateStream.h; path = "../Play-/deps/Framework/include/zip/ZipDeflateStream.h"; sourceTree = ""; }; + CC9BCAAAC35341BAAE7C1D86 /* ../Play-/Source/Profiler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Profiler.cpp; path = Profiler.cpp; sourceTree = SOURCE_ROOT; }; + CD03F059455B4A9D9640BD44 /* ../Play-/deps/CodeGen/src/MemoryFunction.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemoryFunction.cpp; path = "../Play-/deps/CodeGen/src/MemoryFunction.cpp"; sourceTree = ""; }; + CD1C278119144FBF91339BAF /* ../Play-/Source/ee/PS2OS.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PS2OS.cpp; path = ee/PS2OS.cpp; sourceTree = SOURCE_ROOT; }; + CD24ABCB55AE4E5599725217 /* ../Play-/Source/saves/Save.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Save.cpp; path = saves/Save.cpp; sourceTree = SOURCE_ROOT; }; + CD8BAABB689A4B988E8FB291 /* ../Play-/deps/CodeGen/tests/Logic64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Logic64Test.h; path = "../Play-/deps/CodeGen/tests/Logic64Test.h"; sourceTree = ""; }; + CD8F6C3E10B34FAE97F8F502 /* ../Play-/Source/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + CDA603294F5147F28191EF04 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Alloc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Alloc.h; path = "../Play-/deps/libchdr/deps/lzma-22.01/include/Alloc.h"; sourceTree = ""; }; + CDEB199FA3F9443A93FD1BD3 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_decompress.c; path = "../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c"; sourceTree = ""; }; + CE17F143C1A54342BBE21863 /* ../Play-/Source/iop/Iop_SpuBase.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_SpuBase.h; path = iop/Iop_SpuBase.h; sourceTree = SOURCE_ROOT; }; + CE6620C19BAB4D30B563F33E /* ../Play-/Source/SifModule.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SifModule.h; path = SifModule.h; sourceTree = SOURCE_ROOT; }; + CE7AB0508AB14896A122B010 /* ../Play-/deps/Framework/include/StdStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StdStream.h; path = "../Play-/deps/Framework/include/StdStream.h"; sourceTree = ""; }; + CE95BCD45E6B447BB63D6EB9 /* ../Play-/Source/iop/Iop_Thsema.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Thsema.cpp; path = iop/Iop_Thsema.cpp; sourceTree = SOURCE_ROOT; }; + CEB07E233DCC4751A436DB32 /* ../Play-/Source/iop/Iop_Dynamic.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Dynamic.h; path = iop/Iop_Dynamic.h; sourceTree = SOURCE_ROOT; }; + CED53FC61EE248E28A34A693 /* ../Play-/Source/discimages/MdsDiscImage.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdsDiscImage.h; path = discimages/MdsDiscImage.h; sourceTree = SOURCE_ROOT; }; + CEE6DF29DE3644D3A07AB448 /* ../Play-/deps/CodeGen/tests/MdAddTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MdAddTest.h; path = "../Play-/deps/CodeGen/tests/MdAddTest.h"; sourceTree = ""; }; + CF1332AFED774329B2B57CBF /* ../Play-/Source/gs/GsPixelFormats.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GsPixelFormats.cpp; path = gs/GsPixelFormats.cpp; sourceTree = SOURCE_ROOT; }; + D01D4E1D4BCE48D98B5F732F /* ../Play-/Source/ee/Vif1.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Vif1.cpp; path = ee/Vif1.cpp; sourceTree = SOURCE_ROOT; }; + D06EB89B89B14BC49D04CDE2 /* ../Play-/Source/ee/FpMulTruncate.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FpMulTruncate.cpp; path = ee/FpMulTruncate.cpp; sourceTree = SOURCE_ROOT; }; + D074D9D9BA994B28ADB86248 /* ../Play-/deps/Framework/include/http/HttpClient.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HttpClient.h; path = "../Play-/deps/Framework/include/http/HttpClient.h"; sourceTree = ""; }; + D0C9B880C8A540E182DBD8E7 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_decompress_block.h; path = "../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h"; sourceTree = ""; }; + D0EC0E0B630B48E3A36385F6 /* ../Play-/deps/CodeGen/tests/Alu64Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Alu64Test.h; path = "../Play-/deps/CodeGen/tests/Alu64Test.h"; sourceTree = ""; }; + D13D022868024E11AEE95C17 /* ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist"; sourceTree = ""; }; + D1BCD15E8C03422799831644 /* ../Play-/Source/states/XmlStateFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = XmlStateFile.h; path = states/XmlStateFile.h; sourceTree = SOURCE_ROOT; }; + D23EB4A0F72848F48AE25C13 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Div.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_AArch32_Div.h; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Div.h"; sourceTree = ""; }; + D306BA32345842B3AAB32F33 /* ../Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_NamcoAcRam.h; path = iop/namco_sys246/Iop_NamcoAcRam.h; sourceTree = SOURCE_ROOT; }; + D31E61E2B96847BBA8F3455D /* ../Play-/Source/MemoryUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemoryUtils.cpp; path = MemoryUtils.cpp; sourceTree = SOURCE_ROOT; }; + D398994D14154310A7FBA0FA /* ../Play-/deps/Framework/include/std_experimental_set.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = std_experimental_set.h; path = "../Play-/deps/Framework/include/std_experimental_set.h"; sourceTree = ""; }; + D3E18728EA544280AFE47000 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inftrees.h; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.h"; sourceTree = ""; }; + D475EEB3BADB4E6B9BB97535 /* ../Play-/Source/states/RegisterStateFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RegisterStateFile.h; path = states/RegisterStateFile.h; sourceTree = SOURCE_ROOT; }; + D49232A8279F44FD818873FC /* ../Play-/Source/iop/Iop_SifCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_SifCmd.cpp; path = iop/Iop_SifCmd.cpp; sourceTree = SOURCE_ROOT; }; + D4DB174F261C44E9A491B91A /* ../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt"; sourceTree = ""; }; + D4E8FA1DD4A24FA98F5E0A56 /* ../Play-/Source/ee/MA_VU.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_VU.cpp; path = ee/MA_VU.cpp; sourceTree = SOURCE_ROOT; }; + D582F35A235A464F89356E70 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = deflate.c; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c"; sourceTree = ""; }; + D5FAF0EC6E5E4CFC810742A7 /* ../Play-/deps/CodeGen/tests/SimpleMdTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SimpleMdTest.h; path = "../Play-/deps/CodeGen/tests/SimpleMdTest.h"; sourceTree = ""; }; + D60EFDA4AB034181AD136843 /* ../Play-/deps/Framework/src/bitmap/TGA.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = TGA.cpp; path = "../Play-/deps/Framework/src/bitmap/TGA.cpp"; sourceTree = ""; }; + D60EFEDF8D934DA08809D77E /* ../Play-/deps/CodeGen/tests/MultTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MultTest.cpp; path = "../Play-/deps/CodeGen/tests/MultTest.cpp"; sourceTree = ""; }; + D611E3C6C9CF4905AF1477AC /* ../Play-/deps/CodeGen/include/WasmDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = WasmDefs.h; path = "../Play-/deps/CodeGen/include/WasmDefs.h"; sourceTree = ""; }; + D629EF07C5994BEFB44A60C8 /* ../Play-/Source/saves/Icon.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Icon.cpp; path = saves/Icon.cpp; sourceTree = SOURCE_ROOT; }; + D63E703C122D49F0A50171C2 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v03.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c"; sourceTree = ""; }; + D6492D07D0C6484FAD491F82 /* ../Play-/Source/ee/MA_VU_Lower.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MA_VU_Lower.cpp; path = ee/MA_VU_Lower.cpp; sourceTree = SOURCE_ROOT; }; + D69AD9ADC4904015982D05F5 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_ddict.c; path = "../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c"; sourceTree = ""; }; + D6BBCD90831A44D1A5C14256 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt"; sourceTree = ""; }; + D6FA5CEA975A42F0AB33C6FA /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = gzwrite.c; path = "../Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c"; sourceTree = ""; }; + D71112EF668147CBA1975CB4 /* ../Play-/deps/Dependencies/zstd/build/cmake/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/Dependencies/zstd/build/cmake/CMakeLists.txt"; sourceTree = ""; }; + D730641A11FE450A90D5DF1F /* ../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = crc32.h; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.h"; sourceTree = ""; }; + D77EB9F85B8A43D3B7438D6E /* ../Play-/Source/PS2VM.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PS2VM.cpp; path = PS2VM.cpp; sourceTree = SOURCE_ROOT; }; + D7A2497CEF864B388B3DF882 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = cover.h; path = "../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h"; sourceTree = ""; }; + D7F3E10C435649A693A1021E /* ../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist"; sourceTree = ""; }; + D800551B40664CEEBFD029C7 /* ../Play-/Source/iop/Iop_DmacChannel.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_DmacChannel.h; path = iop/Iop_DmacChannel.h; sourceTree = SOURCE_ROOT; }; + D820C1D3FE3A44CFAB652ED1 /* ../Play-/Source/states/MemoryStateFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemoryStateFile.h; path = states/MemoryStateFile.h; sourceTree = SOURCE_ROOT; }; + D82EFB9A2E834D1DB2359C44 /* ../Play-/deps/Framework/include/ThreadUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ThreadUtils.h; path = "../Play-/deps/Framework/include/ThreadUtils.h"; sourceTree = ""; }; + D84E92EAAA444FF2A86219C9 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = threading.c; path = "../Play-/deps/Dependencies/zstd/lib/common/threading.c"; sourceTree = ""; }; + D8B12E229F24481CABF768B9 /* ../Play-/deps/CodeGen/tests/RandomAluTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RandomAluTest.cpp; path = "../Play-/deps/CodeGen/tests/RandomAluTest.cpp"; sourceTree = ""; }; + D8C538D0A7424AC7A7821D2C /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_x86_64.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_x86_64.h; path = "../Play-/deps/CodeGen/include/Jitter_CodeGen_x86_64.h"; sourceTree = ""; }; + D8DEE14928AD4EA6A624B7F3 /* ../Play-/deps/Framework/src/amazon/AmazonS3Client.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AmazonS3Client.cpp; path = "../Play-/deps/Framework/src/amazon/AmazonS3Client.cpp"; sourceTree = ""; }; + D996DDC7F30F44A0AFDFC2B2 /* ../Play-/deps/Framework/include/HashUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HashUtils.h; path = "../Play-/deps/Framework/include/HashUtils.h"; sourceTree = ""; }; + D9E3494147A64B8D8D3D5723 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen.h; path = "../Play-/deps/CodeGen/include/Jitter_CodeGen.h"; sourceTree = ""; }; + D9E9A0708E4D42129F583C9C /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_lazy.c; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c"; sourceTree = ""; }; + DA49BEDDA6534C8696D88750 /* ../Play-/deps/libchdr/src/libchdr_bitstream.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_bitstream.c; path = "../Play-/deps/libchdr/src/libchdr_bitstream.c"; sourceTree = ""; }; + DA907DB72D064C7782814B85 /* ../Play-/deps/CodeGen/tests/ReorderAddTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ReorderAddTest.h; path = "../Play-/deps/CodeGen/tests/ReorderAddTest.h"; sourceTree = ""; }; + DB399C368B504C3586A632C0 /* ../Play-/Source/MIPSArchitecture.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MIPSArchitecture.cpp; path = MIPSArchitecture.cpp; sourceTree = SOURCE_ROOT; }; + DB9DC248C5AF4727834A024C /* ../Play-/Source/COP_FPU.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = COP_FPU.cpp; path = COP_FPU.cpp; sourceTree = SOURCE_ROOT; }; + DC605643E1B244F1A6054D59 /* ../Play-/deps/CodeGen/src/X86CpuFeatures.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = X86CpuFeatures.cpp; path = "../Play-/deps/CodeGen/src/X86CpuFeatures.cpp"; sourceTree = ""; }; + DC7595F6E777422799194AB7 /* ../Play-/deps/Framework/src/layout/LayoutStretch.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LayoutStretch.cpp; path = "../Play-/deps/Framework/src/layout/LayoutStretch.cpp"; sourceTree = ""; }; + DC9EB0BEA5514717B90C306B /* ../Play-/deps/CodeGen/tests/MdCmpTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdCmpTest.cpp; path = "../Play-/deps/CodeGen/tests/MdCmpTest.cpp"; sourceTree = ""; }; + DCB2C21BC6454C828EDEB5B1 /* ../Play-/Source/iop/Iop_DmacChannel.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_DmacChannel.cpp; path = iop/Iop_DmacChannel.cpp; sourceTree = SOURCE_ROOT; }; + DD3EADBF9629430FBB2BB9D8 /* ../Play-/deps/Dependencies/zstd/lib/common/huf.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = huf.h; path = "../Play-/deps/Dependencies/zstd/lib/common/huf.h"; sourceTree = ""; }; + DE01E5B2BAFE462EB3AA723A /* ../Play-/Source/iop/Iop_Dmacman.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Dmacman.cpp; path = iop/Iop_Dmacman.cpp; sourceTree = SOURCE_ROOT; }; + DE47B46581EC4EC1A1B45EC8 /* ../Play-/deps/CodeGen/tests/FpClampTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FpClampTest.cpp; path = "../Play-/deps/CodeGen/tests/FpClampTest.cpp"; sourceTree = ""; }; + DEB5692FDD1B45CFB9BACF7D /* ../Play-/deps/Framework/src/zip/ZipArchiveWriter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ZipArchiveWriter.cpp; path = "../Play-/deps/Framework/src/zip/ZipArchiveWriter.cpp"; sourceTree = ""; }; + DEB94F9430C84F1899116B96 /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = error_private.h; path = "../Play-/deps/Dependencies/zstd/lib/common/error_private.h"; sourceTree = ""; }; + DEE503748DD04307BB468A13 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/CpuArch.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = CpuArch.c; path = "../Play-/deps/libchdr/deps/lzma-22.01/src/CpuArch.c"; sourceTree = ""; }; + DEEF1FD79A10459293BDDF09 /* ../Play-/Source/hdd/ApaReader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ApaReader.h; path = hdd/ApaReader.h; sourceTree = SOURCE_ROOT; }; + DF0C151E74894CC58677DABE /* ../Play-/deps/Framework/src/ThreadUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ThreadUtils.cpp; path = "../Play-/deps/Framework/src/ThreadUtils.cpp"; sourceTree = ""; }; + DFB290786C07431F8A2345D4 /* ../Play-/deps/Framework/src/http/HttpServer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HttpServer.cpp; path = "../Play-/deps/Framework/src/http/HttpServer.cpp"; sourceTree = ""; }; + E0444034B59E4C2798A3B46A /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaLib.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzmaLib.h; path = "../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaLib.h"; sourceTree = ""; }; + E053C659900547789DA9196F /* ../Play-/Source/ee/Ee_LibMc2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Ee_LibMc2.cpp; path = ee/Ee_LibMc2.cpp; sourceTree = SOURCE_ROOT; }; + E1352C9BB46640E0BFE3A17A /* ../Play-/Source/iop/Iop_Intc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Intc.h; path = iop/Iop_Intc.h; sourceTree = SOURCE_ROOT; }; + E1596EBC90234B72969D62C1 /* ../Play-/Source/iop/Iop_Dev9.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Dev9.h; path = iop/Iop_Dev9.h; sourceTree = SOURCE_ROOT; }; + E162D426B46144FD9C74B1A6 /* ../Play-/Source/ee/IPU_MotionCodeTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IPU_MotionCodeTable.cpp; path = ee/IPU_MotionCodeTable.cpp; sourceTree = SOURCE_ROOT; }; + E18AECDE282242DA939A52CA /* ../Play-/deps/Framework/src/xml/Utils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Utils.cpp; path = "../Play-/deps/Framework/src/xml/Utils.cpp"; sourceTree = ""; }; + E1F8289E246E4847AAFC3B94 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = deflate.h; path = "../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.h"; sourceTree = ""; }; + E1FF4C46B5464A79ABE544CF /* ../Play-/deps/Framework/include/zip/ZipArchiveReader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ZipArchiveReader.h; path = "../Play-/deps/Framework/include/zip/ZipArchiveReader.h"; sourceTree = ""; }; + E24892F8B76B4D898401C29E /* ../Play-/Source/hdd/PfsDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PfsDefs.h; path = hdd/PfsDefs.h; sourceTree = SOURCE_ROOT; }; + E24EBBFF77194A45B149807B /* ../Play-/deps/Framework/build_cmake/Framework/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/Framework/build_cmake/Framework/CMakeLists.txt"; sourceTree = ""; }; + E26992EC99E04DEB83E4C498 /* ../Play-/Source/iop/Iop_Thevent.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Thevent.cpp; path = iop/Iop_Thevent.cpp; sourceTree = SOURCE_ROOT; }; + E2B1EED1B4CC4CA6B13C9DE7 /* ../Play-/Source/iop/Iop_Timrman.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Timrman.h; path = iop/Iop_Timrman.h; sourceTree = SOURCE_ROOT; }; + E2E99FB3B2374FBCBAF3F072 /* ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zconf.h; path = "../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h"; sourceTree = ""; }; + E30AD65197564F0994F6EA36 /* ../Play-/deps/Framework/src/StringUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StringUtils.cpp; path = "../Play-/deps/Framework/src/StringUtils.cpp"; sourceTree = ""; }; + E312729933A442D4862CB976 /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = error_private.c; path = "../Play-/deps/Dependencies/zstd/lib/common/error_private.c"; sourceTree = ""; }; + E32D73787CBA49A9BEBF2315 /* ../Play-/Source/COP_SCU_Reflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = COP_SCU_Reflection.cpp; path = COP_SCU_Reflection.cpp; sourceTree = SOURCE_ROOT; }; + E36BF3DA94A742FEB6A10A95 /* ../Play-/deps/CodeGen/include/WasmModuleBuilder.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = WasmModuleBuilder.h; path = "../Play-/deps/CodeGen/include/WasmModuleBuilder.h"; sourceTree = ""; }; + E3AFCFA1D72B417CA58E469D /* ../Play-/deps/CodeGen/tests/MemAccessTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MemAccessTest.cpp; path = "../Play-/deps/CodeGen/tests/MemAccessTest.cpp"; sourceTree = ""; }; + E40981C1B66548339DE08ECB /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch64.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64.cpp"; sourceTree = ""; }; + E40A30ACC4FB44598D1F2EF1 /* ../Play-/Source/ee/FpAddTruncate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FpAddTruncate.h; path = ee/FpAddTruncate.h; sourceTree = SOURCE_ROOT; }; + E41375FA15F44519AC314732 /* ../Play-/Source/ee/FpAddTruncate.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FpAddTruncate.cpp; path = ee/FpAddTruncate.cpp; sourceTree = SOURCE_ROOT; }; + E452EB36AEE74F938A67B53A /* ../Play-/Source/VirtualPad.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VirtualPad.cpp; path = VirtualPad.cpp; sourceTree = SOURCE_ROOT; }; + E4844AA311904C4BAE324172 /* ../Play-/deps/CodeGen/tests/MemAccessIdxTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemAccessIdxTest.h; path = "../Play-/deps/CodeGen/tests/MemAccessIdxTest.h"; sourceTree = ""; }; + E499EA3BA958461191584CA8 /* ../Play-/deps/CodeGen/tests/RegAllocTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RegAllocTest.cpp; path = "../Play-/deps/CodeGen/tests/RegAllocTest.cpp"; sourceTree = ""; }; + E542FA891A9B4DDFB384C56D /* ../Play-/deps/Dependencies/zstd/lib/common/debug.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = debug.h; path = "../Play-/deps/Dependencies/zstd/lib/common/debug.h"; sourceTree = ""; }; + E562A5A75BAB40C3A4D97754 /* ../Play-/Source/TimeUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = TimeUtils.h; path = TimeUtils.h; sourceTree = SOURCE_ROOT; }; + E60199DD83AA4181ADB50A70 /* ../Play-/Source/iop/ioman/OpticalMediaDevice.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = OpticalMediaDevice.h; path = iop/ioman/OpticalMediaDevice.h; sourceTree = SOURCE_ROOT; }; + E651049CAFAC44958D8DF3D4 /* ../Play-/deps/CodeGen/src/X86Assembler_Fpu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = X86Assembler_Fpu.cpp; path = "../Play-/deps/CodeGen/src/X86Assembler_Fpu.cpp"; sourceTree = ""; }; + E682C318A1C04CCD8779BCC0 /* ../Play-/Source/iop/Iop_SifManPs2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_SifManPs2.cpp; path = iop/Iop_SifManPs2.cpp; sourceTree = SOURCE_ROOT; }; + E6A3C2F349694962B4EE7B58 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v02.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c"; sourceTree = ""; }; + E6A9C9778808498BB18097D1 /* ../Play-/Source/MipsJitter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MipsJitter.cpp; path = MipsJitter.cpp; sourceTree = SOURCE_ROOT; }; + E6CF9CF3561A4994B18AE926 /* ../Play-/deps/CodeGen/tests/Main.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Main.cpp; path = "../Play-/deps/CodeGen/tests/Main.cpp"; sourceTree = ""; }; + E71F797C48A14EB783DDBE57 /* ../Play-/deps/CodeGen/tests/MdLogicTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdLogicTest.cpp; path = "../Play-/deps/CodeGen/tests/MdLogicTest.cpp"; sourceTree = ""; }; + E734A884B3CC4B39A0CEBA03 /* ../Play-/Source/FrameLimiter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FrameLimiter.cpp; path = FrameLimiter.cpp; sourceTree = SOURCE_ROOT; }; + E75B35CDBF6D4376BDB1D69F /* ../Play-/deps/Framework/include/zip/ZipStoreStream.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ZipStoreStream.h; path = "../Play-/deps/Framework/include/zip/ZipStoreStream.h"; sourceTree = ""; }; + E75BC446AFEE42659CE42514 /* ../Play-/deps/Framework/include/zip/ZipFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ZipFile.h; path = "../Play-/deps/Framework/include/zip/ZipFile.h"; sourceTree = ""; }; + E76A33CC58A7456097B9955A /* ../Play-/Source/iop/Iop_Module.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Module.h; path = iop/Iop_Module.h; sourceTree = SOURCE_ROOT; }; + E7B919AEF9364485BF5009EE /* ../Play-/Source/ee/EEAssembler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = EEAssembler.h; path = ee/EEAssembler.h; sourceTree = SOURCE_ROOT; }; + E7ECE8BDBC034D6F9EF1A75C /* ../Play-/Source/gs/GsCachedArea.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GsCachedArea.h; path = gs/GsCachedArea.h; sourceTree = SOURCE_ROOT; }; + E8D9F741B7D54BF39412D2E5 /* ../Play-/Source/iop/Iop_IomanX.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_IomanX.h; path = iop/Iop_IomanX.h; sourceTree = SOURCE_ROOT; }; + E8F4847471264D8E88E12240 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_legacy.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h"; sourceTree = ""; }; + E918C278A7304B018015ABB2 /* ../Play-/Source/ee/Ee_LibMc2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Ee_LibMc2.h; path = ee/Ee_LibMc2.h; sourceTree = SOURCE_ROOT; }; + E952A6F7011B4C508F080615 /* ../Play-/Source/ScreenPositionListener.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ScreenPositionListener.h; path = ScreenPositionListener.h; sourceTree = SOURCE_ROOT; }; + E96D3C7911264CE19A88FB0E /* ../cmake/Source/ui_ios/Source/Framework/CMakeFiles/Framework.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/Source/Framework/CMakeFiles/Framework.dir/Info.plist; sourceTree = ""; }; + E99182E1E1A64BE9AB2F134C /* ../Play-/Source/COP_FPU.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = COP_FPU.h; path = COP_FPU.h; sourceTree = SOURCE_ROOT; }; + E9B1CDED5EFD4EAE9F6EE8F8 /* ../Play-/deps/CodeGen/src/Jitter_CodeGenFactory.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGenFactory.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGenFactory.cpp"; sourceTree = ""; }; + E9C1027D9D0A4127890262EB /* ../Play-/deps/Framework/include/SimdDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SimdDefs.h; path = "../Play-/deps/Framework/include/SimdDefs.h"; sourceTree = ""; }; + EA05D22DC6724CC9907DCDA3 /* ../Play-/Source/saves/SaveImporter.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SaveImporter.h; path = saves/SaveImporter.h; sourceTree = SOURCE_ROOT; }; + EA573743A8BD492E9C757C5E /* ../Play-/Source/iop/Iop_RootCounters.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_RootCounters.cpp; path = iop/Iop_RootCounters.cpp; sourceTree = SOURCE_ROOT; }; + EA5CA61174FF4A76B86CC79E /* ../Play-/Source/iop/ioman/HardDiskDevice.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HardDiskDevice.h; path = iop/ioman/HardDiskDevice.h; sourceTree = SOURCE_ROOT; }; + EB63AEBFEAFD4B8CB5D998E7 /* ../Play-/Source/iop/Iop_SifManPs2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_SifManPs2.h; path = iop/Iop_SifManPs2.h; sourceTree = SOURCE_ROOT; }; + EBB28A4789B44F7FAB3BD289 /* ../Play-/Source/saves/SaveExporter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SaveExporter.cpp; path = saves/SaveExporter.cpp; sourceTree = SOURCE_ROOT; }; + EBC3191B1A7A42AA94EF050F /* ../Play-/deps/CodeGen/src/Jitter_Statement.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_Statement.cpp; path = "../Play-/deps/CodeGen/src/Jitter_Statement.cpp"; sourceTree = ""; }; + EBFD97E89ADA4A9C9AD9807B /* ../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt"; sourceTree = ""; }; + EC1BE875733D46E785BD4622 /* ../Play-/Source/states/XmlStateFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = XmlStateFile.cpp; path = states/XmlStateFile.cpp; sourceTree = SOURCE_ROOT; }; + EC255690B19D4077B60C58AB /* ../Play-/deps/CodeGen/tests/RandomAluTest2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RandomAluTest2.h; path = "../Play-/deps/CodeGen/tests/RandomAluTest2.h"; sourceTree = ""; }; + EC921BA1BA414B91B765146B /* ../Play-/Source/iop/Iop_Stdio.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Stdio.h; path = iop/Iop_Stdio.h; sourceTree = SOURCE_ROOT; }; + ED03B32896184100812F70B6 /* ../Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = NamcoSys147NANDReader.h; path = iop/namco_sys147/NamcoSys147NANDReader.h; sourceTree = SOURCE_ROOT; }; + ED4DF1053CBD48DBA229FD81 /* ../Play-/Source/states/RegisterStateCollectionFile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RegisterStateCollectionFile.h; path = states/RegisterStateCollectionFile.h; sourceTree = SOURCE_ROOT; }; + ED968393A5E14DAAA965253C /* ../Play-/deps/CodeGen/tests/MdFpTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MdFpTest.cpp; path = "../Play-/deps/CodeGen/tests/MdFpTest.cpp"; sourceTree = ""; }; + EDB914742D0640879C4937B4 /* ../Play-/Source/iop/Iop_Spu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Spu.cpp; path = iop/Iop_Spu.cpp; sourceTree = SOURCE_ROOT; }; + EDC440D1B8C846B2BA7267E3 /* ../Play-/Source/iop/ioman/HardDiskDumpDevice.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HardDiskDumpDevice.h; path = iop/ioman/HardDiskDumpDevice.h; sourceTree = SOURCE_ROOT; }; + EDF5553CFBFF46B69A158E2A /* ../Play-/deps/CodeGen/tests/MemAccess16Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MemAccess16Test.h; path = "../Play-/deps/CodeGen/tests/MemAccess16Test.h"; sourceTree = ""; }; + EDFB1F7F370A428BB50EC9D9 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Fpu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_Wasm_Fpu.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Fpu.cpp"; sourceTree = ""; }; + EE18DC279C3D4FFA9A6FBE8B /* ../Play-/deps/CodeGen/tests/AliasTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AliasTest.cpp; path = "../Play-/deps/CodeGen/tests/AliasTest.cpp"; sourceTree = ""; }; + EE20E31E3121499DA57A65D8 /* ../Play-/Source/iop/Iop_Spu2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Spu2.cpp; path = iop/Iop_Spu2.cpp; sourceTree = SOURCE_ROOT; }; + EE56CDF0E1204FB6A93970CC /* ../Play-/Source/OsStructQueue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = OsStructQueue.h; path = OsStructQueue.h; sourceTree = SOURCE_ROOT; }; + EEA3FB53804B4571AE59DE8D /* ../Play-/deps/CodeGen/tests/Crc32Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Crc32Test.h; path = "../Play-/deps/CodeGen/tests/Crc32Test.h"; sourceTree = ""; }; + EFBDA45D7AAB4A63B987CF65 /* ../Play-/Source/ElfFile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ElfFile.cpp; path = ElfFile.cpp; sourceTree = SOURCE_ROOT; }; + F088B1E01EEA4411ACA041AC /* ../Play-/deps/Framework/src/string_cast_win1252.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = string_cast_win1252.cpp; path = "../Play-/deps/Framework/src/string_cast_win1252.cpp"; sourceTree = ""; }; + F09FDE806C39430C931816F5 /* ../Play-/Source/ISO9660/PathTable.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PathTable.h; path = ISO9660/PathTable.h; sourceTree = SOURCE_ROOT; }; + F0C70343844B4160BAE2ACC7 /* ../Play-/Source/ScreenShotUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ScreenShotUtils.h; path = ScreenShotUtils.h; sourceTree = SOURCE_ROOT; }; + F12DC5F696254044B6D577F0 /* ../Play-/deps/Framework/src/amazon/AmazonClient.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AmazonClient.cpp; path = "../Play-/deps/Framework/src/amazon/AmazonClient.cpp"; sourceTree = ""; }; + F1703F4208504469AC7250FE /* ../Play-/Source/saves/Save.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Save.h; path = saves/Save.h; sourceTree = SOURCE_ROOT; }; + F17BFE46047F4275AD368F4E /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstdmt_compress.h; path = "../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h"; sourceTree = ""; }; F2283F8139F94A1EA894514E /* chdr-static */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libchdr-static.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - F248C863BA1946F99103AE63 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = portability_macros.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/portability_macros.h"; sourceTree = ""; }; - F25FD56A2CEA494D98C06F0E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysclib.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Sysclib.h; path = iop/Iop_Sysclib.h; sourceTree = SOURCE_ROOT; }; - F2A69D51090247C093B0D1EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_Md.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md.cpp"; sourceTree = ""; }; - F2B163D0F7624C80AC3AC6E1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sio2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Sio2.cpp; path = iop/Iop_Sio2.cpp; sourceTree = SOURCE_ROOT; }; - F2F574D44EE3419C9CE95D28 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_SCU.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = COP_SCU.h; path = COP_SCU.h; sourceTree = SOURCE_ROOT; }; - F32CA09C691B4229B5827A06 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_Defs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Ioman_Defs.h; path = iop/Ioman_Defs.h; sourceTree = SOURCE_ROOT; }; - F32FA803CBC347848B8B13A6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Fpu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch64_Fpu.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Fpu.cpp"; sourceTree = ""; }; - F36AF48224784961B4000462 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LogicTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LogicTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LogicTest.h"; sourceTree = ""; }; - F3BB5BBFD1904F878C6AAE76 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_huffman.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_huffman.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_huffman.c"; sourceTree = ""; }; - F482F03B41F04751B05CC6B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CsoImageStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CsoImageStream.cpp; path = discimages/CsoImageStream.cpp; sourceTree = SOURCE_ROOT; }; - F4EC616AF86C41A29B05902D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/ISO9660.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ISO9660.h; path = ISO9660/ISO9660.h; sourceTree = SOURCE_ROOT; }; - F55BE6AAA3AE4AAFBF5ACA93 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_LoadStore.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_Wasm_LoadStore.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_LoadStore.h"; sourceTree = ""; }; - F6A5E3CF42064F5ABE826D44 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DctCoefficientTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable.cpp"; sourceTree = ""; }; - F6B1EE22C2084ADFBAE5E610 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/FlatLayout.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FlatLayout.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/FlatLayout.h"; sourceTree = ""; }; - F6E964EDA7B44104937B82C3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VUShared.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VUShared.cpp; path = ee/VUShared.cpp; sourceTree = SOURCE_ROOT; }; + F248C863BA1946F99103AE63 /* ../Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = portability_macros.h; path = "../Play-/deps/Dependencies/zstd/lib/common/portability_macros.h"; sourceTree = ""; }; + F25FD56A2CEA494D98C06F0E /* ../Play-/Source/iop/Iop_Sysclib.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Sysclib.h; path = iop/Iop_Sysclib.h; sourceTree = SOURCE_ROOT; }; + F2A69D51090247C093B0D1EE /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_x86_Md.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md.cpp"; sourceTree = ""; }; + F2B163D0F7624C80AC3AC6E1 /* ../Play-/Source/iop/Iop_Sio2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Sio2.cpp; path = iop/Iop_Sio2.cpp; sourceTree = SOURCE_ROOT; }; + F2F574D44EE3419C9CE95D28 /* ../Play-/Source/COP_SCU.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = COP_SCU.h; path = COP_SCU.h; sourceTree = SOURCE_ROOT; }; + F32CA09C691B4229B5827A06 /* ../Play-/Source/iop/Ioman_Defs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Ioman_Defs.h; path = iop/Ioman_Defs.h; sourceTree = SOURCE_ROOT; }; + F32FA803CBC347848B8B13A6 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Fpu.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Jitter_CodeGen_AArch64_Fpu.cpp; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Fpu.cpp"; sourceTree = ""; }; + F36AF48224784961B4000462 /* ../Play-/deps/CodeGen/tests/LogicTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LogicTest.h; path = "../Play-/deps/CodeGen/tests/LogicTest.h"; sourceTree = ""; }; + F3BB5BBFD1904F878C6AAE76 /* ../Play-/deps/libchdr/src/libchdr_huffman.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_huffman.c; path = "../Play-/deps/libchdr/src/libchdr_huffman.c"; sourceTree = ""; }; + F482F03B41F04751B05CC6B7 /* ../Play-/Source/discimages/CsoImageStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CsoImageStream.cpp; path = discimages/CsoImageStream.cpp; sourceTree = SOURCE_ROOT; }; + F4EC616AF86C41A29B05902D /* ../Play-/Source/ISO9660/ISO9660.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ISO9660.h; path = ISO9660/ISO9660.h; sourceTree = SOURCE_ROOT; }; + F55BE6AAA3AE4AAFBF5ACA93 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_LoadStore.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Jitter_CodeGen_Wasm_LoadStore.h; path = "../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_LoadStore.h"; sourceTree = ""; }; + F6A5E3CF42064F5ABE826D44 /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DctCoefficientTable.cpp; path = "../Play-/deps/Framework/src/mpeg2/DctCoefficientTable.cpp"; sourceTree = ""; }; + F6B1EE22C2084ADFBAE5E610 /* ../Play-/deps/Framework/include/layout/FlatLayout.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FlatLayout.h; path = "../Play-/deps/Framework/include/layout/FlatLayout.h"; sourceTree = ""; }; + F6E964EDA7B44104937B82C3 /* ../Play-/Source/ee/VUShared.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VUShared.cpp; path = ee/VUShared.cpp; sourceTree = SOURCE_ROOT; }; F6EA407B25104299929DD162 /* Framework_Amazon */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libFramework_Amazon.a; sourceTree = BUILT_PRODUCTS_DIR; }; - F79A7B2E995F43D0B83B557B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypePTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MacroblockTypePTable.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypePTable.cpp"; sourceTree = ""; }; - F7BBF51B7926432B92D17810 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Secrman.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Secrman.cpp; path = iop/Iop_Secrman.cpp; sourceTree = SOURCE_ROOT; }; - F7DAEC9C67404B7EAF1F507E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Url.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Url.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Url.cpp"; sourceTree = ""; }; - F7EDEBD92A3448EE92C67317 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/s3stream/S3ObjectStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = S3ObjectStream.cpp; path = s3stream/S3ObjectStream.cpp; sourceTree = SOURCE_ROOT; }; - F825F0F602F347BE962D5BFD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Vif.cpp; path = ee/Vif.cpp; sourceTree = SOURCE_ROOT; }; - F84881832FB24C5C9CAC3E96 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/ApaDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ApaDefs.h; path = hdd/ApaDefs.h; sourceTree = SOURCE_ROOT; }; - F867A745340A48ADBE69DE69 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzHash.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzHash.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzHash.h"; sourceTree = ""; }; - F8B9EAE014BD44B9B104B6DA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PathUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_PathUtils.cpp; path = iop/Iop_PathUtils.cpp; sourceTree = SOURCE_ROOT; }; - F8D4B7318AEF4F43BBDCF5C7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSInstructionFactory.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MIPSInstructionFactory.h; path = MIPSInstructionFactory.h; sourceTree = SOURCE_ROOT; }; - F9588317E1FD425085FF18BB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Loadcore.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Loadcore.h; path = iop/Iop_Loadcore.h; sourceTree = SOURCE_ROOT; }; - F99D234F918D4EBF9811FBB1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdCdImageStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ChdCdImageStream.cpp; path = discimages/ChdCdImageStream.cpp; sourceTree = SOURCE_ROOT; }; - F9E4F3035E034C6BBF0D6E97 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Modload.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Modload.h; path = iop/Iop_Modload.h; sourceTree = SOURCE_ROOT; }; - F9FB93AC6CCE4E4D8D629B21 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v07.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c"; sourceTree = ""; }; - FAA8595994CD49548C559963 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Spu.h; path = iop/Iop_Spu.h; sourceTree = SOURCE_ROOT; }; - FAE2D56877EE4C3BA9EABBB7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PH_Generic.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PH_Generic.h; path = PH_Generic.h; sourceTree = SOURCE_ROOT; }; - FAE43C9209944D3586F6E45D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeITable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IPU_MacroblockTypeITable.cpp; path = ee/IPU_MacroblockTypeITable.cpp; sourceTree = SOURCE_ROOT; }; - FB485E133BC74605A12919B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/CMakeFiles/xxhash.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/CMakeFiles/xxhash.dir/Info.plist; sourceTree = ""; }; - FB83B112CF20447CA195FD95 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsTextureCache.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GsTextureCache.h; path = gs/GsTextureCache.h; sourceTree = SOURCE_ROOT; }; - FBC639438B6B4E2F8FFF7997 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v02.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h"; sourceTree = ""; }; - FC6B6075F7F945DF80CE9D1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDevice.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = OpticalMediaDevice.cpp; path = iop/ioman/OpticalMediaDevice.cpp; sourceTree = SOURCE_ROOT; }; - FCA804E166F941718ECBAB41 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/InputBindingManager.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = InputBindingManager.h; path = input/InputBindingManager.h; sourceTree = SOURCE_ROOT; }; - FD512BF4BAD84FE88CF2853A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSReflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MIPSReflection.cpp; path = MIPSReflection.cpp; sourceTree = SOURCE_ROOT; }; - FD985389029B48A89B6DC089 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HugeJumpTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTest.cpp"; sourceTree = ""; }; - FD9DD17965E24A20B87F618E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/ApaReader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ApaReader.cpp; path = hdd/ApaReader.cpp; sourceTree = SOURCE_ROOT; }; - FDAC726C2E41414ABA9464A8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_NamcoPadMan.cpp; path = iop/namco_sys246/Iop_NamcoPadMan.cpp; sourceTree = SOURCE_ROOT; }; - FE559AA1DF694A7B9338027A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LzcTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzcTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LzcTest.h"; sourceTree = ""; }; - FF41A7EFE8DD4F15BB9A37E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v05.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h"; sourceTree = ""; }; - FFC63859BBDA4F0E9BA08D20 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/NestedIfTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = NestedIfTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/NestedIfTest.cpp"; sourceTree = ""; }; - FFF7894346AA4325A5AEDE05 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PS2VM_Preferences.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PS2VM_Preferences.h; path = PS2VM_Preferences.h; sourceTree = SOURCE_ROOT; }; + F79A7B2E995F43D0B83B557B /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypePTable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MacroblockTypePTable.cpp; path = "../Play-/deps/Framework/src/mpeg2/MacroblockTypePTable.cpp"; sourceTree = ""; }; + F7BBF51B7926432B92D17810 /* ../Play-/Source/iop/Iop_Secrman.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_Secrman.cpp; path = iop/Iop_Secrman.cpp; sourceTree = SOURCE_ROOT; }; + F7DAEC9C67404B7EAF1F507E /* ../Play-/deps/Framework/src/Url.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Url.cpp; path = "../Play-/deps/Framework/src/Url.cpp"; sourceTree = ""; }; + F7EDEBD92A3448EE92C67317 /* ../Play-/Source/s3stream/S3ObjectStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = S3ObjectStream.cpp; path = s3stream/S3ObjectStream.cpp; sourceTree = SOURCE_ROOT; }; + F825F0F602F347BE962D5BFD /* ../Play-/Source/ee/Vif.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Vif.cpp; path = ee/Vif.cpp; sourceTree = SOURCE_ROOT; }; + F84881832FB24C5C9CAC3E96 /* ../Play-/Source/hdd/ApaDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ApaDefs.h; path = hdd/ApaDefs.h; sourceTree = SOURCE_ROOT; }; + F867A745340A48ADBE69DE69 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzHash.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzHash.h; path = "../Play-/deps/libchdr/deps/lzma-22.01/include/LzHash.h"; sourceTree = ""; }; + F8B9EAE014BD44B9B104B6DA /* ../Play-/Source/iop/Iop_PathUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_PathUtils.cpp; path = iop/Iop_PathUtils.cpp; sourceTree = SOURCE_ROOT; }; + F8D4B7318AEF4F43BBDCF5C7 /* ../Play-/Source/MIPSInstructionFactory.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MIPSInstructionFactory.h; path = MIPSInstructionFactory.h; sourceTree = SOURCE_ROOT; }; + F9588317E1FD425085FF18BB /* ../Play-/Source/iop/Iop_Loadcore.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Loadcore.h; path = iop/Iop_Loadcore.h; sourceTree = SOURCE_ROOT; }; + F99D234F918D4EBF9811FBB1 /* ../Play-/Source/discimages/ChdCdImageStream.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ChdCdImageStream.cpp; path = discimages/ChdCdImageStream.cpp; sourceTree = SOURCE_ROOT; }; + F9E4F3035E034C6BBF0D6E97 /* ../Play-/Source/iop/Iop_Modload.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Modload.h; path = iop/Iop_Modload.h; sourceTree = SOURCE_ROOT; }; + F9FB93AC6CCE4E4D8D629B21 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zstd_v07.c; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c"; sourceTree = ""; }; + FAA8595994CD49548C559963 /* ../Play-/Source/iop/Iop_Spu.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Iop_Spu.h; path = iop/Iop_Spu.h; sourceTree = SOURCE_ROOT; }; + FAE2D56877EE4C3BA9EABBB7 /* ../Play-/Source/PH_Generic.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PH_Generic.h; path = PH_Generic.h; sourceTree = SOURCE_ROOT; }; + FAE43C9209944D3586F6E45D /* ../Play-/Source/ee/IPU_MacroblockTypeITable.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IPU_MacroblockTypeITable.cpp; path = ee/IPU_MacroblockTypeITable.cpp; sourceTree = SOURCE_ROOT; }; + FB485E133BC74605A12919B4 /* ../cmake/Source/ui_ios/Source/xxHash/CMakeFiles/xxhash.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/Source/xxHash/CMakeFiles/xxhash.dir/Info.plist; sourceTree = ""; }; + FB83B112CF20447CA195FD95 /* ../Play-/Source/gs/GsTextureCache.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GsTextureCache.h; path = gs/GsTextureCache.h; sourceTree = SOURCE_ROOT; }; + FBC639438B6B4E2F8FFF7997 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v02.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h"; sourceTree = ""; }; + FC6B6075F7F945DF80CE9D1B /* ../Play-/Source/iop/ioman/OpticalMediaDevice.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = OpticalMediaDevice.cpp; path = iop/ioman/OpticalMediaDevice.cpp; sourceTree = SOURCE_ROOT; }; + FCA804E166F941718ECBAB41 /* ../Play-/Source/input/InputBindingManager.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = InputBindingManager.h; path = input/InputBindingManager.h; sourceTree = SOURCE_ROOT; }; + FD512BF4BAD84FE88CF2853A /* ../Play-/Source/MIPSReflection.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MIPSReflection.cpp; path = MIPSReflection.cpp; sourceTree = SOURCE_ROOT; }; + FD985389029B48A89B6DC089 /* ../Play-/deps/CodeGen/tests/HugeJumpTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HugeJumpTest.cpp; path = "../Play-/deps/CodeGen/tests/HugeJumpTest.cpp"; sourceTree = ""; }; + FD9DD17965E24A20B87F618E /* ../Play-/Source/hdd/ApaReader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ApaReader.cpp; path = hdd/ApaReader.cpp; sourceTree = SOURCE_ROOT; }; + FDAC726C2E41414ABA9464A8 /* ../Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Iop_NamcoPadMan.cpp; path = iop/namco_sys246/Iop_NamcoPadMan.cpp; sourceTree = SOURCE_ROOT; }; + FE559AA1DF694A7B9338027A /* ../Play-/deps/CodeGen/tests/LzcTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzcTest.h; path = "../Play-/deps/CodeGen/tests/LzcTest.h"; sourceTree = ""; }; + FF41A7EFE8DD4F15BB9A37E3 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zstd_v05.h; path = "../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h"; sourceTree = ""; }; + FFC63859BBDA4F0E9BA08D20 /* ../Play-/deps/CodeGen/tests/NestedIfTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = NestedIfTest.cpp; path = "../Play-/deps/CodeGen/tests/NestedIfTest.cpp"; sourceTree = ""; }; + FFF7894346AA4325A5AEDE05 /* ../Play-/Source/PS2VM_Preferences.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PS2VM_Preferences.h; path = PS2VM_Preferences.h; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -2238,7 +2238,7 @@ 09D222079BFA4128906D6534 /* Resources */ = { isa = PBXGroup; children = ( - FB485E133BC74605A12919B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/CMakeFiles/xxhash.dir/Info.plist */, + FB485E133BC74605A12919B4 /* ../cmake/Source/ui_ios/Source/xxHash/CMakeFiles/xxhash.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -2246,7 +2246,7 @@ 0CD610BB818F40B4902B64A0 /* Resources */ = { isa = PBXGroup; children = ( - 2D306E7486BD4D62ACBD43AF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist */, + 2D306E7486BD4D62ACBD43AF /* ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -2254,17 +2254,17 @@ 0DDAF4C813A24155A2919DAD /* Source Files */ = { isa = PBXGroup; children = ( - 60535556E5E644C2A4DA437B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */, - 78775D4E2E6C4C35A811BF83 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */, - 8C6B0875733241B9A6A9D635 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */, - D582F35A235A464F89356E70 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */, - 1E7AA880608947098322D895 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */, - 009EDF5D17924913A7D7E58D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */, - 82A23B90947C4DD5A154AC4E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */, - A174C8E13F734B9EBB571DD6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */, - 4CDDA690132D4325AC7D150B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */, - 67EC570E62AD421F8AE75B2E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */, - 50810E1F926745428DCDFF66 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */, + 60535556E5E644C2A4DA437B /* ../Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */, + 78775D4E2E6C4C35A811BF83 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */, + 8C6B0875733241B9A6A9D635 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */, + D582F35A235A464F89356E70 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */, + 1E7AA880608947098322D895 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */, + 009EDF5D17924913A7D7E58D /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */, + 82A23B90947C4DD5A154AC4E /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */, + A174C8E13F734B9EBB571DD6 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */, + 4CDDA690132D4325AC7D150B /* ../Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */, + 67EC570E62AD421F8AE75B2E /* ../Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */, + 50810E1F926745428DCDFF66 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */, ); name = "Source Files"; sourceTree = ""; @@ -2279,16 +2279,16 @@ 18B5E424FB494F53AA39E400 /* Source Files */ = { isa = PBXGroup; children = ( - 7E0BCF1B5C3143CFAE550090 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Alloc.c */, - 10169CD2323C44D7912F43DD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Bra86.c */, - 5186274947D14ED69054CB65 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/BraIA64.c */, - DEE503748DD04307BB468A13 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/CpuArch.c */, - C816806AF9E1422C9BF7F3BC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Delta.c */, - 51177D1577A1441F9EBBB88D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzFind.c */, - 53CAC0E6207E4E34B84429CE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c */, - 202C57BC74814F1BA6DC29D3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c */, - B7C3B03178EA4CA08D5BCF75 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c */, - 07FC85105876419FB9517271 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Sort.c */, + 7E0BCF1B5C3143CFAE550090 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Alloc.c */, + 10169CD2323C44D7912F43DD /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Bra86.c */, + 5186274947D14ED69054CB65 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/BraIA64.c */, + DEE503748DD04307BB468A13 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/CpuArch.c */, + C816806AF9E1422C9BF7F3BC /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Delta.c */, + 51177D1577A1441F9EBBB88D /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzFind.c */, + 53CAC0E6207E4E34B84429CE /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c */, + 202C57BC74814F1BA6DC29D3 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c */, + B7C3B03178EA4CA08D5BCF75 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c */, + 07FC85105876419FB9517271 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Sort.c */, ); name = "Source Files"; sourceTree = ""; @@ -2296,8 +2296,8 @@ 1C1BBFC6716D4801BB36F651 /* Source Files */ = { isa = PBXGroup; children = ( - F12DC5F696254044B6D577F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/amazon/AmazonClient.cpp */, - D8DEE14928AD4EA6A624B7F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/amazon/AmazonS3Client.cpp */, + F12DC5F696254044B6D577F0 /* ../Play-/deps/Framework/src/amazon/AmazonClient.cpp */, + D8DEE14928AD4EA6A624B7F3 /* ../Play-/deps/Framework/src/amazon/AmazonS3Client.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -2305,7 +2305,7 @@ 22D03E3CEDD842AFA9ACC84F /* Resources */ = { isa = PBXGroup; children = ( - 4C66834B04344777B6E34509 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGen.dir/Info.plist */, + 4C66834B04344777B6E34509 /* ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGen.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -2316,7 +2316,7 @@ 841DF9586DC6400F89527770 /* Source Files */, 992800AB2A864E47A5C06457 /* Header Files */, 5DEC9D3E507D4C02A3611843 /* Resources */, - 18E6A5461FA7425C87D4D22E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */, + 18E6A5461FA7425C87D4D22E /* ../Play-/deps/Framework/build_cmake/FrameworkHttp/CMakeLists.txt */, ); name = Framework_Http; sourceTree = ""; @@ -2324,7 +2324,7 @@ 266F45AE269D4FADBBD87F86 /* Resources */ = { isa = PBXGroup; children = ( - 98BF1F512894438CB633E38B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist */, + 98BF1F512894438CB633E38B /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/CMakeFiles/libzstd_zlibwrapper_static.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -2335,7 +2335,7 @@ B5E8CA2A9CFD47B1ADE418DD /* Header Files */, 18B5E424FB494F53AA39E400 /* Source Files */, AA7524D8227A4B0685A0C636 /* Resources */, - B481BE6596C14840A8BD24D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/CMakeLists.txt */, + B481BE6596C14840A8BD24D4 /* ../Play-/deps/libchdr/deps/lzma-22.01/CMakeLists.txt */, ); name = lzma; sourceTree = ""; @@ -2345,7 +2345,7 @@ children = ( 7859985B9B124E20A4CE09C7 /* Source Files */, 09D222079BFA4128906D6534 /* Resources */, - 6E96261EB0134A998B7E1237 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/CMakeLists.txt */, + 6E96261EB0134A998B7E1237 /* ../Play-/deps/Dependencies/xxHash/cmake_unofficial/CMakeLists.txt */, ); name = xxhash; sourceTree = ""; @@ -2353,50 +2353,50 @@ 3CE34BC21DE540DBB7DA8EC9 /* Header Files */ = { isa = PBXGroup; children = ( - 5685950CBD2846BF808334C3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bits.h */, - 0A2917688CE54905A248F707 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/bitstream.h */, - 2B50F0B13FC6437FB4B67B46 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/compiler.h */, - 350C426B0405464F9ECFA3DE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/cpu.h */, - E542FA891A9B4DDFB384C56D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.h */, - DEB94F9430C84F1899116B96 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.h */, - 8BB513813CA14DB7A7B69816 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse.h */, - DD3EADBF9629430FBB2BB9D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/huf.h */, - C6DF9119A05849E09CD5962B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/mem.h */, - 68591F42E79F4109B1B7807E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.h */, - F248C863BA1946F99103AE63 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */, - 73EE45ABE90A476D9C49F661 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.h */, - 6569DA4A9DFD434DBF90B19E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.h */, - 9788746260C049D5943FD24C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */, - 84F8B8623B2C43EEA4F899CC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */, - 35D8FF956F524431A9DD0F89 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */, - A60FB66226FC40B7AC70A8B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/clevels.h */, - 5072CEE10EF64F9B9741E2C6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.h */, - 6C815E09CA854E91B45192B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */, - 70B447412A17477DA9085920 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */, - 883D8898D4F5406A8BDC685D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */, - 1E448606EE704C3C8466BE91 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */, - 2AD7D3680FF5452B8AE140FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */, - 75A72AE30FB942B6AD86AEB6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */, - 1DE74C7004F44FD382A083AD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */, - 42295EF4FB304EEB84F0A6AD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */, - 301C0E1C3DE44B8D867FF253 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */, - 659E52DF635149ECAAEDCFEE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */, - B4846738505C4F1BA1F7E358 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */, - F17BFE46047F4275AD368F4E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */, - 2FC54AAC81694FBD82AF1156 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */, - D0C9B880C8A540E182DBD8E7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */, - 46D74F96EDB04CE5A160A927 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */, - D7A2497CEF864B388B3DF882 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */, - 63CDADFB2BCC4763B9967BB7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */, - E8F4847471264D8E88E12240 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */, - B60FC6FE2836499795AD1B1C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */, - FBC639438B6B4E2F8FFF7997 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */, - 97F6AF468D324094BB527009 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */, - 8C8FC70A94934993BA8A1E41 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */, - FF41A7EFE8DD4F15BB9A37E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */, - 590378F0F3694A3881E90B49 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */, - BBB45340C80F4B269BC07DF1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */, - 4779ED0B9B9C4767BF8F3375 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/zstd.h */, + 5685950CBD2846BF808334C3 /* ../Play-/deps/Dependencies/zstd/lib/common/bits.h */, + 0A2917688CE54905A248F707 /* ../Play-/deps/Dependencies/zstd/lib/common/bitstream.h */, + 2B50F0B13FC6437FB4B67B46 /* ../Play-/deps/Dependencies/zstd/lib/common/compiler.h */, + 350C426B0405464F9ECFA3DE /* ../Play-/deps/Dependencies/zstd/lib/common/cpu.h */, + E542FA891A9B4DDFB384C56D /* ../Play-/deps/Dependencies/zstd/lib/common/debug.h */, + DEB94F9430C84F1899116B96 /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.h */, + 8BB513813CA14DB7A7B69816 /* ../Play-/deps/Dependencies/zstd/lib/common/fse.h */, + DD3EADBF9629430FBB2BB9D8 /* ../Play-/deps/Dependencies/zstd/lib/common/huf.h */, + C6DF9119A05849E09CD5962B /* ../Play-/deps/Dependencies/zstd/lib/common/mem.h */, + 68591F42E79F4109B1B7807E /* ../Play-/deps/Dependencies/zstd/lib/common/pool.h */, + F248C863BA1946F99103AE63 /* ../Play-/deps/Dependencies/zstd/lib/common/portability_macros.h */, + 73EE45ABE90A476D9C49F661 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.h */, + 6569DA4A9DFD434DBF90B19E /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.h */, + 9788746260C049D5943FD24C /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_deps.h */, + 84F8B8623B2C43EEA4F899CC /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_internal.h */, + 35D8FF956F524431A9DD0F89 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_trace.h */, + A60FB66226FC40B7AC70A8B5 /* ../Play-/deps/Dependencies/zstd/lib/compress/clevels.h */, + 5072CEE10EF64F9B9741E2C6 /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.h */, + 6C815E09CA854E91B45192B3 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_internal.h */, + 70B447412A17477DA9085920 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.h */, + 883D8898D4F5406A8BDC685D /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.h */, + 1E448606EE704C3C8466BE91 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.h */, + 2AD7D3680FF5452B8AE140FB /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_cwksp.h */, + 75A72AE30FB942B6AD86AEB6 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.h */, + 1DE74C7004F44FD382A083AD /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.h */, + 42295EF4FB304EEB84F0A6AD /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.h */, + 301C0E1C3DE44B8D867FF253 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.h */, + 659E52DF635149ECAAEDCFEE /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm_geartab.h */, + B4846738505C4F1BA1F7E358 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.h */, + F17BFE46047F4275AD368F4E /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.h */, + 2FC54AAC81694FBD82AF1156 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.h */, + D0C9B880C8A540E182DBD8E7 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.h */, + 46D74F96EDB04CE5A160A927 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_internal.h */, + D7A2497CEF864B388B3DF882 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.h */, + 63CDADFB2BCC4763B9967BB7 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.h */, + E8F4847471264D8E88E12240 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_legacy.h */, + B60FC6FE2836499795AD1B1C /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.h */, + FBC639438B6B4E2F8FFF7997 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.h */, + 97F6AF468D324094BB527009 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.h */, + 8C8FC70A94934993BA8A1E41 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.h */, + FF41A7EFE8DD4F15BB9A37E3 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.h */, + 590378F0F3694A3881E90B49 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.h */, + BBB45340C80F4B269BC07DF1 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.h */, + 4779ED0B9B9C4767BF8F3375 /* ../Play-/deps/Dependencies/zstd/lib/zstd.h */, ); name = "Header Files"; sourceTree = ""; @@ -2404,7 +2404,7 @@ 3F846CC9EC5C487D9715A7B9 /* Source Files */ = { isa = PBXGroup; children = ( - 251BD23EDFE346AB968168ED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/tests/benchmark.c */, + 251BD23EDFE346AB968168ED /* ../Play-/deps/libchdr/tests/benchmark.c */, ); name = "Source Files"; sourceTree = ""; @@ -2412,44 +2412,44 @@ 42438FC0BA8E49AABBFB8BB3 /* Header Files */ = { isa = PBXGroup; children = ( - 1A3FCF169F9A45FD8A813883 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/BitManip.h */, - 684B08265DEF4E9A95731F10 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Breakpoint.h */, - 1F964CE3D07E48C69C92F962 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Csv.h */, - C4BD801C84F14DE39891D6EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/EndianUtils.h */, - 5BBB5F2065794441B3B0155F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/FilesystemUtils.h */, - D996DDC7F30F44A0AFDFC2B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/HashUtils.h */, - E9C1027D9D0A4127890262EB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SimdDefs.h */, - AF011C23C3404D0F8CAECDAB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Singleton.h */, - 96D605D4052D4329ACABBE6D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SocketDef.h */, - 9A1238232E5C48C9B997ED8B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/SocketStream.h */, - CE7AB0508AB14896A122B010 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StdStream.h */, - A7237DE6685A4F8E9472AE43 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StdStreamUtils.h */, - 88DCDDDBB45A452E9C223A75 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Stream.h */, - A217DEC65C6440E6BC249EB0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/StringUtils.h */, - AED84F778D094636BF883637 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/ThreadPool.h */, - D82EFB9A2E834D1DB2359C44 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/ThreadUtils.h */, - 8A99357504F24F5C96B3D8CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Url.h */, - 98C04E2C5DF94A6CBD2305BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/Utf8.h */, - 447159645A01468EB6BDD1D7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/filesystem_def.h */, - F6B1EE22C2084ADFBAE5E610 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/FlatLayout.h */, - 87C066A0D8F5433F9DE5C31C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/GridLayout.h */, - 6B6E587BC59E453F8F67A80C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/HorizontalLayout.h */, - 98663710DD9242D0B5EFDB14 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutBase.h */, - AA39D23D3179458EB0879040 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutBaseItem.h */, - 075207AD27244B3992741319 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutObject.h */, - B1C42184BCF0412EA62A7D7D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/LayoutStretch.h */, - 19932B0DE7834C34B556431D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/layout/VerticalLayout.h */, - AE5AB8C87B7C43498F489DD6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/maybe_unused.h */, - C9AF41C6BE194BDCA04B091D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/nodiscard.h */, - 0E6E0F72BBA94961B560D48C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/signal/Signal.h */, - 59BCB3EFF8764CB8AF0782AE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/std_experimental_map.h */, - D398994D14154310A7FBA0FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/std_experimental_set.h */, - E1FF4C46B5464A79ABE544CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipArchiveReader.h */, - 98114B7025D14BF787865657 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipArchiveWriter.h */, - CC93B77572E24BA0B5935570 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipDeflateStream.h */, - E75BC446AFEE42659CE42514 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipFile.h */, - 0081D4E333CA4D559C57DFD7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipInflateStream.h */, - E75B35CDBF6D4376BDB1D69F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/zip/ZipStoreStream.h */, + 1A3FCF169F9A45FD8A813883 /* ../Play-/deps/Framework/include/BitManip.h */, + 684B08265DEF4E9A95731F10 /* ../Play-/deps/Framework/include/Breakpoint.h */, + 1F964CE3D07E48C69C92F962 /* ../Play-/deps/Framework/include/Csv.h */, + C4BD801C84F14DE39891D6EE /* ../Play-/deps/Framework/include/EndianUtils.h */, + 5BBB5F2065794441B3B0155F /* ../Play-/deps/Framework/include/FilesystemUtils.h */, + D996DDC7F30F44A0AFDFC2B2 /* ../Play-/deps/Framework/include/HashUtils.h */, + E9C1027D9D0A4127890262EB /* ../Play-/deps/Framework/include/SimdDefs.h */, + AF011C23C3404D0F8CAECDAB /* ../Play-/deps/Framework/include/Singleton.h */, + 96D605D4052D4329ACABBE6D /* ../Play-/deps/Framework/include/SocketDef.h */, + 9A1238232E5C48C9B997ED8B /* ../Play-/deps/Framework/include/SocketStream.h */, + CE7AB0508AB14896A122B010 /* ../Play-/deps/Framework/include/StdStream.h */, + A7237DE6685A4F8E9472AE43 /* ../Play-/deps/Framework/include/StdStreamUtils.h */, + 88DCDDDBB45A452E9C223A75 /* ../Play-/deps/Framework/include/Stream.h */, + A217DEC65C6440E6BC249EB0 /* ../Play-/deps/Framework/include/StringUtils.h */, + AED84F778D094636BF883637 /* ../Play-/deps/Framework/include/ThreadPool.h */, + D82EFB9A2E834D1DB2359C44 /* ../Play-/deps/Framework/include/ThreadUtils.h */, + 8A99357504F24F5C96B3D8CF /* ../Play-/deps/Framework/include/Url.h */, + 98C04E2C5DF94A6CBD2305BA /* ../Play-/deps/Framework/include/Utf8.h */, + 447159645A01468EB6BDD1D7 /* ../Play-/deps/Framework/include/filesystem_def.h */, + F6B1EE22C2084ADFBAE5E610 /* ../Play-/deps/Framework/include/layout/FlatLayout.h */, + 87C066A0D8F5433F9DE5C31C /* ../Play-/deps/Framework/include/layout/GridLayout.h */, + 6B6E587BC59E453F8F67A80C /* ../Play-/deps/Framework/include/layout/HorizontalLayout.h */, + 98663710DD9242D0B5EFDB14 /* ../Play-/deps/Framework/include/layout/LayoutBase.h */, + AA39D23D3179458EB0879040 /* ../Play-/deps/Framework/include/layout/LayoutBaseItem.h */, + 075207AD27244B3992741319 /* ../Play-/deps/Framework/include/layout/LayoutObject.h */, + B1C42184BCF0412EA62A7D7D /* ../Play-/deps/Framework/include/layout/LayoutStretch.h */, + 19932B0DE7834C34B556431D /* ../Play-/deps/Framework/include/layout/VerticalLayout.h */, + AE5AB8C87B7C43498F489DD6 /* ../Play-/deps/Framework/include/maybe_unused.h */, + C9AF41C6BE194BDCA04B091D /* ../Play-/deps/Framework/include/nodiscard.h */, + 0E6E0F72BBA94961B560D48C /* ../Play-/deps/Framework/include/signal/Signal.h */, + 59BCB3EFF8764CB8AF0782AE /* ../Play-/deps/Framework/include/std_experimental_map.h */, + D398994D14154310A7FBA0FA /* ../Play-/deps/Framework/include/std_experimental_set.h */, + E1FF4C46B5464A79ABE544CF /* ../Play-/deps/Framework/include/zip/ZipArchiveReader.h */, + 98114B7025D14BF787865657 /* ../Play-/deps/Framework/include/zip/ZipArchiveWriter.h */, + CC93B77572E24BA0B5935570 /* ../Play-/deps/Framework/include/zip/ZipDeflateStream.h */, + E75BC446AFEE42659CE42514 /* ../Play-/deps/Framework/include/zip/ZipFile.h */, + 0081D4E333CA4D559C57DFD7 /* ../Play-/deps/Framework/include/zip/ZipInflateStream.h */, + E75B35CDBF6D4376BDB1D69F /* ../Play-/deps/Framework/include/zip/ZipStoreStream.h */, ); name = "Header Files"; sourceTree = ""; @@ -2457,7 +2457,7 @@ 52A6C4D17827465CAFE729DE /* Resources */ = { isa = PBXGroup; children = ( - 690EE611B2314B91B6507EA3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeFiles/Framework_Amazon.dir/Info.plist */, + 690EE611B2314B91B6507EA3 /* ../cmake/Source/ui_ios/Source/FrameworkAmazon/CMakeFiles/Framework_Amazon.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -2465,46 +2465,46 @@ 56A2D2BD03EF4E87B9D23ABD /* Source Files */ = { isa = PBXGroup; children = ( - 1CE31718C1094AE5BA5CB61B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/AArch32Assembler.cpp */, - 1F5800172DEB40A3BA8C2590 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/AArch64Assembler.cpp */, - 4B7D5519081842B4ADE56E94 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/CoffObjectFile.cpp */, - 6B68CE53300D4094B88A9685 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter.cpp */, - 9EA6427F1A7340F195718807 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen.cpp */, - E9B1CDED5EFD4EAE9F6EE8F8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGenFactory.cpp */, - 41EDB5EAA109456CB59515DA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32.cpp */, - B763B80DCAD740A7B491BA7F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_64.cpp */, - 56D305D4B17B4BD6BFC28B74 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Fpu.cpp */, - 4D33D9DB7E884A87A6EEFFB8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Md.cpp */, - E40981C1B66548339DE08ECB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64.cpp */, - 571E5E4C0F4A441EA3489F41 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_64.cpp */, - F32FA803CBC347848B8B13A6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Fpu.cpp */, - 79F2F4B5B9294A969B630707 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Md.cpp */, - 9CFD08CCD3774E98BC99E5C0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm.cpp */, - BDAF95E3D6F14E46B8AE0660 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_64.cpp */, - EDFB1F7F370A428BB50EC9D9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Fpu.cpp */, - 7CB21B9350C546A2AC4D62CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Md.cpp */, - 97E578A89DE7482DAE83B710 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86.cpp */, - 25700BCDAF9240B6B85251C8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_32.cpp */, - 35C785F63BB640F78C53930A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_64.cpp */, - 863CF041C5AA4AF0BE8A108B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu.cpp */, - 21C20AB6453940D894B99F6B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Avx.cpp */, - A388F7F32AFA44C0B001F612 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Sse.cpp */, - F2A69D51090247C093B0D1EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md.cpp */, - 867C96AD38884238A3AC81BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md_Avx.cpp */, - 620D46798F0D4F46A95757C8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_Optimize.cpp */, - 98563BC495EF456C9597C993 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_RegAlloc.cpp */, - EBC3191B1A7A42AA94EF050F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_Statement.cpp */, - 45FB5EE4C2E749F78A19FA8F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_SymbolTable.cpp */, - 8E9D3A0962AC437F935C31A5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/LiteralPool.cpp */, - 045ABFBC551A4C60807E1D12 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/MachoObjectFile.cpp */, - CD03F059455B4A9D9640BD44 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/MemoryFunction.cpp */, - 133F5B03875C40C2ACCF2900 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/ObjectFile.cpp */, - C79D588860C44CBC80C3E598 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/WasmModuleBuilder.cpp */, - 099416DAAA5C489BBAD3F829 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler.cpp */, - 22B362857D82440AB2D43C38 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Avx.cpp */, - E651049CAFAC44958D8DF3D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Fpu.cpp */, - 6348408C0D8A4C4AB8538282 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Sse.cpp */, - DC605643E1B244F1A6054D59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86CpuFeatures.cpp */, + 1CE31718C1094AE5BA5CB61B /* ../Play-/deps/CodeGen/src/AArch32Assembler.cpp */, + 1F5800172DEB40A3BA8C2590 /* ../Play-/deps/CodeGen/src/AArch64Assembler.cpp */, + 4B7D5519081842B4ADE56E94 /* ../Play-/deps/CodeGen/src/CoffObjectFile.cpp */, + 6B68CE53300D4094B88A9685 /* ../Play-/deps/CodeGen/src/Jitter.cpp */, + 9EA6427F1A7340F195718807 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen.cpp */, + E9B1CDED5EFD4EAE9F6EE8F8 /* ../Play-/deps/CodeGen/src/Jitter_CodeGenFactory.cpp */, + 41EDB5EAA109456CB59515DA /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32.cpp */, + B763B80DCAD740A7B491BA7F /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_64.cpp */, + 56D305D4B17B4BD6BFC28B74 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Fpu.cpp */, + 4D33D9DB7E884A87A6EEFFB8 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Md.cpp */, + E40981C1B66548339DE08ECB /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64.cpp */, + 571E5E4C0F4A441EA3489F41 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_64.cpp */, + F32FA803CBC347848B8B13A6 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Fpu.cpp */, + 79F2F4B5B9294A969B630707 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Md.cpp */, + 9CFD08CCD3774E98BC99E5C0 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm.cpp */, + BDAF95E3D6F14E46B8AE0660 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_64.cpp */, + EDFB1F7F370A428BB50EC9D9 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Fpu.cpp */, + 7CB21B9350C546A2AC4D62CF /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Md.cpp */, + 97E578A89DE7482DAE83B710 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86.cpp */, + 25700BCDAF9240B6B85251C8 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_32.cpp */, + 35C785F63BB640F78C53930A /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_64.cpp */, + 863CF041C5AA4AF0BE8A108B /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu.cpp */, + 21C20AB6453940D894B99F6B /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Avx.cpp */, + A388F7F32AFA44C0B001F612 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Sse.cpp */, + F2A69D51090247C093B0D1EE /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md.cpp */, + 867C96AD38884238A3AC81BF /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md_Avx.cpp */, + 620D46798F0D4F46A95757C8 /* ../Play-/deps/CodeGen/src/Jitter_Optimize.cpp */, + 98563BC495EF456C9597C993 /* ../Play-/deps/CodeGen/src/Jitter_RegAlloc.cpp */, + EBC3191B1A7A42AA94EF050F /* ../Play-/deps/CodeGen/src/Jitter_Statement.cpp */, + 45FB5EE4C2E749F78A19FA8F /* ../Play-/deps/CodeGen/src/Jitter_SymbolTable.cpp */, + 8E9D3A0962AC437F935C31A5 /* ../Play-/deps/CodeGen/src/LiteralPool.cpp */, + 045ABFBC551A4C60807E1D12 /* ../Play-/deps/CodeGen/src/MachoObjectFile.cpp */, + CD03F059455B4A9D9640BD44 /* ../Play-/deps/CodeGen/src/MemoryFunction.cpp */, + 133F5B03875C40C2ACCF2900 /* ../Play-/deps/CodeGen/src/ObjectFile.cpp */, + C79D588860C44CBC80C3E598 /* ../Play-/deps/CodeGen/src/WasmModuleBuilder.cpp */, + 099416DAAA5C489BBAD3F829 /* ../Play-/deps/CodeGen/src/X86Assembler.cpp */, + 22B362857D82440AB2D43C38 /* ../Play-/deps/CodeGen/src/X86Assembler_Avx.cpp */, + E651049CAFAC44958D8DF3D4 /* ../Play-/deps/CodeGen/src/X86Assembler_Fpu.cpp */, + 6348408C0D8A4C4AB8538282 /* ../Play-/deps/CodeGen/src/X86Assembler_Sse.cpp */, + DC605643E1B244F1A6054D59 /* ../Play-/deps/CodeGen/src/X86CpuFeatures.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -2512,17 +2512,17 @@ 581C6551FB454E95863AA7AC /* Header Files */ = { isa = PBXGroup; children = ( - D730641A11FE450A90D5DF1F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.h */, - E1F8289E246E4847AAFC3B94 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.h */, - 382A56520CCC4B5A824C3A87 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/gzguts.h */, - 6E0918C68201414294ADA3DF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.h */, - 68D834A08FEF4BBFA4B09731 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffixed.h */, - 459D7EEFBB5240938020B5B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.h */, - D3E18728EA544280AFE47000 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.h */, - 4333EA1F78404735989C4717 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.h */, - 8122D6BD8F864EFDBCA72A28 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zlib.h */, - 519F3A61B2BD4A9EBCD1E464 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.h */, - E2E99FB3B2374FBCBAF3F072 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h */, + D730641A11FE450A90D5DF1F /* ../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.h */, + E1F8289E246E4847AAFC3B94 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.h */, + 382A56520CCC4B5A824C3A87 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/gzguts.h */, + 6E0918C68201414294ADA3DF /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.h */, + 68D834A08FEF4BBFA4B09731 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffixed.h */, + 459D7EEFBB5240938020B5B2 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.h */, + D3E18728EA544280AFE47000 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.h */, + 4333EA1F78404735989C4717 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/trees.h */, + 8122D6BD8F864EFDBCA72A28 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zlib.h */, + 519F3A61B2BD4A9EBCD1E464 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.h */, + E2E99FB3B2374FBCBAF3F072 /* ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h */, ); name = "Header Files"; sourceTree = ""; @@ -2532,7 +2532,7 @@ children = ( 3F846CC9EC5C487D9715A7B9 /* Source Files */, E944B8058D234C7B8892BCF7 /* Resources */, - 3AEDC8A8150D446B897A2768 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/tests/CMakeLists.txt */, + 3AEDC8A8150D446B897A2768 /* ../Play-/deps/libchdr/tests/CMakeLists.txt */, ); name = "chdr-benchmark"; sourceTree = ""; @@ -2540,40 +2540,40 @@ 5CCF8ACD97284051BB0CAF66 /* Header Files */ = { isa = PBXGroup; children = ( - 14497343E4EC4C218ED94670 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/AArch32Assembler.h */, - B0B7FE8398324D4F9AE41742 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/AArch64Assembler.h */, - AA1E08FBCBD94F44842C7D70 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/ArrayStack.h */, - B018F82E7B9948E2863A8FB0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/CoffDefs.h */, - 803D696CE1FA4DE9A4FDF26C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/CoffObjectFile.h */, - B00E131B16B945FAB336C127 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter.h */, - D9E3494147A64B8D8D3D5723 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen.h */, - 742244B5A21F427D89F4AE95 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGenFactory.h */, - 2E72FE6355984AA39EA6FF29 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_AArch32.h */, - 0E3CC217E3D149D08463E63B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_AArch64.h */, - 2824DACD8CB34A479E5818EB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_Wasm.h */, - AEA2E28E5EA24437B99EB3F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86.h */, - B4DC98044EFD4DF6926EA2FF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86_32.h */, - D8C538D0A7424AC7A7821D2C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_CodeGen_x86_64.h */, - 75D8B9BF43AF49F1BA0A1AC7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_Statement.h */, - C8EE12D8EC2F42268E86E697 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_Symbol.h */, - 02C43150081D499D8F1EA673 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_SymbolRef.h */, - 76320145DE9A4A8E89A0CB31 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Jitter_SymbolTable.h */, - 975C8C5D139E4217B995C6D7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/Literal128.h */, - 8AA2E921F6074343908DC84E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/LiteralPool.h */, - 306F0D3773B74C41A35D04D9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MachoDefs.h */, - 7E724D9BA1144F258BB5F0B8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MachoObjectFile.h */, - 58C3EBAE593D407090A74E64 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/MemoryFunction.h */, - BE150612D74C405897F6135B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/ObjectFile.h */, - D611E3C6C9CF4905AF1477AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/WasmDefs.h */, - E36BF3DA94A742FEB6A10A95 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/WasmModuleBuilder.h */, - 276CE5AC97E645BB8A6C4221 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/X86Assembler.h */, - 93422531C68F4E1A922A203B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/include/X86CpuFeatures.h */, - D23EB4A0F72848F48AE25C13 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Div.h */, - F55BE6AAA3AE4AAFBF5ACA93 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_LoadStore.h */, - 87206B0ECF904DCD910D20AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Alu.h */, - 43E70300A322404DBC1EE06B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Div.h */, - AF11E92DEB2F47DD9344BEC5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Mul.h */, - 5967A87B7D264810A11A1622 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Shift.h */, + 14497343E4EC4C218ED94670 /* ../Play-/deps/CodeGen/include/AArch32Assembler.h */, + B0B7FE8398324D4F9AE41742 /* ../Play-/deps/CodeGen/include/AArch64Assembler.h */, + AA1E08FBCBD94F44842C7D70 /* ../Play-/deps/CodeGen/include/ArrayStack.h */, + B018F82E7B9948E2863A8FB0 /* ../Play-/deps/CodeGen/include/CoffDefs.h */, + 803D696CE1FA4DE9A4FDF26C /* ../Play-/deps/CodeGen/include/CoffObjectFile.h */, + B00E131B16B945FAB336C127 /* ../Play-/deps/CodeGen/include/Jitter.h */, + D9E3494147A64B8D8D3D5723 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen.h */, + 742244B5A21F427D89F4AE95 /* ../Play-/deps/CodeGen/include/Jitter_CodeGenFactory.h */, + 2E72FE6355984AA39EA6FF29 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_AArch32.h */, + 0E3CC217E3D149D08463E63B /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_AArch64.h */, + 2824DACD8CB34A479E5818EB /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_Wasm.h */, + AEA2E28E5EA24437B99EB3F5 /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_x86.h */, + B4DC98044EFD4DF6926EA2FF /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_x86_32.h */, + D8C538D0A7424AC7A7821D2C /* ../Play-/deps/CodeGen/include/Jitter_CodeGen_x86_64.h */, + 75D8B9BF43AF49F1BA0A1AC7 /* ../Play-/deps/CodeGen/include/Jitter_Statement.h */, + C8EE12D8EC2F42268E86E697 /* ../Play-/deps/CodeGen/include/Jitter_Symbol.h */, + 02C43150081D499D8F1EA673 /* ../Play-/deps/CodeGen/include/Jitter_SymbolRef.h */, + 76320145DE9A4A8E89A0CB31 /* ../Play-/deps/CodeGen/include/Jitter_SymbolTable.h */, + 975C8C5D139E4217B995C6D7 /* ../Play-/deps/CodeGen/include/Literal128.h */, + 8AA2E921F6074343908DC84E /* ../Play-/deps/CodeGen/include/LiteralPool.h */, + 306F0D3773B74C41A35D04D9 /* ../Play-/deps/CodeGen/include/MachoDefs.h */, + 7E724D9BA1144F258BB5F0B8 /* ../Play-/deps/CodeGen/include/MachoObjectFile.h */, + 58C3EBAE593D407090A74E64 /* ../Play-/deps/CodeGen/include/MemoryFunction.h */, + BE150612D74C405897F6135B /* ../Play-/deps/CodeGen/include/ObjectFile.h */, + D611E3C6C9CF4905AF1477AC /* ../Play-/deps/CodeGen/include/WasmDefs.h */, + E36BF3DA94A742FEB6A10A95 /* ../Play-/deps/CodeGen/include/WasmModuleBuilder.h */, + 276CE5AC97E645BB8A6C4221 /* ../Play-/deps/CodeGen/include/X86Assembler.h */, + 93422531C68F4E1A922A203B /* ../Play-/deps/CodeGen/include/X86CpuFeatures.h */, + D23EB4A0F72848F48AE25C13 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Div.h */, + F55BE6AAA3AE4AAFBF5ACA93 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_LoadStore.h */, + 87206B0ECF904DCD910D20AC /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Alu.h */, + 43E70300A322404DBC1EE06B /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Div.h */, + AF11E92DEB2F47DD9344BEC5 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Mul.h */, + 5967A87B7D264810A11A1622 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Shift.h */, ); name = "Header Files"; sourceTree = ""; @@ -2581,7 +2581,7 @@ 5DC6E43E1F3A464EA2C5599E /* Resources */ = { isa = PBXGroup; children = ( - D13D022868024E11AEE95C17 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */, + D13D022868024E11AEE95C17 /* ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -2589,7 +2589,7 @@ 5DEC9D3E507D4C02A3611843 /* Resources */ = { isa = PBXGroup; children = ( - 4153F522A0774C219964AB98 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist */, + 4153F522A0774C219964AB98 /* ../cmake/Source/ui_ios/Source/FrameworkHttp/CMakeFiles/Framework_Http.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -2600,7 +2600,7 @@ 56A2D2BD03EF4E87B9D23ABD /* Source Files */, 5CCF8ACD97284051BB0CAF66 /* Header Files */, 22D03E3CEDD842AFA9ACC84F /* Resources */, - 30129DB68DF84A5CBC30912C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/CMakeLists.txt */, + 30129DB68DF84A5CBC30912C /* ../Play-/deps/CodeGen/build_cmake/CMakeLists.txt */, ); name = CodeGen; sourceTree = ""; @@ -2608,11 +2608,11 @@ 64C8B0AF5AAB429F9786D362 /* Source Files */ = { isa = PBXGroup; children = ( - DA49BEDDA6534C8696D88750 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_bitstream.c */, - 405891A957EA4CF09E41FA47 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_cdrom.c */, - 3D03E0EE43FD4E2F87F5F0E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_chd.c */, - A83F8DC012754695AA21ED76 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_flac.c */, - F3BB5BBFD1904F878C6AAE76 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_huffman.c */, + DA49BEDDA6534C8696D88750 /* ../Play-/deps/libchdr/src/libchdr_bitstream.c */, + 405891A957EA4CF09E41FA47 /* ../Play-/deps/libchdr/src/libchdr_cdrom.c */, + 3D03E0EE43FD4E2F87F5F0E0 /* ../Play-/deps/libchdr/src/libchdr_chd.c */, + A83F8DC012754695AA21ED76 /* ../Play-/deps/libchdr/src/libchdr_flac.c */, + F3BB5BBFD1904F878C6AAE76 /* ../Play-/deps/libchdr/src/libchdr_huffman.c */, ); name = "Source Files"; sourceTree = ""; @@ -2627,59 +2627,59 @@ 69D3F44A8D5A4FB880763A33 /* Source Files */ = { isa = PBXGroup; children = ( - EE18DC279C3D4FFA9A6FBE8B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest.cpp */, - BACEC04053B944868E54838E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest2.cpp */, - 142C81C84DB14F4A8CF36722 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Alu64Test.cpp */, - 7C89248751EE4822AB7BBE1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Call64Test.cpp */, - 1320872AE0AE4FF0B01D9968 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Cmp64Test.cpp */, - 4CF064DFAEE248179FCFB9F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CompareTest.cpp */, - CBA9272669924C188C5BEE13 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ConditionTest.cpp */, - B017F3F7384E4C5790B47ABF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Crc32Test.cpp */, - B2BFBFC1C89D43C4A9CBCEE4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CursorTest.cpp */, - 95ABB9D21F824AB09BDBD9A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/DivTest.cpp */, - 1E7D07F327C14D7391CCAEEF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ExternJumpTest.cpp */, - DE47B46581EC4EC1A1B45EC8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpClampTest.cpp */, - 2C5AA4CF2F2C4B0BA3641D5E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpIntMixTest.cpp */, - B423A5D233B64B4A81461ABE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpuTest.cpp */, - 03C0ECA03F2C470EA0D75FFA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/GotoTest.cpp */, - FD985389029B48A89B6DC089 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTest.cpp */, - 860B91AD5DB541CBA4114DD6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTestLiteral.cpp */, - 45DCA979D8C8483F976919CC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Logic64Test.cpp */, - 24CC35C303DD4663B229AEA9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LogicTest.cpp */, - 58D9CF8C6E734049A8B15090 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LoopTest.cpp */, - 52F8977427CE431294D0A765 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LzcTest.cpp */, - E6CF9CF3561A4994B18AE926 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Main.cpp */, - 7AEB92C0BF6F41109263AFF6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdAddTest.cpp */, - BA272900AD7C496FAE8CCDAC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCallTest.cpp */, - DC9EB0BEA5514717B90C306B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCmpTest.cpp */, - 13727826DF024FB1BDA9E825 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpFlagTest.cpp */, - ED968393A5E14DAAA965253C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpTest.cpp */, - E71F797C48A14EB783DDBE57 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdLogicTest.cpp */, - 4B3E72CC12024ADE8B46B6F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdManipTest.cpp */, - 0BF0874CB91E42FCA41B51A9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMemAccessTest.cpp */, - 950FD03DD121474284A522C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMinMaxTest.cpp */, - 6A3CF548E23449EFA0C12649 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdShiftTest.cpp */, - BAF3E194B46D47E98EA00EDC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdSubTest.cpp */, - 9DC4D214125F499BBBD7E614 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdTest.cpp */, - 4255085E0FF44E1AA2B434DA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdUnpackTest.cpp */, - 762287D371824416A056E1C2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess16Test.cpp */, - 136B72CCF4B7484CA89D282C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess64Test.cpp */, - A2C7C0575D6D49EB98D00B40 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess8Test.cpp */, - A06E83317C424351A219429F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessIdxTest.cpp */, - AB8C8C8998814CAFB48C4143 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessRefTest.cpp */, - E3AFCFA1D72B417CA58E469D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessTest.cpp */, - 5AAF5EE7AFD944D6980D224D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Merge64Test.cpp */, - D60EFEDF8D934DA08809D77E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MultTest.cpp */, - FFC63859BBDA4F0E9BA08D20 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/NestedIfTest.cpp */, - D8B12E229F24481CABF768B9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest.cpp */, - 6119B67CB72A477E9799C9BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest2.cpp */, - 444B07FE438146779A687126 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest3.cpp */, - 6EE50ED6A3DB420FA56FE6EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTempTest.cpp */, - E499EA3BA958461191584CA8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTest.cpp */, - 7BF938815D16428B90E60ABA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ReorderAddTest.cpp */, - 1F8DA844992E4D56900E9109 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Shift64Test.cpp */, - 426511A516164BFDB1B007EB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ShiftTest.cpp */, - 629525A0F21B4938B71DF2D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/SimpleMdTest.cpp */, + EE18DC279C3D4FFA9A6FBE8B /* ../Play-/deps/CodeGen/tests/AliasTest.cpp */, + BACEC04053B944868E54838E /* ../Play-/deps/CodeGen/tests/AliasTest2.cpp */, + 142C81C84DB14F4A8CF36722 /* ../Play-/deps/CodeGen/tests/Alu64Test.cpp */, + 7C89248751EE4822AB7BBE1B /* ../Play-/deps/CodeGen/tests/Call64Test.cpp */, + 1320872AE0AE4FF0B01D9968 /* ../Play-/deps/CodeGen/tests/Cmp64Test.cpp */, + 4CF064DFAEE248179FCFB9F0 /* ../Play-/deps/CodeGen/tests/CompareTest.cpp */, + CBA9272669924C188C5BEE13 /* ../Play-/deps/CodeGen/tests/ConditionTest.cpp */, + B017F3F7384E4C5790B47ABF /* ../Play-/deps/CodeGen/tests/Crc32Test.cpp */, + B2BFBFC1C89D43C4A9CBCEE4 /* ../Play-/deps/CodeGen/tests/CursorTest.cpp */, + 95ABB9D21F824AB09BDBD9A9 /* ../Play-/deps/CodeGen/tests/DivTest.cpp */, + 1E7D07F327C14D7391CCAEEF /* ../Play-/deps/CodeGen/tests/ExternJumpTest.cpp */, + DE47B46581EC4EC1A1B45EC8 /* ../Play-/deps/CodeGen/tests/FpClampTest.cpp */, + 2C5AA4CF2F2C4B0BA3641D5E /* ../Play-/deps/CodeGen/tests/FpIntMixTest.cpp */, + B423A5D233B64B4A81461ABE /* ../Play-/deps/CodeGen/tests/FpuTest.cpp */, + 03C0ECA03F2C470EA0D75FFA /* ../Play-/deps/CodeGen/tests/GotoTest.cpp */, + FD985389029B48A89B6DC089 /* ../Play-/deps/CodeGen/tests/HugeJumpTest.cpp */, + 860B91AD5DB541CBA4114DD6 /* ../Play-/deps/CodeGen/tests/HugeJumpTestLiteral.cpp */, + 45DCA979D8C8483F976919CC /* ../Play-/deps/CodeGen/tests/Logic64Test.cpp */, + 24CC35C303DD4663B229AEA9 /* ../Play-/deps/CodeGen/tests/LogicTest.cpp */, + 58D9CF8C6E734049A8B15090 /* ../Play-/deps/CodeGen/tests/LoopTest.cpp */, + 52F8977427CE431294D0A765 /* ../Play-/deps/CodeGen/tests/LzcTest.cpp */, + E6CF9CF3561A4994B18AE926 /* ../Play-/deps/CodeGen/tests/Main.cpp */, + 7AEB92C0BF6F41109263AFF6 /* ../Play-/deps/CodeGen/tests/MdAddTest.cpp */, + BA272900AD7C496FAE8CCDAC /* ../Play-/deps/CodeGen/tests/MdCallTest.cpp */, + DC9EB0BEA5514717B90C306B /* ../Play-/deps/CodeGen/tests/MdCmpTest.cpp */, + 13727826DF024FB1BDA9E825 /* ../Play-/deps/CodeGen/tests/MdFpFlagTest.cpp */, + ED968393A5E14DAAA965253C /* ../Play-/deps/CodeGen/tests/MdFpTest.cpp */, + E71F797C48A14EB783DDBE57 /* ../Play-/deps/CodeGen/tests/MdLogicTest.cpp */, + 4B3E72CC12024ADE8B46B6F5 /* ../Play-/deps/CodeGen/tests/MdManipTest.cpp */, + 0BF0874CB91E42FCA41B51A9 /* ../Play-/deps/CodeGen/tests/MdMemAccessTest.cpp */, + 950FD03DD121474284A522C9 /* ../Play-/deps/CodeGen/tests/MdMinMaxTest.cpp */, + 6A3CF548E23449EFA0C12649 /* ../Play-/deps/CodeGen/tests/MdShiftTest.cpp */, + BAF3E194B46D47E98EA00EDC /* ../Play-/deps/CodeGen/tests/MdSubTest.cpp */, + 9DC4D214125F499BBBD7E614 /* ../Play-/deps/CodeGen/tests/MdTest.cpp */, + 4255085E0FF44E1AA2B434DA /* ../Play-/deps/CodeGen/tests/MdUnpackTest.cpp */, + 762287D371824416A056E1C2 /* ../Play-/deps/CodeGen/tests/MemAccess16Test.cpp */, + 136B72CCF4B7484CA89D282C /* ../Play-/deps/CodeGen/tests/MemAccess64Test.cpp */, + A2C7C0575D6D49EB98D00B40 /* ../Play-/deps/CodeGen/tests/MemAccess8Test.cpp */, + A06E83317C424351A219429F /* ../Play-/deps/CodeGen/tests/MemAccessIdxTest.cpp */, + AB8C8C8998814CAFB48C4143 /* ../Play-/deps/CodeGen/tests/MemAccessRefTest.cpp */, + E3AFCFA1D72B417CA58E469D /* ../Play-/deps/CodeGen/tests/MemAccessTest.cpp */, + 5AAF5EE7AFD944D6980D224D /* ../Play-/deps/CodeGen/tests/Merge64Test.cpp */, + D60EFEDF8D934DA08809D77E /* ../Play-/deps/CodeGen/tests/MultTest.cpp */, + FFC63859BBDA4F0E9BA08D20 /* ../Play-/deps/CodeGen/tests/NestedIfTest.cpp */, + D8B12E229F24481CABF768B9 /* ../Play-/deps/CodeGen/tests/RandomAluTest.cpp */, + 6119B67CB72A477E9799C9BA /* ../Play-/deps/CodeGen/tests/RandomAluTest2.cpp */, + 444B07FE438146779A687126 /* ../Play-/deps/CodeGen/tests/RandomAluTest3.cpp */, + 6EE50ED6A3DB420FA56FE6EE /* ../Play-/deps/CodeGen/tests/RegAllocTempTest.cpp */, + E499EA3BA958461191584CA8 /* ../Play-/deps/CodeGen/tests/RegAllocTest.cpp */, + 7BF938815D16428B90E60ABA /* ../Play-/deps/CodeGen/tests/ReorderAddTest.cpp */, + 1F8DA844992E4D56900E9109 /* ../Play-/deps/CodeGen/tests/Shift64Test.cpp */, + 426511A516164BFDB1B007EB /* ../Play-/deps/CodeGen/tests/ShiftTest.cpp */, + 629525A0F21B4938B71DF2D8 /* ../Play-/deps/CodeGen/tests/SimpleMdTest.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -2697,7 +2697,7 @@ 1C1BBFC6716D4801BB36F651 /* Source Files */, C146DE37240641869A323788 /* Header Files */, 52A6C4D17827465CAFE729DE /* Resources */, - 9C08DEAC6B2C4623B9FF56B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkAmazon/CMakeLists.txt */, + 9C08DEAC6B2C4623B9FF56B7 /* ../Play-/deps/Framework/build_cmake/FrameworkAmazon/CMakeLists.txt */, ); name = Framework_Amazon; sourceTree = ""; @@ -2705,7 +2705,7 @@ 7859985B9B124E20A4CE09C7 /* Source Files */ = { isa = PBXGroup; children = ( - 8B4A17C59B1A441DBF6A60D2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/xxhash.c */, + 8B4A17C59B1A441DBF6A60D2 /* ../Play-/deps/Dependencies/xxHash/xxhash.c */, ); name = "Source Files"; sourceTree = ""; @@ -2713,7 +2713,7 @@ 7ABCB75E32DE485380541DF2 /* Resources */ = { isa = PBXGroup; children = ( - 5EBFD16BEB5048D3A3D7C117 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CMakeFiles/PlayCore.dir/Info.plist */, + 5EBFD16BEB5048D3A3D7C117 /* ../cmake/Source/ui_ios/Source/CMakeFiles/PlayCore.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -2721,7 +2721,7 @@ 7BC3EDA2BD4D49EAA67C6D6D /* Resources */ = { isa = PBXGroup; children = ( - E96D3C7911264CE19A88FB0E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/CMakeFiles/Framework.dir/Info.plist */, + E96D3C7911264CE19A88FB0E /* ../cmake/Source/ui_ios/Source/Framework/CMakeFiles/Framework.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -2731,7 +2731,7 @@ children = ( AF97E21D441449DD96A1B064 /* Source Files */, 266F45AE269D4FADBBD87F86 /* Resources */, - EBFD97E89ADA4A9C9AD9807B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt */, + EBFD97E89ADA4A9C9AD9807B /* ../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/CMakeLists.txt */, ); name = libzstd_zlibwrapper_static; sourceTree = ""; @@ -2739,10 +2739,10 @@ 841DF9586DC6400F89527770 /* Source Files */ = { isa = PBXGroup; children = ( - 6C44A61D3D94429BB4ABBF4E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/AppleHttpClient.cpp */, - 09D717FB1F074C6DB4252791 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClient.cpp */, - 2CA86AD334D042EEBA301819 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClientFactory.cpp */, - DFB290786C07431F8A2345D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpServer.cpp */, + 6C44A61D3D94429BB4ABBF4E /* ../Play-/deps/Framework/src/http/AppleHttpClient.cpp */, + 09D717FB1F074C6DB4252791 /* ../Play-/deps/Framework/src/http/HttpClient.cpp */, + 2CA86AD334D042EEBA301819 /* ../Play-/deps/Framework/src/http/HttpClientFactory.cpp */, + DFB290786C07431F8A2345D4 /* ../Play-/deps/Framework/src/http/HttpServer.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -2750,69 +2750,69 @@ 89F49418C5234D2E8840BD9C /* Source Files */ = { isa = PBXGroup; children = ( - 599C5F08EB624AF18E359E3E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Base64.cpp */, - 3FC5619D847647BDB8CE959A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/BitStream.cpp */, - 4DF6961D28304DB187F7E2FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Config.cpp */, - 914E894E317342C0A992F555 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Csv.cpp */, - 3ABC0BCD194B4EA88CCF8BC1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/FilesystemUtils.cpp */, - 7F816D5C920B4D5FB9332148 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/HashUtils.cpp */, - 0AE1652CD72141D6806A8830 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/LzAri.cpp */, - 9280728F0D534C10B5A74914 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/MemStream.cpp */, - 2C41D09C7BF24EA784A24E71 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/PathUtils.cpp */, - 875A8055E71C494BB1849FB2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/PtrStream.cpp */, - 930F1A6F54E44A4F85B57DB6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/SocketStream.cpp */, - 0249B4D90DEB426886ADAF02 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StdStream.cpp */, - 465B6065611048D29AADA29D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Stream.cpp */, - 751B0E09DA1341E2A92D825F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StreamBitStream.cpp */, - E30AD65197564F0994F6EA36 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StringUtils.cpp */, - 8078761CC29D4F3CB675C3F9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/ThreadPool.cpp */, - DF0C151E74894CC58677DABE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/ThreadUtils.cpp */, - F7DAEC9C67404B7EAF1F507E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Url.cpp */, - 5531936BBC88481098B5883A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Utf8.cpp */, - 1E2ECB5CD4E6473DBE612879 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/BMP.cpp */, - 77C29AFD11534805BFC1824A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/Bitmap.cpp */, - 426142D15B004C8C8057170A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/JPEG.cpp */, - 89C75ACFF5F14AC195EC0FAF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/PNG.cpp */, - D60EFDA4AB034181AD136843 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/TGA.cpp */, - 4EA39B07F92D472B9123D9E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/idct/IEEE1180.cpp */, - 8AF025B412CD432E8A112657 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/idct/TrivialC.cpp */, - 60E9A4D03EFB432AA9ECC21C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/FlatLayout.cpp */, - C185966D71F34CBBBDE01C23 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/GridLayout.cpp */, - 0314EC3E5DEA41B2965D0FB4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/HorizontalLayout.cpp */, - 8DFC78B0480C42A1AB21F375 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutBase.cpp */, - 450DFC48201C4798BFB3D78E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutBaseItem.cpp */, - 8E41B5E8DEAE4A15B6A02DE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutObject.cpp */, - DC7595F6E777422799194AB7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutStretch.cpp */, - 06A2B3512229452A9104048B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/VerticalLayout.cpp */, - 7F603BE5DC2D44239F3B3AAB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/math/MathStringUtils.cpp */, - 06AD9C81D8EF4CF6A582E03B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/CodedBlockPatternTable.cpp */, - 76FB0E0BC0B643D59690B569 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DcSizeChrominanceTable.cpp */, - 7484B1EF5FED423EB51DF2CD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DcSizeLuminanceTable.cpp */, - F6A5E3CF42064F5ABE826D44 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable.cpp */, - 70364958FE6E4A939F143A15 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable0.cpp */, - 0C88C9476B214E44BDEE8962 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable1.cpp */, - 33BCC301E46D4DE28E9CF9DF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/InverseScanTable.cpp */, - 973B2BAE51E344D3BC0BA552 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockAddressIncrementTable.cpp */, - C9D1D2EBBE274017BC862C1C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypeBTable.cpp */, - A2358D2B1E0041158F1F9045 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypeITable.cpp */, - F79A7B2E995F43D0B83B557B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypePTable.cpp */, - 5CF2F65E976A4FCB846F3119 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MotionCodeTable.cpp */, - 65B89405EB5C42FE8A34A0B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/QuantiserScaleTable.cpp */, - 3E865CC7F616499B87805BE2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/VLCTable.cpp */, - 628AF8EE725947C882C5124F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast.cpp */, - 542D5374EB0540D3A10F3F64 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast_sjis.cpp */, - F088B1E01EEA4411ACA041AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast_win1252.cpp */, - C675F5D236F74EDB8596381E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/FilteringNodeIterator.cpp */, - 58CCBAA707A249DABADF72A0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Node.cpp */, - 984BA76FD6764ED2B1C81FE1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Parser.cpp */, - E18AECDE282242DA939A52CA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Utils.cpp */, - A45037A4C166416894601660 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Writer.cpp */, - 6ED29A806E904D93BE16FE28 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipArchiveReader.cpp */, - DEB5692FDD1B45CFB9BACF7D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipArchiveWriter.cpp */, - 8ED39A54B1BA43C29CCBFCE4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipDeflateStream.cpp */, - 453CF2BBBECF419A9CE20372 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipFile.cpp */, - CB7BEFBC6C004700BF00AAC3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipInflateStream.cpp */, - 68947AB14ADB490DAB13D2C0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipStoreStream.cpp */, + 599C5F08EB624AF18E359E3E /* ../Play-/deps/Framework/src/Base64.cpp */, + 3FC5619D847647BDB8CE959A /* ../Play-/deps/Framework/src/BitStream.cpp */, + 4DF6961D28304DB187F7E2FB /* ../Play-/deps/Framework/src/Config.cpp */, + 914E894E317342C0A992F555 /* ../Play-/deps/Framework/src/Csv.cpp */, + 3ABC0BCD194B4EA88CCF8BC1 /* ../Play-/deps/Framework/src/FilesystemUtils.cpp */, + 7F816D5C920B4D5FB9332148 /* ../Play-/deps/Framework/src/HashUtils.cpp */, + 0AE1652CD72141D6806A8830 /* ../Play-/deps/Framework/src/LzAri.cpp */, + 9280728F0D534C10B5A74914 /* ../Play-/deps/Framework/src/MemStream.cpp */, + 2C41D09C7BF24EA784A24E71 /* ../Play-/deps/Framework/src/PathUtils.cpp */, + 875A8055E71C494BB1849FB2 /* ../Play-/deps/Framework/src/PtrStream.cpp */, + 930F1A6F54E44A4F85B57DB6 /* ../Play-/deps/Framework/src/SocketStream.cpp */, + 0249B4D90DEB426886ADAF02 /* ../Play-/deps/Framework/src/StdStream.cpp */, + 465B6065611048D29AADA29D /* ../Play-/deps/Framework/src/Stream.cpp */, + 751B0E09DA1341E2A92D825F /* ../Play-/deps/Framework/src/StreamBitStream.cpp */, + E30AD65197564F0994F6EA36 /* ../Play-/deps/Framework/src/StringUtils.cpp */, + 8078761CC29D4F3CB675C3F9 /* ../Play-/deps/Framework/src/ThreadPool.cpp */, + DF0C151E74894CC58677DABE /* ../Play-/deps/Framework/src/ThreadUtils.cpp */, + F7DAEC9C67404B7EAF1F507E /* ../Play-/deps/Framework/src/Url.cpp */, + 5531936BBC88481098B5883A /* ../Play-/deps/Framework/src/Utf8.cpp */, + 1E2ECB5CD4E6473DBE612879 /* ../Play-/deps/Framework/src/bitmap/BMP.cpp */, + 77C29AFD11534805BFC1824A /* ../Play-/deps/Framework/src/bitmap/Bitmap.cpp */, + 426142D15B004C8C8057170A /* ../Play-/deps/Framework/src/bitmap/JPEG.cpp */, + 89C75ACFF5F14AC195EC0FAF /* ../Play-/deps/Framework/src/bitmap/PNG.cpp */, + D60EFDA4AB034181AD136843 /* ../Play-/deps/Framework/src/bitmap/TGA.cpp */, + 4EA39B07F92D472B9123D9E0 /* ../Play-/deps/Framework/src/idct/IEEE1180.cpp */, + 8AF025B412CD432E8A112657 /* ../Play-/deps/Framework/src/idct/TrivialC.cpp */, + 60E9A4D03EFB432AA9ECC21C /* ../Play-/deps/Framework/src/layout/FlatLayout.cpp */, + C185966D71F34CBBBDE01C23 /* ../Play-/deps/Framework/src/layout/GridLayout.cpp */, + 0314EC3E5DEA41B2965D0FB4 /* ../Play-/deps/Framework/src/layout/HorizontalLayout.cpp */, + 8DFC78B0480C42A1AB21F375 /* ../Play-/deps/Framework/src/layout/LayoutBase.cpp */, + 450DFC48201C4798BFB3D78E /* ../Play-/deps/Framework/src/layout/LayoutBaseItem.cpp */, + 8E41B5E8DEAE4A15B6A02DE5 /* ../Play-/deps/Framework/src/layout/LayoutObject.cpp */, + DC7595F6E777422799194AB7 /* ../Play-/deps/Framework/src/layout/LayoutStretch.cpp */, + 06A2B3512229452A9104048B /* ../Play-/deps/Framework/src/layout/VerticalLayout.cpp */, + 7F603BE5DC2D44239F3B3AAB /* ../Play-/deps/Framework/src/math/MathStringUtils.cpp */, + 06AD9C81D8EF4CF6A582E03B /* ../Play-/deps/Framework/src/mpeg2/CodedBlockPatternTable.cpp */, + 76FB0E0BC0B643D59690B569 /* ../Play-/deps/Framework/src/mpeg2/DcSizeChrominanceTable.cpp */, + 7484B1EF5FED423EB51DF2CD /* ../Play-/deps/Framework/src/mpeg2/DcSizeLuminanceTable.cpp */, + F6A5E3CF42064F5ABE826D44 /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable.cpp */, + 70364958FE6E4A939F143A15 /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable0.cpp */, + 0C88C9476B214E44BDEE8962 /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable1.cpp */, + 33BCC301E46D4DE28E9CF9DF /* ../Play-/deps/Framework/src/mpeg2/InverseScanTable.cpp */, + 973B2BAE51E344D3BC0BA552 /* ../Play-/deps/Framework/src/mpeg2/MacroblockAddressIncrementTable.cpp */, + C9D1D2EBBE274017BC862C1C /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypeBTable.cpp */, + A2358D2B1E0041158F1F9045 /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypeITable.cpp */, + F79A7B2E995F43D0B83B557B /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypePTable.cpp */, + 5CF2F65E976A4FCB846F3119 /* ../Play-/deps/Framework/src/mpeg2/MotionCodeTable.cpp */, + 65B89405EB5C42FE8A34A0B5 /* ../Play-/deps/Framework/src/mpeg2/QuantiserScaleTable.cpp */, + 3E865CC7F616499B87805BE2 /* ../Play-/deps/Framework/src/mpeg2/VLCTable.cpp */, + 628AF8EE725947C882C5124F /* ../Play-/deps/Framework/src/string_cast.cpp */, + 542D5374EB0540D3A10F3F64 /* ../Play-/deps/Framework/src/string_cast_sjis.cpp */, + F088B1E01EEA4411ACA041AC /* ../Play-/deps/Framework/src/string_cast_win1252.cpp */, + C675F5D236F74EDB8596381E /* ../Play-/deps/Framework/src/xml/FilteringNodeIterator.cpp */, + 58CCBAA707A249DABADF72A0 /* ../Play-/deps/Framework/src/xml/Node.cpp */, + 984BA76FD6764ED2B1C81FE1 /* ../Play-/deps/Framework/src/xml/Parser.cpp */, + E18AECDE282242DA939A52CA /* ../Play-/deps/Framework/src/xml/Utils.cpp */, + A45037A4C166416894601660 /* ../Play-/deps/Framework/src/xml/Writer.cpp */, + 6ED29A806E904D93BE16FE28 /* ../Play-/deps/Framework/src/zip/ZipArchiveReader.cpp */, + DEB5692FDD1B45CFB9BACF7D /* ../Play-/deps/Framework/src/zip/ZipArchiveWriter.cpp */, + 8ED39A54B1BA43C29CCBFCE4 /* ../Play-/deps/Framework/src/zip/ZipDeflateStream.cpp */, + 453CF2BBBECF419A9CE20372 /* ../Play-/deps/Framework/src/zip/ZipFile.cpp */, + CB7BEFBC6C004700BF00AAC3 /* ../Play-/deps/Framework/src/zip/ZipInflateStream.cpp */, + 68947AB14ADB490DAB13D2C0 /* ../Play-/deps/Framework/src/zip/ZipStoreStream.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -2820,7 +2820,7 @@ 8BDE0EE082AA4A13A39165B8 /* Resources */ = { isa = PBXGroup; children = ( - 3622C1A850CC4CF994DD87EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/CMakeFiles/chdr-static.dir/Info.plist */, + 3622C1A850CC4CF994DD87EE /* ../cmake/Source/ui_ios/Source/libchdr/CMakeFiles/chdr-static.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -2838,7 +2838,7 @@ 0DDAF4C813A24155A2919DAD /* Source Files */, 581C6551FB454E95863AA7AC /* Header Files */, 5DC6E43E1F3A464EA2C5599E /* Resources */, - D6BBCD90831A44D1A5C14256 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */, + D6BBCD90831A44D1A5C14256 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */, ); name = zlib; sourceTree = ""; @@ -2846,192 +2846,192 @@ 8E9889B416734DC6AC175935 /* Source Files */ = { isa = PBXGroup; children = ( - 4A52D485239345C09E35BA50 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/AppConfig.cpp */, - 5F3B64D01CD440389F171629 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BasicBlock.cpp */, - DB9DC248C5AF4727834A024C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_FPU.cpp */, - 304C2A6EC2274587B6DF12F2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_FPU_Reflection.cpp */, - AECC7050E6964A16BD000969 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_SCU.cpp */, - E32D73787CBA49A9BEBF2315 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_SCU_Reflection.cpp */, - 1F4FFBC198954575B158FC06 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ControllerInfo.cpp */, - 02310A78CD8143B2878724B6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/DiskUtils.cpp */, - EFBDA45D7AAB4A63B987CF65 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ElfFile.cpp */, - 5C8D41BC354B4F08918D7121 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FpUtils.cpp */, - 6269EE9EBAF8488894F657CD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameDump.cpp */, - E734A884B3CC4B39A0CEBA03 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameLimiter.cpp */, - 45EAD6250ADC479FAC5B1FFE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/DirectoryRecord.cpp */, - 1B001797112348C8B211CA16 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/File.cpp */, - 4C065DEC290840769DD99A88 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/ISO9660.cpp */, - 35DA27680A1F4744AEE92051 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTable.cpp */, - 5607E71E180E4D6880B73954 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTableRecord.cpp */, - BF38EA7640FB40EEAED2B371 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/VolumeDescriptor.cpp */, - B6F9AA70A8274F1A9DF957DA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/InputConfig.cpp */, - 5153527776DE4CFA8D6662CF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Log.cpp */, - C78D531AD3344146993D6352 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV.cpp */, - 5B8D6413F15C4232B8DFDB17 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV_Reflection.cpp */, - 1F5C5A6F006643A58D3607BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV_Templates.cpp */, - 94F86E3129F8492AB8173541 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPS.cpp */, - CB39F4685F4D4C449E79CBA2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAnalysis.cpp */, - DB399C368B504C3586A632C0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSArchitecture.cpp */, - BFF0A46AD200439093CF438F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAssembler.cpp */, - B65D91E5C7024C5CAAF9F3FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSCoprocessor.cpp */, - 5404B19CAF0140928B5E2040 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSInstructionFactory.cpp */, - FD512BF4BAD84FE88CF2853A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSReflection.cpp */, - 3BF9929E4C7E409F899A6D03 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSTags.cpp */, - 0C12B00DF35947B49B02D77A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MailBox.cpp */, - 13F18539B42044DE9530EFAE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryMap.cpp */, - D31E61E2B96847BBA8F3455D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryUtils.cpp */, - 1174FCA2585D4F4BB67A1AF3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsFunctionPatternDb.cpp */, - E6A9C9778808498BB18097D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsJitter.cpp */, - 13C99D7B8406459A899C598F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OpticalMedia.cpp */, - 0D34009B43AB4FF4A6D5D0A4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PH_Generic.cpp */, - D77EB9F85B8A43D3B7438D6E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PS2VM.cpp */, - 7CE696AE3A884159BBEBF001 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadHandler.cpp */, - 76728C2C4E504015A50FF932 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadInterface.cpp */, - 20421A116A654D86B3EC004B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Pch.cpp */, - CC9BCAAAC35341BAAE7C1D86 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Profiler.cpp */, - 78E413BB41DF48EA8C60E313 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScopedVmPauser.cpp */, - 9921C444A11F431D861816D0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScreenShotUtils.cpp */, - E452EB36AEE74F938A67B53A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/VirtualPad.cpp */, - F99D234F918D4EBF9811FBB1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdCdImageStream.cpp */, - 99D8D1AED36E4629BC78C938 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdImageStream.cpp */, - 735213DFCE4C4178B42ED553 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdStreamSupport.cpp */, - F482F03B41F04751B05CC6B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CsoImageStream.cpp */, - 62CD98BACD8E443094E89D46 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CueSheet.cpp */, - A3BFAF6CF34C43B2B9C3B11D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/IszImageStream.cpp */, - 1ABA7DD3ED8B44EAA545BC31 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/MdsDiscImage.cpp */, - BB0C304C163B49D49B22CD29 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/COP_VU.cpp */, - 4778B7528A2A4793B3C404EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/COP_VU_Reflection.cpp */, - CA349EC988124040A623FBD0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/DMAC.cpp */, - 51DC3A1BC2724915AA71E24D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Dmac_Channel.cpp */, - 7B5BB71975BE4D46899CA282 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EEAssembler.cpp */, - 515643BBA0F74E89945BDA25 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeBasicBlock.cpp */, - 78CC55ADED3E40BDA201E6AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeExecutor.cpp */, - B734F09E9A1543D7AF291895 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_IdleEvaluator.cpp */, - E053C659900547789DA9196F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_LibMc2.cpp */, - A1CEA77CBF4F48E58AEB06C4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_SubSystem.cpp */, - E41375FA15F44519AC314732 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpAddTruncate.cpp */, - D06EB89B89B14BC49D04CDE2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpMulTruncate.cpp */, - 5A1FAFB9FAFB446283E29DD8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/GIF.cpp */, - 0251D4F3EA834328B862615C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/INTC.cpp */, - 5DEAC0BA4BDD47BB9B99C09D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU.cpp */, - 5C6A39A92EDE48DB903A21FE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_DmVectorTable.cpp */, - 3CFD3A8B399A4162A3432376 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockAddressIncrementTable.cpp */, - 2A37E70F3E53482EBE752262 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeBTable.cpp */, - FAE43C9209944D3586F6E45D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeITable.cpp */, - 7ECDD1C79292404FB10C22EA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypePTable.cpp */, - E162D426B46144FD9C74B1A6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MotionCodeTable.cpp */, - 227546E9D4474873A86C6B42 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_EE.cpp */, - 453C456A0B8D4542B87B273D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_EE_Reflection.cpp */, - D4E8FA1DD4A24FA98F5E0A56 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU.cpp */, - D6492D07D0C6484FAD491F82 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_Lower.cpp */, - C6AB407E0B9D40008374A25A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_LowerReflection.cpp */, - 5C6CD944E3D345D5BD0F660E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_Upper.cpp */, - 01A6DC741DC243A0BB71D6B1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_UpperReflection.cpp */, - CD1C278119144FBF91339BAF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/PS2OS.cpp */, - 2E929DF9DEE94D02BB3FFB2E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/SIF.cpp */, - 9FF77B5581564C798B5181E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Timer.cpp */, - F6E964EDA7B44104937B82C3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VUShared.cpp */, - 1A73209F36C8475F9721C410 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VUShared_Reflection.cpp */, - F825F0F602F347BE962D5BFD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif.cpp */, - D01D4E1D4BCE48D98B5F732F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif1.cpp */, - 83CCC4D836694D9488233B74 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vpu.cpp */, - 55077B0D0CAA47D4AE9C0E21 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuAnalysis.cpp */, - 4BE7F52CD0BD44A09FA89AF1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuBasicBlock.cpp */, - 3EC9DF0C744A4CA0B59A713A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuExecutor.cpp */, - A26CEF2620B046478F2B0295 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Null.cpp */, - 4DF59B62BB0142D99A700113 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSHandler.cpp */, - A76727FE1C654F0F8F79BE82 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsCachedArea.cpp */, - CF1332AFED774329B2B57CBF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsPixelFormats.cpp */, - FD9DD17965E24A20B87F618E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/ApaReader.cpp */, - 684AE9925AE14A0F9ABF1B48 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/PfsReader.cpp */, - 644F5649C6DF41C8943FECFC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/InputBindingManager.cpp */, - A36DFE767C35423084E5FD57 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/PH_GenericInput.cpp */, - C839BE95B70E4DCDB75FAE3D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ArgumentIterator.cpp */, - 6E4F308B0AF341C3902F4B0B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_ScopedFile.cpp */, - 66393513AC404CBCABC2A788 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/IopBios.cpp */, - 52F490A871494A3CAB1FCE97 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdfsv.cpp */, - 5B52A2DF503046A495FD7DB0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdman.cpp */, - AC84968B567F4A70B77457FD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dev9.cpp */, - 8C29B54457034EE1B94A6B79 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmac.cpp */, - DCB2C21BC6454C828EDEB5B1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_DmacChannel.cpp */, - DE01E5B2BAFE462EB3AA723A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmacman.cpp */, - 2B9A95CFE5424EDFB9984A18 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dynamic.cpp */, - 96AEC43382B046099ED29BCA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIo.cpp */, - C08241825DE546C8A31B7486 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler1000.cpp */, - 159A004E44514DFA9C19A051 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2100.cpp */, - 113E48C3E25E4CC89CE10B01 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2200.cpp */, - 4C343497FE1B4A6E91D926A6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Heaplib.cpp */, - 53E80192280A49F289263272 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ilink.cpp */, - 06623E16F4A945E59813F22F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intc.cpp */, - C020C2E11F99468D928921A5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intrman.cpp */, - 5C49A09708404FB9A9E72D97 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ioman.cpp */, - 39967A81F9324B2984F44751 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_IomanX.cpp */, - 8ED6A2C7BD724D2AA3718F98 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_LibSd.cpp */, - 6AAF198586674913BACD4154 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Loadcore.cpp */, - 226378E2BC6B4E53B28DFAA0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_McServ.cpp */, - 6180BF43C6F141AEAE20FFB2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Modload.cpp */, - 73C414A08F124AF399C53B07 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Module.cpp */, - 4A7CB46CE04E45808FB1154B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_MtapMan.cpp */, - B847D22F411F4D46AC208994 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PadMan.cpp */, - F8B9EAE014BD44B9B104B6DA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PathUtils.cpp */, - 49A097160BC64CD58B95B6C5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PowerOff.cpp */, - EA573743A8BD492E9C757C5E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_RootCounters.cpp */, - F7BBF51B7926432B92D17810 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Secrman.cpp */, - D49232A8279F44FD818873FC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifCmd.cpp */, - C079943510D644A4AFE4C167 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifDynamic.cpp */, - 75D1489AE19044779F9A1040 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifMan.cpp */, - BD4F5295F60B46D682EA199A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManNull.cpp */, - E682C318A1C04CCD8779BCC0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManPs2.cpp */, - F2B163D0F7624C80AC3AC6E1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sio2.cpp */, - 7E6DDD6E50DF4AE0A586C964 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Speed.cpp */, - EDB914742D0640879C4937B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu.cpp */, - EE20E31E3121499DA57A65D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2.cpp */, - 09D956EFEC9041EE8591057B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2_Core.cpp */, - 23F980D501FB4F39B608B2EB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SpuBase.cpp */, - 938E6EDA7E1C4E03805A21EA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Stdio.cpp */, - BFEDE2DB721747FEAD4D2375 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SubSystem.cpp */, - 7366E82425EE4275959807D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysclib.cpp */, - 064B127205EA4581979E3420 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysmem.cpp */, - 24F2CF7BD6CF44E8B8153D5D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thbase.cpp */, - E26992EC99E04DEB83E4C498 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thevent.cpp */, - 39920026751C471D844F2C3D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thfpool.cpp */, - 964CFEF5477F4A30B798FAC2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thmsgbx.cpp */, - CE95BCD45E6B447BB63D6EB9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thsema.cpp */, - 6E68C6F60B8740CB931DB5E8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thvpool.cpp */, - BE3C4991E08D47ECB167BD12 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Timrman.cpp */, - 59A0C3AB16ED4E7A9E79ABA6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Vblank.cpp */, - 811096EA1B184BE8A2CFEB2C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/DirectoryDevice.cpp */, - C40C9C71853E4596860FA5EF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDevice.cpp */, - 2DCAEC297A9440A295A5297E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDumpDevice.cpp */, - 4663252D1E4844409D359547 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/McDumpDevice.cpp */, - FC6B6075F7F945DF80CE9D1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDevice.cpp */, - B8DCC3CA84BE417DB0C32B11 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.cpp */, - AD41F3E0FA054530AB94FAA8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/PathDirectoryIterator.cpp */, - 32D19FE1B4B04224B3062EA7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.cpp */, - 4D06A5F6D345449FA5FF808D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoSys147.cpp */, - B467E9D81F074C4EA26E3E9E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.cpp */, - 9CC9799A24F84CB8A5DC81D2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.cpp */, - 02D6605E0C7D451A9FABD6FC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.cpp */, - FDAC726C2E41414ABA9464A8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.cpp */, - 602E926C6E83451BBCB66D2A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoSys246.cpp */, - A25E2DFE54C94E54BAA0D137 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/psx/PsxBios.cpp */, - F7EDEBD92A3448EE92C67317 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/s3stream/S3ObjectStream.cpp */, - D629EF07C5994BEFB44A60C8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Icon.cpp */, - 7C84AE8FE5B9402E95013559 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/MaxSaveImporter.cpp */, - 1BB4DBBE12354FAEBA7B6DF7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpReader.cpp */, - 578866D2F20948FBB82CD7F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpSaveImporter.cpp */, - 169DAF1B43B94839BBFFA278 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/MemoryCard.cpp */, - 45D0A086618146BC90B6D1D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/PsuSaveImporter.cpp */, - CD24ABCB55AE4E5599725217 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Save.cpp */, - EBB28A4789B44F7FAB3BD289 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveExporter.cpp */, - 6A16D782589C4ECDB4736B10 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporter.cpp */, - 1CEC2D898AAD464F8BB31C3E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporterBase.cpp */, - 77911362EECE4D80AE255135 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/XpsSaveImporter.cpp */, - A67CCDE957F146CAA520FABB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/MemoryStateFile.cpp */, - C69295BD076849EBBAE9E5A3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterState.cpp */, - B38FF2AF1EC648DD89EBC128 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateCollectionFile.cpp */, - B3A545FA01C6486A84EFDCA1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateFile.cpp */, - EC1BE875733D46E785BD4622 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/XmlStateFile.cpp */, + 4A52D485239345C09E35BA50 /* ../Play-/Source/AppConfig.cpp */, + 5F3B64D01CD440389F171629 /* ../Play-/Source/BasicBlock.cpp */, + DB9DC248C5AF4727834A024C /* ../Play-/Source/COP_FPU.cpp */, + 304C2A6EC2274587B6DF12F2 /* ../Play-/Source/COP_FPU_Reflection.cpp */, + AECC7050E6964A16BD000969 /* ../Play-/Source/COP_SCU.cpp */, + E32D73787CBA49A9BEBF2315 /* ../Play-/Source/COP_SCU_Reflection.cpp */, + 1F4FFBC198954575B158FC06 /* ../Play-/Source/ControllerInfo.cpp */, + 02310A78CD8143B2878724B6 /* ../Play-/Source/DiskUtils.cpp */, + EFBDA45D7AAB4A63B987CF65 /* ../Play-/Source/ElfFile.cpp */, + 5C8D41BC354B4F08918D7121 /* ../Play-/Source/FpUtils.cpp */, + 6269EE9EBAF8488894F657CD /* ../Play-/Source/FrameDump.cpp */, + E734A884B3CC4B39A0CEBA03 /* ../Play-/Source/FrameLimiter.cpp */, + 45EAD6250ADC479FAC5B1FFE /* ../Play-/Source/ISO9660/DirectoryRecord.cpp */, + 1B001797112348C8B211CA16 /* ../Play-/Source/ISO9660/File.cpp */, + 4C065DEC290840769DD99A88 /* ../Play-/Source/ISO9660/ISO9660.cpp */, + 35DA27680A1F4744AEE92051 /* ../Play-/Source/ISO9660/PathTable.cpp */, + 5607E71E180E4D6880B73954 /* ../Play-/Source/ISO9660/PathTableRecord.cpp */, + BF38EA7640FB40EEAED2B371 /* ../Play-/Source/ISO9660/VolumeDescriptor.cpp */, + B6F9AA70A8274F1A9DF957DA /* ../Play-/Source/InputConfig.cpp */, + 5153527776DE4CFA8D6662CF /* ../Play-/Source/Log.cpp */, + C78D531AD3344146993D6352 /* ../Play-/Source/MA_MIPSIV.cpp */, + 5B8D6413F15C4232B8DFDB17 /* ../Play-/Source/MA_MIPSIV_Reflection.cpp */, + 1F5C5A6F006643A58D3607BF /* ../Play-/Source/MA_MIPSIV_Templates.cpp */, + 94F86E3129F8492AB8173541 /* ../Play-/Source/MIPS.cpp */, + CB39F4685F4D4C449E79CBA2 /* ../Play-/Source/MIPSAnalysis.cpp */, + DB399C368B504C3586A632C0 /* ../Play-/Source/MIPSArchitecture.cpp */, + BFF0A46AD200439093CF438F /* ../Play-/Source/MIPSAssembler.cpp */, + B65D91E5C7024C5CAAF9F3FB /* ../Play-/Source/MIPSCoprocessor.cpp */, + 5404B19CAF0140928B5E2040 /* ../Play-/Source/MIPSInstructionFactory.cpp */, + FD512BF4BAD84FE88CF2853A /* ../Play-/Source/MIPSReflection.cpp */, + 3BF9929E4C7E409F899A6D03 /* ../Play-/Source/MIPSTags.cpp */, + 0C12B00DF35947B49B02D77A /* ../Play-/Source/MailBox.cpp */, + 13F18539B42044DE9530EFAE /* ../Play-/Source/MemoryMap.cpp */, + D31E61E2B96847BBA8F3455D /* ../Play-/Source/MemoryUtils.cpp */, + 1174FCA2585D4F4BB67A1AF3 /* ../Play-/Source/MipsFunctionPatternDb.cpp */, + E6A9C9778808498BB18097D1 /* ../Play-/Source/MipsJitter.cpp */, + 13C99D7B8406459A899C598F /* ../Play-/Source/OpticalMedia.cpp */, + 0D34009B43AB4FF4A6D5D0A4 /* ../Play-/Source/PH_Generic.cpp */, + D77EB9F85B8A43D3B7438D6E /* ../Play-/Source/PS2VM.cpp */, + 7CE696AE3A884159BBEBF001 /* ../Play-/Source/PadHandler.cpp */, + 76728C2C4E504015A50FF932 /* ../Play-/Source/PadInterface.cpp */, + 20421A116A654D86B3EC004B /* ../Play-/Source/Pch.cpp */, + CC9BCAAAC35341BAAE7C1D86 /* ../Play-/Source/Profiler.cpp */, + 78E413BB41DF48EA8C60E313 /* ../Play-/Source/ScopedVmPauser.cpp */, + 9921C444A11F431D861816D0 /* ../Play-/Source/ScreenShotUtils.cpp */, + E452EB36AEE74F938A67B53A /* ../Play-/Source/VirtualPad.cpp */, + F99D234F918D4EBF9811FBB1 /* ../Play-/Source/discimages/ChdCdImageStream.cpp */, + 99D8D1AED36E4629BC78C938 /* ../Play-/Source/discimages/ChdImageStream.cpp */, + 735213DFCE4C4178B42ED553 /* ../Play-/Source/discimages/ChdStreamSupport.cpp */, + F482F03B41F04751B05CC6B7 /* ../Play-/Source/discimages/CsoImageStream.cpp */, + 62CD98BACD8E443094E89D46 /* ../Play-/Source/discimages/CueSheet.cpp */, + A3BFAF6CF34C43B2B9C3B11D /* ../Play-/Source/discimages/IszImageStream.cpp */, + 1ABA7DD3ED8B44EAA545BC31 /* ../Play-/Source/discimages/MdsDiscImage.cpp */, + BB0C304C163B49D49B22CD29 /* ../Play-/Source/ee/COP_VU.cpp */, + 4778B7528A2A4793B3C404EE /* ../Play-/Source/ee/COP_VU_Reflection.cpp */, + CA349EC988124040A623FBD0 /* ../Play-/Source/ee/DMAC.cpp */, + 51DC3A1BC2724915AA71E24D /* ../Play-/Source/ee/Dmac_Channel.cpp */, + 7B5BB71975BE4D46899CA282 /* ../Play-/Source/ee/EEAssembler.cpp */, + 515643BBA0F74E89945BDA25 /* ../Play-/Source/ee/EeBasicBlock.cpp */, + 78CC55ADED3E40BDA201E6AC /* ../Play-/Source/ee/EeExecutor.cpp */, + B734F09E9A1543D7AF291895 /* ../Play-/Source/ee/Ee_IdleEvaluator.cpp */, + E053C659900547789DA9196F /* ../Play-/Source/ee/Ee_LibMc2.cpp */, + A1CEA77CBF4F48E58AEB06C4 /* ../Play-/Source/ee/Ee_SubSystem.cpp */, + E41375FA15F44519AC314732 /* ../Play-/Source/ee/FpAddTruncate.cpp */, + D06EB89B89B14BC49D04CDE2 /* ../Play-/Source/ee/FpMulTruncate.cpp */, + 5A1FAFB9FAFB446283E29DD8 /* ../Play-/Source/ee/GIF.cpp */, + 0251D4F3EA834328B862615C /* ../Play-/Source/ee/INTC.cpp */, + 5DEAC0BA4BDD47BB9B99C09D /* ../Play-/Source/ee/IPU.cpp */, + 5C6A39A92EDE48DB903A21FE /* ../Play-/Source/ee/IPU_DmVectorTable.cpp */, + 3CFD3A8B399A4162A3432376 /* ../Play-/Source/ee/IPU_MacroblockAddressIncrementTable.cpp */, + 2A37E70F3E53482EBE752262 /* ../Play-/Source/ee/IPU_MacroblockTypeBTable.cpp */, + FAE43C9209944D3586F6E45D /* ../Play-/Source/ee/IPU_MacroblockTypeITable.cpp */, + 7ECDD1C79292404FB10C22EA /* ../Play-/Source/ee/IPU_MacroblockTypePTable.cpp */, + E162D426B46144FD9C74B1A6 /* ../Play-/Source/ee/IPU_MotionCodeTable.cpp */, + 227546E9D4474873A86C6B42 /* ../Play-/Source/ee/MA_EE.cpp */, + 453C456A0B8D4542B87B273D /* ../Play-/Source/ee/MA_EE_Reflection.cpp */, + D4E8FA1DD4A24FA98F5E0A56 /* ../Play-/Source/ee/MA_VU.cpp */, + D6492D07D0C6484FAD491F82 /* ../Play-/Source/ee/MA_VU_Lower.cpp */, + C6AB407E0B9D40008374A25A /* ../Play-/Source/ee/MA_VU_LowerReflection.cpp */, + 5C6CD944E3D345D5BD0F660E /* ../Play-/Source/ee/MA_VU_Upper.cpp */, + 01A6DC741DC243A0BB71D6B1 /* ../Play-/Source/ee/MA_VU_UpperReflection.cpp */, + CD1C278119144FBF91339BAF /* ../Play-/Source/ee/PS2OS.cpp */, + 2E929DF9DEE94D02BB3FFB2E /* ../Play-/Source/ee/SIF.cpp */, + 9FF77B5581564C798B5181E3 /* ../Play-/Source/ee/Timer.cpp */, + F6E964EDA7B44104937B82C3 /* ../Play-/Source/ee/VUShared.cpp */, + 1A73209F36C8475F9721C410 /* ../Play-/Source/ee/VUShared_Reflection.cpp */, + F825F0F602F347BE962D5BFD /* ../Play-/Source/ee/Vif.cpp */, + D01D4E1D4BCE48D98B5F732F /* ../Play-/Source/ee/Vif1.cpp */, + 83CCC4D836694D9488233B74 /* ../Play-/Source/ee/Vpu.cpp */, + 55077B0D0CAA47D4AE9C0E21 /* ../Play-/Source/ee/VuAnalysis.cpp */, + 4BE7F52CD0BD44A09FA89AF1 /* ../Play-/Source/ee/VuBasicBlock.cpp */, + 3EC9DF0C744A4CA0B59A713A /* ../Play-/Source/ee/VuExecutor.cpp */, + A26CEF2620B046478F2B0295 /* ../Play-/Source/gs/GSH_Null.cpp */, + 4DF59B62BB0142D99A700113 /* ../Play-/Source/gs/GSHandler.cpp */, + A76727FE1C654F0F8F79BE82 /* ../Play-/Source/gs/GsCachedArea.cpp */, + CF1332AFED774329B2B57CBF /* ../Play-/Source/gs/GsPixelFormats.cpp */, + FD9DD17965E24A20B87F618E /* ../Play-/Source/hdd/ApaReader.cpp */, + 684AE9925AE14A0F9ABF1B48 /* ../Play-/Source/hdd/PfsReader.cpp */, + 644F5649C6DF41C8943FECFC /* ../Play-/Source/input/InputBindingManager.cpp */, + A36DFE767C35423084E5FD57 /* ../Play-/Source/input/PH_GenericInput.cpp */, + C839BE95B70E4DCDB75FAE3D /* ../Play-/Source/iop/ArgumentIterator.cpp */, + 6E4F308B0AF341C3902F4B0B /* ../Play-/Source/iop/Ioman_ScopedFile.cpp */, + 66393513AC404CBCABC2A788 /* ../Play-/Source/iop/IopBios.cpp */, + 52F490A871494A3CAB1FCE97 /* ../Play-/Source/iop/Iop_Cdvdfsv.cpp */, + 5B52A2DF503046A495FD7DB0 /* ../Play-/Source/iop/Iop_Cdvdman.cpp */, + AC84968B567F4A70B77457FD /* ../Play-/Source/iop/Iop_Dev9.cpp */, + 8C29B54457034EE1B94A6B79 /* ../Play-/Source/iop/Iop_Dmac.cpp */, + DCB2C21BC6454C828EDEB5B1 /* ../Play-/Source/iop/Iop_DmacChannel.cpp */, + DE01E5B2BAFE462EB3AA723A /* ../Play-/Source/iop/Iop_Dmacman.cpp */, + 2B9A95CFE5424EDFB9984A18 /* ../Play-/Source/iop/Iop_Dynamic.cpp */, + 96AEC43382B046099ED29BCA /* ../Play-/Source/iop/Iop_FileIo.cpp */, + C08241825DE546C8A31B7486 /* ../Play-/Source/iop/Iop_FileIoHandler1000.cpp */, + 159A004E44514DFA9C19A051 /* ../Play-/Source/iop/Iop_FileIoHandler2100.cpp */, + 113E48C3E25E4CC89CE10B01 /* ../Play-/Source/iop/Iop_FileIoHandler2200.cpp */, + 4C343497FE1B4A6E91D926A6 /* ../Play-/Source/iop/Iop_Heaplib.cpp */, + 53E80192280A49F289263272 /* ../Play-/Source/iop/Iop_Ilink.cpp */, + 06623E16F4A945E59813F22F /* ../Play-/Source/iop/Iop_Intc.cpp */, + C020C2E11F99468D928921A5 /* ../Play-/Source/iop/Iop_Intrman.cpp */, + 5C49A09708404FB9A9E72D97 /* ../Play-/Source/iop/Iop_Ioman.cpp */, + 39967A81F9324B2984F44751 /* ../Play-/Source/iop/Iop_IomanX.cpp */, + 8ED6A2C7BD724D2AA3718F98 /* ../Play-/Source/iop/Iop_LibSd.cpp */, + 6AAF198586674913BACD4154 /* ../Play-/Source/iop/Iop_Loadcore.cpp */, + 226378E2BC6B4E53B28DFAA0 /* ../Play-/Source/iop/Iop_McServ.cpp */, + 6180BF43C6F141AEAE20FFB2 /* ../Play-/Source/iop/Iop_Modload.cpp */, + 73C414A08F124AF399C53B07 /* ../Play-/Source/iop/Iop_Module.cpp */, + 4A7CB46CE04E45808FB1154B /* ../Play-/Source/iop/Iop_MtapMan.cpp */, + B847D22F411F4D46AC208994 /* ../Play-/Source/iop/Iop_PadMan.cpp */, + F8B9EAE014BD44B9B104B6DA /* ../Play-/Source/iop/Iop_PathUtils.cpp */, + 49A097160BC64CD58B95B6C5 /* ../Play-/Source/iop/Iop_PowerOff.cpp */, + EA573743A8BD492E9C757C5E /* ../Play-/Source/iop/Iop_RootCounters.cpp */, + F7BBF51B7926432B92D17810 /* ../Play-/Source/iop/Iop_Secrman.cpp */, + D49232A8279F44FD818873FC /* ../Play-/Source/iop/Iop_SifCmd.cpp */, + C079943510D644A4AFE4C167 /* ../Play-/Source/iop/Iop_SifDynamic.cpp */, + 75D1489AE19044779F9A1040 /* ../Play-/Source/iop/Iop_SifMan.cpp */, + BD4F5295F60B46D682EA199A /* ../Play-/Source/iop/Iop_SifManNull.cpp */, + E682C318A1C04CCD8779BCC0 /* ../Play-/Source/iop/Iop_SifManPs2.cpp */, + F2B163D0F7624C80AC3AC6E1 /* ../Play-/Source/iop/Iop_Sio2.cpp */, + 7E6DDD6E50DF4AE0A586C964 /* ../Play-/Source/iop/Iop_Speed.cpp */, + EDB914742D0640879C4937B4 /* ../Play-/Source/iop/Iop_Spu.cpp */, + EE20E31E3121499DA57A65D8 /* ../Play-/Source/iop/Iop_Spu2.cpp */, + 09D956EFEC9041EE8591057B /* ../Play-/Source/iop/Iop_Spu2_Core.cpp */, + 23F980D501FB4F39B608B2EB /* ../Play-/Source/iop/Iop_SpuBase.cpp */, + 938E6EDA7E1C4E03805A21EA /* ../Play-/Source/iop/Iop_Stdio.cpp */, + BFEDE2DB721747FEAD4D2375 /* ../Play-/Source/iop/Iop_SubSystem.cpp */, + 7366E82425EE4275959807D8 /* ../Play-/Source/iop/Iop_Sysclib.cpp */, + 064B127205EA4581979E3420 /* ../Play-/Source/iop/Iop_Sysmem.cpp */, + 24F2CF7BD6CF44E8B8153D5D /* ../Play-/Source/iop/Iop_Thbase.cpp */, + E26992EC99E04DEB83E4C498 /* ../Play-/Source/iop/Iop_Thevent.cpp */, + 39920026751C471D844F2C3D /* ../Play-/Source/iop/Iop_Thfpool.cpp */, + 964CFEF5477F4A30B798FAC2 /* ../Play-/Source/iop/Iop_Thmsgbx.cpp */, + CE95BCD45E6B447BB63D6EB9 /* ../Play-/Source/iop/Iop_Thsema.cpp */, + 6E68C6F60B8740CB931DB5E8 /* ../Play-/Source/iop/Iop_Thvpool.cpp */, + BE3C4991E08D47ECB167BD12 /* ../Play-/Source/iop/Iop_Timrman.cpp */, + 59A0C3AB16ED4E7A9E79ABA6 /* ../Play-/Source/iop/Iop_Vblank.cpp */, + 811096EA1B184BE8A2CFEB2C /* ../Play-/Source/iop/ioman/DirectoryDevice.cpp */, + C40C9C71853E4596860FA5EF /* ../Play-/Source/iop/ioman/HardDiskDevice.cpp */, + 2DCAEC297A9440A295A5297E /* ../Play-/Source/iop/ioman/HardDiskDumpDevice.cpp */, + 4663252D1E4844409D359547 /* ../Play-/Source/iop/ioman/McDumpDevice.cpp */, + FC6B6075F7F945DF80CE9D1B /* ../Play-/Source/iop/ioman/OpticalMediaDevice.cpp */, + B8DCC3CA84BE417DB0C32B11 /* ../Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.cpp */, + AD41F3E0FA054530AB94FAA8 /* ../Play-/Source/iop/ioman/PathDirectoryIterator.cpp */, + 32D19FE1B4B04224B3062EA7 /* ../Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.cpp */, + 4D06A5F6D345449FA5FF808D /* ../Play-/Source/iop/namco_sys147/Iop_NamcoSys147.cpp */, + B467E9D81F074C4EA26E3E9E /* ../Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.cpp */, + 9CC9799A24F84CB8A5DC81D2 /* ../Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.cpp */, + 02D6605E0C7D451A9FABD6FC /* ../Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.cpp */, + FDAC726C2E41414ABA9464A8 /* ../Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.cpp */, + 602E926C6E83451BBCB66D2A /* ../Play-/Source/iop/namco_sys246/Iop_NamcoSys246.cpp */, + A25E2DFE54C94E54BAA0D137 /* ../Play-/Source/psx/PsxBios.cpp */, + F7EDEBD92A3448EE92C67317 /* ../Play-/Source/s3stream/S3ObjectStream.cpp */, + D629EF07C5994BEFB44A60C8 /* ../Play-/Source/saves/Icon.cpp */, + 7C84AE8FE5B9402E95013559 /* ../Play-/Source/saves/MaxSaveImporter.cpp */, + 1BB4DBBE12354FAEBA7B6DF7 /* ../Play-/Source/saves/McDumpReader.cpp */, + 578866D2F20948FBB82CD7F5 /* ../Play-/Source/saves/McDumpSaveImporter.cpp */, + 169DAF1B43B94839BBFFA278 /* ../Play-/Source/saves/MemoryCard.cpp */, + 45D0A086618146BC90B6D1D8 /* ../Play-/Source/saves/PsuSaveImporter.cpp */, + CD24ABCB55AE4E5599725217 /* ../Play-/Source/saves/Save.cpp */, + EBB28A4789B44F7FAB3BD289 /* ../Play-/Source/saves/SaveExporter.cpp */, + 6A16D782589C4ECDB4736B10 /* ../Play-/Source/saves/SaveImporter.cpp */, + 1CEC2D898AAD464F8BB31C3E /* ../Play-/Source/saves/SaveImporterBase.cpp */, + 77911362EECE4D80AE255135 /* ../Play-/Source/saves/XpsSaveImporter.cpp */, + A67CCDE957F146CAA520FABB /* ../Play-/Source/states/MemoryStateFile.cpp */, + C69295BD076849EBBAE9E5A3 /* ../Play-/Source/states/RegisterState.cpp */, + B38FF2AF1EC648DD89EBC128 /* ../Play-/Source/states/RegisterStateCollectionFile.cpp */, + B3A545FA01C6486A84EFDCA1 /* ../Play-/Source/states/RegisterStateFile.cpp */, + EC1BE875733D46E785BD4622 /* ../Play-/Source/states/XmlStateFile.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -3041,7 +3041,7 @@ children = ( 64C8B0AF5AAB429F9786D362 /* Source Files */, 8BDE0EE082AA4A13A39165B8 /* Resources */, - C85071F42AFF4929A4F34D1A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/CMakeLists.txt */, + C85071F42AFF4929A4F34D1A /* ../Play-/deps/libchdr/CMakeLists.txt */, ); name = "chdr-static"; sourceTree = ""; @@ -3049,10 +3049,10 @@ 992800AB2A864E47A5C06457 /* Header Files */ = { isa = PBXGroup; children = ( - 7F8FEDB3DD4146EEAA33C361 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/AppleHttpClient.h */, - D074D9D9BA994B28ADB86248 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClient.h */, - 55B0EF05CF754A689CF67F03 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpClientFactory.h */, - 10F409B00A8A417CB205539A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/http/HttpServer.h */, + 7F8FEDB3DD4146EEAA33C361 /* ../Play-/deps/Framework/include/http/AppleHttpClient.h */, + D074D9D9BA994B28ADB86248 /* ../Play-/deps/Framework/include/http/HttpClient.h */, + 55B0EF05CF754A689CF67F03 /* ../Play-/deps/Framework/include/http/HttpClientFactory.h */, + 10F409B00A8A417CB205539A /* ../Play-/deps/Framework/include/http/HttpServer.h */, ); name = "Header Files"; sourceTree = ""; @@ -3060,42 +3060,42 @@ 9FB8CB06A767417FAC552762 /* Source Files */ = { isa = PBXGroup; children = ( - 9B86F519D75A4FABB419533C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.c */, - 487330D7BFBB422786EA7A4D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */, - E312729933A442D4862CB976 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.c */, - 7E81CFF6144146E6A7983B81 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */, - 02FE774D46354DC4B4DACD29 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.c */, - D84E92EAAA444FF2A86219C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.c */, - AA8D0524728E452A9CE80F20 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.c */, - 7CB6316EE6B448E0BCD06F9D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */, - 79A9FB145EBA4FFDA10A66E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */, - 129AA00D7E1743BF9812941A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.c */, - 37E25BA3386D43D099514A8E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */, - A4ADC343BF7C46E9B723F7B0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */, - 4E2A6EA152754E0081144145 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */, - 01CCF7C857824D449805BEFD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */, - B0E8EE55C1A04B9AAF519DD0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */, - A5543B2623BF492EB477FDD7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */, - 20EDB73D34964D37977D7C4E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */, - D9E9A0708E4D42129F583C9C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */, - 52F6D193B61F49BA8BDD6C65 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */, - 4F1D4ACAB02147F982BDB218 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */, - 544ABDE53C0B424F802E8E59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */, - 45ADB9D64A804AB58D8FF471 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */, - D69AD9ADC4904015982D05F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */, - CDEB199FA3F9443A93FD1BD3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */, - 5A7E8780C38643C6AB7E16C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */, - 9601B1244E2848B3AD074FE8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */, - 92D95697A9A44AB6B33527DD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */, - A111ED6CA5AE48DAAB24CDAA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */, - A0C9476322B342CF9F0CF9F6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */, - 6D6FD641EACD4961B0F10FF6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */, - E6A3C2F349694962B4EE7B58 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */, - D63E703C122D49F0A50171C2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */, - 586948453B694E2C90BA167A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */, - 12AC3894DB4E4DCC8EFCDEEA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */, - A3DF1F2F089D43289877982E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */, - F9FB93AC6CCE4E4D8D629B21 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */, + 9B86F519D75A4FABB419533C /* ../Play-/deps/Dependencies/zstd/lib/common/debug.c */, + 487330D7BFBB422786EA7A4D /* ../Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */, + E312729933A442D4862CB976 /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.c */, + 7E81CFF6144146E6A7983B81 /* ../Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */, + 02FE774D46354DC4B4DACD29 /* ../Play-/deps/Dependencies/zstd/lib/common/pool.c */, + D84E92EAAA444FF2A86219C9 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.c */, + AA8D0524728E452A9CE80F20 /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.c */, + 7CB6316EE6B448E0BCD06F9D /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */, + 79A9FB145EBA4FFDA10A66E0 /* ../Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */, + 129AA00D7E1743BF9812941A /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.c */, + 37E25BA3386D43D099514A8E /* ../Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */, + A4ADC343BF7C46E9B723F7B0 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */, + 4E2A6EA152754E0081144145 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */, + 01CCF7C857824D449805BEFD /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */, + B0E8EE55C1A04B9AAF519DD0 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */, + A5543B2623BF492EB477FDD7 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */, + 20EDB73D34964D37977D7C4E /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */, + D9E9A0708E4D42129F583C9C /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */, + 52F6D193B61F49BA8BDD6C65 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */, + 4F1D4ACAB02147F982BDB218 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */, + 544ABDE53C0B424F802E8E59 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */, + 45ADB9D64A804AB58D8FF471 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */, + D69AD9ADC4904015982D05F5 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */, + CDEB199FA3F9443A93FD1BD3 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */, + 5A7E8780C38643C6AB7E16C9 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */, + 9601B1244E2848B3AD074FE8 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */, + 92D95697A9A44AB6B33527DD /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */, + A111ED6CA5AE48DAAB24CDAA /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */, + A0C9476322B342CF9F0CF9F6 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */, + 6D6FD641EACD4961B0F10FF6 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */, + E6A3C2F349694962B4EE7B58 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */, + D63E703C122D49F0A50171C2 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */, + 586948453B694E2C90BA167A /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */, + 12AC3894DB4E4DCC8EFCDEEA /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */, + A3DF1F2F089D43289877982E /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */, + F9FB93AC6CCE4E4D8D629B21 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */, ); name = "Source Files"; sourceTree = ""; @@ -3104,7 +3104,7 @@ isa = PBXGroup; children = ( 1890B96839A1464E88E914E7 /* CMake Rules */, - D4DB174F261C44E9A491B91A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */, + D4DB174F261C44E9A491B91A /* ../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */, ); name = uninstall; sourceTree = ""; @@ -3113,7 +3113,7 @@ isa = PBXGroup; children = ( 6AE895EC9C9D47EE8FC9711B /* CMake Rules */, - CD8F6C3E10B34FAE97F8F502 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/CMakeLists.txt */, + CD8F6C3E10B34FAE97F8F502 /* ../Play-/Source/CMakeLists.txt */, ); name = ALL_BUILD; sourceTree = ""; @@ -3121,7 +3121,7 @@ AA7524D8227A4B0685A0C636 /* Resources */ = { isa = PBXGroup; children = ( - D7F3E10C435649A693A1021E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist */, + D7F3E10C435649A693A1021E /* ../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -3154,11 +3154,11 @@ AF97E21D441449DD96A1B064 /* Source Files */ = { isa = PBXGroup; children = ( - 77B1DD702D1242AEA2351FAF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */, - 781248E8E06E409E93AA50D2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */, - 705CFDEE43AF44D0AB099A65 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */, - D6FA5CEA975A42F0AB33C6FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */, - 87685CF8E60F4ADFABF60405 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */, + 77B1DD702D1242AEA2351FAF /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */, + 781248E8E06E409E93AA50D2 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */, + 705CFDEE43AF44D0AB099A65 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */, + D6FA5CEA975A42F0AB33C6FA /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */, + 87685CF8E60F4ADFABF60405 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */, ); name = "Source Files"; sourceTree = ""; @@ -3166,20 +3166,20 @@ B5E8CA2A9CFD47B1ADE418DD /* Header Files */ = { isa = PBXGroup; children = ( - B35A222901214E92B9D0E14C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/7zTypes.h */, - CDA603294F5147F28191EF04 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Alloc.h */, - 2552940D79D440928C2780FF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Bra.h */, - 02D5163F6D0E4358898717C8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Compiler.h */, - 35C4D96C8C3842E698BD9267 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/CpuArch.h */, - 59BADBFBFACD43A0B1F444BC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Delta.h */, - 233B01824BD347B0B89723F6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzFind.h */, - F867A745340A48ADBE69DE69 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzHash.h */, - B0BF8B49C661409ABFDBA95D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Lzma86.h */, - 2E5BE59B6F654DEBAF920B20 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaDec.h */, - B497F4D3F4EE4C2FB7F78778 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaEnc.h */, - E0444034B59E4C2798A3B46A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaLib.h */, - 70186B9596514EFE9C858874 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Precomp.h */, - 20D64ED0C0754E168A5D7395 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Sort.h */, + B35A222901214E92B9D0E14C /* ../Play-/deps/libchdr/deps/lzma-22.01/include/7zTypes.h */, + CDA603294F5147F28191EF04 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Alloc.h */, + 2552940D79D440928C2780FF /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Bra.h */, + 02D5163F6D0E4358898717C8 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Compiler.h */, + 35C4D96C8C3842E698BD9267 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/CpuArch.h */, + 59BADBFBFACD43A0B1F444BC /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Delta.h */, + 233B01824BD347B0B89723F6 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzFind.h */, + F867A745340A48ADBE69DE69 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzHash.h */, + B0BF8B49C661409ABFDBA95D /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Lzma86.h */, + 2E5BE59B6F654DEBAF920B20 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaDec.h */, + B497F4D3F4EE4C2FB7F78778 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaEnc.h */, + E0444034B59E4C2798A3B46A /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaLib.h */, + 70186B9596514EFE9C858874 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Precomp.h */, + 20D64ED0C0754E168A5D7395 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Sort.h */, ); name = "Header Files"; sourceTree = ""; @@ -3187,7 +3187,7 @@ B6B97809CFA74ADB98AB7E3C /* Resources */ = { isa = PBXGroup; children = ( - 6088D313A7E6402E8F5FE8FC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */, + 6088D313A7E6402E8F5FE8FC /* ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/libzstd_static.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -3196,7 +3196,7 @@ isa = PBXGroup; children = ( 8CA94C22E11C4F5AAB59A452 /* CMake Rules */, - D71112EF668147CBA1975CB4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/CMakeLists.txt */, + D71112EF668147CBA1975CB4 /* ../Play-/deps/Dependencies/zstd/build/cmake/CMakeLists.txt */, ); name = "clean-all"; sourceTree = ""; @@ -3207,7 +3207,7 @@ 8E9889B416734DC6AC175935 /* Source Files */, E3A682FA61994E8FBD282317 /* Header Files */, 7ABCB75E32DE485380541DF2 /* Resources */, - 3CBF6106853047788E1AA6F8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/CMakeLists.txt */, + 3CBF6106853047788E1AA6F8 /* ../Play-/Source/CMakeLists.txt */, ); name = PlayCore; sourceTree = ""; @@ -3215,8 +3215,8 @@ C146DE37240641869A323788 /* Header Files */ = { isa = PBXGroup; children = ( - 745A9966F65D494086A7CA52 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/amazon/AmazonClient.h */, - 4C790CB9CCC040AC9CFF9C4B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/amazon/AmazonS3Client.h */, + 745A9966F65D494086A7CA52 /* ../Play-/deps/Framework/include/amazon/AmazonClient.h */, + 4C790CB9CCC040AC9CFF9C4B /* ../Play-/deps/Framework/include/amazon/AmazonS3Client.h */, ); name = "Header Files"; sourceTree = ""; @@ -3227,7 +3227,7 @@ 89F49418C5234D2E8840BD9C /* Source Files */, 42438FC0BA8E49AABBFB8BB3 /* Header Files */, 7BC3EDA2BD4D49EAA67C6D6D /* Resources */, - E24EBBFF77194A45B149807B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/CMakeLists.txt */, + E24EBBFF77194A45B149807B /* ../Play-/deps/Framework/build_cmake/Framework/CMakeLists.txt */, ); name = Framework; sourceTree = ""; @@ -3238,7 +3238,7 @@ 69D3F44A8D5A4FB880763A33 /* Source Files */, D50E8E51F1F54E9094CB638A /* Header Files */, 0CD610BB818F40B4902B64A0 /* Resources */, - 102FF77D14B54D99A9783498 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/CMakeLists.txt */, + 102FF77D14B54D99A9783498 /* ../Play-/deps/CodeGen/build_cmake/CMakeLists.txt */, ); name = CodeGenTestSuite; sourceTree = ""; @@ -3249,8 +3249,8 @@ 9FB8CB06A767417FAC552762 /* Source Files */, 3CE34BC21DE540DBB7DA8EC9 /* Header Files */, B6B97809CFA74ADB98AB7E3C /* Resources */, - 6AC3FC97EDDB43F59056EDDD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */, - 4CBC3691860847CABB2BF3E7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */, + 6AC3FC97EDDB43F59056EDDD /* ../Play-/deps/Dependencies/zstd/build/cmake/lib/CMakeLists.txt */, + 4CBC3691860847CABB2BF3E7 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */, ); name = libzstd_static; sourceTree = ""; @@ -3258,60 +3258,60 @@ D50E8E51F1F54E9094CB638A /* Header Files */ = { isa = PBXGroup; children = ( - 9F3C2ED2B1504629B69C6BA5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest.h */, - 2447B3E5E925424BA481D349 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest2.h */, - D0EC0E0B630B48E3A36385F6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Alu64Test.h */, - 27028DC265AE426EBBD944C5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Call64Test.h */, - 5B1452DDD5ED4AB4A934C111 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Cmp64Test.h */, - 7E4E2575A55F4FFA81427AFC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CompareTest.h */, - 1AB6D8F6BDCA410FB7153214 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ConditionTest.h */, - EEA3FB53804B4571AE59DE8D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Crc32Test.h */, - AD4E35CFD8244A7F834DC1C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CursorTest.h */, - 21F3C9D3D9484AECB0732FCD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/DivTest.h */, - 9B01AA37D0A14A13B89E8689 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ExternJumpTest.h */, - B70AD56EBB1740179E934019 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpClampTest.h */, - 719DF152FCC14628ABBCD1D0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpIntMixTest.h */, - 9136B96CED694631B4CF98CE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpuTest.h */, - 0FA2E83EDC4E44B2B4DA585D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/GotoTest.h */, - 56B842773C3F4040B7F9FC44 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTest.h */, - A8DB419BACF74FFE8CF7AB59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTestLiteral.h */, - CD8BAABB689A4B988E8FB291 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Logic64Test.h */, - F36AF48224784961B4000462 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LogicTest.h */, - 561965EE050C401CB96FA236 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LoopTest.h */, - FE559AA1DF694A7B9338027A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LzcTest.h */, - CEE6DF29DE3644D3A07AB448 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdAddTest.h */, - 106D496DA1744D3787DDDE3F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCallTest.h */, - 7A5705BC6A87427DA2D3C876 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCmpTest.h */, - BA804404BAF846E791C663B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpFlagTest.h */, - C9A944878C914EB09ED30256 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpTest.h */, - 047E9D5CD4B6438FB08339AE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdLogicTest.h */, - 80BDAB5EE0F5408EAD35C10C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdManipTest.h */, - A26D08575CCD4505A623170A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMemAccessTest.h */, - 7B43F653EFC64D0A971DCDD8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMinMaxTest.h */, - 8BA40DE89CA0401CB2309C8E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdShiftTest.h */, - A74E62C91951452EBD27A608 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdSubTest.h */, - A92CF9C5976A4E469A352CFE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdTest.h */, - 826B8494A5874756BF85E68E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdUnpackTest.h */, - EDF5553CFBFF46B69A158E2A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess16Test.h */, - 62CE679F8E004B36A1ED00F6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess64Test.h */, - B052E2A19E254E1CA6F5739C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess8Test.h */, - E4844AA311904C4BAE324172 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessIdxTest.h */, - 26210A2A957B442A88058E48 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessRefTest.h */, - 7C5D8DD00DAE452C8CC98A77 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessTest.h */, - 8D5117D462664AB586E242DB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Merge64Test.h */, - BC03D4B3C45B4CE299C7D4E2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MultTest.h */, - 8E06846CDD5748FA9225CE23 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/NestedIfTest.h */, - 9BDAE33896BB407E86F27308 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest.h */, - EC255690B19D4077B60C58AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest2.h */, - 8EB66FF53C8541ADB9163F24 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest3.h */, - 3DB554C1706A448B9D6ABD3B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTempTest.h */, - 76C02CF5A59F4774BB3ECF71 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTest.h */, - DA907DB72D064C7782814B85 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ReorderAddTest.h */, - 4883EE51E7CF49BEB308F51D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Shift64Test.h */, - 2992D6C540094523838BDFDD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ShiftTest.h */, - D5FAF0EC6E5E4CFC810742A7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/SimpleMdTest.h */, - A2552574F4D742F1A16A7AAC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Test.h */, - CBCF91BCF106468790722C20 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/uint128.h */, + 9F3C2ED2B1504629B69C6BA5 /* ../Play-/deps/CodeGen/tests/AliasTest.h */, + 2447B3E5E925424BA481D349 /* ../Play-/deps/CodeGen/tests/AliasTest2.h */, + D0EC0E0B630B48E3A36385F6 /* ../Play-/deps/CodeGen/tests/Alu64Test.h */, + 27028DC265AE426EBBD944C5 /* ../Play-/deps/CodeGen/tests/Call64Test.h */, + 5B1452DDD5ED4AB4A934C111 /* ../Play-/deps/CodeGen/tests/Cmp64Test.h */, + 7E4E2575A55F4FFA81427AFC /* ../Play-/deps/CodeGen/tests/CompareTest.h */, + 1AB6D8F6BDCA410FB7153214 /* ../Play-/deps/CodeGen/tests/ConditionTest.h */, + EEA3FB53804B4571AE59DE8D /* ../Play-/deps/CodeGen/tests/Crc32Test.h */, + AD4E35CFD8244A7F834DC1C9 /* ../Play-/deps/CodeGen/tests/CursorTest.h */, + 21F3C9D3D9484AECB0732FCD /* ../Play-/deps/CodeGen/tests/DivTest.h */, + 9B01AA37D0A14A13B89E8689 /* ../Play-/deps/CodeGen/tests/ExternJumpTest.h */, + B70AD56EBB1740179E934019 /* ../Play-/deps/CodeGen/tests/FpClampTest.h */, + 719DF152FCC14628ABBCD1D0 /* ../Play-/deps/CodeGen/tests/FpIntMixTest.h */, + 9136B96CED694631B4CF98CE /* ../Play-/deps/CodeGen/tests/FpuTest.h */, + 0FA2E83EDC4E44B2B4DA585D /* ../Play-/deps/CodeGen/tests/GotoTest.h */, + 56B842773C3F4040B7F9FC44 /* ../Play-/deps/CodeGen/tests/HugeJumpTest.h */, + A8DB419BACF74FFE8CF7AB59 /* ../Play-/deps/CodeGen/tests/HugeJumpTestLiteral.h */, + CD8BAABB689A4B988E8FB291 /* ../Play-/deps/CodeGen/tests/Logic64Test.h */, + F36AF48224784961B4000462 /* ../Play-/deps/CodeGen/tests/LogicTest.h */, + 561965EE050C401CB96FA236 /* ../Play-/deps/CodeGen/tests/LoopTest.h */, + FE559AA1DF694A7B9338027A /* ../Play-/deps/CodeGen/tests/LzcTest.h */, + CEE6DF29DE3644D3A07AB448 /* ../Play-/deps/CodeGen/tests/MdAddTest.h */, + 106D496DA1744D3787DDDE3F /* ../Play-/deps/CodeGen/tests/MdCallTest.h */, + 7A5705BC6A87427DA2D3C876 /* ../Play-/deps/CodeGen/tests/MdCmpTest.h */, + BA804404BAF846E791C663B3 /* ../Play-/deps/CodeGen/tests/MdFpFlagTest.h */, + C9A944878C914EB09ED30256 /* ../Play-/deps/CodeGen/tests/MdFpTest.h */, + 047E9D5CD4B6438FB08339AE /* ../Play-/deps/CodeGen/tests/MdLogicTest.h */, + 80BDAB5EE0F5408EAD35C10C /* ../Play-/deps/CodeGen/tests/MdManipTest.h */, + A26D08575CCD4505A623170A /* ../Play-/deps/CodeGen/tests/MdMemAccessTest.h */, + 7B43F653EFC64D0A971DCDD8 /* ../Play-/deps/CodeGen/tests/MdMinMaxTest.h */, + 8BA40DE89CA0401CB2309C8E /* ../Play-/deps/CodeGen/tests/MdShiftTest.h */, + A74E62C91951452EBD27A608 /* ../Play-/deps/CodeGen/tests/MdSubTest.h */, + A92CF9C5976A4E469A352CFE /* ../Play-/deps/CodeGen/tests/MdTest.h */, + 826B8494A5874756BF85E68E /* ../Play-/deps/CodeGen/tests/MdUnpackTest.h */, + EDF5553CFBFF46B69A158E2A /* ../Play-/deps/CodeGen/tests/MemAccess16Test.h */, + 62CE679F8E004B36A1ED00F6 /* ../Play-/deps/CodeGen/tests/MemAccess64Test.h */, + B052E2A19E254E1CA6F5739C /* ../Play-/deps/CodeGen/tests/MemAccess8Test.h */, + E4844AA311904C4BAE324172 /* ../Play-/deps/CodeGen/tests/MemAccessIdxTest.h */, + 26210A2A957B442A88058E48 /* ../Play-/deps/CodeGen/tests/MemAccessRefTest.h */, + 7C5D8DD00DAE452C8CC98A77 /* ../Play-/deps/CodeGen/tests/MemAccessTest.h */, + 8D5117D462664AB586E242DB /* ../Play-/deps/CodeGen/tests/Merge64Test.h */, + BC03D4B3C45B4CE299C7D4E2 /* ../Play-/deps/CodeGen/tests/MultTest.h */, + 8E06846CDD5748FA9225CE23 /* ../Play-/deps/CodeGen/tests/NestedIfTest.h */, + 9BDAE33896BB407E86F27308 /* ../Play-/deps/CodeGen/tests/RandomAluTest.h */, + EC255690B19D4077B60C58AB /* ../Play-/deps/CodeGen/tests/RandomAluTest2.h */, + 8EB66FF53C8541ADB9163F24 /* ../Play-/deps/CodeGen/tests/RandomAluTest3.h */, + 3DB554C1706A448B9D6ABD3B /* ../Play-/deps/CodeGen/tests/RegAllocTempTest.h */, + 76C02CF5A59F4774BB3ECF71 /* ../Play-/deps/CodeGen/tests/RegAllocTest.h */, + DA907DB72D064C7782814B85 /* ../Play-/deps/CodeGen/tests/ReorderAddTest.h */, + 4883EE51E7CF49BEB308F51D /* ../Play-/deps/CodeGen/tests/Shift64Test.h */, + 2992D6C540094523838BDFDD /* ../Play-/deps/CodeGen/tests/ShiftTest.h */, + D5FAF0EC6E5E4CFC810742A7 /* ../Play-/deps/CodeGen/tests/SimpleMdTest.h */, + A2552574F4D742F1A16A7AAC /* ../Play-/deps/CodeGen/tests/Test.h */, + CBCF91BCF106468790722C20 /* ../Play-/deps/CodeGen/tests/uint128.h */, ); name = "Header Files"; sourceTree = ""; @@ -3339,213 +3339,213 @@ E3A682FA61994E8FBD282317 /* Header Files */ = { isa = PBXGroup; children = ( - 4D3EC06046FF4D68A6727522 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/AppConfig.h */, - 39579C0576654423B7B8FE82 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BasicBlock.h */, - 686284CE9E0446D882ED0F81 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BiosDebugInfoProvider.h */, - 2477078DC2714316B18E4EDA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BlockLookupOneWay.h */, - 83F18FAE3128485EACFB1BDD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BlockLookupTwoWay.h */, - E99182E1E1A64BE9AB2F134C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_FPU.h */, - F2F574D44EE3419C9CE95D28 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_SCU.h */, - 109C98ACD90249F1AF178DEA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ControllerInfo.h */, - 919D825725534315811EFC42 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/DiskUtils.h */, - C082B10364744EF499F639CD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ELF.h */, - CB2BB121A9DD4C97A6BD1988 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ElfDefs.h */, - 71893172CE464113A44E58F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ElfFile.h */, - 08B0EA4C42624D23B9F33FD0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FpUtils.h */, - 645975B3740B46FD9E081E0F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameDump.h */, - 2D56C6BFCF7C49C99D3B1D0B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameLimiter.h */, - AA0F4277BA9A488A80E06137 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/GenericMipsExecutor.h */, - 2504FBBC0EE943D18E30DACC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/BlockProvider.h */, - 4DBA772E049A443BACD2C9B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/DirectoryRecord.h */, - C104467ADBB44C32B4C3FABF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/File.h */, - F4EC616AF86C41A29B05902D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/ISO9660.h */, - F09FDE806C39430C931816F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTable.h */, - BB51FA378AA54E289FB4EBFE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTableRecord.h */, - 3BED5F0D577543428F5F9D85 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/VolumeDescriptor.h */, - C1366D77D935457C8CA47D9E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/InputConfig.h */, - 4B45B62269EA44FCA28D585B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Log.h */, - 76201663E2F4470499C3406A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV.h */, - 7BD3EE8C78A147EE9D481734 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPS.h */, - 793FA8DDDB6343B895E33C4A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAnalysis.h */, - 572601161C4C40BCBF96F52A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSArchitecture.h */, - 967596CAB4BF40CBA1E367C6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAssembler.h */, - 1F38066CF7A949429BC9D2CE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSCoprocessor.h */, - F8D4B7318AEF4F43BBDCF5C7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSInstructionFactory.h */, - 6B6F3C70AC5F41B19459CC04 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSReflection.h */, - 9D1A14D5801747EE8B25DBE4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSTags.h */, - 8EDED7997F9D4BDB94468946 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MailBox.h */, - 50D611E0EFA0428AA53EF79E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryMap.h */, - CC75DC3D953B4E91ABBCD5EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryUtils.h */, - 16EA28E15B5D4F7C9A7E53B0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsExecutor.h */, - 18479B09484C4255BC554021 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsFunctionPatternDb.h */, - 87BC527DC3114CEBA2924464 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsJitter.h */, - B0FDE35B847044F2B0B98E41 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OpticalMedia.h */, - 8A56FDDBEBC34870B77AE9C1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OsStructManager.h */, - EE56CDF0E1204FB6A93970CC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OsStructQueue.h */, - 23F0689680A846CDAE6E49F6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OsVariableWrapper.h */, - FAE2D56877EE4C3BA9EABBB7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PH_Generic.h */, - 5E00419B76E844109A430A54 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PS2VM.h */, - FFF7894346AA4325A5AEDE05 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PS2VM_Preferences.h */, - 7A077688D3B145E0B36C016D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadHandler.h */, - 2090AC073E4C423A875D562F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadInterface.h */, - 489CD3DCB63C41279F7ABBB1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Pch.h */, - 6BF508387DE6470C99AA97DB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Profiler.h */, - B08170CFD5014E89B74CD4EB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Ps2Const.h */, - 9E6D30D2C7A94F988155DD3A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScopedVmPauser.h */, - E952A6F7011B4C508F080615 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScreenPositionListener.h */, - F0C70343844B4160BAE2ACC7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScreenShotUtils.h */, - 4BD355548F50472786C99AFC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/SifDefs.h */, - CE6620C19BAB4D30B563F33E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/SifModule.h */, - 49C39F503E12415D9D8EF3CD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/SifModuleAdapter.h */, - E562A5A75BAB40C3A4D97754 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/TimeUtils.h */, - 8B3B0670C52E450582EEC61A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/VirtualPad.h */, - 9DF2CA868107438498690836 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdCdImageStream.h */, - B4A28CF5840E4DC58733F7BB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdImageStream.h */, - 9BEBAC0DA7CA4C56BD2C3D8B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdStreamSupport.h */, - 241C97BEC7A446C8A0862646 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CsoImageStream.h */, - 1AD43F7964DE40A7B633E787 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CueSheet.h */, - 18BF9FA2D8744078B3FDE855 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/IszImageStream.h */, - CED53FC61EE248E28A34A693 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/MdsDiscImage.h */, - 13818F52BB80424DBACED333 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/COP_VU.h */, - 0616BA8820B947E2B903738F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/DMAC.h */, - 0A501166519F47089ACD8265 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Dmac_Channel.h */, - E7B919AEF9364485BF5009EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EEAssembler.h */, - AAA142EE3BA049B2BD7DE263 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeBasicBlock.h */, - 6254793915F4427F8FFC23F4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeExecutor.h */, - AD1822A27F3C4BB78890D43F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_IdleEvaluator.h */, - E918C278A7304B018015ABB2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_LibMc2.h */, - 57AF946D0E7945C4B2FEC01D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_SubSystem.h */, - E40A30ACC4FB44598D1F2EF1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpAddTruncate.h */, - B590A65D6C4046F689680798 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpMulTruncate.h */, - 0FA12E16837B499698C77DC8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/GIF.h */, - 7D2A6C50F5574280BB546ED8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/INTC.h */, - 17E6EFFD76004CCB8354F3F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU.h */, - BC558AE4C1E84D8B8A689EA0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_DmVectorTable.h */, - CA83EF216C8141B8B2A56E85 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockAddressIncrementTable.h */, - 87B0BA3FD347488D8B59BDBE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeBTable.h */, - 9FCBBEC47B1F4B0783F4A5CA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeITable.h */, - BB018458F26E487684861672 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypePTable.h */, - CAAB8C3BCED24618B822CB1D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MotionCodeTable.h */, - 8AA2D83B7A33401E8463286F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_EE.h */, - 2B070753C98E4404B83E8170 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU.h */, - 87C14F7152904884929F37A0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/PS2OS.h */, - B6C00A129A744A0BA5413C9A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/SIF.h */, - 036CE5659BB34CCEA795F878 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Timer.h */, - 3D1F3D27294E498F84906462 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VUShared.h */, - 32940088413848AFAFEDA349 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif.h */, - 8D62CE436EF5452B994DB9FD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif1.h */, - 71F4B10972B5481FB42CC0D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vpu.h */, - 2648B35F07F040298317694E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuAnalysis.h */, - A4E4740DD0CE40D4AB042B82 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuBasicBlock.h */, - 83D250599205432EA8DAECAE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuExecutor.h */, - 1BD5DD614E2E4FA6BD0DC5E8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Null.h */, - 1459F8EBFA5D4C72950AF36A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSHandler.h */, - E7ECE8BDBC034D6F9EF1A75C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsCachedArea.h */, - 5A0EA48EA59E40D38850F98F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsDebuggerInterface.h */, - 5AE903A908404CF58238B2D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsPixelFormats.h */, - 00D99FE260124A21866BF80E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsSpriteRegion.h */, - FB83B112CF20447CA195FD95 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsTextureCache.h */, - AFE8CF8E2677410E8D4584A2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsTransferRange.h */, - F84881832FB24C5C9CAC3E96 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/ApaDefs.h */, - DEEF1FD79A10459293BDDF09 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/ApaReader.h */, - 71BD54AB5C074853B980BD92 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/HddDefs.h */, - E24892F8B76B4D898401C29E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/PfsDefs.h */, - 3051578E87E642F6BC083369 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/PfsReader.h */, - FCA804E166F941718ECBAB41 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/InputBindingManager.h */, - 57848A77A8AB49EDA010B1C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/InputProvider.h */, - 991611B8D8224FC7AF17DE58 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/PH_GenericInput.h */, - 143CAD1C839C47E4A8537047 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ArgumentIterator.h */, - F32CA09C691B4229B5827A06 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_Defs.h */, - 4E2123F4832A46B28C298832 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_Device.h */, - 98B1D40CBFFA4B3BA77A751A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_DirectoryIterator.h */, - 1C7C1DA828D24E4FB144C611 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_ScopedFile.h */, - BFE328BD0C604A0786297BAC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/IopBios.h */, - 6116734C85F841CE8D02A099 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdfsv.h */, - 69F5CAD540D543A0852BAFAD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdman.h */, - E1596EBC90234B72969D62C1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dev9.h */, - A94949BEA734427E853C6CF5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmac.h */, - D800551B40664CEEBFD029C7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_DmacChannel.h */, - 4D0C5E922E704837A88EF3AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmacman.h */, - CEB07E233DCC4751A436DB32 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dynamic.h */, - 2D3EC8BD68AF403BB692D937 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIo.h */, - A081D58CC0BB43D1934ED6D7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler1000.h */, - 790E774BD9E344A49ECA3E11 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2100.h */, - C0FFAC5A3FEC45818032DE69 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2200.h */, - 0669E8CC0DF14D4A8843439D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Heaplib.h */, - 63694CCDBFD44EB6A0DD4944 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ilink.h */, - E1352C9BB46640E0BFE3A17A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intc.h */, - 73DF77C92BDF4923A915930E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intrman.h */, - BE21EE18CDDB497890CEBBAE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ioman.h */, - E8D9F741B7D54BF39412D2E5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_IomanX.h */, - 74083099B1B547569B5E6C04 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_LibSd.h */, - F9588317E1FD425085FF18BB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Loadcore.h */, - 3DA06328CF544DC189ADA780 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_McServ.h */, - F9E4F3035E034C6BBF0D6E97 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Modload.h */, - E76A33CC58A7456097B9955A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Module.h */, - 3DAA30024F724F4C8D4F6B3B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_MtapMan.h */, - 6FEF02250EF449AC964E9080 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PadMan.h */, - 8195B5EDF6334B68BFCBFB5E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PathUtils.h */, - 01D4180FC8A745E28CFD0F1F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PowerOff.h */, - 40BFD1ABDACF4806B52E0336 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_RootCounters.h */, - 3872D045B743468C8B8A797A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Secrman.h */, - 1E789622D3E14E189FEFBC8B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifCmd.h */, - 8C278C74376A483CAE2F2738 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifDynamic.h */, - 0898A33D2E1B4E4E98B8EB97 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifMan.h */, - 8DB6D22EA6804CCD845BFD95 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManNull.h */, - EB63AEBFEAFD4B8CB5D998E7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManPs2.h */, - 26DB3F564FC3437591E1D9E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sio2.h */, - 14C04ED3049C4269987814B9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Speed.h */, - FAA8595994CD49548C559963 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu.h */, - 8E3865DF7FA1469CB83CEE3D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2.h */, - C491AA7DBCDC408A853461B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2_Core.h */, - CE17F143C1A54342BBE21863 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SpuBase.h */, - EC921BA1BA414B91B765146B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Stdio.h */, - A1A53F50D7E34AEDA94A4536 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SubSystem.h */, - F25FD56A2CEA494D98C06F0E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysclib.h */, - A5033CA988104A3F85DA73B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysmem.h */, - 4CE7ECE200B04616A8E308B6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thbase.h */, - 9E5F7ACE42494CC783CED001 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thevent.h */, - 44589EBE01E8420F90452C4F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thfpool.h */, - 1F44E68CFD4B48C88A187613 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thmsgbx.h */, - 279860A5617C4B25A7CD6D30 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thsema.h */, - C89F434CE9444CFC81A0EA02 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thvpool.h */, - E2B1EED1B4CC4CA6B13C9DE7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Timrman.h */, - B5BC9C3367484384BAD271AD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Vblank.h */, - 41D3076F8A1B49A1BC412183 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/DirectoryDevice.h */, - EA5CA61174FF4A76B86CC79E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDevice.h */, - EDC440D1B8C846B2BA7267E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDumpDevice.h */, - 7B0DE24B7D7C413CAF57F0C6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/McDumpDevice.h */, - E60199DD83AA4181ADB50A70 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDevice.h */, - 419C099709B64B1CA12150ED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.h */, - 8C7EBA5F168F4862830E3F37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/PathDirectoryDevice.h */, - 22A422894D0C449A988497C4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/PathDirectoryIterator.h */, - 5C74D80C20654EEFA5A4E34E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/PreferenceDirectoryDevice.h */, - 18B5DB11308D437191081DDC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.h */, - 87C68E82067D42CD9F2E4B49 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoSys147.h */, - ED03B32896184100812F70B6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.h */, - 169D5212DF2A4046A147C70F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.h */, - D306BA32345842B3AAB32F33 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.h */, - 6AF38624FC4C42DE870D2D0D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.h */, - 55983E8C2E2549CAA9FFA531 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoSys246.h */, - 31D5321804FE40BC8EA8AA76 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/psx/PsxBios.h */, - 984141138FD24D3D8BF6130C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Icon.h */, - 6B4960FCA6B64418B4C5607A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/MaxSaveImporter.h */, - 47C7935754AE492284ACAE65 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpReader.h */, - 73823F2D7C22440BA6CD5867 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpSaveImporter.h */, - B8EBC2D455C8411AB119CB2F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/PsuSaveImporter.h */, - F1703F4208504469AC7250FE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Save.h */, - 9475B590A4F44FDD807280C5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveExporter.h */, - EA05D22DC6724CC9907DCDA3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporter.h */, - 9E386817CAD546A0962CAB56 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporterBase.h */, - 0B3FDDDF481742CD83837231 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/XpsSaveImporter.h */, - D820C1D3FE3A44CFAB652ED1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/MemoryStateFile.h */, - AC3A0B6E4094498FAB228FD0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterState.h */, - ED4DF1053CBD48DBA229FD81 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateCollectionFile.h */, - D475EEB3BADB4E6B9BB97535 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateFile.h */, - 8B855C375599483C8EB66F99 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateUtils.h */, - D1BCD15E8C03422799831644 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/XmlStateFile.h */, - B077A543DE6D411EA7B36017 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/static_loop.h */, - B485444DA86241E28A7BA7BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/uint128.h */, + 4D3EC06046FF4D68A6727522 /* ../Play-/Source/AppConfig.h */, + 39579C0576654423B7B8FE82 /* ../Play-/Source/BasicBlock.h */, + 686284CE9E0446D882ED0F81 /* ../Play-/Source/BiosDebugInfoProvider.h */, + 2477078DC2714316B18E4EDA /* ../Play-/Source/BlockLookupOneWay.h */, + 83F18FAE3128485EACFB1BDD /* ../Play-/Source/BlockLookupTwoWay.h */, + E99182E1E1A64BE9AB2F134C /* ../Play-/Source/COP_FPU.h */, + F2F574D44EE3419C9CE95D28 /* ../Play-/Source/COP_SCU.h */, + 109C98ACD90249F1AF178DEA /* ../Play-/Source/ControllerInfo.h */, + 919D825725534315811EFC42 /* ../Play-/Source/DiskUtils.h */, + C082B10364744EF499F639CD /* ../Play-/Source/ELF.h */, + CB2BB121A9DD4C97A6BD1988 /* ../Play-/Source/ElfDefs.h */, + 71893172CE464113A44E58F5 /* ../Play-/Source/ElfFile.h */, + 08B0EA4C42624D23B9F33FD0 /* ../Play-/Source/FpUtils.h */, + 645975B3740B46FD9E081E0F /* ../Play-/Source/FrameDump.h */, + 2D56C6BFCF7C49C99D3B1D0B /* ../Play-/Source/FrameLimiter.h */, + AA0F4277BA9A488A80E06137 /* ../Play-/Source/GenericMipsExecutor.h */, + 2504FBBC0EE943D18E30DACC /* ../Play-/Source/ISO9660/BlockProvider.h */, + 4DBA772E049A443BACD2C9B3 /* ../Play-/Source/ISO9660/DirectoryRecord.h */, + C104467ADBB44C32B4C3FABF /* ../Play-/Source/ISO9660/File.h */, + F4EC616AF86C41A29B05902D /* ../Play-/Source/ISO9660/ISO9660.h */, + F09FDE806C39430C931816F5 /* ../Play-/Source/ISO9660/PathTable.h */, + BB51FA378AA54E289FB4EBFE /* ../Play-/Source/ISO9660/PathTableRecord.h */, + 3BED5F0D577543428F5F9D85 /* ../Play-/Source/ISO9660/VolumeDescriptor.h */, + C1366D77D935457C8CA47D9E /* ../Play-/Source/InputConfig.h */, + 4B45B62269EA44FCA28D585B /* ../Play-/Source/Log.h */, + 76201663E2F4470499C3406A /* ../Play-/Source/MA_MIPSIV.h */, + 7BD3EE8C78A147EE9D481734 /* ../Play-/Source/MIPS.h */, + 793FA8DDDB6343B895E33C4A /* ../Play-/Source/MIPSAnalysis.h */, + 572601161C4C40BCBF96F52A /* ../Play-/Source/MIPSArchitecture.h */, + 967596CAB4BF40CBA1E367C6 /* ../Play-/Source/MIPSAssembler.h */, + 1F38066CF7A949429BC9D2CE /* ../Play-/Source/MIPSCoprocessor.h */, + F8D4B7318AEF4F43BBDCF5C7 /* ../Play-/Source/MIPSInstructionFactory.h */, + 6B6F3C70AC5F41B19459CC04 /* ../Play-/Source/MIPSReflection.h */, + 9D1A14D5801747EE8B25DBE4 /* ../Play-/Source/MIPSTags.h */, + 8EDED7997F9D4BDB94468946 /* ../Play-/Source/MailBox.h */, + 50D611E0EFA0428AA53EF79E /* ../Play-/Source/MemoryMap.h */, + CC75DC3D953B4E91ABBCD5EE /* ../Play-/Source/MemoryUtils.h */, + 16EA28E15B5D4F7C9A7E53B0 /* ../Play-/Source/MipsExecutor.h */, + 18479B09484C4255BC554021 /* ../Play-/Source/MipsFunctionPatternDb.h */, + 87BC527DC3114CEBA2924464 /* ../Play-/Source/MipsJitter.h */, + B0FDE35B847044F2B0B98E41 /* ../Play-/Source/OpticalMedia.h */, + 8A56FDDBEBC34870B77AE9C1 /* ../Play-/Source/OsStructManager.h */, + EE56CDF0E1204FB6A93970CC /* ../Play-/Source/OsStructQueue.h */, + 23F0689680A846CDAE6E49F6 /* ../Play-/Source/OsVariableWrapper.h */, + FAE2D56877EE4C3BA9EABBB7 /* ../Play-/Source/PH_Generic.h */, + 5E00419B76E844109A430A54 /* ../Play-/Source/PS2VM.h */, + FFF7894346AA4325A5AEDE05 /* ../Play-/Source/PS2VM_Preferences.h */, + 7A077688D3B145E0B36C016D /* ../Play-/Source/PadHandler.h */, + 2090AC073E4C423A875D562F /* ../Play-/Source/PadInterface.h */, + 489CD3DCB63C41279F7ABBB1 /* ../Play-/Source/Pch.h */, + 6BF508387DE6470C99AA97DB /* ../Play-/Source/Profiler.h */, + B08170CFD5014E89B74CD4EB /* ../Play-/Source/Ps2Const.h */, + 9E6D30D2C7A94F988155DD3A /* ../Play-/Source/ScopedVmPauser.h */, + E952A6F7011B4C508F080615 /* ../Play-/Source/ScreenPositionListener.h */, + F0C70343844B4160BAE2ACC7 /* ../Play-/Source/ScreenShotUtils.h */, + 4BD355548F50472786C99AFC /* ../Play-/Source/SifDefs.h */, + CE6620C19BAB4D30B563F33E /* ../Play-/Source/SifModule.h */, + 49C39F503E12415D9D8EF3CD /* ../Play-/Source/SifModuleAdapter.h */, + E562A5A75BAB40C3A4D97754 /* ../Play-/Source/TimeUtils.h */, + 8B3B0670C52E450582EEC61A /* ../Play-/Source/VirtualPad.h */, + 9DF2CA868107438498690836 /* ../Play-/Source/discimages/ChdCdImageStream.h */, + B4A28CF5840E4DC58733F7BB /* ../Play-/Source/discimages/ChdImageStream.h */, + 9BEBAC0DA7CA4C56BD2C3D8B /* ../Play-/Source/discimages/ChdStreamSupport.h */, + 241C97BEC7A446C8A0862646 /* ../Play-/Source/discimages/CsoImageStream.h */, + 1AD43F7964DE40A7B633E787 /* ../Play-/Source/discimages/CueSheet.h */, + 18BF9FA2D8744078B3FDE855 /* ../Play-/Source/discimages/IszImageStream.h */, + CED53FC61EE248E28A34A693 /* ../Play-/Source/discimages/MdsDiscImage.h */, + 13818F52BB80424DBACED333 /* ../Play-/Source/ee/COP_VU.h */, + 0616BA8820B947E2B903738F /* ../Play-/Source/ee/DMAC.h */, + 0A501166519F47089ACD8265 /* ../Play-/Source/ee/Dmac_Channel.h */, + E7B919AEF9364485BF5009EE /* ../Play-/Source/ee/EEAssembler.h */, + AAA142EE3BA049B2BD7DE263 /* ../Play-/Source/ee/EeBasicBlock.h */, + 6254793915F4427F8FFC23F4 /* ../Play-/Source/ee/EeExecutor.h */, + AD1822A27F3C4BB78890D43F /* ../Play-/Source/ee/Ee_IdleEvaluator.h */, + E918C278A7304B018015ABB2 /* ../Play-/Source/ee/Ee_LibMc2.h */, + 57AF946D0E7945C4B2FEC01D /* ../Play-/Source/ee/Ee_SubSystem.h */, + E40A30ACC4FB44598D1F2EF1 /* ../Play-/Source/ee/FpAddTruncate.h */, + B590A65D6C4046F689680798 /* ../Play-/Source/ee/FpMulTruncate.h */, + 0FA12E16837B499698C77DC8 /* ../Play-/Source/ee/GIF.h */, + 7D2A6C50F5574280BB546ED8 /* ../Play-/Source/ee/INTC.h */, + 17E6EFFD76004CCB8354F3F0 /* ../Play-/Source/ee/IPU.h */, + BC558AE4C1E84D8B8A689EA0 /* ../Play-/Source/ee/IPU_DmVectorTable.h */, + CA83EF216C8141B8B2A56E85 /* ../Play-/Source/ee/IPU_MacroblockAddressIncrementTable.h */, + 87B0BA3FD347488D8B59BDBE /* ../Play-/Source/ee/IPU_MacroblockTypeBTable.h */, + 9FCBBEC47B1F4B0783F4A5CA /* ../Play-/Source/ee/IPU_MacroblockTypeITable.h */, + BB018458F26E487684861672 /* ../Play-/Source/ee/IPU_MacroblockTypePTable.h */, + CAAB8C3BCED24618B822CB1D /* ../Play-/Source/ee/IPU_MotionCodeTable.h */, + 8AA2D83B7A33401E8463286F /* ../Play-/Source/ee/MA_EE.h */, + 2B070753C98E4404B83E8170 /* ../Play-/Source/ee/MA_VU.h */, + 87C14F7152904884929F37A0 /* ../Play-/Source/ee/PS2OS.h */, + B6C00A129A744A0BA5413C9A /* ../Play-/Source/ee/SIF.h */, + 036CE5659BB34CCEA795F878 /* ../Play-/Source/ee/Timer.h */, + 3D1F3D27294E498F84906462 /* ../Play-/Source/ee/VUShared.h */, + 32940088413848AFAFEDA349 /* ../Play-/Source/ee/Vif.h */, + 8D62CE436EF5452B994DB9FD /* ../Play-/Source/ee/Vif1.h */, + 71F4B10972B5481FB42CC0D4 /* ../Play-/Source/ee/Vpu.h */, + 2648B35F07F040298317694E /* ../Play-/Source/ee/VuAnalysis.h */, + A4E4740DD0CE40D4AB042B82 /* ../Play-/Source/ee/VuBasicBlock.h */, + 83D250599205432EA8DAECAE /* ../Play-/Source/ee/VuExecutor.h */, + 1BD5DD614E2E4FA6BD0DC5E8 /* ../Play-/Source/gs/GSH_Null.h */, + 1459F8EBFA5D4C72950AF36A /* ../Play-/Source/gs/GSHandler.h */, + E7ECE8BDBC034D6F9EF1A75C /* ../Play-/Source/gs/GsCachedArea.h */, + 5A0EA48EA59E40D38850F98F /* ../Play-/Source/gs/GsDebuggerInterface.h */, + 5AE903A908404CF58238B2D5 /* ../Play-/Source/gs/GsPixelFormats.h */, + 00D99FE260124A21866BF80E /* ../Play-/Source/gs/GsSpriteRegion.h */, + FB83B112CF20447CA195FD95 /* ../Play-/Source/gs/GsTextureCache.h */, + AFE8CF8E2677410E8D4584A2 /* ../Play-/Source/gs/GsTransferRange.h */, + F84881832FB24C5C9CAC3E96 /* ../Play-/Source/hdd/ApaDefs.h */, + DEEF1FD79A10459293BDDF09 /* ../Play-/Source/hdd/ApaReader.h */, + 71BD54AB5C074853B980BD92 /* ../Play-/Source/hdd/HddDefs.h */, + E24892F8B76B4D898401C29E /* ../Play-/Source/hdd/PfsDefs.h */, + 3051578E87E642F6BC083369 /* ../Play-/Source/hdd/PfsReader.h */, + FCA804E166F941718ECBAB41 /* ../Play-/Source/input/InputBindingManager.h */, + 57848A77A8AB49EDA010B1C9 /* ../Play-/Source/input/InputProvider.h */, + 991611B8D8224FC7AF17DE58 /* ../Play-/Source/input/PH_GenericInput.h */, + 143CAD1C839C47E4A8537047 /* ../Play-/Source/iop/ArgumentIterator.h */, + F32CA09C691B4229B5827A06 /* ../Play-/Source/iop/Ioman_Defs.h */, + 4E2123F4832A46B28C298832 /* ../Play-/Source/iop/Ioman_Device.h */, + 98B1D40CBFFA4B3BA77A751A /* ../Play-/Source/iop/Ioman_DirectoryIterator.h */, + 1C7C1DA828D24E4FB144C611 /* ../Play-/Source/iop/Ioman_ScopedFile.h */, + BFE328BD0C604A0786297BAC /* ../Play-/Source/iop/IopBios.h */, + 6116734C85F841CE8D02A099 /* ../Play-/Source/iop/Iop_Cdvdfsv.h */, + 69F5CAD540D543A0852BAFAD /* ../Play-/Source/iop/Iop_Cdvdman.h */, + E1596EBC90234B72969D62C1 /* ../Play-/Source/iop/Iop_Dev9.h */, + A94949BEA734427E853C6CF5 /* ../Play-/Source/iop/Iop_Dmac.h */, + D800551B40664CEEBFD029C7 /* ../Play-/Source/iop/Iop_DmacChannel.h */, + 4D0C5E922E704837A88EF3AB /* ../Play-/Source/iop/Iop_Dmacman.h */, + CEB07E233DCC4751A436DB32 /* ../Play-/Source/iop/Iop_Dynamic.h */, + 2D3EC8BD68AF403BB692D937 /* ../Play-/Source/iop/Iop_FileIo.h */, + A081D58CC0BB43D1934ED6D7 /* ../Play-/Source/iop/Iop_FileIoHandler1000.h */, + 790E774BD9E344A49ECA3E11 /* ../Play-/Source/iop/Iop_FileIoHandler2100.h */, + C0FFAC5A3FEC45818032DE69 /* ../Play-/Source/iop/Iop_FileIoHandler2200.h */, + 0669E8CC0DF14D4A8843439D /* ../Play-/Source/iop/Iop_Heaplib.h */, + 63694CCDBFD44EB6A0DD4944 /* ../Play-/Source/iop/Iop_Ilink.h */, + E1352C9BB46640E0BFE3A17A /* ../Play-/Source/iop/Iop_Intc.h */, + 73DF77C92BDF4923A915930E /* ../Play-/Source/iop/Iop_Intrman.h */, + BE21EE18CDDB497890CEBBAE /* ../Play-/Source/iop/Iop_Ioman.h */, + E8D9F741B7D54BF39412D2E5 /* ../Play-/Source/iop/Iop_IomanX.h */, + 74083099B1B547569B5E6C04 /* ../Play-/Source/iop/Iop_LibSd.h */, + F9588317E1FD425085FF18BB /* ../Play-/Source/iop/Iop_Loadcore.h */, + 3DA06328CF544DC189ADA780 /* ../Play-/Source/iop/Iop_McServ.h */, + F9E4F3035E034C6BBF0D6E97 /* ../Play-/Source/iop/Iop_Modload.h */, + E76A33CC58A7456097B9955A /* ../Play-/Source/iop/Iop_Module.h */, + 3DAA30024F724F4C8D4F6B3B /* ../Play-/Source/iop/Iop_MtapMan.h */, + 6FEF02250EF449AC964E9080 /* ../Play-/Source/iop/Iop_PadMan.h */, + 8195B5EDF6334B68BFCBFB5E /* ../Play-/Source/iop/Iop_PathUtils.h */, + 01D4180FC8A745E28CFD0F1F /* ../Play-/Source/iop/Iop_PowerOff.h */, + 40BFD1ABDACF4806B52E0336 /* ../Play-/Source/iop/Iop_RootCounters.h */, + 3872D045B743468C8B8A797A /* ../Play-/Source/iop/Iop_Secrman.h */, + 1E789622D3E14E189FEFBC8B /* ../Play-/Source/iop/Iop_SifCmd.h */, + 8C278C74376A483CAE2F2738 /* ../Play-/Source/iop/Iop_SifDynamic.h */, + 0898A33D2E1B4E4E98B8EB97 /* ../Play-/Source/iop/Iop_SifMan.h */, + 8DB6D22EA6804CCD845BFD95 /* ../Play-/Source/iop/Iop_SifManNull.h */, + EB63AEBFEAFD4B8CB5D998E7 /* ../Play-/Source/iop/Iop_SifManPs2.h */, + 26DB3F564FC3437591E1D9E6 /* ../Play-/Source/iop/Iop_Sio2.h */, + 14C04ED3049C4269987814B9 /* ../Play-/Source/iop/Iop_Speed.h */, + FAA8595994CD49548C559963 /* ../Play-/Source/iop/Iop_Spu.h */, + 8E3865DF7FA1469CB83CEE3D /* ../Play-/Source/iop/Iop_Spu2.h */, + C491AA7DBCDC408A853461B5 /* ../Play-/Source/iop/Iop_Spu2_Core.h */, + CE17F143C1A54342BBE21863 /* ../Play-/Source/iop/Iop_SpuBase.h */, + EC921BA1BA414B91B765146B /* ../Play-/Source/iop/Iop_Stdio.h */, + A1A53F50D7E34AEDA94A4536 /* ../Play-/Source/iop/Iop_SubSystem.h */, + F25FD56A2CEA494D98C06F0E /* ../Play-/Source/iop/Iop_Sysclib.h */, + A5033CA988104A3F85DA73B5 /* ../Play-/Source/iop/Iop_Sysmem.h */, + 4CE7ECE200B04616A8E308B6 /* ../Play-/Source/iop/Iop_Thbase.h */, + 9E5F7ACE42494CC783CED001 /* ../Play-/Source/iop/Iop_Thevent.h */, + 44589EBE01E8420F90452C4F /* ../Play-/Source/iop/Iop_Thfpool.h */, + 1F44E68CFD4B48C88A187613 /* ../Play-/Source/iop/Iop_Thmsgbx.h */, + 279860A5617C4B25A7CD6D30 /* ../Play-/Source/iop/Iop_Thsema.h */, + C89F434CE9444CFC81A0EA02 /* ../Play-/Source/iop/Iop_Thvpool.h */, + E2B1EED1B4CC4CA6B13C9DE7 /* ../Play-/Source/iop/Iop_Timrman.h */, + B5BC9C3367484384BAD271AD /* ../Play-/Source/iop/Iop_Vblank.h */, + 41D3076F8A1B49A1BC412183 /* ../Play-/Source/iop/ioman/DirectoryDevice.h */, + EA5CA61174FF4A76B86CC79E /* ../Play-/Source/iop/ioman/HardDiskDevice.h */, + EDC440D1B8C846B2BA7267E3 /* ../Play-/Source/iop/ioman/HardDiskDumpDevice.h */, + 7B0DE24B7D7C413CAF57F0C6 /* ../Play-/Source/iop/ioman/McDumpDevice.h */, + E60199DD83AA4181ADB50A70 /* ../Play-/Source/iop/ioman/OpticalMediaDevice.h */, + 419C099709B64B1CA12150ED /* ../Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.h */, + 8C7EBA5F168F4862830E3F37 /* ../Play-/Source/iop/ioman/PathDirectoryDevice.h */, + 22A422894D0C449A988497C4 /* ../Play-/Source/iop/ioman/PathDirectoryIterator.h */, + 5C74D80C20654EEFA5A4E34E /* ../Play-/Source/iop/ioman/PreferenceDirectoryDevice.h */, + 18B5DB11308D437191081DDC /* ../Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.h */, + 87C68E82067D42CD9F2E4B49 /* ../Play-/Source/iop/namco_sys147/Iop_NamcoSys147.h */, + ED03B32896184100812F70B6 /* ../Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.h */, + 169D5212DF2A4046A147C70F /* ../Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.h */, + D306BA32345842B3AAB32F33 /* ../Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.h */, + 6AF38624FC4C42DE870D2D0D /* ../Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.h */, + 55983E8C2E2549CAA9FFA531 /* ../Play-/Source/iop/namco_sys246/Iop_NamcoSys246.h */, + 31D5321804FE40BC8EA8AA76 /* ../Play-/Source/psx/PsxBios.h */, + 984141138FD24D3D8BF6130C /* ../Play-/Source/saves/Icon.h */, + 6B4960FCA6B64418B4C5607A /* ../Play-/Source/saves/MaxSaveImporter.h */, + 47C7935754AE492284ACAE65 /* ../Play-/Source/saves/McDumpReader.h */, + 73823F2D7C22440BA6CD5867 /* ../Play-/Source/saves/McDumpSaveImporter.h */, + B8EBC2D455C8411AB119CB2F /* ../Play-/Source/saves/PsuSaveImporter.h */, + F1703F4208504469AC7250FE /* ../Play-/Source/saves/Save.h */, + 9475B590A4F44FDD807280C5 /* ../Play-/Source/saves/SaveExporter.h */, + EA05D22DC6724CC9907DCDA3 /* ../Play-/Source/saves/SaveImporter.h */, + 9E386817CAD546A0962CAB56 /* ../Play-/Source/saves/SaveImporterBase.h */, + 0B3FDDDF481742CD83837231 /* ../Play-/Source/saves/XpsSaveImporter.h */, + D820C1D3FE3A44CFAB652ED1 /* ../Play-/Source/states/MemoryStateFile.h */, + AC3A0B6E4094498FAB228FD0 /* ../Play-/Source/states/RegisterState.h */, + ED4DF1053CBD48DBA229FD81 /* ../Play-/Source/states/RegisterStateCollectionFile.h */, + D475EEB3BADB4E6B9BB97535 /* ../Play-/Source/states/RegisterStateFile.h */, + 8B855C375599483C8EB66F99 /* ../Play-/Source/states/RegisterStateUtils.h */, + D1BCD15E8C03422799831644 /* ../Play-/Source/states/XmlStateFile.h */, + B077A543DE6D411EA7B36017 /* ../Play-/Source/static_loop.h */, + B485444DA86241E28A7BA7BA /* ../Play-/Source/uint128.h */, ); name = "Header Files"; sourceTree = ""; @@ -3553,7 +3553,7 @@ E944B8058D234C7B8892BCF7 /* Resources */ = { isa = PBXGroup; children = ( - A979DD56BCF741FA85C71FC2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist */, + A979DD56BCF741FA85C71FC2 /* ../cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -3864,19 +3864,19 @@ shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source + cd ../cmake/Source/ui_ios/Source /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source + cd ../cmake/Source/ui_ios/Source /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source + cd ../cmake/Source/ui_ios/Source /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source + cd ../cmake/Source/ui_ios/Source /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi "; @@ -3892,25 +3892,25 @@ fi ); name = "Generate CMakeFiles/ZERO_CHECK"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CMakeFiles/ZERO_CHECK ); +../cmake/Source/ui_ios/Source/CMakeFiles/ZERO_CHECK ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source + make -f ../cmake/Source/ui_ios/Source/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source + make -f ../cmake/Source/ui_ios/Source/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source + make -f ../cmake/Source/ui_ios/Source/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source + make -f ../cmake/Source/ui_ios/Source/CMakeScripts/ReRunCMake.make fi "; showEnvVarsInLog = 0; @@ -3925,25 +3925,25 @@ fi ); name = "Generate Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/uninstall"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/uninstall ); +../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/CMakeFiles/uninstall ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib - /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib - /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib - /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib - /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib + /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -P ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/cmake_uninstall.cmake fi "; showEnvVarsInLog = 0; @@ -3958,24 +3958,24 @@ fi ); name = "Generate CMakeFiles/ALL_BUILD"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CMakeFiles/ALL_BUILD ); +../cmake/Source/ui_ios/Source/CMakeFiles/ALL_BUILD ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source + cd ../cmake/Source/ui_ios/Source echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source + cd ../cmake/Source/ui_ios/Source echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source + cd ../cmake/Source/ui_ios/Source echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source + cd ../cmake/Source/ui_ios/Source echo Build\\ all\\ projects fi "; @@ -4024,19 +4024,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi "; @@ -4100,19 +4100,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source + cd ../cmake/Source/ui_ios/Source /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source + cd ../cmake/Source/ui_ios/Source /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source + cd ../cmake/Source/ui_ios/Source /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source + cd ../cmake/Source/ui_ios/Source /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; @@ -4158,29 +4158,29 @@ exit 0"; ); name = "Generate Framework/zstd_zlibwrapper/zstd/CMakeFiles/clean-all"; outputPaths = ( -"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/CMakeFiles/clean-all" ); +"../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/CMakeFiles/clean-all" ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd /usr/bin/xcodebuild clean - rm -rf /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/ + rm -rf ../cmake/ fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd /usr/bin/xcodebuild clean - rm -rf /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/ + rm -rf ../cmake/ fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd /usr/bin/xcodebuild clean - rm -rf /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/ + rm -rf ../cmake/ fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd + cd ../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd /usr/bin/xcodebuild clean - rm -rf /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/ + rm -rf ../cmake/ fi "; showEnvVarsInLog = 0; @@ -4192,7 +4192,7 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 8954B3F4F39F4EC4BFE1D74E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/tests/benchmark.c */, + 8954B3F4F39F4EC4BFE1D74E /* ../Play-/deps/libchdr/tests/benchmark.c */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -4200,10 +4200,10 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 3413A30B0EAE453FA5CE3C6C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/AppleHttpClient.cpp */, - 95B50E37A35F4F2AB5D0CBE8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClient.cpp */, - 60E3F120C4144025B698C690 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpClientFactory.cpp */, - DB7CF00FE1B64F7396B887D9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/http/HttpServer.cpp */, + 3413A30B0EAE453FA5CE3C6C /* ../Play-/deps/Framework/src/http/AppleHttpClient.cpp */, + 95B50E37A35F4F2AB5D0CBE8 /* ../Play-/deps/Framework/src/http/HttpClient.cpp */, + 60E3F120C4144025B698C690 /* ../Play-/deps/Framework/src/http/HttpClientFactory.cpp */, + DB7CF00FE1B64F7396B887D9 /* ../Play-/deps/Framework/src/http/HttpServer.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -4211,59 +4211,59 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - D10C97391C314E239672B6B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest.cpp */, - B684C3C4AC8E4D1FA483CBE2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/AliasTest2.cpp */, - EBA50C885BC744609DFEB670 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Alu64Test.cpp */, - 2F0D586A9AB24861BA3B8ED5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Call64Test.cpp */, - 68E01CD5E7534C6BA2191E7E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Cmp64Test.cpp */, - 10D203320CD74D048AB162B8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CompareTest.cpp */, - E3E669544D884D17A9AA1A4B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ConditionTest.cpp */, - B0DD02B79679458EA0309BE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Crc32Test.cpp */, - AC43A151742C4CF4B0C48852 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/CursorTest.cpp */, - 8F48B37F0154496C99F5E45C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/DivTest.cpp */, - DAABF7F7C9C84D9EA743D3EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ExternJumpTest.cpp */, - C3888AF1C5B54EFE835DA216 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpClampTest.cpp */, - B525279AEB604124ACDAD2C7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpIntMixTest.cpp */, - ECBD490C4880482DA3CA4034 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/FpuTest.cpp */, - 17AEC44FB765442E833A245B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/GotoTest.cpp */, - 004A5E5867904C148B3D73E7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTest.cpp */, - 02F430581E0A4F8A944BD577 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/HugeJumpTestLiteral.cpp */, - 696D16D2E011446587CE0980 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Logic64Test.cpp */, - 3EB39D75030F4527B7FDB9BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LogicTest.cpp */, - 15FA1C46369440AB9BFD6FBD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LoopTest.cpp */, - EDA7124BB75D4D43AE79D9AF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/LzcTest.cpp */, - 0740D0928A6D48FDAA4BC703 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Main.cpp */, - 752626E3842E44D58228F640 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdAddTest.cpp */, - A49DC9D3885946898F4AA30E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCallTest.cpp */, - CC1A34B155E5425FB2413E02 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdCmpTest.cpp */, - D5915CC667D2499F9DD18A0B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpFlagTest.cpp */, - 8DCE8B0F0A794B1DBB9B84A0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdFpTest.cpp */, - 355BDD7F8EC04693A498529D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdLogicTest.cpp */, - A847ED862F1445A1B7F4C1EB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdManipTest.cpp */, - 0772116C8E6D47298E7D2E3A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMemAccessTest.cpp */, - 08BC91F0B71046B5B529696E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdMinMaxTest.cpp */, - 77BD965D5A094D1E96A35353 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdShiftTest.cpp */, - FB60B5BF71DE4DDCBD3F9B59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdSubTest.cpp */, - 1932CF7E8F6746B1B4512C40 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdTest.cpp */, - 9935F186667A4FFD8187B06A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MdUnpackTest.cpp */, - D5278520A33C42B288D32AEC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess16Test.cpp */, - 0FF99D87CA7944ECBE09344D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess64Test.cpp */, - 861E209B36644C149BF1CFA9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccess8Test.cpp */, - C1FC39A4E5DF4223A7B5BB90 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessIdxTest.cpp */, - CF126124391B4062B29889C2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessRefTest.cpp */, - 6E279C03E6F64B01B3055068 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MemAccessTest.cpp */, - 6217BCB14D57499A9CCB2465 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Merge64Test.cpp */, - 20D6DCAC0C2141009BC7891F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/MultTest.cpp */, - 02A0C31BDDC84B7281C6E7F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/NestedIfTest.cpp */, - 87E5055E3E154CD9BB549FF5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest.cpp */, - 16BA3838F30B4887BD682221 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest2.cpp */, - A711FED8BAF241D9875FD86C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RandomAluTest3.cpp */, - 6E090CC23ADD423A836865F1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTempTest.cpp */, - C2945900EFED4C0DAED6E499 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/RegAllocTest.cpp */, - 12E4E6991A7E470791B95C3F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ReorderAddTest.cpp */, - 6E63CC7443204F258AD4DBA0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/Shift64Test.cpp */, - 196D0FFF15154F889C380A97 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/ShiftTest.cpp */, - CB513D7CDF72449E99AB0FF0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/tests/SimpleMdTest.cpp */, + D10C97391C314E239672B6B5 /* ../Play-/deps/CodeGen/tests/AliasTest.cpp */, + B684C3C4AC8E4D1FA483CBE2 /* ../Play-/deps/CodeGen/tests/AliasTest2.cpp */, + EBA50C885BC744609DFEB670 /* ../Play-/deps/CodeGen/tests/Alu64Test.cpp */, + 2F0D586A9AB24861BA3B8ED5 /* ../Play-/deps/CodeGen/tests/Call64Test.cpp */, + 68E01CD5E7534C6BA2191E7E /* ../Play-/deps/CodeGen/tests/Cmp64Test.cpp */, + 10D203320CD74D048AB162B8 /* ../Play-/deps/CodeGen/tests/CompareTest.cpp */, + E3E669544D884D17A9AA1A4B /* ../Play-/deps/CodeGen/tests/ConditionTest.cpp */, + B0DD02B79679458EA0309BE5 /* ../Play-/deps/CodeGen/tests/Crc32Test.cpp */, + AC43A151742C4CF4B0C48852 /* ../Play-/deps/CodeGen/tests/CursorTest.cpp */, + 8F48B37F0154496C99F5E45C /* ../Play-/deps/CodeGen/tests/DivTest.cpp */, + DAABF7F7C9C84D9EA743D3EE /* ../Play-/deps/CodeGen/tests/ExternJumpTest.cpp */, + C3888AF1C5B54EFE835DA216 /* ../Play-/deps/CodeGen/tests/FpClampTest.cpp */, + B525279AEB604124ACDAD2C7 /* ../Play-/deps/CodeGen/tests/FpIntMixTest.cpp */, + ECBD490C4880482DA3CA4034 /* ../Play-/deps/CodeGen/tests/FpuTest.cpp */, + 17AEC44FB765442E833A245B /* ../Play-/deps/CodeGen/tests/GotoTest.cpp */, + 004A5E5867904C148B3D73E7 /* ../Play-/deps/CodeGen/tests/HugeJumpTest.cpp */, + 02F430581E0A4F8A944BD577 /* ../Play-/deps/CodeGen/tests/HugeJumpTestLiteral.cpp */, + 696D16D2E011446587CE0980 /* ../Play-/deps/CodeGen/tests/Logic64Test.cpp */, + 3EB39D75030F4527B7FDB9BA /* ../Play-/deps/CodeGen/tests/LogicTest.cpp */, + 15FA1C46369440AB9BFD6FBD /* ../Play-/deps/CodeGen/tests/LoopTest.cpp */, + EDA7124BB75D4D43AE79D9AF /* ../Play-/deps/CodeGen/tests/LzcTest.cpp */, + 0740D0928A6D48FDAA4BC703 /* ../Play-/deps/CodeGen/tests/Main.cpp */, + 752626E3842E44D58228F640 /* ../Play-/deps/CodeGen/tests/MdAddTest.cpp */, + A49DC9D3885946898F4AA30E /* ../Play-/deps/CodeGen/tests/MdCallTest.cpp */, + CC1A34B155E5425FB2413E02 /* ../Play-/deps/CodeGen/tests/MdCmpTest.cpp */, + D5915CC667D2499F9DD18A0B /* ../Play-/deps/CodeGen/tests/MdFpFlagTest.cpp */, + 8DCE8B0F0A794B1DBB9B84A0 /* ../Play-/deps/CodeGen/tests/MdFpTest.cpp */, + 355BDD7F8EC04693A498529D /* ../Play-/deps/CodeGen/tests/MdLogicTest.cpp */, + A847ED862F1445A1B7F4C1EB /* ../Play-/deps/CodeGen/tests/MdManipTest.cpp */, + 0772116C8E6D47298E7D2E3A /* ../Play-/deps/CodeGen/tests/MdMemAccessTest.cpp */, + 08BC91F0B71046B5B529696E /* ../Play-/deps/CodeGen/tests/MdMinMaxTest.cpp */, + 77BD965D5A094D1E96A35353 /* ../Play-/deps/CodeGen/tests/MdShiftTest.cpp */, + FB60B5BF71DE4DDCBD3F9B59 /* ../Play-/deps/CodeGen/tests/MdSubTest.cpp */, + 1932CF7E8F6746B1B4512C40 /* ../Play-/deps/CodeGen/tests/MdTest.cpp */, + 9935F186667A4FFD8187B06A /* ../Play-/deps/CodeGen/tests/MdUnpackTest.cpp */, + D5278520A33C42B288D32AEC /* ../Play-/deps/CodeGen/tests/MemAccess16Test.cpp */, + 0FF99D87CA7944ECBE09344D /* ../Play-/deps/CodeGen/tests/MemAccess64Test.cpp */, + 861E209B36644C149BF1CFA9 /* ../Play-/deps/CodeGen/tests/MemAccess8Test.cpp */, + C1FC39A4E5DF4223A7B5BB90 /* ../Play-/deps/CodeGen/tests/MemAccessIdxTest.cpp */, + CF126124391B4062B29889C2 /* ../Play-/deps/CodeGen/tests/MemAccessRefTest.cpp */, + 6E279C03E6F64B01B3055068 /* ../Play-/deps/CodeGen/tests/MemAccessTest.cpp */, + 6217BCB14D57499A9CCB2465 /* ../Play-/deps/CodeGen/tests/Merge64Test.cpp */, + 20D6DCAC0C2141009BC7891F /* ../Play-/deps/CodeGen/tests/MultTest.cpp */, + 02A0C31BDDC84B7281C6E7F0 /* ../Play-/deps/CodeGen/tests/NestedIfTest.cpp */, + 87E5055E3E154CD9BB549FF5 /* ../Play-/deps/CodeGen/tests/RandomAluTest.cpp */, + 16BA3838F30B4887BD682221 /* ../Play-/deps/CodeGen/tests/RandomAluTest2.cpp */, + A711FED8BAF241D9875FD86C /* ../Play-/deps/CodeGen/tests/RandomAluTest3.cpp */, + 6E090CC23ADD423A836865F1 /* ../Play-/deps/CodeGen/tests/RegAllocTempTest.cpp */, + C2945900EFED4C0DAED6E499 /* ../Play-/deps/CodeGen/tests/RegAllocTest.cpp */, + 12E4E6991A7E470791B95C3F /* ../Play-/deps/CodeGen/tests/ReorderAddTest.cpp */, + 6E63CC7443204F258AD4DBA0 /* ../Play-/deps/CodeGen/tests/Shift64Test.cpp */, + 196D0FFF15154F889C380A97 /* ../Play-/deps/CodeGen/tests/ShiftTest.cpp */, + CB513D7CDF72449E99AB0FF0 /* ../Play-/deps/CodeGen/tests/SimpleMdTest.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -4271,11 +4271,11 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 2CCC9885EEE7498F91213E42 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */, - C3878BDB9FD04934924AB2DF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */, - CCDCB30ED1EE4387A7F489EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */, - 4886E49004304921A522B5C0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */, - 7074C0A2486445BFAE59AD2B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */, + 2CCC9885EEE7498F91213E42 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzclose.c */, + C3878BDB9FD04934924AB2DF /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzlib.c */, + CCDCB30ED1EE4387A7F489EE /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzread.c */, + 4886E49004304921A522B5C0 /* ../Play-/deps/Dependencies/zstd/zlibWrapper/gzwrite.c */, + 7074C0A2486445BFAE59AD2B /* ../Play-/deps/Dependencies/zstd/zlibWrapper/zstd_zlibwrapper.c */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -4283,46 +4283,46 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 1756EA2F4F304975ACFDF4F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/AArch32Assembler.cpp */, - 9B5C6C6440744E5F93007581 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/AArch64Assembler.cpp */, - D4A6DE6F902947AE9839F870 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/CoffObjectFile.cpp */, - A19DD7D340904CEFA029F48F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter.cpp */, - C4B920FFE518440789DD8EED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen.cpp */, - A3EF33EA68634E6F8C68B938 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGenFactory.cpp */, - 0641E9D1F4B445A8BCC785D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32.cpp */, - 0D1FDC24ADD7428E999D041C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_64.cpp */, - 60036B71D1A14BCC91572236 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Fpu.cpp */, - 1071591E9CF74385A0D1FF19 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Md.cpp */, - 822436D7FE704930BE07CB58 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64.cpp */, - 40A96E0D90EB4097A4F6DB62 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_64.cpp */, - 1631A6C10451428BA33FA8C8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Fpu.cpp */, - 8DEB7E30A8C44EFDA1FFCEC8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Md.cpp */, - FE499E4766ED4C88A8153273 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm.cpp */, - FDBC54EA35EC4B70A3EFA436 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_64.cpp */, - DFABAACA7C094972ABC6352A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Fpu.cpp */, - 81CBA84C813E4F2380D5FFFB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Md.cpp */, - 1B87633AAFC340BB99B83C27 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86.cpp */, - A3F11BDFF8614359B1618862 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_32.cpp */, - CEE6A59556F744C98F5B49F8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_64.cpp */, - 0D89CAB070DD47F6BF265F4C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu.cpp */, - 6C9A2F5B06DB45F3B6DB1D4B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Avx.cpp */, - 7811C46A586D4FA7B4C65C7D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Sse.cpp */, - 5EBA077EADD64326855832F2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md.cpp */, - CAAD2309F1904E7CBFE0958A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md_Avx.cpp */, - B6D6DA5BFEE74321A4468B7A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_Optimize.cpp */, - BBA6FAB0CC8A49CA973F7294 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_RegAlloc.cpp */, - D47569A002B94495A86592D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_Statement.cpp */, - 8464FDD41994440C8B849B3C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/Jitter_SymbolTable.cpp */, - 1E5DB6CF8C5D4BC3A0549356 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/LiteralPool.cpp */, - 1F214F72D49D4D6CA77E2391 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/MachoObjectFile.cpp */, - DCFB1C6921004AA0BFC1DE65 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/MemoryFunction.cpp */, - 56F8F5D635B2464E9C4F7820 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/ObjectFile.cpp */, - 586830E33A5B4F99B0C20D1A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/WasmModuleBuilder.cpp */, - 4F9905E9948F4008BEAB7C12 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler.cpp */, - EC15155AC4134FDB9CF56E78 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Avx.cpp */, - B164F3BC38E148479135AEE3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Fpu.cpp */, - EBAF0B70C3E3400FA284ED95 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86Assembler_Sse.cpp */, - 361A68992C8D4C7288DD48D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/src/X86CpuFeatures.cpp */, + 1756EA2F4F304975ACFDF4F5 /* ../Play-/deps/CodeGen/src/AArch32Assembler.cpp */, + 9B5C6C6440744E5F93007581 /* ../Play-/deps/CodeGen/src/AArch64Assembler.cpp */, + D4A6DE6F902947AE9839F870 /* ../Play-/deps/CodeGen/src/CoffObjectFile.cpp */, + A19DD7D340904CEFA029F48F /* ../Play-/deps/CodeGen/src/Jitter.cpp */, + C4B920FFE518440789DD8EED /* ../Play-/deps/CodeGen/src/Jitter_CodeGen.cpp */, + A3EF33EA68634E6F8C68B938 /* ../Play-/deps/CodeGen/src/Jitter_CodeGenFactory.cpp */, + 0641E9D1F4B445A8BCC785D4 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32.cpp */, + 0D1FDC24ADD7428E999D041C /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_64.cpp */, + 60036B71D1A14BCC91572236 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Fpu.cpp */, + 1071591E9CF74385A0D1FF19 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch32_Md.cpp */, + 822436D7FE704930BE07CB58 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64.cpp */, + 40A96E0D90EB4097A4F6DB62 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_64.cpp */, + 1631A6C10451428BA33FA8C8 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Fpu.cpp */, + 8DEB7E30A8C44EFDA1FFCEC8 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_AArch64_Md.cpp */, + FE499E4766ED4C88A8153273 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm.cpp */, + FDBC54EA35EC4B70A3EFA436 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_64.cpp */, + DFABAACA7C094972ABC6352A /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Fpu.cpp */, + 81CBA84C813E4F2380D5FFFB /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_Wasm_Md.cpp */, + 1B87633AAFC340BB99B83C27 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86.cpp */, + A3F11BDFF8614359B1618862 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_32.cpp */, + CEE6A59556F744C98F5B49F8 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_64.cpp */, + 0D89CAB070DD47F6BF265F4C /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu.cpp */, + 6C9A2F5B06DB45F3B6DB1D4B /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Avx.cpp */, + 7811C46A586D4FA7B4C65C7D /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Fpu_Sse.cpp */, + 5EBA077EADD64326855832F2 /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md.cpp */, + CAAD2309F1904E7CBFE0958A /* ../Play-/deps/CodeGen/src/Jitter_CodeGen_x86_Md_Avx.cpp */, + B6D6DA5BFEE74321A4468B7A /* ../Play-/deps/CodeGen/src/Jitter_Optimize.cpp */, + BBA6FAB0CC8A49CA973F7294 /* ../Play-/deps/CodeGen/src/Jitter_RegAlloc.cpp */, + D47569A002B94495A86592D1 /* ../Play-/deps/CodeGen/src/Jitter_Statement.cpp */, + 8464FDD41994440C8B849B3C /* ../Play-/deps/CodeGen/src/Jitter_SymbolTable.cpp */, + 1E5DB6CF8C5D4BC3A0549356 /* ../Play-/deps/CodeGen/src/LiteralPool.cpp */, + 1F214F72D49D4D6CA77E2391 /* ../Play-/deps/CodeGen/src/MachoObjectFile.cpp */, + DCFB1C6921004AA0BFC1DE65 /* ../Play-/deps/CodeGen/src/MemoryFunction.cpp */, + 56F8F5D635B2464E9C4F7820 /* ../Play-/deps/CodeGen/src/ObjectFile.cpp */, + 586830E33A5B4F99B0C20D1A /* ../Play-/deps/CodeGen/src/WasmModuleBuilder.cpp */, + 4F9905E9948F4008BEAB7C12 /* ../Play-/deps/CodeGen/src/X86Assembler.cpp */, + EC15155AC4134FDB9CF56E78 /* ../Play-/deps/CodeGen/src/X86Assembler_Avx.cpp */, + B164F3BC38E148479135AEE3 /* ../Play-/deps/CodeGen/src/X86Assembler_Fpu.cpp */, + EBAF0B70C3E3400FA284ED95 /* ../Play-/deps/CodeGen/src/X86Assembler_Sse.cpp */, + 361A68992C8D4C7288DD48D4 /* ../Play-/deps/CodeGen/src/X86CpuFeatures.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -4330,43 +4330,43 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - EF0D0A23F83B4C28B62466A1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/debug.c */, - 95ED9C2F8A34484D98CF9D57 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */, - 18DC44666D5246CA81CC366B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/error_private.c */, - FD4E8A457CB145118AA3EC1E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */, - 3544B29995E24E4797C834DA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/pool.c */, - EAA2A7E05D444F2DA7DBF8D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/threading.c */, - 6C8FDAC408834839BEC8616E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/xxhash.c */, - 75D01603B3EE40628C33E105 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */, - 502B80E77AD846749F04783E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */, - 60A53CBA9A424FB389C82359 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/hist.c */, - 24893BC1FF294A83BD60856F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */, - DD27B80FBDD64542B12C2484 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */, - E79BF21BC8A4411C8B2DE1CA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */, - 77AD1E0A51F3455EA8421906 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */, - 09401D85CCE040698E5BDF4B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */, - 3AC9EC68E3C84662AF373985 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */, - 1C56F8D7BB0C440DA22FC775 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */, - AC35CDD2581C41159B7E783C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */, - 3119B780D88341F8988CA2CA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */, - C66AE14AEC1E4E93B51FA4CA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */, - 7394F3751E034C2B96A9E898 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */, - 3EB8E9BE9E9A41A9851292F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */, - D3A99D1E26BA4A35B6D5D91D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */, - 1E5A8E3390EE42C59D48F989 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */, - D16116192D62477B87E485B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */, - A17C1A78E92440F397190DBA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */, - 78C87828ABC24F5ABA46274C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */, - AD5681E57A524122807ECDD8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */, - DF3CC06FC5F04EFF9C6E9184 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */, - D4E9DFA162E74062A86BCD0B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */, - D79BBBCBA2E64B05BF0F2036 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */, - 7006CCDEFEF64003AA367E80 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */, - 8ECB6B0AE0CD4C348AA7B9C2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */, - B1FD6B012A5145DB809E2B42 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */, - A38E7676A72444EE8F7D5192 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */, - 8EB5C07160D84F4D83619B75 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */, - DF82E33D72904D8E830678AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */, + EF0D0A23F83B4C28B62466A1 /* ../Play-/deps/Dependencies/zstd/lib/common/debug.c */, + 95ED9C2F8A34484D98CF9D57 /* ../Play-/deps/Dependencies/zstd/lib/common/entropy_common.c */, + 18DC44666D5246CA81CC366B /* ../Play-/deps/Dependencies/zstd/lib/common/error_private.c */, + FD4E8A457CB145118AA3EC1E /* ../Play-/deps/Dependencies/zstd/lib/common/fse_decompress.c */, + 3544B29995E24E4797C834DA /* ../Play-/deps/Dependencies/zstd/lib/common/pool.c */, + EAA2A7E05D444F2DA7DBF8D4 /* ../Play-/deps/Dependencies/zstd/lib/common/threading.c */, + 6C8FDAC408834839BEC8616E /* ../Play-/deps/Dependencies/zstd/lib/common/xxhash.c */, + 75D01603B3EE40628C33E105 /* ../Play-/deps/Dependencies/zstd/lib/common/zstd_common.c */, + 502B80E77AD846749F04783E /* ../Play-/deps/Dependencies/zstd/lib/compress/fse_compress.c */, + 60A53CBA9A424FB389C82359 /* ../Play-/deps/Dependencies/zstd/lib/compress/hist.c */, + 24893BC1FF294A83BD60856F /* ../Play-/deps/Dependencies/zstd/lib/compress/huf_compress.c */, + DD27B80FBDD64542B12C2484 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress.c */, + E79BF21BC8A4411C8B2DE1CA /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_literals.c */, + 77AD1E0A51F3455EA8421906 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_sequences.c */, + 09401D85CCE040698E5BDF4B /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_compress_superblock.c */, + 3AC9EC68E3C84662AF373985 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_double_fast.c */, + 1C56F8D7BB0C440DA22FC775 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_fast.c */, + AC35CDD2581C41159B7E783C /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_lazy.c */, + 3119B780D88341F8988CA2CA /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_ldm.c */, + C66AE14AEC1E4E93B51FA4CA /* ../Play-/deps/Dependencies/zstd/lib/compress/zstd_opt.c */, + 7394F3751E034C2B96A9E898 /* ../Play-/deps/Dependencies/zstd/lib/compress/zstdmt_compress.c */, + 3EB8E9BE9E9A41A9851292F5 /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress.c */, + D3A99D1E26BA4A35B6D5D91D /* ../Play-/deps/Dependencies/zstd/lib/decompress/huf_decompress_amd64.S */, + 1E5A8E3390EE42C59D48F989 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_ddict.c */, + D16116192D62477B87E485B4 /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress.c */, + A17C1A78E92440F397190DBA /* ../Play-/deps/Dependencies/zstd/lib/decompress/zstd_decompress_block.c */, + 78C87828ABC24F5ABA46274C /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/cover.c */, + AD5681E57A524122807ECDD8 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/divsufsort.c */, + DF3CC06FC5F04EFF9C6E9184 /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/fastcover.c */, + D4E9DFA162E74062A86BCD0B /* ../Play-/deps/Dependencies/zstd/lib/dictBuilder/zdict.c */, + D79BBBCBA2E64B05BF0F2036 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v01.c */, + 7006CCDEFEF64003AA367E80 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v02.c */, + 8ECB6B0AE0CD4C348AA7B9C2 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v03.c */, + B1FD6B012A5145DB809E2B42 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v04.c */, + A38E7676A72444EE8F7D5192 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v05.c */, + 8EB5C07160D84F4D83619B75 /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v06.c */, + DF82E33D72904D8E830678AB /* ../Play-/deps/Dependencies/zstd/lib/legacy/zstd_v07.c */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -4374,192 +4374,192 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - AC3F4D5C68324866A0E8D7E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/AppConfig.cpp */, - F9C8296D81654CD59490B30C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/BasicBlock.cpp */, - 94E66FF0333541D9855004F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_FPU.cpp */, - 1A0AB6B6709E4B95BD63A7FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_FPU_Reflection.cpp */, - A82223C47AAE4638920E7E87 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_SCU.cpp */, - D3B18154F1CC4EC8A00941B0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/COP_SCU_Reflection.cpp */, - 049AA34928BA44188B4A82EA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ControllerInfo.cpp */, - 53A437EF534C45249CA4A37E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/DiskUtils.cpp */, - 03FD301258BB4DDF81D54E49 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ElfFile.cpp */, - E2E64279F6B547B6AD1B4341 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FpUtils.cpp */, - F614869D31574C99B8463B3D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameDump.cpp */, - D70EA75F10214038B1B65ED1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/FrameLimiter.cpp */, - 8443E4FA1E3F4FEA90186783 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/DirectoryRecord.cpp */, - 9E53A29E57104C3D906C1519 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/File.cpp */, - 066571D560D8413398E6E285 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/ISO9660.cpp */, - 3966AE67C87A4ED4B5FD0EB2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTable.cpp */, - 4569D748795A4CADA8D6A613 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/PathTableRecord.cpp */, - 686D53E7451541C18793FE6F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ISO9660/VolumeDescriptor.cpp */, - C6916EF7AA1240BDB40A6CD9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/InputConfig.cpp */, - 0A7D2DF517BC4AF3825F2F41 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Log.cpp */, - 072320CB3DC3440491232A7D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV.cpp */, - 34965FCA8CD5428193380262 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV_Reflection.cpp */, - 3AEFEFA6308B4E4B97E7F760 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MA_MIPSIV_Templates.cpp */, - 64C8CCABE2F14CF898777523 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPS.cpp */, - 9FBA2F05FF294DC2BA2AABDD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAnalysis.cpp */, - E0A029A32D244D468532874B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSArchitecture.cpp */, - 0E4CC6FDF87A49FB95E0C961 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSAssembler.cpp */, - 484E528DD45D4C87BB6CB8A4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSCoprocessor.cpp */, - 88C1EE1168304BD0B8F97455 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSInstructionFactory.cpp */, - E98B71F5252D41EC932BED3D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSReflection.cpp */, - 27A4F924517F4C3A9E7734DD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MIPSTags.cpp */, - CB4E7AB1B76E424C8CB003B8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MailBox.cpp */, - 1C82F04D6A9643B590B40451 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryMap.cpp */, - E870A774C593425E9676FD6F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MemoryUtils.cpp */, - 962EDFF7D45343039EB1089C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsFunctionPatternDb.cpp */, - 71789EF622AE49FFA2B45F88 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/MipsJitter.cpp */, - 9CAA3A4817394924971F5EFC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/OpticalMedia.cpp */, - 1F82D0E8E12443DA801CCC12 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PH_Generic.cpp */, - 12ADC086CFFE42A5B5EAB1FF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PS2VM.cpp */, - FEAB33CCFC124C379F5FE8AD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadHandler.cpp */, - 2D954D646D2A48A695C8116A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/PadInterface.cpp */, - 0579854A8D9645C298967ACF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Pch.cpp */, - 0ACD34EB528A4CB2B380A690 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/Profiler.cpp */, - E5847DDC3ECB42CBA5B43168 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScopedVmPauser.cpp */, - 1D8EC615F5BE449AA860C0EF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ScreenShotUtils.cpp */, - 31421B85B57541179D94356A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/VirtualPad.cpp */, - 4917C4B46359441EAB91C991 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdCdImageStream.cpp */, - 897B0ABA76F64F6BA62E5689 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdImageStream.cpp */, - 5817840EDBE54AE1B8A6F8BC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/ChdStreamSupport.cpp */, - B1BA62DFCA414932B999D18D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CsoImageStream.cpp */, - 0949CF711E9A4C47BE047C05 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/CueSheet.cpp */, - B265228CED2A4633A09F01B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/IszImageStream.cpp */, - F1A6E097299C4A839571CFD5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/discimages/MdsDiscImage.cpp */, - EF3B7008C22C4CABA431EA28 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/COP_VU.cpp */, - A7D302CA750E4B90BB64EBBD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/COP_VU_Reflection.cpp */, - 9425DD31D6D44F4C956EC07D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/DMAC.cpp */, - 7AF1C4B3F8964463AE5D36D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Dmac_Channel.cpp */, - 820DF4FEE0034B33A8AFE7C4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EEAssembler.cpp */, - FEFE0A24BFED456A80244EF9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeBasicBlock.cpp */, - 8A700C1F0BF442C09DDA764A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/EeExecutor.cpp */, - 3C656AB713CB46E6BC7A318F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_IdleEvaluator.cpp */, - 674B09CCAC80437BA0C6E825 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_LibMc2.cpp */, - 62E2ED868A3D44BF8BBD8CB6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Ee_SubSystem.cpp */, - 069528875199469182948411 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpAddTruncate.cpp */, - 6947161E9B5C48CC994AAD7E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/FpMulTruncate.cpp */, - 2918A8820FFA4801856BF596 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/GIF.cpp */, - 0F4F808B863549CD9D07374D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/INTC.cpp */, - 54D873C00AD84095A040A881 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU.cpp */, - 52301596120546CDA6DF13CD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_DmVectorTable.cpp */, - E9720057A1E54C88934E0917 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockAddressIncrementTable.cpp */, - 9EE33BFF9D0A4D04AE01C239 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeBTable.cpp */, - AE872F3CEF4C45EA8477085C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypeITable.cpp */, - CB191657AA2742EC81B383C5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MacroblockTypePTable.cpp */, - 71ADB17B78224C7E963D1A9E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/IPU_MotionCodeTable.cpp */, - 4298748A0BFA4B01ACC46A57 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_EE.cpp */, - EDA442A1D103419C9C4EA1B6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_EE_Reflection.cpp */, - 266B036D86104C44993886C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU.cpp */, - 3909D3A4412F468AA0B6CC97 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_Lower.cpp */, - 8EB3C6677038435B837DB0E7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_LowerReflection.cpp */, - 0D5A05AF2B6A4EE8844597C0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_Upper.cpp */, - 6B29B1F80275466A9BE39D5A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/MA_VU_UpperReflection.cpp */, - 4F78D3318EB74F21847A2773 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/PS2OS.cpp */, - FDF9BF2D6EA5418994FE43CC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/SIF.cpp */, - 3FF6691204A845FD814A2B32 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Timer.cpp */, - 028D5B650A51469F80BA0F01 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VUShared.cpp */, - DBC6D347FF754ACCA117A845 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VUShared_Reflection.cpp */, - 6EBC2811335540F39626B990 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif.cpp */, - 8620840ADCAF480FAF7943AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vif1.cpp */, - 6302583C79F64220B1B144D6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/Vpu.cpp */, - 7DC8F6B51A5C4E66A6F1BACB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuAnalysis.cpp */, - BC6000437DEC46FAAB1F960F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuBasicBlock.cpp */, - 6D70D9477A0C4B69A837D4FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ee/VuExecutor.cpp */, - A3A226D6172C40FAB04E821E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Null.cpp */, - E6981D160F9D4F91A42D04D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSHandler.cpp */, - 7B788B6C95734BC098BF00CE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsCachedArea.cpp */, - CCBEAD8904354A37B937BC4F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GsPixelFormats.cpp */, - 6E2D063ECC724C6FBEA16AF5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/ApaReader.cpp */, - 229DA0EB3F4B46488FDE910B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/hdd/PfsReader.cpp */, - 962C09057507472CB444114C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/InputBindingManager.cpp */, - D4B427081E8C475AAB3C90DC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/input/PH_GenericInput.cpp */, - 4F28905E15AD45D49479D69E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ArgumentIterator.cpp */, - 626F6A1B3E7446BAB76A34C5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Ioman_ScopedFile.cpp */, - BB0B74BD9AF146468E896726 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/IopBios.cpp */, - A6A5921C18684E8EB9A03149 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdfsv.cpp */, - 51C0B8F6C1714E5188CD0586 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Cdvdman.cpp */, - 0B41D6BF61B34381AF627659 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dev9.cpp */, - DF8CF9EA5EF846B8B64D6B42 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmac.cpp */, - 80B55E3B2FB1478FB47CD739 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_DmacChannel.cpp */, - E1EFFD759C844B808F03243C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dmacman.cpp */, - EBCEA756FC684CA9B0DA3095 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Dynamic.cpp */, - 1924E91035DB456FA2AECDB7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIo.cpp */, - 547EF598357A4CBD9D47128F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler1000.cpp */, - B7AF8C1140CD4133A4DB4992 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2100.cpp */, - 6726FEB0A56644E1965FF435 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_FileIoHandler2200.cpp */, - 575D40C262FE484992CAAECD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Heaplib.cpp */, - 62CB92E3E45B4505A9BEDFE6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ilink.cpp */, - 7B6381BE651145CE944B7B77 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intc.cpp */, - F05092BD41894CCF977BB1C4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Intrman.cpp */, - 263887B681C240EBA065B40D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Ioman.cpp */, - C30A6B7F84B140478B8F75AA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_IomanX.cpp */, - 8CD7E457B6194F0397641238 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_LibSd.cpp */, - 15AEF6A4A6284642AF7725F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Loadcore.cpp */, - BBC63090F1E04F728A9B9045 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_McServ.cpp */, - AA5878D27F01460EA17FB406 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Modload.cpp */, - 8A66096CD5D24E2E8D828200 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Module.cpp */, - 206E836E01674950BEA9AD40 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_MtapMan.cpp */, - 99947E1790654D0B9C739263 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PadMan.cpp */, - 85548E1C52AD4B93885AEA52 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PathUtils.cpp */, - 3867D013F02C47A7BC7BEFE5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_PowerOff.cpp */, - DFF532D7327840339DB30EFB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_RootCounters.cpp */, - E0547F7B1D1F45209C8E1DC8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Secrman.cpp */, - C585084F5003461C97550960 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifCmd.cpp */, - 88F3139570D94701899B0A6C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifDynamic.cpp */, - B5CD7DF5D48E4B8197F486E1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifMan.cpp */, - 50E8FF78A76A42D6B642A6D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManNull.cpp */, - 11CF9A6D56734F2A84A908D6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SifManPs2.cpp */, - 1CD6888C10EA4866BE1D9E63 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sio2.cpp */, - 4BC5E57366CC4A72A384FEFA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Speed.cpp */, - CC07A991C0DF48BA8BB651C1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu.cpp */, - 6631E982C249468F97E34AB7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2.cpp */, - 330080A1904C4855A6FD8DF0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Spu2_Core.cpp */, - 423AB27AFD714B098467269B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SpuBase.cpp */, - 68A90ADE9FEB4E58974F74E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Stdio.cpp */, - F076B3150E5A450BB161CA59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_SubSystem.cpp */, - 23BC76EEB287489794A235A7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysclib.cpp */, - FFE8C66A343D4C30AF62D7DE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Sysmem.cpp */, - 65AEB3F0D6524F3FA2B3D2BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thbase.cpp */, - CF388413768844FF8C3E8395 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thevent.cpp */, - 7680EF0FF8D44E7F92ED0F1F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thfpool.cpp */, - 392BF05302594A529CF4A0DD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thmsgbx.cpp */, - C5F6DDBEA0884A6C8F5E7DDA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thsema.cpp */, - 2555997C591B475F810994E6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Thvpool.cpp */, - B41836BBD7E3460B8F88E1D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Timrman.cpp */, - 9035C554E2C04424B5700370 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/Iop_Vblank.cpp */, - 2264C6E3774A47509D777318 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/DirectoryDevice.cpp */, - B40015AF9D33478688F7BB26 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDevice.cpp */, - 892BE5B2A6CA4C0FBDFE529A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/HardDiskDumpDevice.cpp */, - D0A099A9CA4B4B8EA00DF1F8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/McDumpDevice.cpp */, - F72C62A9317C4569BAED7317 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDevice.cpp */, - 708A99D9CFB64636A2B3A5CC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.cpp */, - 5037E742E962400C9C9E08B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/ioman/PathDirectoryIterator.cpp */, - BCF7A408D7D24F9CBEBAE1A5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.cpp */, - 7828C20D1E4E4437B757ED33 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/Iop_NamcoSys147.cpp */, - D8665110223F49F7A563A608 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.cpp */, - 1C69F04DF2F342AE821E717F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.cpp */, - 411F4D5D02E14615AB2F7594 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.cpp */, - 505057E3AEFB474D95A94535 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.cpp */, - B63019FC89D84BEC8223DA3C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/iop/namco_sys246/Iop_NamcoSys246.cpp */, - EF16C32B4EDB4A65B829D718 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/psx/PsxBios.cpp */, - A21CDDF625734895BEBCA940 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/s3stream/S3ObjectStream.cpp */, - E3D4804325D3432FAD9D1C21 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Icon.cpp */, - C87A3A3FADA44329AB4F4B82 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/MaxSaveImporter.cpp */, - 727B0C7FC10A4461A2DCD428 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpReader.cpp */, - 4DE988698162422BA5A7803A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/McDumpSaveImporter.cpp */, - 9C4D638944384465A9FCA692 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/MemoryCard.cpp */, - CC03DE9702664CEA9A043405 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/PsuSaveImporter.cpp */, - 9C0482DF23B14539B5D278E9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/Save.cpp */, - F5E922722FAD4C61A66A8769 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveExporter.cpp */, - 9881CB3557EB4CB2A5A111A5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporter.cpp */, - EC50B9F50A634256AB5C663E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/SaveImporterBase.cpp */, - C03A69E90A5541EB9FF573F8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/saves/XpsSaveImporter.cpp */, - 02FC1208B95A45F1AB383022 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/MemoryStateFile.cpp */, - C635D549C927418A99C0F0AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterState.cpp */, - BC85E255F5224CD099645E6D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateCollectionFile.cpp */, - 591A3E589E9B47B5B0CE3CC9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/RegisterStateFile.cpp */, - 46794997656C4069908CD229 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/states/XmlStateFile.cpp */, + AC3F4D5C68324866A0E8D7E0 /* ../Play-/Source/AppConfig.cpp */, + F9C8296D81654CD59490B30C /* ../Play-/Source/BasicBlock.cpp */, + 94E66FF0333541D9855004F0 /* ../Play-/Source/COP_FPU.cpp */, + 1A0AB6B6709E4B95BD63A7FA /* ../Play-/Source/COP_FPU_Reflection.cpp */, + A82223C47AAE4638920E7E87 /* ../Play-/Source/COP_SCU.cpp */, + D3B18154F1CC4EC8A00941B0 /* ../Play-/Source/COP_SCU_Reflection.cpp */, + 049AA34928BA44188B4A82EA /* ../Play-/Source/ControllerInfo.cpp */, + 53A437EF534C45249CA4A37E /* ../Play-/Source/DiskUtils.cpp */, + 03FD301258BB4DDF81D54E49 /* ../Play-/Source/ElfFile.cpp */, + E2E64279F6B547B6AD1B4341 /* ../Play-/Source/FpUtils.cpp */, + F614869D31574C99B8463B3D /* ../Play-/Source/FrameDump.cpp */, + D70EA75F10214038B1B65ED1 /* ../Play-/Source/FrameLimiter.cpp */, + 8443E4FA1E3F4FEA90186783 /* ../Play-/Source/ISO9660/DirectoryRecord.cpp */, + 9E53A29E57104C3D906C1519 /* ../Play-/Source/ISO9660/File.cpp */, + 066571D560D8413398E6E285 /* ../Play-/Source/ISO9660/ISO9660.cpp */, + 3966AE67C87A4ED4B5FD0EB2 /* ../Play-/Source/ISO9660/PathTable.cpp */, + 4569D748795A4CADA8D6A613 /* ../Play-/Source/ISO9660/PathTableRecord.cpp */, + 686D53E7451541C18793FE6F /* ../Play-/Source/ISO9660/VolumeDescriptor.cpp */, + C6916EF7AA1240BDB40A6CD9 /* ../Play-/Source/InputConfig.cpp */, + 0A7D2DF517BC4AF3825F2F41 /* ../Play-/Source/Log.cpp */, + 072320CB3DC3440491232A7D /* ../Play-/Source/MA_MIPSIV.cpp */, + 34965FCA8CD5428193380262 /* ../Play-/Source/MA_MIPSIV_Reflection.cpp */, + 3AEFEFA6308B4E4B97E7F760 /* ../Play-/Source/MA_MIPSIV_Templates.cpp */, + 64C8CCABE2F14CF898777523 /* ../Play-/Source/MIPS.cpp */, + 9FBA2F05FF294DC2BA2AABDD /* ../Play-/Source/MIPSAnalysis.cpp */, + E0A029A32D244D468532874B /* ../Play-/Source/MIPSArchitecture.cpp */, + 0E4CC6FDF87A49FB95E0C961 /* ../Play-/Source/MIPSAssembler.cpp */, + 484E528DD45D4C87BB6CB8A4 /* ../Play-/Source/MIPSCoprocessor.cpp */, + 88C1EE1168304BD0B8F97455 /* ../Play-/Source/MIPSInstructionFactory.cpp */, + E98B71F5252D41EC932BED3D /* ../Play-/Source/MIPSReflection.cpp */, + 27A4F924517F4C3A9E7734DD /* ../Play-/Source/MIPSTags.cpp */, + CB4E7AB1B76E424C8CB003B8 /* ../Play-/Source/MailBox.cpp */, + 1C82F04D6A9643B590B40451 /* ../Play-/Source/MemoryMap.cpp */, + E870A774C593425E9676FD6F /* ../Play-/Source/MemoryUtils.cpp */, + 962EDFF7D45343039EB1089C /* ../Play-/Source/MipsFunctionPatternDb.cpp */, + 71789EF622AE49FFA2B45F88 /* ../Play-/Source/MipsJitter.cpp */, + 9CAA3A4817394924971F5EFC /* ../Play-/Source/OpticalMedia.cpp */, + 1F82D0E8E12443DA801CCC12 /* ../Play-/Source/PH_Generic.cpp */, + 12ADC086CFFE42A5B5EAB1FF /* ../Play-/Source/PS2VM.cpp */, + FEAB33CCFC124C379F5FE8AD /* ../Play-/Source/PadHandler.cpp */, + 2D954D646D2A48A695C8116A /* ../Play-/Source/PadInterface.cpp */, + 0579854A8D9645C298967ACF /* ../Play-/Source/Pch.cpp */, + 0ACD34EB528A4CB2B380A690 /* ../Play-/Source/Profiler.cpp */, + E5847DDC3ECB42CBA5B43168 /* ../Play-/Source/ScopedVmPauser.cpp */, + 1D8EC615F5BE449AA860C0EF /* ../Play-/Source/ScreenShotUtils.cpp */, + 31421B85B57541179D94356A /* ../Play-/Source/VirtualPad.cpp */, + 4917C4B46359441EAB91C991 /* ../Play-/Source/discimages/ChdCdImageStream.cpp */, + 897B0ABA76F64F6BA62E5689 /* ../Play-/Source/discimages/ChdImageStream.cpp */, + 5817840EDBE54AE1B8A6F8BC /* ../Play-/Source/discimages/ChdStreamSupport.cpp */, + B1BA62DFCA414932B999D18D /* ../Play-/Source/discimages/CsoImageStream.cpp */, + 0949CF711E9A4C47BE047C05 /* ../Play-/Source/discimages/CueSheet.cpp */, + B265228CED2A4633A09F01B2 /* ../Play-/Source/discimages/IszImageStream.cpp */, + F1A6E097299C4A839571CFD5 /* ../Play-/Source/discimages/MdsDiscImage.cpp */, + EF3B7008C22C4CABA431EA28 /* ../Play-/Source/ee/COP_VU.cpp */, + A7D302CA750E4B90BB64EBBD /* ../Play-/Source/ee/COP_VU_Reflection.cpp */, + 9425DD31D6D44F4C956EC07D /* ../Play-/Source/ee/DMAC.cpp */, + 7AF1C4B3F8964463AE5D36D4 /* ../Play-/Source/ee/Dmac_Channel.cpp */, + 820DF4FEE0034B33A8AFE7C4 /* ../Play-/Source/ee/EEAssembler.cpp */, + FEFE0A24BFED456A80244EF9 /* ../Play-/Source/ee/EeBasicBlock.cpp */, + 8A700C1F0BF442C09DDA764A /* ../Play-/Source/ee/EeExecutor.cpp */, + 3C656AB713CB46E6BC7A318F /* ../Play-/Source/ee/Ee_IdleEvaluator.cpp */, + 674B09CCAC80437BA0C6E825 /* ../Play-/Source/ee/Ee_LibMc2.cpp */, + 62E2ED868A3D44BF8BBD8CB6 /* ../Play-/Source/ee/Ee_SubSystem.cpp */, + 069528875199469182948411 /* ../Play-/Source/ee/FpAddTruncate.cpp */, + 6947161E9B5C48CC994AAD7E /* ../Play-/Source/ee/FpMulTruncate.cpp */, + 2918A8820FFA4801856BF596 /* ../Play-/Source/ee/GIF.cpp */, + 0F4F808B863549CD9D07374D /* ../Play-/Source/ee/INTC.cpp */, + 54D873C00AD84095A040A881 /* ../Play-/Source/ee/IPU.cpp */, + 52301596120546CDA6DF13CD /* ../Play-/Source/ee/IPU_DmVectorTable.cpp */, + E9720057A1E54C88934E0917 /* ../Play-/Source/ee/IPU_MacroblockAddressIncrementTable.cpp */, + 9EE33BFF9D0A4D04AE01C239 /* ../Play-/Source/ee/IPU_MacroblockTypeBTable.cpp */, + AE872F3CEF4C45EA8477085C /* ../Play-/Source/ee/IPU_MacroblockTypeITable.cpp */, + CB191657AA2742EC81B383C5 /* ../Play-/Source/ee/IPU_MacroblockTypePTable.cpp */, + 71ADB17B78224C7E963D1A9E /* ../Play-/Source/ee/IPU_MotionCodeTable.cpp */, + 4298748A0BFA4B01ACC46A57 /* ../Play-/Source/ee/MA_EE.cpp */, + EDA442A1D103419C9C4EA1B6 /* ../Play-/Source/ee/MA_EE_Reflection.cpp */, + 266B036D86104C44993886C9 /* ../Play-/Source/ee/MA_VU.cpp */, + 3909D3A4412F468AA0B6CC97 /* ../Play-/Source/ee/MA_VU_Lower.cpp */, + 8EB3C6677038435B837DB0E7 /* ../Play-/Source/ee/MA_VU_LowerReflection.cpp */, + 0D5A05AF2B6A4EE8844597C0 /* ../Play-/Source/ee/MA_VU_Upper.cpp */, + 6B29B1F80275466A9BE39D5A /* ../Play-/Source/ee/MA_VU_UpperReflection.cpp */, + 4F78D3318EB74F21847A2773 /* ../Play-/Source/ee/PS2OS.cpp */, + FDF9BF2D6EA5418994FE43CC /* ../Play-/Source/ee/SIF.cpp */, + 3FF6691204A845FD814A2B32 /* ../Play-/Source/ee/Timer.cpp */, + 028D5B650A51469F80BA0F01 /* ../Play-/Source/ee/VUShared.cpp */, + DBC6D347FF754ACCA117A845 /* ../Play-/Source/ee/VUShared_Reflection.cpp */, + 6EBC2811335540F39626B990 /* ../Play-/Source/ee/Vif.cpp */, + 8620840ADCAF480FAF7943AB /* ../Play-/Source/ee/Vif1.cpp */, + 6302583C79F64220B1B144D6 /* ../Play-/Source/ee/Vpu.cpp */, + 7DC8F6B51A5C4E66A6F1BACB /* ../Play-/Source/ee/VuAnalysis.cpp */, + BC6000437DEC46FAAB1F960F /* ../Play-/Source/ee/VuBasicBlock.cpp */, + 6D70D9477A0C4B69A837D4FA /* ../Play-/Source/ee/VuExecutor.cpp */, + A3A226D6172C40FAB04E821E /* ../Play-/Source/gs/GSH_Null.cpp */, + E6981D160F9D4F91A42D04D5 /* ../Play-/Source/gs/GSHandler.cpp */, + 7B788B6C95734BC098BF00CE /* ../Play-/Source/gs/GsCachedArea.cpp */, + CCBEAD8904354A37B937BC4F /* ../Play-/Source/gs/GsPixelFormats.cpp */, + 6E2D063ECC724C6FBEA16AF5 /* ../Play-/Source/hdd/ApaReader.cpp */, + 229DA0EB3F4B46488FDE910B /* ../Play-/Source/hdd/PfsReader.cpp */, + 962C09057507472CB444114C /* ../Play-/Source/input/InputBindingManager.cpp */, + D4B427081E8C475AAB3C90DC /* ../Play-/Source/input/PH_GenericInput.cpp */, + 4F28905E15AD45D49479D69E /* ../Play-/Source/iop/ArgumentIterator.cpp */, + 626F6A1B3E7446BAB76A34C5 /* ../Play-/Source/iop/Ioman_ScopedFile.cpp */, + BB0B74BD9AF146468E896726 /* ../Play-/Source/iop/IopBios.cpp */, + A6A5921C18684E8EB9A03149 /* ../Play-/Source/iop/Iop_Cdvdfsv.cpp */, + 51C0B8F6C1714E5188CD0586 /* ../Play-/Source/iop/Iop_Cdvdman.cpp */, + 0B41D6BF61B34381AF627659 /* ../Play-/Source/iop/Iop_Dev9.cpp */, + DF8CF9EA5EF846B8B64D6B42 /* ../Play-/Source/iop/Iop_Dmac.cpp */, + 80B55E3B2FB1478FB47CD739 /* ../Play-/Source/iop/Iop_DmacChannel.cpp */, + E1EFFD759C844B808F03243C /* ../Play-/Source/iop/Iop_Dmacman.cpp */, + EBCEA756FC684CA9B0DA3095 /* ../Play-/Source/iop/Iop_Dynamic.cpp */, + 1924E91035DB456FA2AECDB7 /* ../Play-/Source/iop/Iop_FileIo.cpp */, + 547EF598357A4CBD9D47128F /* ../Play-/Source/iop/Iop_FileIoHandler1000.cpp */, + B7AF8C1140CD4133A4DB4992 /* ../Play-/Source/iop/Iop_FileIoHandler2100.cpp */, + 6726FEB0A56644E1965FF435 /* ../Play-/Source/iop/Iop_FileIoHandler2200.cpp */, + 575D40C262FE484992CAAECD /* ../Play-/Source/iop/Iop_Heaplib.cpp */, + 62CB92E3E45B4505A9BEDFE6 /* ../Play-/Source/iop/Iop_Ilink.cpp */, + 7B6381BE651145CE944B7B77 /* ../Play-/Source/iop/Iop_Intc.cpp */, + F05092BD41894CCF977BB1C4 /* ../Play-/Source/iop/Iop_Intrman.cpp */, + 263887B681C240EBA065B40D /* ../Play-/Source/iop/Iop_Ioman.cpp */, + C30A6B7F84B140478B8F75AA /* ../Play-/Source/iop/Iop_IomanX.cpp */, + 8CD7E457B6194F0397641238 /* ../Play-/Source/iop/Iop_LibSd.cpp */, + 15AEF6A4A6284642AF7725F0 /* ../Play-/Source/iop/Iop_Loadcore.cpp */, + BBC63090F1E04F728A9B9045 /* ../Play-/Source/iop/Iop_McServ.cpp */, + AA5878D27F01460EA17FB406 /* ../Play-/Source/iop/Iop_Modload.cpp */, + 8A66096CD5D24E2E8D828200 /* ../Play-/Source/iop/Iop_Module.cpp */, + 206E836E01674950BEA9AD40 /* ../Play-/Source/iop/Iop_MtapMan.cpp */, + 99947E1790654D0B9C739263 /* ../Play-/Source/iop/Iop_PadMan.cpp */, + 85548E1C52AD4B93885AEA52 /* ../Play-/Source/iop/Iop_PathUtils.cpp */, + 3867D013F02C47A7BC7BEFE5 /* ../Play-/Source/iop/Iop_PowerOff.cpp */, + DFF532D7327840339DB30EFB /* ../Play-/Source/iop/Iop_RootCounters.cpp */, + E0547F7B1D1F45209C8E1DC8 /* ../Play-/Source/iop/Iop_Secrman.cpp */, + C585084F5003461C97550960 /* ../Play-/Source/iop/Iop_SifCmd.cpp */, + 88F3139570D94701899B0A6C /* ../Play-/Source/iop/Iop_SifDynamic.cpp */, + B5CD7DF5D48E4B8197F486E1 /* ../Play-/Source/iop/Iop_SifMan.cpp */, + 50E8FF78A76A42D6B642A6D4 /* ../Play-/Source/iop/Iop_SifManNull.cpp */, + 11CF9A6D56734F2A84A908D6 /* ../Play-/Source/iop/Iop_SifManPs2.cpp */, + 1CD6888C10EA4866BE1D9E63 /* ../Play-/Source/iop/Iop_Sio2.cpp */, + 4BC5E57366CC4A72A384FEFA /* ../Play-/Source/iop/Iop_Speed.cpp */, + CC07A991C0DF48BA8BB651C1 /* ../Play-/Source/iop/Iop_Spu.cpp */, + 6631E982C249468F97E34AB7 /* ../Play-/Source/iop/Iop_Spu2.cpp */, + 330080A1904C4855A6FD8DF0 /* ../Play-/Source/iop/Iop_Spu2_Core.cpp */, + 423AB27AFD714B098467269B /* ../Play-/Source/iop/Iop_SpuBase.cpp */, + 68A90ADE9FEB4E58974F74E0 /* ../Play-/Source/iop/Iop_Stdio.cpp */, + F076B3150E5A450BB161CA59 /* ../Play-/Source/iop/Iop_SubSystem.cpp */, + 23BC76EEB287489794A235A7 /* ../Play-/Source/iop/Iop_Sysclib.cpp */, + FFE8C66A343D4C30AF62D7DE /* ../Play-/Source/iop/Iop_Sysmem.cpp */, + 65AEB3F0D6524F3FA2B3D2BA /* ../Play-/Source/iop/Iop_Thbase.cpp */, + CF388413768844FF8C3E8395 /* ../Play-/Source/iop/Iop_Thevent.cpp */, + 7680EF0FF8D44E7F92ED0F1F /* ../Play-/Source/iop/Iop_Thfpool.cpp */, + 392BF05302594A529CF4A0DD /* ../Play-/Source/iop/Iop_Thmsgbx.cpp */, + C5F6DDBEA0884A6C8F5E7DDA /* ../Play-/Source/iop/Iop_Thsema.cpp */, + 2555997C591B475F810994E6 /* ../Play-/Source/iop/Iop_Thvpool.cpp */, + B41836BBD7E3460B8F88E1D5 /* ../Play-/Source/iop/Iop_Timrman.cpp */, + 9035C554E2C04424B5700370 /* ../Play-/Source/iop/Iop_Vblank.cpp */, + 2264C6E3774A47509D777318 /* ../Play-/Source/iop/ioman/DirectoryDevice.cpp */, + B40015AF9D33478688F7BB26 /* ../Play-/Source/iop/ioman/HardDiskDevice.cpp */, + 892BE5B2A6CA4C0FBDFE529A /* ../Play-/Source/iop/ioman/HardDiskDumpDevice.cpp */, + D0A099A9CA4B4B8EA00DF1F8 /* ../Play-/Source/iop/ioman/McDumpDevice.cpp */, + F72C62A9317C4569BAED7317 /* ../Play-/Source/iop/ioman/OpticalMediaDevice.cpp */, + 708A99D9CFB64636A2B3A5CC /* ../Play-/Source/iop/ioman/OpticalMediaDirectoryIterator.cpp */, + 5037E742E962400C9C9E08B3 /* ../Play-/Source/iop/ioman/PathDirectoryIterator.cpp */, + BCF7A408D7D24F9CBEBAE1A5 /* ../Play-/Source/iop/namco_sys147/Iop_NamcoNANDDevice.cpp */, + 7828C20D1E4E4437B757ED33 /* ../Play-/Source/iop/namco_sys147/Iop_NamcoSys147.cpp */, + D8665110223F49F7A563A608 /* ../Play-/Source/iop/namco_sys147/NamcoSys147NANDReader.cpp */, + 1C69F04DF2F342AE821E717F /* ../Play-/Source/iop/namco_sys246/Iop_NamcoAcCdvd.cpp */, + 411F4D5D02E14615AB2F7594 /* ../Play-/Source/iop/namco_sys246/Iop_NamcoAcRam.cpp */, + 505057E3AEFB474D95A94535 /* ../Play-/Source/iop/namco_sys246/Iop_NamcoPadMan.cpp */, + B63019FC89D84BEC8223DA3C /* ../Play-/Source/iop/namco_sys246/Iop_NamcoSys246.cpp */, + EF16C32B4EDB4A65B829D718 /* ../Play-/Source/psx/PsxBios.cpp */, + A21CDDF625734895BEBCA940 /* ../Play-/Source/s3stream/S3ObjectStream.cpp */, + E3D4804325D3432FAD9D1C21 /* ../Play-/Source/saves/Icon.cpp */, + C87A3A3FADA44329AB4F4B82 /* ../Play-/Source/saves/MaxSaveImporter.cpp */, + 727B0C7FC10A4461A2DCD428 /* ../Play-/Source/saves/McDumpReader.cpp */, + 4DE988698162422BA5A7803A /* ../Play-/Source/saves/McDumpSaveImporter.cpp */, + 9C4D638944384465A9FCA692 /* ../Play-/Source/saves/MemoryCard.cpp */, + CC03DE9702664CEA9A043405 /* ../Play-/Source/saves/PsuSaveImporter.cpp */, + 9C0482DF23B14539B5D278E9 /* ../Play-/Source/saves/Save.cpp */, + F5E922722FAD4C61A66A8769 /* ../Play-/Source/saves/SaveExporter.cpp */, + 9881CB3557EB4CB2A5A111A5 /* ../Play-/Source/saves/SaveImporter.cpp */, + EC50B9F50A634256AB5C663E /* ../Play-/Source/saves/SaveImporterBase.cpp */, + C03A69E90A5541EB9FF573F8 /* ../Play-/Source/saves/XpsSaveImporter.cpp */, + 02FC1208B95A45F1AB383022 /* ../Play-/Source/states/MemoryStateFile.cpp */, + C635D549C927418A99C0F0AC /* ../Play-/Source/states/RegisterState.cpp */, + BC85E255F5224CD099645E6D /* ../Play-/Source/states/RegisterStateCollectionFile.cpp */, + 591A3E589E9B47B5B0CE3CC9 /* ../Play-/Source/states/RegisterStateFile.cpp */, + 46794997656C4069908CD229 /* ../Play-/Source/states/XmlStateFile.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -4567,7 +4567,7 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - D2454F9FB62F4DB49073F210 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/xxhash.c */, + D2454F9FB62F4DB49073F210 /* ../Play-/deps/Dependencies/xxHash/xxhash.c */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -4575,17 +4575,17 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - E744010767BE421798C15F67 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */, - 7882EB429BD240D182A85E66 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */, - CC703BF373454D329CCEDA74 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */, - 3CF9A520E4E9427E9C977912 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */, - 7B9CB6455119455F9DF1FB27 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */, - 182D479AED6649CAB4AA9208 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */, - 9A4230700A794E7B9724F2A1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */, - 565038B118884BC78879A09F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */, - 7AE1FB215C0949ED83A13170 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */, - 616048E856A44538A489918E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */, - 94C5AF9D7B334BB3A82B4FE6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */, + E744010767BE421798C15F67 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */, + 7882EB429BD240D182A85E66 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */, + CC703BF373454D329CCEDA74 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */, + 3CF9A520E4E9427E9C977912 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */, + 7B9CB6455119455F9DF1FB27 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */, + 182D479AED6649CAB4AA9208 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */, + 9A4230700A794E7B9724F2A1 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */, + 565038B118884BC78879A09F /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */, + 7AE1FB215C0949ED83A13170 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */, + 616048E856A44538A489918E /* ../Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */, + 94C5AF9D7B334BB3A82B4FE6 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -4593,11 +4593,11 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - DFA1D4AF0A0A46409254516C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_bitstream.c */, - 98A0D5CCA3584BA386121E0B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_cdrom.c */, - ED5DAFB20C2440E6A35BE6F5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_chd.c */, - 1B441C10F14B48C68DA4A559 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_flac.c */, - C1E73B2926DC45A8A9BCA946 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_huffman.c */, + DFA1D4AF0A0A46409254516C /* ../Play-/deps/libchdr/src/libchdr_bitstream.c */, + 98A0D5CCA3584BA386121E0B /* ../Play-/deps/libchdr/src/libchdr_cdrom.c */, + ED5DAFB20C2440E6A35BE6F5 /* ../Play-/deps/libchdr/src/libchdr_chd.c */, + 1B441C10F14B48C68DA4A559 /* ../Play-/deps/libchdr/src/libchdr_flac.c */, + C1E73B2926DC45A8A9BCA946 /* ../Play-/deps/libchdr/src/libchdr_huffman.c */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -4605,16 +4605,16 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 3CBDF83774C04FC3BB34376C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Alloc.c */, - 07F070C3614A45CCAD78F902 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Bra86.c */, - 482FFA27B18247DF80B90B59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/BraIA64.c */, - FFD96DE4BC71412C9B6BAF89 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/CpuArch.c */, - 95D4429E6CDC4064B67A82AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Delta.c */, - 309C41037C1B4724AC885C00 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzFind.c */, - 70B5E9BDF0AD4EA5BD673B71 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c */, - 5EDCCFBBEAD44CA7B729703E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c */, - A2CFF7BBAC8C41C1841A5E16 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c */, - 472FC068EA3A468AA0F8DBC6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Sort.c */, + 3CBDF83774C04FC3BB34376C /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Alloc.c */, + 07F070C3614A45CCAD78F902 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Bra86.c */, + 482FFA27B18247DF80B90B59 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/BraIA64.c */, + FFD96DE4BC71412C9B6BAF89 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/CpuArch.c */, + 95D4429E6CDC4064B67A82AB /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Delta.c */, + 309C41037C1B4724AC885C00 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzFind.c */, + 70B5E9BDF0AD4EA5BD673B71 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c */, + 5EDCCFBBEAD44CA7B729703E /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c */, + A2CFF7BBAC8C41C1841A5E16 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c */, + 472FC068EA3A468AA0F8DBC6 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Sort.c */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -4622,8 +4622,8 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - F81C77494B6C4421A215BC6B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/amazon/AmazonClient.cpp */, - D4043CB014EA4BAF905BD1F2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/amazon/AmazonS3Client.cpp */, + F81C77494B6C4421A215BC6B /* ../Play-/deps/Framework/src/amazon/AmazonClient.cpp */, + D4043CB014EA4BAF905BD1F2 /* ../Play-/deps/Framework/src/amazon/AmazonS3Client.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -4631,69 +4631,69 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 6C3CD331716E47878D8F88AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Base64.cpp */, - 6FAE8F4C0B344A618B6A755E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/BitStream.cpp */, - 1A78D6C792C34253B24B9F7E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Config.cpp */, - 53E59A074D244E6AB6A541F0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Csv.cpp */, - 7B7B7D64F54840789E7B5EFB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/FilesystemUtils.cpp */, - 3C55B836AEF94AAD9C06B29A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/HashUtils.cpp */, - F06EBC01E65348EAB3316C68 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/LzAri.cpp */, - 559232AB3DDB4A61A04B8718 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/MemStream.cpp */, - A69B1172A798433B9F27EC51 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/PathUtils.cpp */, - B226DBC4EDCD4C929AE8EFAD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/PtrStream.cpp */, - F638AFD833F74AC39D5206EA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/SocketStream.cpp */, - 960C121310A44A08839FF8FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StdStream.cpp */, - D62A26ACBAD94392A9704C9C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Stream.cpp */, - 206C9ED624CF47D4BB882B68 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StreamBitStream.cpp */, - B84295E4140C4187833E35C8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/StringUtils.cpp */, - 0117EC406B9D4E97B1AF88B1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/ThreadPool.cpp */, - 996BE784539949A290F0F5A0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/ThreadUtils.cpp */, - D0E94C56FE4E434FB3C5A9D7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Url.cpp */, - C46BA9AC9CDE4A85AE2FEF9E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/Utf8.cpp */, - 18295CE7C1184E46822BC0EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/BMP.cpp */, - B23EE3F977F347139DEA3830 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/Bitmap.cpp */, - 9BB8A6D8AB094A3899A6C037 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/JPEG.cpp */, - 10B12CF9F923430384DCF870 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/PNG.cpp */, - 71806CE722034DD6BAEE1E62 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/bitmap/TGA.cpp */, - 2F8E9092B6A94A5DAF4D88FF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/idct/IEEE1180.cpp */, - 1654F61E65BD4A80A91AADA4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/idct/TrivialC.cpp */, - 0CC206D06B974485B60D9A21 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/FlatLayout.cpp */, - 8FC7D08F640A46B9ADF5B52B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/GridLayout.cpp */, - 11F9C44AC56749E19C60F175 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/HorizontalLayout.cpp */, - 031B82566E3C40EFBD386B06 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutBase.cpp */, - 9889D813294A425E8EF5B9FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutBaseItem.cpp */, - 68CD4108F6FD4EA69E1A2E83 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutObject.cpp */, - EFC5D9FE8E194352B244ABDB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/LayoutStretch.cpp */, - 2AA1FA7C2F8548FCBD110584 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/layout/VerticalLayout.cpp */, - F15BF09897734B0EB6090801 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/math/MathStringUtils.cpp */, - 7F760290B3A1443A98DFD7FF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/CodedBlockPatternTable.cpp */, - 0D83D96C37724B43BC56FB88 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DcSizeChrominanceTable.cpp */, - EB4D88D3CACD4D5A8FC21B9D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DcSizeLuminanceTable.cpp */, - 4C0248C1CEFE40AB8B268891 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable.cpp */, - 9E222259770746D085E5FB60 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable0.cpp */, - 7BF329051C1F4B5483C1A4D2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/DctCoefficientTable1.cpp */, - 5B4230EB31D14CD0962AF1C2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/InverseScanTable.cpp */, - 43D6414CF6CD4EE7BB9FE38E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockAddressIncrementTable.cpp */, - ED74EC0C9CE440B088650AEE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypeBTable.cpp */, - 2FD7CBE5F9E74175B0223161 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypeITable.cpp */, - 869799E66A4045C5A82E563A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MacroblockTypePTable.cpp */, - 1448D2644CCA46EAA9A9D9B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/MotionCodeTable.cpp */, - 93E1BDE570AC42FCBBE958EB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/QuantiserScaleTable.cpp */, - C70A0304342C40ED91DB933B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/mpeg2/VLCTable.cpp */, - C7ACDDA5A90B43B694452080 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast.cpp */, - 1B4CA25A709A4F96A377D7BB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast_sjis.cpp */, - 561072D1840844EBB36C729E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/string_cast_win1252.cpp */, - FECEA30491724046B2AC34BC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/FilteringNodeIterator.cpp */, - 12D83A1B57674E699E90AC99 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Node.cpp */, - 2479539D5C9B46D098F15706 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Parser.cpp */, - 6F0FD4A047D04419A9C4B3F4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Utils.cpp */, - A790299D9E9140D4A75E6882 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/xml/Writer.cpp */, - 8FADB6DA639B4F73885C2CC0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipArchiveReader.cpp */, - 4F9688BD9FD74F71B46E0BED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipArchiveWriter.cpp */, - A1BDD3F9CCE94A12855A4C1C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipDeflateStream.cpp */, - 3E7BEFF3712D4FF8ABC54059 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipFile.cpp */, - 062F1F0216C14545BA55C508 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipInflateStream.cpp */, - BB493CE1AB2F4C95A7E62AA1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/zip/ZipStoreStream.cpp */, + 6C3CD331716E47878D8F88AC /* ../Play-/deps/Framework/src/Base64.cpp */, + 6FAE8F4C0B344A618B6A755E /* ../Play-/deps/Framework/src/BitStream.cpp */, + 1A78D6C792C34253B24B9F7E /* ../Play-/deps/Framework/src/Config.cpp */, + 53E59A074D244E6AB6A541F0 /* ../Play-/deps/Framework/src/Csv.cpp */, + 7B7B7D64F54840789E7B5EFB /* ../Play-/deps/Framework/src/FilesystemUtils.cpp */, + 3C55B836AEF94AAD9C06B29A /* ../Play-/deps/Framework/src/HashUtils.cpp */, + F06EBC01E65348EAB3316C68 /* ../Play-/deps/Framework/src/LzAri.cpp */, + 559232AB3DDB4A61A04B8718 /* ../Play-/deps/Framework/src/MemStream.cpp */, + A69B1172A798433B9F27EC51 /* ../Play-/deps/Framework/src/PathUtils.cpp */, + B226DBC4EDCD4C929AE8EFAD /* ../Play-/deps/Framework/src/PtrStream.cpp */, + F638AFD833F74AC39D5206EA /* ../Play-/deps/Framework/src/SocketStream.cpp */, + 960C121310A44A08839FF8FA /* ../Play-/deps/Framework/src/StdStream.cpp */, + D62A26ACBAD94392A9704C9C /* ../Play-/deps/Framework/src/Stream.cpp */, + 206C9ED624CF47D4BB882B68 /* ../Play-/deps/Framework/src/StreamBitStream.cpp */, + B84295E4140C4187833E35C8 /* ../Play-/deps/Framework/src/StringUtils.cpp */, + 0117EC406B9D4E97B1AF88B1 /* ../Play-/deps/Framework/src/ThreadPool.cpp */, + 996BE784539949A290F0F5A0 /* ../Play-/deps/Framework/src/ThreadUtils.cpp */, + D0E94C56FE4E434FB3C5A9D7 /* ../Play-/deps/Framework/src/Url.cpp */, + C46BA9AC9CDE4A85AE2FEF9E /* ../Play-/deps/Framework/src/Utf8.cpp */, + 18295CE7C1184E46822BC0EE /* ../Play-/deps/Framework/src/bitmap/BMP.cpp */, + B23EE3F977F347139DEA3830 /* ../Play-/deps/Framework/src/bitmap/Bitmap.cpp */, + 9BB8A6D8AB094A3899A6C037 /* ../Play-/deps/Framework/src/bitmap/JPEG.cpp */, + 10B12CF9F923430384DCF870 /* ../Play-/deps/Framework/src/bitmap/PNG.cpp */, + 71806CE722034DD6BAEE1E62 /* ../Play-/deps/Framework/src/bitmap/TGA.cpp */, + 2F8E9092B6A94A5DAF4D88FF /* ../Play-/deps/Framework/src/idct/IEEE1180.cpp */, + 1654F61E65BD4A80A91AADA4 /* ../Play-/deps/Framework/src/idct/TrivialC.cpp */, + 0CC206D06B974485B60D9A21 /* ../Play-/deps/Framework/src/layout/FlatLayout.cpp */, + 8FC7D08F640A46B9ADF5B52B /* ../Play-/deps/Framework/src/layout/GridLayout.cpp */, + 11F9C44AC56749E19C60F175 /* ../Play-/deps/Framework/src/layout/HorizontalLayout.cpp */, + 031B82566E3C40EFBD386B06 /* ../Play-/deps/Framework/src/layout/LayoutBase.cpp */, + 9889D813294A425E8EF5B9FB /* ../Play-/deps/Framework/src/layout/LayoutBaseItem.cpp */, + 68CD4108F6FD4EA69E1A2E83 /* ../Play-/deps/Framework/src/layout/LayoutObject.cpp */, + EFC5D9FE8E194352B244ABDB /* ../Play-/deps/Framework/src/layout/LayoutStretch.cpp */, + 2AA1FA7C2F8548FCBD110584 /* ../Play-/deps/Framework/src/layout/VerticalLayout.cpp */, + F15BF09897734B0EB6090801 /* ../Play-/deps/Framework/src/math/MathStringUtils.cpp */, + 7F760290B3A1443A98DFD7FF /* ../Play-/deps/Framework/src/mpeg2/CodedBlockPatternTable.cpp */, + 0D83D96C37724B43BC56FB88 /* ../Play-/deps/Framework/src/mpeg2/DcSizeChrominanceTable.cpp */, + EB4D88D3CACD4D5A8FC21B9D /* ../Play-/deps/Framework/src/mpeg2/DcSizeLuminanceTable.cpp */, + 4C0248C1CEFE40AB8B268891 /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable.cpp */, + 9E222259770746D085E5FB60 /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable0.cpp */, + 7BF329051C1F4B5483C1A4D2 /* ../Play-/deps/Framework/src/mpeg2/DctCoefficientTable1.cpp */, + 5B4230EB31D14CD0962AF1C2 /* ../Play-/deps/Framework/src/mpeg2/InverseScanTable.cpp */, + 43D6414CF6CD4EE7BB9FE38E /* ../Play-/deps/Framework/src/mpeg2/MacroblockAddressIncrementTable.cpp */, + ED74EC0C9CE440B088650AEE /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypeBTable.cpp */, + 2FD7CBE5F9E74175B0223161 /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypeITable.cpp */, + 869799E66A4045C5A82E563A /* ../Play-/deps/Framework/src/mpeg2/MacroblockTypePTable.cpp */, + 1448D2644CCA46EAA9A9D9B2 /* ../Play-/deps/Framework/src/mpeg2/MotionCodeTable.cpp */, + 93E1BDE570AC42FCBBE958EB /* ../Play-/deps/Framework/src/mpeg2/QuantiserScaleTable.cpp */, + C70A0304342C40ED91DB933B /* ../Play-/deps/Framework/src/mpeg2/VLCTable.cpp */, + C7ACDDA5A90B43B694452080 /* ../Play-/deps/Framework/src/string_cast.cpp */, + 1B4CA25A709A4F96A377D7BB /* ../Play-/deps/Framework/src/string_cast_sjis.cpp */, + 561072D1840844EBB36C729E /* ../Play-/deps/Framework/src/string_cast_win1252.cpp */, + FECEA30491724046B2AC34BC /* ../Play-/deps/Framework/src/xml/FilteringNodeIterator.cpp */, + 12D83A1B57674E699E90AC99 /* ../Play-/deps/Framework/src/xml/Node.cpp */, + 2479539D5C9B46D098F15706 /* ../Play-/deps/Framework/src/xml/Parser.cpp */, + 6F0FD4A047D04419A9C4B3F4 /* ../Play-/deps/Framework/src/xml/Utils.cpp */, + A790299D9E9140D4A75E6882 /* ../Play-/deps/Framework/src/xml/Writer.cpp */, + 8FADB6DA639B4F73885C2CC0 /* ../Play-/deps/Framework/src/zip/ZipArchiveReader.cpp */, + 4F9688BD9FD74F71B46E0BED /* ../Play-/deps/Framework/src/zip/ZipArchiveWriter.cpp */, + A1BDD3F9CCE94A12855A4C1C /* ../Play-/deps/Framework/src/zip/ZipDeflateStream.cpp */, + 3E7BEFF3712D4FF8ABC54059 /* ../Play-/deps/Framework/src/zip/ZipFile.cpp */, + 062F1F0216C14545BA55C508 /* ../Play-/deps/Framework/src/zip/ZipInflateStream.cpp */, + BB493CE1AB2F4C95A7E62AA1 /* ../Play-/deps/Framework/src/zip/ZipStoreStream.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -4918,7 +4918,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -4967,7 +4967,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",_7ZIP_ST,"'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -5017,7 +5017,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -5047,7 +5047,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -5077,7 +5077,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -5106,7 +5106,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZWRAP_USE_ZSTD,"'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -5211,12 +5211,12 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); - INFOPLIST_FILE = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; + HEADER_SEARCH_PATHS = ("../Play-/deps/libchdr/include","$(inherited)"); + INFOPLIST_FILE = "../cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = (" -mios-version-min=12.2 -DNDEBUG ","$(inherited)"); - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/Release${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Release${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Release${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/libchdr/Release${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Release${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Release${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = "chdr-benchmark"; SECTORDER_FLAGS = ""; @@ -5240,12 +5240,12 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); - INFOPLIST_FILE = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; + HEADER_SEARCH_PATHS = ("../Play-/deps/libchdr/include","$(inherited)"); + INFOPLIST_FILE = "../cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = (" -mios-version-min=12.2 -DNDEBUG ","$(inherited)"); - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/libchdr/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = "chdr-benchmark"; SECTORDER_FLAGS = ""; @@ -5350,7 +5350,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -5379,7 +5379,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZSTD_MULTITHREAD,"'PLAY_VERSION=\"0.30\"'","'XXH_NAMESPACE=ZSTD_'","'ZSTD_LEGACY_SUPPORT=5'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); + HEADER_SEARCH_PATHS = (../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"../Play-/deps/Dependencies/zstd/build/cmake/lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -5409,7 +5409,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -5439,12 +5439,12 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -DNDEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/CodeGen/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","../cmake/Source/ui_ios/Source/Framework/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = CodeGenTestSuite; SECTORDER_FLAGS = ""; @@ -5509,7 +5509,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -5538,7 +5538,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-","$(inherited)"); + HEADER_SEARCH_PATHS = ("../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12","../Play-","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -5585,12 +5585,12 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); - INFOPLIST_FILE = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; + HEADER_SEARCH_PATHS = ("../Play-/deps/libchdr/include","$(inherited)"); + INFOPLIST_FILE = "../cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = (" -mios-version-min=12.2 -DNDEBUG ","$(inherited)"); - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/libchdr/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = "chdr-benchmark"; SECTORDER_FLAGS = ""; @@ -5614,7 +5614,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZWRAP_USE_ZSTD,"'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -5644,7 +5644,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -5673,7 +5673,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-","$(inherited)"); + HEADER_SEARCH_PATHS = ("../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12","../Play-","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -5703,7 +5703,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/../deps/Framework/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/../deps/CodeGen/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source","../Play-/Source/../deps/Framework/include","../Play-/Source/../deps/CodeGen/include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -5753,7 +5753,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -5783,12 +5783,12 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -DNDEBUG -DNDEBUG -DNDEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/Release${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/Release${EFFECTIVE_PLATFORM_NAME}/libFramework.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Release${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Release${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/CodeGen/Release${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","../cmake/Source/ui_ios/Source/Framework/Release${EFFECTIVE_PLATFORM_NAME}/libFramework.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Release${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Release${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = CodeGenTestSuite; SECTORDER_FLAGS = ""; @@ -5812,7 +5812,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -5842,7 +5842,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -5891,7 +5891,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -5941,7 +5941,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -5991,7 +5991,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -6041,7 +6041,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/../deps/Framework/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/../deps/CodeGen/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source","../Play-/Source/../deps/Framework/include","../Play-/Source/../deps/CodeGen/include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -6071,7 +6071,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/../deps/Framework/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/../deps/CodeGen/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source","../Play-/Source/../deps/Framework/include","../Play-/Source/../deps/CodeGen/include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -6160,7 +6160,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -6190,7 +6190,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -6220,7 +6220,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -6250,12 +6250,12 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -D_DEBUG -D_DEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/Debug${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Debug${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Debug${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/CodeGen/Debug${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","../cmake/Source/ui_ios/Source/Framework/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Debug${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Debug${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = CodeGenTestSuite; SECTORDER_FLAGS = ""; @@ -6296,7 +6296,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/lzma","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12",/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/libchdr/lzma","../Play-/deps/libchdr/deps/zlib-1.2.12","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12",../cmake/Source/ui_ios/Source/libchdr/include,"../Play-/deps/libchdr/include","../Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -6325,7 +6325,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-","$(inherited)"); + HEADER_SEARCH_PATHS = ("../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12","../Play-","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -6355,7 +6355,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -6384,7 +6384,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZWRAP_USE_ZSTD,"'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -6413,7 +6413,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZWRAP_USE_ZSTD,"'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -6442,7 +6442,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/lzma","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12",/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/libchdr/lzma","../Play-/deps/libchdr/deps/zlib-1.2.12","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12",../cmake/Source/ui_ios/Source/libchdr/include,"../Play-/deps/libchdr/include","../Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -6471,7 +6471,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZSTD_MULTITHREAD,"'PLAY_VERSION=\"0.30\"'","'XXH_NAMESPACE=ZSTD_'","'ZSTD_LEGACY_SUPPORT=5'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); + HEADER_SEARCH_PATHS = (../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"../Play-/deps/Dependencies/zstd/build/cmake/lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -6540,7 +6540,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -6569,7 +6569,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZSTD_MULTITHREAD,"'PLAY_VERSION=\"0.30\"'","'XXH_NAMESPACE=ZSTD_'","'ZSTD_LEGACY_SUPPORT=5'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); + HEADER_SEARCH_PATHS = (../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"../Play-/deps/Dependencies/zstd/build/cmake/lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -6638,7 +6638,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/lzma","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12",/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/libchdr/lzma","../Play-/deps/libchdr/deps/zlib-1.2.12","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12",../cmake/Source/ui_ios/Source/libchdr/include,"../Play-/deps/libchdr/include","../Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -6667,7 +6667,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",ZSTD_MULTITHREAD,"'PLAY_VERSION=\"0.30\"'","'XXH_NAMESPACE=ZSTD_'","'ZSTD_LEGACY_SUPPORT=5'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); + HEADER_SEARCH_PATHS = (../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib,"../Play-/deps/Dependencies/zstd/build/cmake/lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/common","../Play-/deps/Dependencies/zstd/build/cmake/../../lib/legacy","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -6696,7 +6696,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-","$(inherited)"); + HEADER_SEARCH_PATHS = ("../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12","../Play-","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -6746,7 +6746,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -6795,7 +6795,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",_7ZIP_ST,"'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -6825,7 +6825,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/../deps/Framework/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/../deps/CodeGen/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source","../Play-/Source/../deps/Framework/include","../Play-/Source/../deps/CodeGen/include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -6854,12 +6854,12 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); - INFOPLIST_FILE = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; + HEADER_SEARCH_PATHS = ("../Play-/deps/libchdr/include","$(inherited)"); + INFOPLIST_FILE = "../cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = (" -mios-version-min=12.2 ","$(inherited)"); - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/Debug${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Debug${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Debug${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/libchdr/Debug${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Debug${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Debug${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = "chdr-benchmark"; SECTORDER_FLAGS = ""; @@ -6944,12 +6944,12 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/Source/ui_ios/Source/CodeGen/CMakeFiles/CodeGenTestSuite.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -DNDEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/CodeGen/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","../cmake/Source/ui_ios/Source/Framework/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = CodeGenTestSuite; SECTORDER_FLAGS = ""; @@ -6993,7 +6993,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",_7ZIP_ST,"'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -7022,7 +7022,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",_7ZIP_ST,"'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -7051,7 +7051,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/lzma","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12",/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/libchdr/lzma","../Play-/deps/libchdr/deps/zlib-1.2.12","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12",../cmake/Source/ui_ios/Source/libchdr/include,"../Play-/deps/libchdr/include","../Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; diff --git a/Cores/Play/cmake/Source/ui_ios/Source/libchdr/chdr.xcodeproj/project.pbxproj b/Cores/Play/cmake/Source/ui_ios/Source/libchdr/chdr.xcodeproj/project.pbxproj index 426d08e0f2..94c963dac6 100644 --- a/Cores/Play/cmake/Source/ui_ios/Source/libchdr/chdr.xcodeproj/project.pbxproj +++ b/Cores/Play/cmake/Source/ui_ios/Source/libchdr/chdr.xcodeproj/project.pbxproj @@ -70,66 +70,66 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 04FE2764CB934782BA76A6E7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */ = {isa = PBXBuildFile; fileRef = 6C82CA10C9CD4AE3AE6B3664 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */; }; - 116533837BB54A08A875ACD7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c */ = {isa = PBXBuildFile; fileRef = A844D2118D634DE880C62B0E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c */; }; - 144D1DE5282C4988B8EAC673 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Alloc.c */ = {isa = PBXBuildFile; fileRef = B36EE651CB3848EFA12F8FCD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Alloc.c */; }; - 1A1CC4E56E7748649ECFAA24 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c */ = {isa = PBXBuildFile; fileRef = 0C442B76D7EB4B098ECD7DEB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c */; }; - 2909733BF3514315B5AE8720 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/tests/benchmark.c */ = {isa = PBXBuildFile; fileRef = 2FEAAD89F23A421BADCF7207 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/tests/benchmark.c */; }; - 2D03FEEDD4804D1C95471539 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.h */ = {isa = PBXBuildFile; fileRef = 7A6A778D7A6B47608A64C535 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.h */; }; - 309C73E6390B4CACB9055CF5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.h */ = {isa = PBXBuildFile; fileRef = 96C52B9E3B224B858147BF68 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.h */; }; - 30FA4C2A044D4472AFFF5308 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Bra.h */ = {isa = PBXBuildFile; fileRef = 3A464DECD47D4E59BAEA170C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Bra.h */; }; - 365B7CF899914FE9B9A4ACFB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaDec.h */ = {isa = PBXBuildFile; fileRef = 519E7D40F96A45D2A849A4A5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaDec.h */; }; - 4345D25512A2402B95DD373F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */ = {isa = PBXBuildFile; fileRef = 0900E420B5224CF8835E25F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */; }; - 475C99795E564E0CB6AEBAE8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.h */ = {isa = PBXBuildFile; fileRef = 5235F517433F49698E624B30 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.h */; }; - 49353590C1604FD9B95EA87B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/CpuArch.c */ = {isa = PBXBuildFile; fileRef = 4DD2CD9338BC4241935640AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/CpuArch.c */; }; - 494F8570B5614C4086FA795F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */ = {isa = PBXBuildFile; fileRef = 83F00EABA50B4F95B25CFB93 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */; }; - 4F3D3A1BB65C440DA5FBF203 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Delta.c */ = {isa = PBXBuildFile; fileRef = F6E311270C93438DBFBBAB25 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Delta.c */; }; - 5463F5436ECC46B594577087 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 66DFE7B08983425ABF6B064C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */; }; - 5E7B3C6ACE444453968DA760 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Alloc.h */ = {isa = PBXBuildFile; fileRef = A7F0AC6DD9DF4BE39FED6D6A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Alloc.h */; }; - 622BB911F1A8445BA3BE4F59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = A50196A310954148852CE28B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */; }; - 64A69B9434EC4DCDB4476636 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_flac.c */ = {isa = PBXBuildFile; fileRef = 16A119CFBAAB40D5843FD448 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_flac.c */; }; - 64B866554852478DAB72A3CD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaLib.h */ = {isa = PBXBuildFile; fileRef = 18267A10A03A4184B530B878 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaLib.h */; }; - 65CF2FE41D9B4448B8206362 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Sort.h */ = {isa = PBXBuildFile; fileRef = 23E130C79FDD42398217306D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Sort.h */; }; - 673B9EFDEB3F46F48EA0F795 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */ = {isa = PBXBuildFile; fileRef = 40B824AD22954C1DA1912976 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */; }; - 69429F4E16754E6298A7F916 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzFind.h */ = {isa = PBXBuildFile; fileRef = 6CB8703C292F4CF1BC80BAF0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzFind.h */; }; - 6D9941FA4BEC45E0AE2994CD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 19770575BAFC46B2A7CEFC13 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/CMakeLists.txt */; }; - 7B2E3ADFAE2B4F89A186EFD9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */ = {isa = PBXBuildFile; fileRef = D275EE6F0EE34AABB188309F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */; }; - 7F53E6AB5E944DA78A714E60 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.h */ = {isa = PBXBuildFile; fileRef = FDB5FC34E6D24E6E91E03CCB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.h */; }; - 830F27EB0C5F4DBB9E00EE9D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zlib.h */ = {isa = PBXBuildFile; fileRef = 4EBD6605B7C94E4EB33462D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zlib.h */; }; - 8B99259836F0488E81243063 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Lzma86.h */ = {isa = PBXBuildFile; fileRef = F02A9F5D6F8E4122A0F3E03E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Lzma86.h */; }; - 8E462F67970245AFA02DD939 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_bitstream.c */ = {isa = PBXBuildFile; fileRef = 418A6981F4074F26930C5068 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_bitstream.c */; }; - 93AEFCEEAF894386BC6F3E67 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c */ = {isa = PBXBuildFile; fileRef = 913A7401CD1F41B49ECD4ECC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c */; }; - 94422A14F04D427C870D8D6C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 9B76C47F5EF74E53B3F92DCD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist */; }; - 99D28FC12E7945FDB2B24FB0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_huffman.c */ = {isa = PBXBuildFile; fileRef = 6431B1B0E90649FE84AF1CB2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_huffman.c */; }; - 9D147A80F50843DE8784B2C3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */ = {isa = PBXBuildFile; fileRef = 143455504B6A4CB687AFEB40 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */; }; - 9E2D531271B24154A4E70AC3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Precomp.h */ = {isa = PBXBuildFile; fileRef = F655562F5880491C8DFF527C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Precomp.h */; }; - A0330E16605C49DF854B75AD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h */ = {isa = PBXBuildFile; fileRef = DF1200C580A44907A2965854 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h */; }; - A41FCE32343B48E9945EE017 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Sort.c */ = {isa = PBXBuildFile; fileRef = 201AD0B8F85542ED803837F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Sort.c */; }; - A6F8D537E6774E41A69BBB3F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.h */ = {isa = PBXBuildFile; fileRef = F9D7A6BC07E64B97946E40F1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.h */; }; - AD3A4F713F2344DCAC2AD0E5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */ = {isa = PBXBuildFile; fileRef = 75C2471AD35A40CBA635BC4F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */; }; - AE5FC7766A854FDFBE46A749 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Delta.h */ = {isa = PBXBuildFile; fileRef = E9625CCF7AC84716B9296786 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Delta.h */; }; - B43A0EDA13D44C7A80D2E058 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = E261127A34F24166A46868F8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/CMakeLists.txt */; }; - B55B964C610F45CD97821095 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */ = {isa = PBXBuildFile; fileRef = 4766CCDE35624455BF677BE8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */; }; - BA5AF42DE4DE447F8F7B8875 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = FEAE3E4BC166474494212974 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist */; }; - BB0569B4A0514CE38F2A2FB9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/BraIA64.c */ = {isa = PBXBuildFile; fileRef = 191197A7B73D4BD08A0EB895 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/BraIA64.c */; }; - BF34A6E5C2B84C9387F8E755 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzFind.c */ = {isa = PBXBuildFile; fileRef = 1A0E88CA2CC84A00BC201E3A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzFind.c */; }; - C1D6C26CD5B54BCAB01FF26F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffixed.h */ = {isa = PBXBuildFile; fileRef = 261F11087BCB4073845C4264 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffixed.h */; }; - C78AF11687FD4B268AB6A15B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */ = {isa = PBXBuildFile; fileRef = 6DADAC6A9E0C4136A3435C4A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */; }; - CB3E93E3C8CD4CA8BF4A7253 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/CpuArch.h */ = {isa = PBXBuildFile; fileRef = A65D8C92FBCA4F6BAF25A74C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/CpuArch.h */; }; - D18802B9E6674B6B8F0386AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.h */ = {isa = PBXBuildFile; fileRef = B8ED9B2C8B2A44E69ACB5B3E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.h */; }; - D8D7FF3F4D5849FA9E1AAF48 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */ = {isa = PBXBuildFile; fileRef = 5B53A2C8B4074401B9B12558 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */; }; - E0FB7C34509042D7A1F403BB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/CMakeFiles/chdr-static.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 34DA70AA5C9141C497D9CAFC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/CMakeFiles/chdr-static.dir/Info.plist */; }; - E47EDC41919D41E7B5157EA9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/7zTypes.h */ = {isa = PBXBuildFile; fileRef = 3C88ADC63C0C4FE0BA957012 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/7zTypes.h */; }; - E4C0CB32C5BE435D832AE7F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaEnc.h */ = {isa = PBXBuildFile; fileRef = 529978FD0610430990A9B375 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaEnc.h */; }; - E67278103F984619B8606DAF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzHash.h */ = {isa = PBXBuildFile; fileRef = 5DE7419FE9F448939F3783BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzHash.h */; }; - E8CB10212AF14609960D2D24 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/gzguts.h */ = {isa = PBXBuildFile; fileRef = 4C9598940236439FA924BA05 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/gzguts.h */; }; - E990FEA1D9224C53A4CD4232 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.h */ = {isa = PBXBuildFile; fileRef = 3772EEE7CA724104B39F3D65 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.h */; }; - EAD0DE71C12549E9B8715D35 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/tests/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = FFC6DAB5E01C4D78A896CF67 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/tests/CMakeLists.txt */; }; - ECF47B35004745CBA64C56F1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_chd.c */ = {isa = PBXBuildFile; fileRef = 1A2F06C8845741B08104DCC7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_chd.c */; }; - F0499EBEA1DF4B0AADE598A6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Compiler.h */ = {isa = PBXBuildFile; fileRef = ED1B8C5657F24385A5404CD9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Compiler.h */; }; - F2F91B316F9C4740BF5B0C26 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */ = {isa = PBXBuildFile; fileRef = 4E7A7BD2C209454D9FC41492 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */; }; - F3F8C929B36C43C49B0EA4EB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Bra86.c */ = {isa = PBXBuildFile; fileRef = 4CB0FEA3E00948518F512C44 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Bra86.c */; }; - F6D4CCCA30274946859F3454 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_cdrom.c */ = {isa = PBXBuildFile; fileRef = 86D0DF87D9724871A17A7BAB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_cdrom.c */; }; + 04FE2764CB934782BA76A6E7 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */ = {isa = PBXBuildFile; fileRef = 6C82CA10C9CD4AE3AE6B3664 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */; }; + 116533837BB54A08A875ACD7 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c */ = {isa = PBXBuildFile; fileRef = A844D2118D634DE880C62B0E /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c */; }; + 144D1DE5282C4988B8EAC673 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Alloc.c */ = {isa = PBXBuildFile; fileRef = B36EE651CB3848EFA12F8FCD /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Alloc.c */; }; + 1A1CC4E56E7748649ECFAA24 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c */ = {isa = PBXBuildFile; fileRef = 0C442B76D7EB4B098ECD7DEB /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c */; }; + 2909733BF3514315B5AE8720 /* ../Play-/deps/libchdr/tests/benchmark.c */ = {isa = PBXBuildFile; fileRef = 2FEAAD89F23A421BADCF7207 /* ../Play-/deps/libchdr/tests/benchmark.c */; }; + 2D03FEEDD4804D1C95471539 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/trees.h */ = {isa = PBXBuildFile; fileRef = 7A6A778D7A6B47608A64C535 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/trees.h */; }; + 309C73E6390B4CACB9055CF5 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.h */ = {isa = PBXBuildFile; fileRef = 96C52B9E3B224B858147BF68 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.h */; }; + 30FA4C2A044D4472AFFF5308 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Bra.h */ = {isa = PBXBuildFile; fileRef = 3A464DECD47D4E59BAEA170C /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Bra.h */; }; + 365B7CF899914FE9B9A4ACFB /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaDec.h */ = {isa = PBXBuildFile; fileRef = 519E7D40F96A45D2A849A4A5 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaDec.h */; }; + 4345D25512A2402B95DD373F /* ../Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */ = {isa = PBXBuildFile; fileRef = 0900E420B5224CF8835E25F3 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */; }; + 475C99795E564E0CB6AEBAE8 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.h */ = {isa = PBXBuildFile; fileRef = 5235F517433F49698E624B30 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.h */; }; + 49353590C1604FD9B95EA87B /* ../Play-/deps/libchdr/deps/lzma-22.01/src/CpuArch.c */ = {isa = PBXBuildFile; fileRef = 4DD2CD9338BC4241935640AC /* ../Play-/deps/libchdr/deps/lzma-22.01/src/CpuArch.c */; }; + 494F8570B5614C4086FA795F /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */ = {isa = PBXBuildFile; fileRef = 83F00EABA50B4F95B25CFB93 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */; }; + 4F3D3A1BB65C440DA5FBF203 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Delta.c */ = {isa = PBXBuildFile; fileRef = F6E311270C93438DBFBBAB25 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Delta.c */; }; + 5463F5436ECC46B594577087 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 66DFE7B08983425ABF6B064C /* ../Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */; }; + 5E7B3C6ACE444453968DA760 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Alloc.h */ = {isa = PBXBuildFile; fileRef = A7F0AC6DD9DF4BE39FED6D6A /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Alloc.h */; }; + 622BB911F1A8445BA3BE4F59 /* ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = A50196A310954148852CE28B /* ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */; }; + 64A69B9434EC4DCDB4476636 /* ../Play-/deps/libchdr/src/libchdr_flac.c */ = {isa = PBXBuildFile; fileRef = 16A119CFBAAB40D5843FD448 /* ../Play-/deps/libchdr/src/libchdr_flac.c */; }; + 64B866554852478DAB72A3CD /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaLib.h */ = {isa = PBXBuildFile; fileRef = 18267A10A03A4184B530B878 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaLib.h */; }; + 65CF2FE41D9B4448B8206362 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Sort.h */ = {isa = PBXBuildFile; fileRef = 23E130C79FDD42398217306D /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Sort.h */; }; + 673B9EFDEB3F46F48EA0F795 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */ = {isa = PBXBuildFile; fileRef = 40B824AD22954C1DA1912976 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */; }; + 69429F4E16754E6298A7F916 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzFind.h */ = {isa = PBXBuildFile; fileRef = 6CB8703C292F4CF1BC80BAF0 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzFind.h */; }; + 6D9941FA4BEC45E0AE2994CD /* ../Play-/deps/libchdr/deps/lzma-22.01/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 19770575BAFC46B2A7CEFC13 /* ../Play-/deps/libchdr/deps/lzma-22.01/CMakeLists.txt */; }; + 7B2E3ADFAE2B4F89A186EFD9 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */ = {isa = PBXBuildFile; fileRef = D275EE6F0EE34AABB188309F /* ../Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */; }; + 7F53E6AB5E944DA78A714E60 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.h */ = {isa = PBXBuildFile; fileRef = FDB5FC34E6D24E6E91E03CCB /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.h */; }; + 830F27EB0C5F4DBB9E00EE9D /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zlib.h */ = {isa = PBXBuildFile; fileRef = 4EBD6605B7C94E4EB33462D5 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zlib.h */; }; + 8B99259836F0488E81243063 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Lzma86.h */ = {isa = PBXBuildFile; fileRef = F02A9F5D6F8E4122A0F3E03E /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Lzma86.h */; }; + 8E462F67970245AFA02DD939 /* ../Play-/deps/libchdr/src/libchdr_bitstream.c */ = {isa = PBXBuildFile; fileRef = 418A6981F4074F26930C5068 /* ../Play-/deps/libchdr/src/libchdr_bitstream.c */; }; + 93AEFCEEAF894386BC6F3E67 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c */ = {isa = PBXBuildFile; fileRef = 913A7401CD1F41B49ECD4ECC /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c */; }; + 94422A14F04D427C870D8D6C /* ../cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 9B76C47F5EF74E53B3F92DCD /* ../cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist */; }; + 99D28FC12E7945FDB2B24FB0 /* ../Play-/deps/libchdr/src/libchdr_huffman.c */ = {isa = PBXBuildFile; fileRef = 6431B1B0E90649FE84AF1CB2 /* ../Play-/deps/libchdr/src/libchdr_huffman.c */; }; + 9D147A80F50843DE8784B2C3 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */ = {isa = PBXBuildFile; fileRef = 143455504B6A4CB687AFEB40 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */; }; + 9E2D531271B24154A4E70AC3 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Precomp.h */ = {isa = PBXBuildFile; fileRef = F655562F5880491C8DFF527C /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Precomp.h */; }; + A0330E16605C49DF854B75AD /* ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h */ = {isa = PBXBuildFile; fileRef = DF1200C580A44907A2965854 /* ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h */; }; + A41FCE32343B48E9945EE017 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Sort.c */ = {isa = PBXBuildFile; fileRef = 201AD0B8F85542ED803837F3 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Sort.c */; }; + A6F8D537E6774E41A69BBB3F /* ../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.h */ = {isa = PBXBuildFile; fileRef = F9D7A6BC07E64B97946E40F1 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.h */; }; + AD3A4F713F2344DCAC2AD0E5 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */ = {isa = PBXBuildFile; fileRef = 75C2471AD35A40CBA635BC4F /* ../Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */; }; + AE5FC7766A854FDFBE46A749 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Delta.h */ = {isa = PBXBuildFile; fileRef = E9625CCF7AC84716B9296786 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Delta.h */; }; + B43A0EDA13D44C7A80D2E058 /* ../Play-/deps/libchdr/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = E261127A34F24166A46868F8 /* ../Play-/deps/libchdr/CMakeLists.txt */; }; + B55B964C610F45CD97821095 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */ = {isa = PBXBuildFile; fileRef = 4766CCDE35624455BF677BE8 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */; }; + BA5AF42DE4DE447F8F7B8875 /* ../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = FEAE3E4BC166474494212974 /* ../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist */; }; + BB0569B4A0514CE38F2A2FB9 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/BraIA64.c */ = {isa = PBXBuildFile; fileRef = 191197A7B73D4BD08A0EB895 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/BraIA64.c */; }; + BF34A6E5C2B84C9387F8E755 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzFind.c */ = {isa = PBXBuildFile; fileRef = 1A0E88CA2CC84A00BC201E3A /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzFind.c */; }; + C1D6C26CD5B54BCAB01FF26F /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffixed.h */ = {isa = PBXBuildFile; fileRef = 261F11087BCB4073845C4264 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffixed.h */; }; + C78AF11687FD4B268AB6A15B /* ../Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */ = {isa = PBXBuildFile; fileRef = 6DADAC6A9E0C4136A3435C4A /* ../Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */; }; + CB3E93E3C8CD4CA8BF4A7253 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/CpuArch.h */ = {isa = PBXBuildFile; fileRef = A65D8C92FBCA4F6BAF25A74C /* ../Play-/deps/libchdr/deps/lzma-22.01/include/CpuArch.h */; }; + D18802B9E6674B6B8F0386AB /* ../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.h */ = {isa = PBXBuildFile; fileRef = B8ED9B2C8B2A44E69ACB5B3E /* ../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.h */; }; + D8D7FF3F4D5849FA9E1AAF48 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */ = {isa = PBXBuildFile; fileRef = 5B53A2C8B4074401B9B12558 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */; }; + E0FB7C34509042D7A1F403BB /* ../cmake/Source/ui_ios/Source/libchdr/CMakeFiles/chdr-static.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 34DA70AA5C9141C497D9CAFC /* ../cmake/Source/ui_ios/Source/libchdr/CMakeFiles/chdr-static.dir/Info.plist */; }; + E47EDC41919D41E7B5157EA9 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/7zTypes.h */ = {isa = PBXBuildFile; fileRef = 3C88ADC63C0C4FE0BA957012 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/7zTypes.h */; }; + E4C0CB32C5BE435D832AE7F3 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaEnc.h */ = {isa = PBXBuildFile; fileRef = 529978FD0610430990A9B375 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaEnc.h */; }; + E67278103F984619B8606DAF /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzHash.h */ = {isa = PBXBuildFile; fileRef = 5DE7419FE9F448939F3783BA /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzHash.h */; }; + E8CB10212AF14609960D2D24 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/gzguts.h */ = {isa = PBXBuildFile; fileRef = 4C9598940236439FA924BA05 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/gzguts.h */; }; + E990FEA1D9224C53A4CD4232 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.h */ = {isa = PBXBuildFile; fileRef = 3772EEE7CA724104B39F3D65 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.h */; }; + EAD0DE71C12549E9B8715D35 /* ../Play-/deps/libchdr/tests/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = FFC6DAB5E01C4D78A896CF67 /* ../Play-/deps/libchdr/tests/CMakeLists.txt */; }; + ECF47B35004745CBA64C56F1 /* ../Play-/deps/libchdr/src/libchdr_chd.c */ = {isa = PBXBuildFile; fileRef = 1A2F06C8845741B08104DCC7 /* ../Play-/deps/libchdr/src/libchdr_chd.c */; }; + F0499EBEA1DF4B0AADE598A6 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Compiler.h */ = {isa = PBXBuildFile; fileRef = ED1B8C5657F24385A5404CD9 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Compiler.h */; }; + F2F91B316F9C4740BF5B0C26 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */ = {isa = PBXBuildFile; fileRef = 4E7A7BD2C209454D9FC41492 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */; }; + F3F8C929B36C43C49B0EA4EB /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Bra86.c */ = {isa = PBXBuildFile; fileRef = 4CB0FEA3E00948518F512C44 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Bra86.c */; }; + F6D4CCCA30274946859F3454 /* ../Play-/deps/libchdr/src/libchdr_cdrom.c */ = {isa = PBXBuildFile; fileRef = 86D0DF87D9724871A17A7BAB /* ../Play-/deps/libchdr/src/libchdr_cdrom.c */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ @@ -244,71 +244,71 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 0900E420B5224CF8835E25F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = infback.c; path = "deps/zlib-1.2.12/infback.c"; sourceTree = SOURCE_ROOT; }; - 0C442B76D7EB4B098ECD7DEB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = LzmaEnc.c; path = "deps/lzma-22.01/src/LzmaEnc.c"; sourceTree = SOURCE_ROOT; }; - 143455504B6A4CB687AFEB40 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inflate.c; path = "deps/zlib-1.2.12/inflate.c"; sourceTree = SOURCE_ROOT; }; - 16A119CFBAAB40D5843FD448 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_flac.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_flac.c; path = src/libchdr_flac.c; sourceTree = SOURCE_ROOT; }; - 18267A10A03A4184B530B878 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaLib.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzmaLib.h; path = "deps/lzma-22.01/include/LzmaLib.h"; sourceTree = SOURCE_ROOT; }; - 191197A7B73D4BD08A0EB895 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/BraIA64.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = BraIA64.c; path = "deps/lzma-22.01/src/BraIA64.c"; sourceTree = SOURCE_ROOT; }; - 19770575BAFC46B2A7CEFC13 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "deps/lzma-22.01/CMakeLists.txt"; sourceTree = SOURCE_ROOT; }; - 1A0E88CA2CC84A00BC201E3A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzFind.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = LzFind.c; path = "deps/lzma-22.01/src/LzFind.c"; sourceTree = SOURCE_ROOT; }; - 1A2F06C8845741B08104DCC7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_chd.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_chd.c; path = src/libchdr_chd.c; sourceTree = SOURCE_ROOT; }; - 201AD0B8F85542ED803837F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Sort.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Sort.c; path = "deps/lzma-22.01/src/Sort.c"; sourceTree = SOURCE_ROOT; }; - 23E130C79FDD42398217306D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Sort.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Sort.h; path = "deps/lzma-22.01/include/Sort.h"; sourceTree = SOURCE_ROOT; }; - 261F11087BCB4073845C4264 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffixed.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inffixed.h; path = "deps/zlib-1.2.12/inffixed.h"; sourceTree = SOURCE_ROOT; }; - 2FEAAD89F23A421BADCF7207 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/tests/benchmark.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = benchmark.c; path = tests/benchmark.c; sourceTree = SOURCE_ROOT; }; - 34DA70AA5C9141C497D9CAFC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/CMakeFiles/chdr-static.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/CMakeFiles/chdr-static.dir/Info.plist"; sourceTree = ""; }; - 3772EEE7CA724104B39F3D65 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inflate.h; path = "deps/zlib-1.2.12/inflate.h"; sourceTree = SOURCE_ROOT; }; - 3A464DECD47D4E59BAEA170C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Bra.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Bra.h; path = "deps/lzma-22.01/include/Bra.h"; sourceTree = SOURCE_ROOT; }; - 3C88ADC63C0C4FE0BA957012 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/7zTypes.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = 7zTypes.h; path = "deps/lzma-22.01/include/7zTypes.h"; sourceTree = SOURCE_ROOT; }; - 40B824AD22954C1DA1912976 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = deflate.c; path = "deps/zlib-1.2.12/deflate.c"; sourceTree = SOURCE_ROOT; }; - 418A6981F4074F26930C5068 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_bitstream.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_bitstream.c; path = src/libchdr_bitstream.c; sourceTree = SOURCE_ROOT; }; - 4766CCDE35624455BF677BE8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inftrees.c; path = "deps/zlib-1.2.12/inftrees.c"; sourceTree = SOURCE_ROOT; }; - 4C9598940236439FA924BA05 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/gzguts.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = gzguts.h; path = "deps/zlib-1.2.12/gzguts.h"; sourceTree = SOURCE_ROOT; }; - 4CB0FEA3E00948518F512C44 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Bra86.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Bra86.c; path = "deps/lzma-22.01/src/Bra86.c"; sourceTree = SOURCE_ROOT; }; - 4DD2CD9338BC4241935640AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/CpuArch.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = CpuArch.c; path = "deps/lzma-22.01/src/CpuArch.c"; sourceTree = SOURCE_ROOT; }; - 4E7A7BD2C209454D9FC41492 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inffast.c; path = "deps/zlib-1.2.12/inffast.c"; sourceTree = SOURCE_ROOT; }; - 4EBD6605B7C94E4EB33462D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zlib.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zlib.h; path = "deps/zlib-1.2.12/zlib.h"; sourceTree = SOURCE_ROOT; }; - 519E7D40F96A45D2A849A4A5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaDec.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzmaDec.h; path = "deps/lzma-22.01/include/LzmaDec.h"; sourceTree = SOURCE_ROOT; }; - 5235F517433F49698E624B30 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inftrees.h; path = "deps/zlib-1.2.12/inftrees.h"; sourceTree = SOURCE_ROOT; }; - 529978FD0610430990A9B375 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaEnc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzmaEnc.h; path = "deps/lzma-22.01/include/LzmaEnc.h"; sourceTree = SOURCE_ROOT; }; - 5B53A2C8B4074401B9B12558 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = trees.c; path = "deps/zlib-1.2.12/trees.c"; sourceTree = SOURCE_ROOT; }; - 5DE7419FE9F448939F3783BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzHash.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzHash.h; path = "deps/lzma-22.01/include/LzHash.h"; sourceTree = SOURCE_ROOT; }; - 6431B1B0E90649FE84AF1CB2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_huffman.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_huffman.c; path = src/libchdr_huffman.c; sourceTree = SOURCE_ROOT; }; - 66DFE7B08983425ABF6B064C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "deps/zlib-1.2.12/CMakeLists.txt"; sourceTree = SOURCE_ROOT; }; - 6C82CA10C9CD4AE3AE6B3664 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = crc32.c; path = "deps/zlib-1.2.12/crc32.c"; sourceTree = SOURCE_ROOT; }; - 6CB8703C292F4CF1BC80BAF0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzFind.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzFind.h; path = "deps/lzma-22.01/include/LzFind.h"; sourceTree = SOURCE_ROOT; }; - 6DADAC6A9E0C4136A3435C4A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = adler32.c; path = "deps/zlib-1.2.12/adler32.c"; sourceTree = SOURCE_ROOT; }; - 75C2471AD35A40CBA635BC4F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = compress.c; path = "deps/zlib-1.2.12/compress.c"; sourceTree = SOURCE_ROOT; }; - 7A6A778D7A6B47608A64C535 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = trees.h; path = "deps/zlib-1.2.12/trees.h"; sourceTree = SOURCE_ROOT; }; - 83F00EABA50B4F95B25CFB93 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zutil.c; path = "deps/zlib-1.2.12/zutil.c"; sourceTree = SOURCE_ROOT; }; - 86D0DF87D9724871A17A7BAB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_cdrom.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_cdrom.c; path = src/libchdr_cdrom.c; sourceTree = SOURCE_ROOT; }; - 913A7401CD1F41B49ECD4ECC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = LzmaDec.c; path = "deps/lzma-22.01/src/LzmaDec.c"; sourceTree = SOURCE_ROOT; }; - 96C52B9E3B224B858147BF68 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inffast.h; path = "deps/zlib-1.2.12/inffast.h"; sourceTree = SOURCE_ROOT; }; - 9B76C47F5EF74E53B3F92DCD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; sourceTree = ""; }; - A50196A310954148852CE28B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist"; sourceTree = ""; }; - A65D8C92FBCA4F6BAF25A74C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/CpuArch.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CpuArch.h; path = "deps/lzma-22.01/include/CpuArch.h"; sourceTree = SOURCE_ROOT; }; - A7F0AC6DD9DF4BE39FED6D6A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Alloc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Alloc.h; path = "deps/lzma-22.01/include/Alloc.h"; sourceTree = SOURCE_ROOT; }; - A844D2118D634DE880C62B0E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Lzma86Dec.c; path = "deps/lzma-22.01/src/Lzma86Dec.c"; sourceTree = SOURCE_ROOT; }; + 0900E420B5224CF8835E25F3 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = infback.c; path = "deps/zlib-1.2.12/infback.c"; sourceTree = SOURCE_ROOT; }; + 0C442B76D7EB4B098ECD7DEB /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = LzmaEnc.c; path = "deps/lzma-22.01/src/LzmaEnc.c"; sourceTree = SOURCE_ROOT; }; + 143455504B6A4CB687AFEB40 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inflate.c; path = "deps/zlib-1.2.12/inflate.c"; sourceTree = SOURCE_ROOT; }; + 16A119CFBAAB40D5843FD448 /* ../Play-/deps/libchdr/src/libchdr_flac.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_flac.c; path = src/libchdr_flac.c; sourceTree = SOURCE_ROOT; }; + 18267A10A03A4184B530B878 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaLib.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzmaLib.h; path = "deps/lzma-22.01/include/LzmaLib.h"; sourceTree = SOURCE_ROOT; }; + 191197A7B73D4BD08A0EB895 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/BraIA64.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = BraIA64.c; path = "deps/lzma-22.01/src/BraIA64.c"; sourceTree = SOURCE_ROOT; }; + 19770575BAFC46B2A7CEFC13 /* ../Play-/deps/libchdr/deps/lzma-22.01/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "deps/lzma-22.01/CMakeLists.txt"; sourceTree = SOURCE_ROOT; }; + 1A0E88CA2CC84A00BC201E3A /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzFind.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = LzFind.c; path = "deps/lzma-22.01/src/LzFind.c"; sourceTree = SOURCE_ROOT; }; + 1A2F06C8845741B08104DCC7 /* ../Play-/deps/libchdr/src/libchdr_chd.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_chd.c; path = src/libchdr_chd.c; sourceTree = SOURCE_ROOT; }; + 201AD0B8F85542ED803837F3 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Sort.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Sort.c; path = "deps/lzma-22.01/src/Sort.c"; sourceTree = SOURCE_ROOT; }; + 23E130C79FDD42398217306D /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Sort.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Sort.h; path = "deps/lzma-22.01/include/Sort.h"; sourceTree = SOURCE_ROOT; }; + 261F11087BCB4073845C4264 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffixed.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inffixed.h; path = "deps/zlib-1.2.12/inffixed.h"; sourceTree = SOURCE_ROOT; }; + 2FEAAD89F23A421BADCF7207 /* ../Play-/deps/libchdr/tests/benchmark.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = benchmark.c; path = tests/benchmark.c; sourceTree = SOURCE_ROOT; }; + 34DA70AA5C9141C497D9CAFC /* ../cmake/Source/ui_ios/Source/libchdr/CMakeFiles/chdr-static.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "../cmake/Source/ui_ios/Source/libchdr/CMakeFiles/chdr-static.dir/Info.plist"; sourceTree = ""; }; + 3772EEE7CA724104B39F3D65 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inflate.h; path = "deps/zlib-1.2.12/inflate.h"; sourceTree = SOURCE_ROOT; }; + 3A464DECD47D4E59BAEA170C /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Bra.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Bra.h; path = "deps/lzma-22.01/include/Bra.h"; sourceTree = SOURCE_ROOT; }; + 3C88ADC63C0C4FE0BA957012 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/7zTypes.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = 7zTypes.h; path = "deps/lzma-22.01/include/7zTypes.h"; sourceTree = SOURCE_ROOT; }; + 40B824AD22954C1DA1912976 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = deflate.c; path = "deps/zlib-1.2.12/deflate.c"; sourceTree = SOURCE_ROOT; }; + 418A6981F4074F26930C5068 /* ../Play-/deps/libchdr/src/libchdr_bitstream.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_bitstream.c; path = src/libchdr_bitstream.c; sourceTree = SOURCE_ROOT; }; + 4766CCDE35624455BF677BE8 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inftrees.c; path = "deps/zlib-1.2.12/inftrees.c"; sourceTree = SOURCE_ROOT; }; + 4C9598940236439FA924BA05 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/gzguts.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = gzguts.h; path = "deps/zlib-1.2.12/gzguts.h"; sourceTree = SOURCE_ROOT; }; + 4CB0FEA3E00948518F512C44 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Bra86.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Bra86.c; path = "deps/lzma-22.01/src/Bra86.c"; sourceTree = SOURCE_ROOT; }; + 4DD2CD9338BC4241935640AC /* ../Play-/deps/libchdr/deps/lzma-22.01/src/CpuArch.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = CpuArch.c; path = "deps/lzma-22.01/src/CpuArch.c"; sourceTree = SOURCE_ROOT; }; + 4E7A7BD2C209454D9FC41492 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inffast.c; path = "deps/zlib-1.2.12/inffast.c"; sourceTree = SOURCE_ROOT; }; + 4EBD6605B7C94E4EB33462D5 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zlib.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zlib.h; path = "deps/zlib-1.2.12/zlib.h"; sourceTree = SOURCE_ROOT; }; + 519E7D40F96A45D2A849A4A5 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaDec.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzmaDec.h; path = "deps/lzma-22.01/include/LzmaDec.h"; sourceTree = SOURCE_ROOT; }; + 5235F517433F49698E624B30 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inftrees.h; path = "deps/zlib-1.2.12/inftrees.h"; sourceTree = SOURCE_ROOT; }; + 529978FD0610430990A9B375 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaEnc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzmaEnc.h; path = "deps/lzma-22.01/include/LzmaEnc.h"; sourceTree = SOURCE_ROOT; }; + 5B53A2C8B4074401B9B12558 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = trees.c; path = "deps/zlib-1.2.12/trees.c"; sourceTree = SOURCE_ROOT; }; + 5DE7419FE9F448939F3783BA /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzHash.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzHash.h; path = "deps/lzma-22.01/include/LzHash.h"; sourceTree = SOURCE_ROOT; }; + 6431B1B0E90649FE84AF1CB2 /* ../Play-/deps/libchdr/src/libchdr_huffman.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_huffman.c; path = src/libchdr_huffman.c; sourceTree = SOURCE_ROOT; }; + 66DFE7B08983425ABF6B064C /* ../Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "deps/zlib-1.2.12/CMakeLists.txt"; sourceTree = SOURCE_ROOT; }; + 6C82CA10C9CD4AE3AE6B3664 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = crc32.c; path = "deps/zlib-1.2.12/crc32.c"; sourceTree = SOURCE_ROOT; }; + 6CB8703C292F4CF1BC80BAF0 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzFind.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LzFind.h; path = "deps/lzma-22.01/include/LzFind.h"; sourceTree = SOURCE_ROOT; }; + 6DADAC6A9E0C4136A3435C4A /* ../Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = adler32.c; path = "deps/zlib-1.2.12/adler32.c"; sourceTree = SOURCE_ROOT; }; + 75C2471AD35A40CBA635BC4F /* ../Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = compress.c; path = "deps/zlib-1.2.12/compress.c"; sourceTree = SOURCE_ROOT; }; + 7A6A778D7A6B47608A64C535 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/trees.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = trees.h; path = "deps/zlib-1.2.12/trees.h"; sourceTree = SOURCE_ROOT; }; + 83F00EABA50B4F95B25CFB93 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zutil.c; path = "deps/zlib-1.2.12/zutil.c"; sourceTree = SOURCE_ROOT; }; + 86D0DF87D9724871A17A7BAB /* ../Play-/deps/libchdr/src/libchdr_cdrom.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = libchdr_cdrom.c; path = src/libchdr_cdrom.c; sourceTree = SOURCE_ROOT; }; + 913A7401CD1F41B49ECD4ECC /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = LzmaDec.c; path = "deps/lzma-22.01/src/LzmaDec.c"; sourceTree = SOURCE_ROOT; }; + 96C52B9E3B224B858147BF68 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inffast.h; path = "deps/zlib-1.2.12/inffast.h"; sourceTree = SOURCE_ROOT; }; + 9B76C47F5EF74E53B3F92DCD /* ../cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "../cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; sourceTree = ""; }; + A50196A310954148852CE28B /* ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist"; sourceTree = ""; }; + A65D8C92FBCA4F6BAF25A74C /* ../Play-/deps/libchdr/deps/lzma-22.01/include/CpuArch.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CpuArch.h; path = "deps/lzma-22.01/include/CpuArch.h"; sourceTree = SOURCE_ROOT; }; + A7F0AC6DD9DF4BE39FED6D6A /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Alloc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Alloc.h; path = "deps/lzma-22.01/include/Alloc.h"; sourceTree = SOURCE_ROOT; }; + A844D2118D634DE880C62B0E /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Lzma86Dec.c; path = "deps/lzma-22.01/src/Lzma86Dec.c"; sourceTree = SOURCE_ROOT; }; A9305A262A2744E4B39F3060 /* zlib */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libz.a; sourceTree = BUILT_PRODUCTS_DIR; }; B354AE16C4BC492194EE9FD6 /* lzma */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = liblzma.a; sourceTree = BUILT_PRODUCTS_DIR; }; - B36EE651CB3848EFA12F8FCD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Alloc.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Alloc.c; path = "deps/lzma-22.01/src/Alloc.c"; sourceTree = SOURCE_ROOT; }; - B8ED9B2C8B2A44E69ACB5B3E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = deflate.h; path = "deps/zlib-1.2.12/deflate.h"; sourceTree = SOURCE_ROOT; }; + B36EE651CB3848EFA12F8FCD /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Alloc.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Alloc.c; path = "deps/lzma-22.01/src/Alloc.c"; sourceTree = SOURCE_ROOT; }; + B8ED9B2C8B2A44E69ACB5B3E /* ../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = deflate.h; path = "deps/zlib-1.2.12/deflate.h"; sourceTree = SOURCE_ROOT; }; CB8BB41E7A224F3FB3585DAA /* chdr-benchmark */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "chdr-benchmark"; sourceTree = BUILT_PRODUCTS_DIR; }; - D275EE6F0EE34AABB188309F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = uncompr.c; path = "deps/zlib-1.2.12/uncompr.c"; sourceTree = SOURCE_ROOT; }; - DF1200C580A44907A2965854 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zconf.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h"; sourceTree = ""; }; - DFCA06B4F20F4F76B4B6CB8C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + D275EE6F0EE34AABB188309F /* ../Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = uncompr.c; path = "deps/zlib-1.2.12/uncompr.c"; sourceTree = SOURCE_ROOT; }; + DF1200C580A44907A2965854 /* ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zconf.h; path = "../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h"; sourceTree = ""; }; + DFCA06B4F20F4F76B4B6CB8C /* ../Play-/deps/libchdr/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; E0F727D37F844688A3BC30F8 /* chdr-static */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libchdr-static.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - E261127A34F24166A46868F8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - E9625CCF7AC84716B9296786 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Delta.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Delta.h; path = "deps/lzma-22.01/include/Delta.h"; sourceTree = SOURCE_ROOT; }; - ED1B8C5657F24385A5404CD9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Compiler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Compiler.h; path = "deps/lzma-22.01/include/Compiler.h"; sourceTree = SOURCE_ROOT; }; - F02A9F5D6F8E4122A0F3E03E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Lzma86.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Lzma86.h; path = "deps/lzma-22.01/include/Lzma86.h"; sourceTree = SOURCE_ROOT; }; - F655562F5880491C8DFF527C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Precomp.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Precomp.h; path = "deps/lzma-22.01/include/Precomp.h"; sourceTree = SOURCE_ROOT; }; - F6E311270C93438DBFBBAB25 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Delta.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Delta.c; path = "deps/lzma-22.01/src/Delta.c"; sourceTree = SOURCE_ROOT; }; - F9D7A6BC07E64B97946E40F1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = crc32.h; path = "deps/zlib-1.2.12/crc32.h"; sourceTree = SOURCE_ROOT; }; - FDB5FC34E6D24E6E91E03CCB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zutil.h; path = "deps/zlib-1.2.12/zutil.h"; sourceTree = SOURCE_ROOT; }; - FEAE3E4BC166474494212974 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist"; sourceTree = ""; }; - FFC6DAB5E01C4D78A896CF67 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/tests/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = tests/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + E261127A34F24166A46868F8 /* ../Play-/deps/libchdr/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + E9625CCF7AC84716B9296786 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Delta.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Delta.h; path = "deps/lzma-22.01/include/Delta.h"; sourceTree = SOURCE_ROOT; }; + ED1B8C5657F24385A5404CD9 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Compiler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Compiler.h; path = "deps/lzma-22.01/include/Compiler.h"; sourceTree = SOURCE_ROOT; }; + F02A9F5D6F8E4122A0F3E03E /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Lzma86.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Lzma86.h; path = "deps/lzma-22.01/include/Lzma86.h"; sourceTree = SOURCE_ROOT; }; + F655562F5880491C8DFF527C /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Precomp.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Precomp.h; path = "deps/lzma-22.01/include/Precomp.h"; sourceTree = SOURCE_ROOT; }; + F6E311270C93438DBFBBAB25 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Delta.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = Delta.c; path = "deps/lzma-22.01/src/Delta.c"; sourceTree = SOURCE_ROOT; }; + F9D7A6BC07E64B97946E40F1 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = crc32.h; path = "deps/zlib-1.2.12/crc32.h"; sourceTree = SOURCE_ROOT; }; + FDB5FC34E6D24E6E91E03CCB /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zutil.h; path = "deps/zlib-1.2.12/zutil.h"; sourceTree = SOURCE_ROOT; }; + FEAE3E4BC166474494212974 /* ../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist"; sourceTree = ""; }; + FFC6DAB5E01C4D78A896CF67 /* ../Play-/deps/libchdr/tests/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = tests/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -357,20 +357,20 @@ 159676CEB48A4B6F96C6F37C /* Header Files */ = { isa = PBXGroup; children = ( - 3C88ADC63C0C4FE0BA957012 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/7zTypes.h */, - A7F0AC6DD9DF4BE39FED6D6A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Alloc.h */, - 3A464DECD47D4E59BAEA170C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Bra.h */, - ED1B8C5657F24385A5404CD9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Compiler.h */, - A65D8C92FBCA4F6BAF25A74C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/CpuArch.h */, - E9625CCF7AC84716B9296786 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Delta.h */, - 6CB8703C292F4CF1BC80BAF0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzFind.h */, - 5DE7419FE9F448939F3783BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzHash.h */, - F02A9F5D6F8E4122A0F3E03E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Lzma86.h */, - 519E7D40F96A45D2A849A4A5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaDec.h */, - 529978FD0610430990A9B375 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaEnc.h */, - 18267A10A03A4184B530B878 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/LzmaLib.h */, - F655562F5880491C8DFF527C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Precomp.h */, - 23E130C79FDD42398217306D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include/Sort.h */, + 3C88ADC63C0C4FE0BA957012 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/7zTypes.h */, + A7F0AC6DD9DF4BE39FED6D6A /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Alloc.h */, + 3A464DECD47D4E59BAEA170C /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Bra.h */, + ED1B8C5657F24385A5404CD9 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Compiler.h */, + A65D8C92FBCA4F6BAF25A74C /* ../Play-/deps/libchdr/deps/lzma-22.01/include/CpuArch.h */, + E9625CCF7AC84716B9296786 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Delta.h */, + 6CB8703C292F4CF1BC80BAF0 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzFind.h */, + 5DE7419FE9F448939F3783BA /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzHash.h */, + F02A9F5D6F8E4122A0F3E03E /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Lzma86.h */, + 519E7D40F96A45D2A849A4A5 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaDec.h */, + 529978FD0610430990A9B375 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaEnc.h */, + 18267A10A03A4184B530B878 /* ../Play-/deps/libchdr/deps/lzma-22.01/include/LzmaLib.h */, + F655562F5880491C8DFF527C /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Precomp.h */, + 23E130C79FDD42398217306D /* ../Play-/deps/libchdr/deps/lzma-22.01/include/Sort.h */, ); name = "Header Files"; sourceTree = ""; @@ -392,7 +392,7 @@ 32E1D10E0A1A4EEB91903491 /* Resources */ = { isa = PBXGroup; children = ( - 9B76C47F5EF74E53B3F92DCD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist */, + 9B76C47F5EF74E53B3F92DCD /* ../cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -400,7 +400,7 @@ 36615BC8A4984AACAC5DDBE6 /* Resources */ = { isa = PBXGroup; children = ( - A50196A310954148852CE28B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */, + A50196A310954148852CE28B /* ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -408,17 +408,17 @@ 555821E81CF041A6A573181B /* Header Files */ = { isa = PBXGroup; children = ( - F9D7A6BC07E64B97946E40F1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.h */, - B8ED9B2C8B2A44E69ACB5B3E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.h */, - 4C9598940236439FA924BA05 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/gzguts.h */, - 96C52B9E3B224B858147BF68 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.h */, - 261F11087BCB4073845C4264 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffixed.h */, - 3772EEE7CA724104B39F3D65 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.h */, - 5235F517433F49698E624B30 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.h */, - 7A6A778D7A6B47608A64C535 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.h */, - 4EBD6605B7C94E4EB33462D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zlib.h */, - FDB5FC34E6D24E6E91E03CCB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.h */, - DF1200C580A44907A2965854 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h */, + F9D7A6BC07E64B97946E40F1 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.h */, + B8ED9B2C8B2A44E69ACB5B3E /* ../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.h */, + 4C9598940236439FA924BA05 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/gzguts.h */, + 96C52B9E3B224B858147BF68 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.h */, + 261F11087BCB4073845C4264 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffixed.h */, + 3772EEE7CA724104B39F3D65 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.h */, + 5235F517433F49698E624B30 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.h */, + 7A6A778D7A6B47608A64C535 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/trees.h */, + 4EBD6605B7C94E4EB33462D5 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zlib.h */, + FDB5FC34E6D24E6E91E03CCB /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.h */, + DF1200C580A44907A2965854 /* ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h */, ); name = "Header Files"; sourceTree = ""; @@ -426,11 +426,11 @@ 55864E95118645A9B6C167BF /* Source Files */ = { isa = PBXGroup; children = ( - 418A6981F4074F26930C5068 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_bitstream.c */, - 86D0DF87D9724871A17A7BAB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_cdrom.c */, - 1A2F06C8845741B08104DCC7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_chd.c */, - 16A119CFBAAB40D5843FD448 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_flac.c */, - 6431B1B0E90649FE84AF1CB2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_huffman.c */, + 418A6981F4074F26930C5068 /* ../Play-/deps/libchdr/src/libchdr_bitstream.c */, + 86D0DF87D9724871A17A7BAB /* ../Play-/deps/libchdr/src/libchdr_cdrom.c */, + 1A2F06C8845741B08104DCC7 /* ../Play-/deps/libchdr/src/libchdr_chd.c */, + 16A119CFBAAB40D5843FD448 /* ../Play-/deps/libchdr/src/libchdr_flac.c */, + 6431B1B0E90649FE84AF1CB2 /* ../Play-/deps/libchdr/src/libchdr_huffman.c */, ); name = "Source Files"; sourceTree = ""; @@ -441,7 +441,7 @@ BAD47AF2B48E467D8F886A02 /* Source Files */, 555821E81CF041A6A573181B /* Header Files */, 36615BC8A4984AACAC5DDBE6 /* Resources */, - 66DFE7B08983425ABF6B064C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */, + 66DFE7B08983425ABF6B064C /* ../Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */, ); name = zlib; sourceTree = ""; @@ -450,7 +450,7 @@ isa = PBXGroup; children = ( 2CCF6A5814E245BB80027FAD /* CMake Rules */, - DFCA06B4F20F4F76B4B6CB8C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/CMakeLists.txt */, + DFCA06B4F20F4F76B4B6CB8C /* ../Play-/deps/libchdr/CMakeLists.txt */, ); name = ALL_BUILD; sourceTree = ""; @@ -458,7 +458,7 @@ 993EA302BD20464AB1F05830 /* Source Files */ = { isa = PBXGroup; children = ( - 2FEAAD89F23A421BADCF7207 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/tests/benchmark.c */, + 2FEAAD89F23A421BADCF7207 /* ../Play-/deps/libchdr/tests/benchmark.c */, ); name = "Source Files"; sourceTree = ""; @@ -469,7 +469,7 @@ 159676CEB48A4B6F96C6F37C /* Header Files */, C6105CE6CC7642ADA21F0095 /* Source Files */, A111CE25AEAB45FD9FAE5E89 /* Resources */, - 19770575BAFC46B2A7CEFC13 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/CMakeLists.txt */, + 19770575BAFC46B2A7CEFC13 /* ../Play-/deps/libchdr/deps/lzma-22.01/CMakeLists.txt */, ); name = lzma; sourceTree = ""; @@ -477,7 +477,7 @@ A111CE25AEAB45FD9FAE5E89 /* Resources */ = { isa = PBXGroup; children = ( - FEAE3E4BC166474494212974 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist */, + FEAE3E4BC166474494212974 /* ../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/CMakeFiles/lzma.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -492,17 +492,17 @@ BAD47AF2B48E467D8F886A02 /* Source Files */ = { isa = PBXGroup; children = ( - 6DADAC6A9E0C4136A3435C4A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */, - 75C2471AD35A40CBA635BC4F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */, - 6C82CA10C9CD4AE3AE6B3664 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */, - 40B824AD22954C1DA1912976 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */, - 0900E420B5224CF8835E25F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */, - 4E7A7BD2C209454D9FC41492 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */, - 143455504B6A4CB687AFEB40 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */, - 4766CCDE35624455BF677BE8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */, - 5B53A2C8B4074401B9B12558 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */, - D275EE6F0EE34AABB188309F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */, - 83F00EABA50B4F95B25CFB93 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */, + 6DADAC6A9E0C4136A3435C4A /* ../Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */, + 75C2471AD35A40CBA635BC4F /* ../Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */, + 6C82CA10C9CD4AE3AE6B3664 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */, + 40B824AD22954C1DA1912976 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */, + 0900E420B5224CF8835E25F3 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */, + 4E7A7BD2C209454D9FC41492 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */, + 143455504B6A4CB687AFEB40 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */, + 4766CCDE35624455BF677BE8 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */, + 5B53A2C8B4074401B9B12558 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */, + D275EE6F0EE34AABB188309F /* ../Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */, + 83F00EABA50B4F95B25CFB93 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */, ); name = "Source Files"; sourceTree = ""; @@ -524,16 +524,16 @@ C6105CE6CC7642ADA21F0095 /* Source Files */ = { isa = PBXGroup; children = ( - B36EE651CB3848EFA12F8FCD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Alloc.c */, - 4CB0FEA3E00948518F512C44 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Bra86.c */, - 191197A7B73D4BD08A0EB895 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/BraIA64.c */, - 4DD2CD9338BC4241935640AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/CpuArch.c */, - F6E311270C93438DBFBBAB25 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Delta.c */, - 1A0E88CA2CC84A00BC201E3A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzFind.c */, - A844D2118D634DE880C62B0E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c */, - 913A7401CD1F41B49ECD4ECC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c */, - 0C442B76D7EB4B098ECD7DEB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c */, - 201AD0B8F85542ED803837F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Sort.c */, + B36EE651CB3848EFA12F8FCD /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Alloc.c */, + 4CB0FEA3E00948518F512C44 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Bra86.c */, + 191197A7B73D4BD08A0EB895 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/BraIA64.c */, + 4DD2CD9338BC4241935640AC /* ../Play-/deps/libchdr/deps/lzma-22.01/src/CpuArch.c */, + F6E311270C93438DBFBBAB25 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Delta.c */, + 1A0E88CA2CC84A00BC201E3A /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzFind.c */, + A844D2118D634DE880C62B0E /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c */, + 913A7401CD1F41B49ECD4ECC /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c */, + 0C442B76D7EB4B098ECD7DEB /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c */, + 201AD0B8F85542ED803837F3 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Sort.c */, ); name = "Source Files"; sourceTree = ""; @@ -543,7 +543,7 @@ children = ( 993EA302BD20464AB1F05830 /* Source Files */, 32E1D10E0A1A4EEB91903491 /* Resources */, - FFC6DAB5E01C4D78A896CF67 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/tests/CMakeLists.txt */, + FFC6DAB5E01C4D78A896CF67 /* ../Play-/deps/libchdr/tests/CMakeLists.txt */, ); name = "chdr-benchmark"; sourceTree = ""; @@ -553,7 +553,7 @@ children = ( 55864E95118645A9B6C167BF /* Source Files */, F21C3262F3B144849B8A5CA0 /* Resources */, - E261127A34F24166A46868F8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/CMakeLists.txt */, + E261127A34F24166A46868F8 /* ../Play-/deps/libchdr/CMakeLists.txt */, ); name = "chdr-static"; sourceTree = ""; @@ -561,7 +561,7 @@ F21C3262F3B144849B8A5CA0 /* Resources */ = { isa = PBXGroup; children = ( - 34DA70AA5C9141C497D9CAFC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/CMakeFiles/chdr-static.dir/Info.plist */, + 34DA70AA5C9141C497D9CAFC /* ../cmake/Source/ui_ios/Source/libchdr/CMakeFiles/chdr-static.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -690,19 +690,19 @@ shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr + cd ../cmake/Source/ui_ios/Source/libchdr /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr + cd ../cmake/Source/ui_ios/Source/libchdr /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr + cd ../cmake/Source/ui_ios/Source/libchdr /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr + cd ../cmake/Source/ui_ios/Source/libchdr /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi "; @@ -718,25 +718,25 @@ fi ); name = "Generate CMakeFiles/ZERO_CHECK"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/CMakeFiles/ZERO_CHECK ); +../cmake/Source/ui_ios/Source/libchdr/CMakeFiles/ZERO_CHECK ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/libchdr + make -f ../cmake/Source/ui_ios/Source/libchdr/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/libchdr + make -f ../cmake/Source/ui_ios/Source/libchdr/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/libchdr + make -f ../cmake/Source/ui_ios/Source/libchdr/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/libchdr + make -f ../cmake/Source/ui_ios/Source/libchdr/CMakeScripts/ReRunCMake.make fi "; showEnvVarsInLog = 0; @@ -769,19 +769,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi "; @@ -797,24 +797,24 @@ fi ); name = "Generate CMakeFiles/ALL_BUILD"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/CMakeFiles/ALL_BUILD ); +../cmake/Source/ui_ios/Source/libchdr/CMakeFiles/ALL_BUILD ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr + cd ../cmake/Source/ui_ios/Source/libchdr echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr + cd ../cmake/Source/ui_ios/Source/libchdr echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr + cd ../cmake/Source/ui_ios/Source/libchdr echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr + cd ../cmake/Source/ui_ios/Source/libchdr echo Build\\ all\\ projects fi "; @@ -878,19 +878,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr + cd ../cmake/Source/ui_ios/Source/libchdr /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr + cd ../cmake/Source/ui_ios/Source/libchdr /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr + cd ../cmake/Source/ui_ios/Source/libchdr /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr + cd ../cmake/Source/ui_ios/Source/libchdr /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; @@ -918,17 +918,17 @@ exit 0"; isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C78AF11687FD4B268AB6A15B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */, - AD3A4F713F2344DCAC2AD0E5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */, - 04FE2764CB934782BA76A6E7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */, - 673B9EFDEB3F46F48EA0F795 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */, - 4345D25512A2402B95DD373F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */, - F2F91B316F9C4740BF5B0C26 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */, - 9D147A80F50843DE8784B2C3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */, - B55B964C610F45CD97821095 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */, - D8D7FF3F4D5849FA9E1AAF48 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */, - 7B2E3ADFAE2B4F89A186EFD9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */, - 494F8570B5614C4086FA795F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */, + C78AF11687FD4B268AB6A15B /* ../Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */, + AD3A4F713F2344DCAC2AD0E5 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */, + 04FE2764CB934782BA76A6E7 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */, + 673B9EFDEB3F46F48EA0F795 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */, + 4345D25512A2402B95DD373F /* ../Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */, + F2F91B316F9C4740BF5B0C26 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */, + 9D147A80F50843DE8784B2C3 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */, + B55B964C610F45CD97821095 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */, + D8D7FF3F4D5849FA9E1AAF48 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */, + 7B2E3ADFAE2B4F89A186EFD9 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */, + 494F8570B5614C4086FA795F /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -936,16 +936,16 @@ exit 0"; isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 144D1DE5282C4988B8EAC673 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Alloc.c */, - F3F8C929B36C43C49B0EA4EB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Bra86.c */, - BB0569B4A0514CE38F2A2FB9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/BraIA64.c */, - 49353590C1604FD9B95EA87B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/CpuArch.c */, - 4F3D3A1BB65C440DA5FBF203 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Delta.c */, - BF34A6E5C2B84C9387F8E755 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzFind.c */, - 116533837BB54A08A875ACD7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c */, - 93AEFCEEAF894386BC6F3E67 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c */, - 1A1CC4E56E7748649ECFAA24 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c */, - A41FCE32343B48E9945EE017 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/src/Sort.c */, + 144D1DE5282C4988B8EAC673 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Alloc.c */, + F3F8C929B36C43C49B0EA4EB /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Bra86.c */, + BB0569B4A0514CE38F2A2FB9 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/BraIA64.c */, + 49353590C1604FD9B95EA87B /* ../Play-/deps/libchdr/deps/lzma-22.01/src/CpuArch.c */, + 4F3D3A1BB65C440DA5FBF203 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Delta.c */, + BF34A6E5C2B84C9387F8E755 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzFind.c */, + 116533837BB54A08A875ACD7 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Lzma86Dec.c */, + 93AEFCEEAF894386BC6F3E67 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzmaDec.c */, + 1A1CC4E56E7748649ECFAA24 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/LzmaEnc.c */, + A41FCE32343B48E9945EE017 /* ../Play-/deps/libchdr/deps/lzma-22.01/src/Sort.c */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -953,11 +953,11 @@ exit 0"; isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 8E462F67970245AFA02DD939 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_bitstream.c */, - F6D4CCCA30274946859F3454 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_cdrom.c */, - ECF47B35004745CBA64C56F1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_chd.c */, - 64A69B9434EC4DCDB4476636 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_flac.c */, - 99D28FC12E7945FDB2B24FB0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/src/libchdr_huffman.c */, + 8E462F67970245AFA02DD939 /* ../Play-/deps/libchdr/src/libchdr_bitstream.c */, + F6D4CCCA30274946859F3454 /* ../Play-/deps/libchdr/src/libchdr_cdrom.c */, + ECF47B35004745CBA64C56F1 /* ../Play-/deps/libchdr/src/libchdr_chd.c */, + 64A69B9434EC4DCDB4476636 /* ../Play-/deps/libchdr/src/libchdr_flac.c */, + 99D28FC12E7945FDB2B24FB0 /* ../Play-/deps/libchdr/src/libchdr_huffman.c */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -965,7 +965,7 @@ exit 0"; isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 2909733BF3514315B5AE8720 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/tests/benchmark.c */, + 2909733BF3514315B5AE8720 /* ../Play-/deps/libchdr/tests/benchmark.c */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1064,7 +1064,7 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/lzma","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12",/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/libchdr/lzma","../Play-/deps/libchdr/deps/zlib-1.2.12","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12",../cmake/Source/ui_ios/Source/libchdr/include,"../Play-/deps/libchdr/include","../Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1093,7 +1093,7 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/lzma","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12",/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/libchdr/lzma","../Play-/deps/libchdr/deps/zlib-1.2.12","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12",../cmake/Source/ui_ios/Source/libchdr/include,"../Play-/deps/libchdr/include","../Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1142,7 +1142,7 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-","$(inherited)"); + HEADER_SEARCH_PATHS = ("../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12","../Play-","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1248,7 +1248,7 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/lzma","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12",/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/libchdr/lzma","../Play-/deps/libchdr/deps/zlib-1.2.12","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12",../cmake/Source/ui_ios/Source/libchdr/include,"../Play-/deps/libchdr/include","../Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1315,7 +1315,7 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",_7ZIP_ST,"'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1384,12 +1384,12 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); - INFOPLIST_FILE = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; + HEADER_SEARCH_PATHS = ("../Play-/deps/libchdr/include","$(inherited)"); + INFOPLIST_FILE = "../cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = (" -mios-version-min=12.2 -DNDEBUG ","$(inherited)"); - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/libchdr/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = "chdr-benchmark"; SECTORDER_FLAGS = ""; @@ -1413,7 +1413,7 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-","$(inherited)"); + HEADER_SEARCH_PATHS = ("../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12","../Play-","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1460,12 +1460,12 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); - INFOPLIST_FILE = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; + HEADER_SEARCH_PATHS = ("../Play-/deps/libchdr/include","$(inherited)"); + INFOPLIST_FILE = "../cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = (" -mios-version-min=12.2 -DNDEBUG ","$(inherited)"); - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/libchdr/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = "chdr-benchmark"; SECTORDER_FLAGS = ""; @@ -1589,7 +1589,7 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-","$(inherited)"); + HEADER_SEARCH_PATHS = ("../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12","../Play-","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1676,7 +1676,7 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",_7ZIP_ST,"'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1705,12 +1705,12 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); - INFOPLIST_FILE = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; + HEADER_SEARCH_PATHS = ("../Play-/deps/libchdr/include","$(inherited)"); + INFOPLIST_FILE = "../cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = (" -mios-version-min=12.2 -DNDEBUG ","$(inherited)"); - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/Release${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Release${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Release${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/libchdr/Release${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Release${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Release${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = "chdr-benchmark"; SECTORDER_FLAGS = ""; @@ -1734,7 +1734,7 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/lzma","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12",/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/libchdr/lzma","../Play-/deps/libchdr/deps/zlib-1.2.12","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12",../cmake/Source/ui_ios/Source/libchdr/include,"../Play-/deps/libchdr/include","../Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1763,7 +1763,7 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",_7ZIP_ST,"'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1812,7 +1812,7 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",_7ZIP_ST,"'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/libchdr/deps/lzma-22.01/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1881,12 +1881,12 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); - INFOPLIST_FILE = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; + HEADER_SEARCH_PATHS = ("../Play-/deps/libchdr/include","$(inherited)"); + INFOPLIST_FILE = "../cmake/Source/ui_ios/Source/libchdr/tests/CMakeFiles/chdr-benchmark.dir/Info.plist"; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = (" -mios-version-min=12.2 ","$(inherited)"); - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/Debug${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Debug${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Debug${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/libchdr/Debug${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Debug${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Debug${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = "chdr-benchmark"; SECTORDER_FLAGS = ""; @@ -1910,7 +1910,7 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-","$(inherited)"); + HEADER_SEARCH_PATHS = ("../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12","../Play-","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; diff --git a/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zlib.xcodeproj/project.pbxproj b/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zlib.xcodeproj/project.pbxproj index 66e3725a38..5af7711f34 100644 --- a/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zlib.xcodeproj/project.pbxproj +++ b/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zlib.xcodeproj/project.pbxproj @@ -69,30 +69,30 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 0CDD0C71458344F3A32EB5DE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.h */ = {isa = PBXBuildFile; fileRef = 23890E7584DF42F59BFE2A2E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.h */; }; - 2411D5E76707494E985ACBA2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */ = {isa = PBXBuildFile; fileRef = 70AC46114C9C4F36B44257B9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */; }; - 32ACAB35E14F4F54A0B17BFC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.h */ = {isa = PBXBuildFile; fileRef = 4F443150263D452A8060021B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.h */; }; - 34687E6E9E084D50A47CE3B9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zlib.h */ = {isa = PBXBuildFile; fileRef = 90F59A85D25E469584B110EF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zlib.h */; }; - 575CF7D7B7894050AA7F50BB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.h */ = {isa = PBXBuildFile; fileRef = 797D4334B6F14D75809D0CD2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.h */; }; - 5F928B2819AF40DC8F8180A2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.h */ = {isa = PBXBuildFile; fileRef = CAF4065374304B6585C0893B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.h */; }; - 665E2E7B2F83499A9AE66737 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */ = {isa = PBXBuildFile; fileRef = C99A9E7AEC884D2F947AADDD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */; }; - 7680F35E32B345ACA0F57549 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = BFCF684015AF4D6E82C0F431 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */; }; - 807863544B734A6985345D4A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = D8E66E3EBB8C40E6BC64290D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */; }; - 861CE747CCCE4E53B2F112EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */ = {isa = PBXBuildFile; fileRef = 83AC282738DA4BBF86A2AD1F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */; }; - 87767B55294D4E1FB7426B84 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.h */ = {isa = PBXBuildFile; fileRef = 04EFE9336F084800A6F00EB1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.h */; }; - 8DB518C4CCC346CA98D28D6C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */ = {isa = PBXBuildFile; fileRef = 5EB3AA6397A84E70B5AC9B45 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */; }; - 90B31DB922284310B24E3043 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/gzguts.h */ = {isa = PBXBuildFile; fileRef = E0FA41431BDC45ADB012DE42 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/gzguts.h */; }; - 967D8CCA84CE4A64AC48D729 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h */ = {isa = PBXBuildFile; fileRef = 6D27F6A103C243F98D650758 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h */; }; - 96D4570AE55647AC891DEA20 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */ = {isa = PBXBuildFile; fileRef = AD1732C326C44CAA9545B15B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */; }; - 96F56036FFEC4510B890B074 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */ = {isa = PBXBuildFile; fileRef = FB68DECBD7684788BB36F11F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */; }; - A7D2544149DC439CAC774537 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */ = {isa = PBXBuildFile; fileRef = 3A5BE810B72E443F96DEEC09 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */; }; - AC9C907CCBF84592ADCDC07E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */ = {isa = PBXBuildFile; fileRef = 751D88D4196142F780D7B9C2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */; }; - C4FA4DAC9CD74950987FCB63 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */ = {isa = PBXBuildFile; fileRef = 4924B3A33C3248E79E7D60F6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */; }; - D5A42A3E20454964969113CD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.h */ = {isa = PBXBuildFile; fileRef = 1315BF4EF39340628C4694AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.h */; }; - D9F3BFA5AE0F491AA0E8AE25 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.h */ = {isa = PBXBuildFile; fileRef = 4FF380A207704715980499E5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.h */; }; - DC70F5D53BCB4EB6B298CBC6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */ = {isa = PBXBuildFile; fileRef = 69EE80E3FCCA4A7C9CC84838 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */; }; - E10FB45110A6433BA4C67857 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffixed.h */ = {isa = PBXBuildFile; fileRef = CA25FE3149314FE3ADD5F70E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffixed.h */; }; - F66B625C1CA94F4C9925E5D7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */ = {isa = PBXBuildFile; fileRef = 5185EA4EE63F42E08240B8A7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */; }; + 0CDD0C71458344F3A32EB5DE /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.h */ = {isa = PBXBuildFile; fileRef = 23890E7584DF42F59BFE2A2E /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.h */; }; + 2411D5E76707494E985ACBA2 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */ = {isa = PBXBuildFile; fileRef = 70AC46114C9C4F36B44257B9 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */; }; + 32ACAB35E14F4F54A0B17BFC /* ../Play-/deps/libchdr/deps/zlib-1.2.12/trees.h */ = {isa = PBXBuildFile; fileRef = 4F443150263D452A8060021B /* ../Play-/deps/libchdr/deps/zlib-1.2.12/trees.h */; }; + 34687E6E9E084D50A47CE3B9 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zlib.h */ = {isa = PBXBuildFile; fileRef = 90F59A85D25E469584B110EF /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zlib.h */; }; + 575CF7D7B7894050AA7F50BB /* ../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.h */ = {isa = PBXBuildFile; fileRef = 797D4334B6F14D75809D0CD2 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.h */; }; + 5F928B2819AF40DC8F8180A2 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.h */ = {isa = PBXBuildFile; fileRef = CAF4065374304B6585C0893B /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.h */; }; + 665E2E7B2F83499A9AE66737 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */ = {isa = PBXBuildFile; fileRef = C99A9E7AEC884D2F947AADDD /* ../Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */; }; + 7680F35E32B345ACA0F57549 /* ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = BFCF684015AF4D6E82C0F431 /* ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */; }; + 807863544B734A6985345D4A /* ../Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = D8E66E3EBB8C40E6BC64290D /* ../Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */; }; + 861CE747CCCE4E53B2F112EE /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */ = {isa = PBXBuildFile; fileRef = 83AC282738DA4BBF86A2AD1F /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */; }; + 87767B55294D4E1FB7426B84 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.h */ = {isa = PBXBuildFile; fileRef = 04EFE9336F084800A6F00EB1 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.h */; }; + 8DB518C4CCC346CA98D28D6C /* ../Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */ = {isa = PBXBuildFile; fileRef = 5EB3AA6397A84E70B5AC9B45 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */; }; + 90B31DB922284310B24E3043 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/gzguts.h */ = {isa = PBXBuildFile; fileRef = E0FA41431BDC45ADB012DE42 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/gzguts.h */; }; + 967D8CCA84CE4A64AC48D729 /* ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h */ = {isa = PBXBuildFile; fileRef = 6D27F6A103C243F98D650758 /* ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h */; }; + 96D4570AE55647AC891DEA20 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */ = {isa = PBXBuildFile; fileRef = AD1732C326C44CAA9545B15B /* ../Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */; }; + 96F56036FFEC4510B890B074 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */ = {isa = PBXBuildFile; fileRef = FB68DECBD7684788BB36F11F /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */; }; + A7D2544149DC439CAC774537 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */ = {isa = PBXBuildFile; fileRef = 3A5BE810B72E443F96DEEC09 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */; }; + AC9C907CCBF84592ADCDC07E /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */ = {isa = PBXBuildFile; fileRef = 751D88D4196142F780D7B9C2 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */; }; + C4FA4DAC9CD74950987FCB63 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */ = {isa = PBXBuildFile; fileRef = 4924B3A33C3248E79E7D60F6 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */; }; + D5A42A3E20454964969113CD /* ../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.h */ = {isa = PBXBuildFile; fileRef = 1315BF4EF39340628C4694AC /* ../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.h */; }; + D9F3BFA5AE0F491AA0E8AE25 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.h */ = {isa = PBXBuildFile; fileRef = 4FF380A207704715980499E5 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.h */; }; + DC70F5D53BCB4EB6B298CBC6 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */ = {isa = PBXBuildFile; fileRef = 69EE80E3FCCA4A7C9CC84838 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */; }; + E10FB45110A6433BA4C67857 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffixed.h */ = {isa = PBXBuildFile; fileRef = CA25FE3149314FE3ADD5F70E /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffixed.h */; }; + F66B625C1CA94F4C9925E5D7 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */ = {isa = PBXBuildFile; fileRef = 5185EA4EE63F42E08240B8A7 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ @@ -165,32 +165,32 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 04EFE9336F084800A6F00EB1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zutil.h; path = zutil.h; sourceTree = SOURCE_ROOT; }; - 1315BF4EF39340628C4694AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = deflate.h; path = deflate.h; sourceTree = SOURCE_ROOT; }; - 23890E7584DF42F59BFE2A2E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inffast.h; path = inffast.h; sourceTree = SOURCE_ROOT; }; - 3A5BE810B72E443F96DEEC09 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = deflate.c; path = deflate.c; sourceTree = SOURCE_ROOT; }; - 4924B3A33C3248E79E7D60F6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = crc32.c; path = crc32.c; sourceTree = SOURCE_ROOT; }; - 4F443150263D452A8060021B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = trees.h; path = trees.h; sourceTree = SOURCE_ROOT; }; - 4FF380A207704715980499E5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inftrees.h; path = inftrees.h; sourceTree = SOURCE_ROOT; }; - 5185EA4EE63F42E08240B8A7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = trees.c; path = trees.c; sourceTree = SOURCE_ROOT; }; - 5EB3AA6397A84E70B5AC9B45 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = compress.c; path = compress.c; sourceTree = SOURCE_ROOT; }; - 69EE80E3FCCA4A7C9CC84838 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = infback.c; path = infback.c; sourceTree = SOURCE_ROOT; }; - 6D27F6A103C243F98D650758 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zconf.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h"; sourceTree = ""; }; - 70AC46114C9C4F36B44257B9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inftrees.c; path = inftrees.c; sourceTree = SOURCE_ROOT; }; - 751D88D4196142F780D7B9C2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zutil.c; path = zutil.c; sourceTree = SOURCE_ROOT; }; - 797D4334B6F14D75809D0CD2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = crc32.h; path = crc32.h; sourceTree = SOURCE_ROOT; }; - 83AC282738DA4BBF86A2AD1F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inflate.c; path = inflate.c; sourceTree = SOURCE_ROOT; }; - 90F59A85D25E469584B110EF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zlib.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zlib.h; path = zlib.h; sourceTree = SOURCE_ROOT; }; - AD1732C326C44CAA9545B15B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = adler32.c; path = adler32.c; sourceTree = SOURCE_ROOT; }; - BFCF684015AF4D6E82C0F431 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist"; sourceTree = ""; }; - C0317DD96AAF4EEF80011660 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - C99A9E7AEC884D2F947AADDD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = uncompr.c; path = uncompr.c; sourceTree = SOURCE_ROOT; }; - CA25FE3149314FE3ADD5F70E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffixed.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inffixed.h; path = inffixed.h; sourceTree = SOURCE_ROOT; }; - CAF4065374304B6585C0893B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inflate.h; path = inflate.h; sourceTree = SOURCE_ROOT; }; - D8E66E3EBB8C40E6BC64290D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - E0FA41431BDC45ADB012DE42 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/gzguts.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = gzguts.h; path = gzguts.h; sourceTree = SOURCE_ROOT; }; + 04EFE9336F084800A6F00EB1 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zutil.h; path = zutil.h; sourceTree = SOURCE_ROOT; }; + 1315BF4EF39340628C4694AC /* ../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = deflate.h; path = deflate.h; sourceTree = SOURCE_ROOT; }; + 23890E7584DF42F59BFE2A2E /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inffast.h; path = inffast.h; sourceTree = SOURCE_ROOT; }; + 3A5BE810B72E443F96DEEC09 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = deflate.c; path = deflate.c; sourceTree = SOURCE_ROOT; }; + 4924B3A33C3248E79E7D60F6 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = crc32.c; path = crc32.c; sourceTree = SOURCE_ROOT; }; + 4F443150263D452A8060021B /* ../Play-/deps/libchdr/deps/zlib-1.2.12/trees.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = trees.h; path = trees.h; sourceTree = SOURCE_ROOT; }; + 4FF380A207704715980499E5 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inftrees.h; path = inftrees.h; sourceTree = SOURCE_ROOT; }; + 5185EA4EE63F42E08240B8A7 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = trees.c; path = trees.c; sourceTree = SOURCE_ROOT; }; + 5EB3AA6397A84E70B5AC9B45 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = compress.c; path = compress.c; sourceTree = SOURCE_ROOT; }; + 69EE80E3FCCA4A7C9CC84838 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = infback.c; path = infback.c; sourceTree = SOURCE_ROOT; }; + 6D27F6A103C243F98D650758 /* ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zconf.h; path = "../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h"; sourceTree = ""; }; + 70AC46114C9C4F36B44257B9 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inftrees.c; path = inftrees.c; sourceTree = SOURCE_ROOT; }; + 751D88D4196142F780D7B9C2 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = zutil.c; path = zutil.c; sourceTree = SOURCE_ROOT; }; + 797D4334B6F14D75809D0CD2 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = crc32.h; path = crc32.h; sourceTree = SOURCE_ROOT; }; + 83AC282738DA4BBF86A2AD1F /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inflate.c; path = inflate.c; sourceTree = SOURCE_ROOT; }; + 90F59A85D25E469584B110EF /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zlib.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = zlib.h; path = zlib.h; sourceTree = SOURCE_ROOT; }; + AD1732C326C44CAA9545B15B /* ../Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = adler32.c; path = adler32.c; sourceTree = SOURCE_ROOT; }; + BFCF684015AF4D6E82C0F431 /* ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist"; sourceTree = ""; }; + C0317DD96AAF4EEF80011660 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + C99A9E7AEC884D2F947AADDD /* ../Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = uncompr.c; path = uncompr.c; sourceTree = SOURCE_ROOT; }; + CA25FE3149314FE3ADD5F70E /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffixed.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inffixed.h; path = inffixed.h; sourceTree = SOURCE_ROOT; }; + CAF4065374304B6585C0893B /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inflate.h; path = inflate.h; sourceTree = SOURCE_ROOT; }; + D8E66E3EBB8C40E6BC64290D /* ../Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + E0FA41431BDC45ADB012DE42 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/gzguts.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = gzguts.h; path = gzguts.h; sourceTree = SOURCE_ROOT; }; EA577D14DFD34735B47E9BB6 /* zlib */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libz.a; sourceTree = BUILT_PRODUCTS_DIR; }; - FB68DECBD7684788BB36F11F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inffast.c; path = inffast.c; sourceTree = SOURCE_ROOT; }; + FB68DECBD7684788BB36F11F /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = inffast.c; path = inffast.c; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -215,7 +215,7 @@ isa = PBXGroup; children = ( 6BF7D743B4F84E26BBB86693 /* CMake Rules */, - C0317DD96AAF4EEF80011660 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */, + C0317DD96AAF4EEF80011660 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */, ); name = ALL_BUILD; sourceTree = ""; @@ -226,7 +226,7 @@ 5094DF0FF0DA45E7B0118A47 /* Source Files */, 2E48D4C3277E4C6E9AC01FB4 /* Header Files */, A307733CF0B74704B436D2F3 /* Resources */, - D8E66E3EBB8C40E6BC64290D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */, + D8E66E3EBB8C40E6BC64290D /* ../Play-/deps/libchdr/deps/zlib-1.2.12/CMakeLists.txt */, ); name = zlib; sourceTree = ""; @@ -242,17 +242,17 @@ 2E48D4C3277E4C6E9AC01FB4 /* Header Files */ = { isa = PBXGroup; children = ( - 797D4334B6F14D75809D0CD2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.h */, - 1315BF4EF39340628C4694AC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.h */, - E0FA41431BDC45ADB012DE42 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/gzguts.h */, - 23890E7584DF42F59BFE2A2E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.h */, - CA25FE3149314FE3ADD5F70E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffixed.h */, - CAF4065374304B6585C0893B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.h */, - 4FF380A207704715980499E5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.h */, - 4F443150263D452A8060021B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.h */, - 90F59A85D25E469584B110EF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zlib.h */, - 04EFE9336F084800A6F00EB1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.h */, - 6D27F6A103C243F98D650758 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h */, + 797D4334B6F14D75809D0CD2 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.h */, + 1315BF4EF39340628C4694AC /* ../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.h */, + E0FA41431BDC45ADB012DE42 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/gzguts.h */, + 23890E7584DF42F59BFE2A2E /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.h */, + CA25FE3149314FE3ADD5F70E /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffixed.h */, + CAF4065374304B6585C0893B /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.h */, + 4FF380A207704715980499E5 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.h */, + 4F443150263D452A8060021B /* ../Play-/deps/libchdr/deps/zlib-1.2.12/trees.h */, + 90F59A85D25E469584B110EF /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zlib.h */, + 04EFE9336F084800A6F00EB1 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.h */, + 6D27F6A103C243F98D650758 /* ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/zconf.h */, ); name = "Header Files"; sourceTree = ""; @@ -260,17 +260,17 @@ 5094DF0FF0DA45E7B0118A47 /* Source Files */ = { isa = PBXGroup; children = ( - AD1732C326C44CAA9545B15B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */, - 5EB3AA6397A84E70B5AC9B45 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */, - 4924B3A33C3248E79E7D60F6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */, - 3A5BE810B72E443F96DEEC09 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */, - 69EE80E3FCCA4A7C9CC84838 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */, - FB68DECBD7684788BB36F11F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */, - 83AC282738DA4BBF86A2AD1F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */, - 70AC46114C9C4F36B44257B9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */, - 5185EA4EE63F42E08240B8A7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */, - C99A9E7AEC884D2F947AADDD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */, - 751D88D4196142F780D7B9C2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */, + AD1732C326C44CAA9545B15B /* ../Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */, + 5EB3AA6397A84E70B5AC9B45 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */, + 4924B3A33C3248E79E7D60F6 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */, + 3A5BE810B72E443F96DEEC09 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */, + 69EE80E3FCCA4A7C9CC84838 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */, + FB68DECBD7684788BB36F11F /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */, + 83AC282738DA4BBF86A2AD1F /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */, + 70AC46114C9C4F36B44257B9 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */, + 5185EA4EE63F42E08240B8A7 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */, + C99A9E7AEC884D2F947AADDD /* ../Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */, + 751D88D4196142F780D7B9C2 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */, ); name = "Source Files"; sourceTree = ""; @@ -296,7 +296,7 @@ A307733CF0B74704B436D2F3 /* Resources */ = { isa = PBXGroup; children = ( - BFCF684015AF4D6E82C0F431 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */, + BFCF684015AF4D6E82C0F431 /* ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/zlib.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -376,19 +376,19 @@ shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12 + cd ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12 /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12 + cd ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12 /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12 + cd ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12 /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12 + cd ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12 /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi "; @@ -422,19 +422,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi "; @@ -465,24 +465,24 @@ exit 0"; ); name = "Generate CMakeFiles/ALL_BUILD"; outputPaths = ( -"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/ALL_BUILD" ); +"../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/ALL_BUILD" ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12 + cd ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12 echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12 + cd ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12 echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12 + cd ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12 echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12 + cd ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12 echo Build\\ all\\ projects fi "; @@ -531,19 +531,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12 + cd ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12 /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12 + cd ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12 /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12 + cd ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12 /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12 + cd ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12 /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; @@ -574,25 +574,25 @@ exit 0"; ); name = "Generate CMakeFiles/ZERO_CHECK"; outputPaths = ( -"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/ZERO_CHECK" ); +"../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeFiles/ZERO_CHECK" ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12 - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12 + make -f ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12 - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12 + make -f ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12 - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12 + make -f ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12 - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12 + make -f ../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/CMakeScripts/ReRunCMake.make fi "; showEnvVarsInLog = 0; @@ -604,17 +604,17 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 96D4570AE55647AC891DEA20 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */, - 8DB518C4CCC346CA98D28D6C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */, - C4FA4DAC9CD74950987FCB63 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */, - A7D2544149DC439CAC774537 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */, - DC70F5D53BCB4EB6B298CBC6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */, - 96F56036FFEC4510B890B074 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */, - 861CE747CCCE4E53B2F112EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */, - 2411D5E76707494E985ACBA2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */, - F66B625C1CA94F4C9925E5D7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */, - 665E2E7B2F83499A9AE66737 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */, - AC9C907CCBF84592ADCDC07E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */, + 96D4570AE55647AC891DEA20 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/adler32.c */, + 8DB518C4CCC346CA98D28D6C /* ../Play-/deps/libchdr/deps/zlib-1.2.12/compress.c */, + C4FA4DAC9CD74950987FCB63 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/crc32.c */, + A7D2544149DC439CAC774537 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/deflate.c */, + DC70F5D53BCB4EB6B298CBC6 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/infback.c */, + 96F56036FFEC4510B890B074 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inffast.c */, + 861CE747CCCE4E53B2F112EE /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inflate.c */, + 2411D5E76707494E985ACBA2 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/inftrees.c */, + F66B625C1CA94F4C9925E5D7 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/trees.c */, + 665E2E7B2F83499A9AE66737 /* ../Play-/deps/libchdr/deps/zlib-1.2.12/uncompr.c */, + AC9C907CCBF84592ADCDC07E /* ../Play-/deps/libchdr/deps/zlib-1.2.12/zutil.c */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -781,7 +781,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-","$(inherited)"); + HEADER_SEARCH_PATHS = ("../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12","../Play-","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1065,7 +1065,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-","$(inherited)"); + HEADER_SEARCH_PATHS = ("../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12","../Play-","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1112,7 +1112,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-","$(inherited)"); + HEADER_SEARCH_PATHS = ("../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12","../Play-","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1201,7 +1201,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-","$(inherited)"); + HEADER_SEARCH_PATHS = ("../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12","../Play-","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; diff --git a/Cores/Play/cmake/Source/ui_ios/Source/xxHash/xxHash.xcodeproj/project.pbxproj b/Cores/Play/cmake/Source/ui_ios/Source/xxHash/xxHash.xcodeproj/project.pbxproj index 14db921d4a..135147275a 100644 --- a/Cores/Play/cmake/Source/ui_ios/Source/xxHash/xxHash.xcodeproj/project.pbxproj +++ b/Cores/Play/cmake/Source/ui_ios/Source/xxHash/xxHash.xcodeproj/project.pbxproj @@ -69,9 +69,9 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 3BC0D8BAE8894CD8BAB08DC6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/CMakeFiles/xxhash.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 209A0E9304954F9394ECDE21 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/CMakeFiles/xxhash.dir/Info.plist */; }; - 3BEEF8679EB841C1807993E4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/xxhash.c */ = {isa = PBXBuildFile; fileRef = 0A5A2FC42503496F8E64EBFB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/xxhash.c */; }; - DCB1CD5E37CB47ABAC242155 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = CDB453083B0447A9ACF4665F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/CMakeLists.txt */; }; + 3BC0D8BAE8894CD8BAB08DC6 /* ../cmake/Source/ui_ios/Source/xxHash/CMakeFiles/xxhash.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 209A0E9304954F9394ECDE21 /* ../cmake/Source/ui_ios/Source/xxHash/CMakeFiles/xxhash.dir/Info.plist */; }; + 3BEEF8679EB841C1807993E4 /* ../Play-/deps/Dependencies/xxHash/xxhash.c */ = {isa = PBXBuildFile; fileRef = 0A5A2FC42503496F8E64EBFB /* ../Play-/deps/Dependencies/xxHash/xxhash.c */; }; + DCB1CD5E37CB47ABAC242155 /* ../Play-/deps/Dependencies/xxHash/cmake_unofficial/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = CDB453083B0447A9ACF4665F /* ../Play-/deps/Dependencies/xxHash/cmake_unofficial/CMakeLists.txt */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ @@ -144,10 +144,10 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 0A5A2FC42503496F8E64EBFB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/xxhash.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = xxhash.c; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/xxhash.c"; sourceTree = ""; }; - 209A0E9304954F9394ECDE21 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/CMakeFiles/xxhash.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/CMakeFiles/xxhash.dir/Info.plist; sourceTree = ""; }; - CA1DCFCEC7F94A548E4310EF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - CDB453083B0447A9ACF4665F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 0A5A2FC42503496F8E64EBFB /* ../Play-/deps/Dependencies/xxHash/xxhash.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = xxhash.c; path = "../Play-/deps/Dependencies/xxHash/xxhash.c"; sourceTree = ""; }; + 209A0E9304954F9394ECDE21 /* ../cmake/Source/ui_ios/Source/xxHash/CMakeFiles/xxhash.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/Source/xxHash/CMakeFiles/xxhash.dir/Info.plist; sourceTree = ""; }; + CA1DCFCEC7F94A548E4310EF /* ../Play-/deps/Dependencies/xxHash/cmake_unofficial/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + CDB453083B0447A9ACF4665F /* ../Play-/deps/Dependencies/xxHash/cmake_unofficial/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; F2F2840050DD4917B086207B /* xxhash */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libxxhash.a; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ @@ -173,7 +173,7 @@ isa = PBXGroup; children = ( 6B9A1404D2EA421BB29D1C06 /* CMake Rules */, - CA1DCFCEC7F94A548E4310EF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/CMakeLists.txt */, + CA1DCFCEC7F94A548E4310EF /* ../Play-/deps/Dependencies/xxHash/cmake_unofficial/CMakeLists.txt */, ); name = ALL_BUILD; sourceTree = ""; @@ -201,7 +201,7 @@ children = ( BB763A8079794C2EB0B3B19F /* Source Files */, ACD851D533114CCCB560837A /* Resources */, - CDB453083B0447A9ACF4665F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/CMakeLists.txt */, + CDB453083B0447A9ACF4665F /* ../Play-/deps/Dependencies/xxHash/cmake_unofficial/CMakeLists.txt */, ); name = xxhash; sourceTree = ""; @@ -209,7 +209,7 @@ ACD851D533114CCCB560837A /* Resources */ = { isa = PBXGroup; children = ( - 209A0E9304954F9394ECDE21 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/CMakeFiles/xxhash.dir/Info.plist */, + 209A0E9304954F9394ECDE21 /* ../cmake/Source/ui_ios/Source/xxHash/CMakeFiles/xxhash.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -217,7 +217,7 @@ BB763A8079794C2EB0B3B19F /* Source Files */ = { isa = PBXGroup; children = ( - 0A5A2FC42503496F8E64EBFB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/xxhash.c */, + 0A5A2FC42503496F8E64EBFB /* ../Play-/deps/Dependencies/xxHash/xxhash.c */, ); name = "Source Files"; sourceTree = ""; @@ -305,19 +305,19 @@ shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash + cd ../cmake/Source/ui_ios/Source/xxHash /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash + cd ../cmake/Source/ui_ios/Source/xxHash /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash + cd ../cmake/Source/ui_ios/Source/xxHash /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash + cd ../cmake/Source/ui_ios/Source/xxHash /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi "; @@ -351,19 +351,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi "; @@ -427,19 +427,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash + cd ../cmake/Source/ui_ios/Source/xxHash /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash + cd ../cmake/Source/ui_ios/Source/xxHash /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash + cd ../cmake/Source/ui_ios/Source/xxHash /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash + cd ../cmake/Source/ui_ios/Source/xxHash /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; @@ -470,25 +470,25 @@ exit 0"; ); name = "Generate CMakeFiles/ZERO_CHECK"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/CMakeFiles/ZERO_CHECK ); +../cmake/Source/ui_ios/Source/xxHash/CMakeFiles/ZERO_CHECK ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/xxHash + make -f ../cmake/Source/ui_ios/Source/xxHash/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/xxHash + make -f ../cmake/Source/ui_ios/Source/xxHash/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/xxHash + make -f ../cmake/Source/ui_ios/Source/xxHash/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/Source/xxHash + make -f ../cmake/Source/ui_ios/Source/xxHash/CMakeScripts/ReRunCMake.make fi "; showEnvVarsInLog = 0; @@ -503,24 +503,24 @@ fi ); name = "Generate CMakeFiles/ALL_BUILD"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/CMakeFiles/ALL_BUILD ); +../cmake/Source/ui_ios/Source/xxHash/CMakeFiles/ALL_BUILD ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash + cd ../cmake/Source/ui_ios/Source/xxHash echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash + cd ../cmake/Source/ui_ios/Source/xxHash echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash + cd ../cmake/Source/ui_ios/Source/xxHash echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash + cd ../cmake/Source/ui_ios/Source/xxHash echo Build\\ all\\ projects fi "; @@ -533,7 +533,7 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 3BEEF8679EB841C1807993E4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/xxhash.c */, + 3BEEF8679EB841C1807993E4 /* ../Play-/deps/Dependencies/xxHash/xxhash.c */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -602,7 +602,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -631,7 +631,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -737,7 +737,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1080,7 +1080,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; diff --git a/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/Framework_OpenGl.xcodeproj/project.pbxproj b/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/Framework_OpenGl.xcodeproj/project.pbxproj index 7c8f8c5690..771748bbbc 100644 --- a/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/Framework_OpenGl.xcodeproj/project.pbxproj +++ b/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/Framework_OpenGl.xcodeproj/project.pbxproj @@ -69,14 +69,14 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 26E1F5844CE94A99B41A6244 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/OpenGlDef.h */ = {isa = PBXBuildFile; fileRef = 76A78A6AC313453C858FB291 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/OpenGlDef.h */; }; - 27C26F00CCEE4426A633ECD5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Resource.h */ = {isa = PBXBuildFile; fileRef = D18407262FFF403FB36B40C3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Resource.h */; }; - 3B4A99A3EC1F4215B096C96A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Program.h */ = {isa = PBXBuildFile; fileRef = 9287792E31CC4FEB831A2F2B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Program.h */; }; - 43E8C8D457714C1DB137F862 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeFiles/Framework_OpenGl.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 81C1F669DE9D4ADABE898786 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeFiles/Framework_OpenGl.dir/Info.plist */; }; - 5FA6D013FDAD4A039D5CA466 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/opengl/Program.cpp */ = {isa = PBXBuildFile; fileRef = 03A198B859A94DC089EE13D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/opengl/Program.cpp */; }; - 8475E3F6CC4346EEB8805650 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Shader.h */ = {isa = PBXBuildFile; fileRef = D2094D31079A4393B03EE4A0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Shader.h */; }; - 85922C70A4954318AF0871FD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/opengl/Shader.cpp */ = {isa = PBXBuildFile; fileRef = 1BE534C4976540F5B0593C1E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/opengl/Shader.cpp */; }; - CF768B9EF1C14290BC2877CD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 201FD1F26A6D4CE1ABC16818 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/CMakeLists.txt */; }; + 26E1F5844CE94A99B41A6244 /* ../Play-/deps/Framework/include/opengl/OpenGlDef.h */ = {isa = PBXBuildFile; fileRef = 76A78A6AC313453C858FB291 /* ../Play-/deps/Framework/include/opengl/OpenGlDef.h */; }; + 27C26F00CCEE4426A633ECD5 /* ../Play-/deps/Framework/include/opengl/Resource.h */ = {isa = PBXBuildFile; fileRef = D18407262FFF403FB36B40C3 /* ../Play-/deps/Framework/include/opengl/Resource.h */; }; + 3B4A99A3EC1F4215B096C96A /* ../Play-/deps/Framework/include/opengl/Program.h */ = {isa = PBXBuildFile; fileRef = 9287792E31CC4FEB831A2F2B /* ../Play-/deps/Framework/include/opengl/Program.h */; }; + 43E8C8D457714C1DB137F862 /* ../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeFiles/Framework_OpenGl.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 81C1F669DE9D4ADABE898786 /* ../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeFiles/Framework_OpenGl.dir/Info.plist */; }; + 5FA6D013FDAD4A039D5CA466 /* ../Play-/deps/Framework/src/opengl/Program.cpp */ = {isa = PBXBuildFile; fileRef = 03A198B859A94DC089EE13D5 /* ../Play-/deps/Framework/src/opengl/Program.cpp */; }; + 8475E3F6CC4346EEB8805650 /* ../Play-/deps/Framework/include/opengl/Shader.h */ = {isa = PBXBuildFile; fileRef = D2094D31079A4393B03EE4A0 /* ../Play-/deps/Framework/include/opengl/Shader.h */; }; + 85922C70A4954318AF0871FD /* ../Play-/deps/Framework/src/opengl/Shader.cpp */ = {isa = PBXBuildFile; fileRef = 1BE534C4976540F5B0593C1E /* ../Play-/deps/Framework/src/opengl/Shader.cpp */; }; + CF768B9EF1C14290BC2877CD /* ../Play-/deps/Framework/build_cmake/FrameworkOpenGl/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 201FD1F26A6D4CE1ABC16818 /* ../Play-/deps/Framework/build_cmake/FrameworkOpenGl/CMakeLists.txt */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ @@ -149,16 +149,16 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 03A198B859A94DC089EE13D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/opengl/Program.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Program.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/opengl/Program.cpp"; sourceTree = ""; }; - 1BE534C4976540F5B0593C1E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/opengl/Shader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Shader.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/opengl/Shader.cpp"; sourceTree = ""; }; - 201FD1F26A6D4CE1ABC16818 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 03A198B859A94DC089EE13D5 /* ../Play-/deps/Framework/src/opengl/Program.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Program.cpp; path = "../Play-/deps/Framework/src/opengl/Program.cpp"; sourceTree = ""; }; + 1BE534C4976540F5B0593C1E /* ../Play-/deps/Framework/src/opengl/Shader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Shader.cpp; path = "../Play-/deps/Framework/src/opengl/Shader.cpp"; sourceTree = ""; }; + 201FD1F26A6D4CE1ABC16818 /* ../Play-/deps/Framework/build_cmake/FrameworkOpenGl/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; 6AE1C7AEF7844AD2A86A4354 /* Framework_OpenGl */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libFramework_OpenGl.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 76A78A6AC313453C858FB291 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/OpenGlDef.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = OpenGlDef.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/OpenGlDef.h"; sourceTree = ""; }; - 81C1F669DE9D4ADABE898786 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeFiles/Framework_OpenGl.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeFiles/Framework_OpenGl.dir/Info.plist; sourceTree = ""; }; - 9287792E31CC4FEB831A2F2B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Program.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Program.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Program.h"; sourceTree = ""; }; - D18407262FFF403FB36B40C3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Resource.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Resource.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Resource.h"; sourceTree = ""; }; - D2094D31079A4393B03EE4A0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Shader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Shader.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Shader.h"; sourceTree = ""; }; - EE3CD1A054184C299B1FD8E1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 76A78A6AC313453C858FB291 /* ../Play-/deps/Framework/include/opengl/OpenGlDef.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = OpenGlDef.h; path = "../Play-/deps/Framework/include/opengl/OpenGlDef.h"; sourceTree = ""; }; + 81C1F669DE9D4ADABE898786 /* ../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeFiles/Framework_OpenGl.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeFiles/Framework_OpenGl.dir/Info.plist; sourceTree = ""; }; + 9287792E31CC4FEB831A2F2B /* ../Play-/deps/Framework/include/opengl/Program.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Program.h; path = "../Play-/deps/Framework/include/opengl/Program.h"; sourceTree = ""; }; + D18407262FFF403FB36B40C3 /* ../Play-/deps/Framework/include/opengl/Resource.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Resource.h; path = "../Play-/deps/Framework/include/opengl/Resource.h"; sourceTree = ""; }; + D2094D31079A4393B03EE4A0 /* ../Play-/deps/Framework/include/opengl/Shader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Shader.h; path = "../Play-/deps/Framework/include/opengl/Shader.h"; sourceTree = ""; }; + EE3CD1A054184C299B1FD8E1 /* ../Play-/deps/Framework/build_cmake/FrameworkOpenGl/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -185,7 +185,7 @@ 6AEC2E8AFDDB4F7FB7D8D043 /* Source Files */, 73B7CBB62C6945819DCBE385 /* Header Files */, 85636C01ED3445D7ABFDB9FF /* Resources */, - 201FD1F26A6D4CE1ABC16818 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/CMakeLists.txt */, + 201FD1F26A6D4CE1ABC16818 /* ../Play-/deps/Framework/build_cmake/FrameworkOpenGl/CMakeLists.txt */, ); name = Framework_OpenGl; sourceTree = ""; @@ -193,8 +193,8 @@ 6AEC2E8AFDDB4F7FB7D8D043 /* Source Files */ = { isa = PBXGroup; children = ( - 03A198B859A94DC089EE13D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/opengl/Program.cpp */, - 1BE534C4976540F5B0593C1E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/opengl/Shader.cpp */, + 03A198B859A94DC089EE13D5 /* ../Play-/deps/Framework/src/opengl/Program.cpp */, + 1BE534C4976540F5B0593C1E /* ../Play-/deps/Framework/src/opengl/Shader.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -210,10 +210,10 @@ 73B7CBB62C6945819DCBE385 /* Header Files */ = { isa = PBXGroup; children = ( - 76A78A6AC313453C858FB291 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/OpenGlDef.h */, - 9287792E31CC4FEB831A2F2B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Program.h */, - D18407262FFF403FB36B40C3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Resource.h */, - D2094D31079A4393B03EE4A0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Shader.h */, + 76A78A6AC313453C858FB291 /* ../Play-/deps/Framework/include/opengl/OpenGlDef.h */, + 9287792E31CC4FEB831A2F2B /* ../Play-/deps/Framework/include/opengl/Program.h */, + D18407262FFF403FB36B40C3 /* ../Play-/deps/Framework/include/opengl/Resource.h */, + D2094D31079A4393B03EE4A0 /* ../Play-/deps/Framework/include/opengl/Shader.h */, ); name = "Header Files"; sourceTree = ""; @@ -221,7 +221,7 @@ 85636C01ED3445D7ABFDB9FF /* Resources */ = { isa = PBXGroup; children = ( - 81C1F669DE9D4ADABE898786 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeFiles/Framework_OpenGl.dir/Info.plist */, + 81C1F669DE9D4ADABE898786 /* ../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeFiles/Framework_OpenGl.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -230,7 +230,7 @@ isa = PBXGroup; children = ( C6D32B59955049BA863B08FF /* CMake Rules */, - EE3CD1A054184C299B1FD8E1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/CMakeLists.txt */, + EE3CD1A054184C299B1FD8E1 /* ../Play-/deps/Framework/build_cmake/FrameworkOpenGl/CMakeLists.txt */, ); name = ALL_BUILD; sourceTree = ""; @@ -328,19 +328,19 @@ shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl + cd ../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl + cd ../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl + cd ../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl + cd ../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi "; @@ -371,24 +371,24 @@ exit 0"; ); name = "Generate CMakeFiles/ALL_BUILD"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeFiles/ALL_BUILD ); +../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeFiles/ALL_BUILD ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl + cd ../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl + cd ../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl + cd ../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl + cd ../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl echo Build\\ all\\ projects fi "; @@ -407,19 +407,19 @@ fi shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi "; @@ -483,19 +483,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl + cd ../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl + cd ../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl + cd ../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl + cd ../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; @@ -526,25 +526,25 @@ exit 0"; ); name = "Generate CMakeFiles/ZERO_CHECK"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeFiles/ZERO_CHECK ); +../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeFiles/ZERO_CHECK ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl + make -f ../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl + make -f ../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl + make -f ../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl + make -f ../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeScripts/ReRunCMake.make fi "; showEnvVarsInLog = 0; @@ -556,8 +556,8 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 5FA6D013FDAD4A039D5CA466 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/opengl/Program.cpp */, - 85922C70A4954318AF0871FD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/opengl/Shader.cpp */, + 5FA6D013FDAD4A039D5CA466 /* ../Play-/deps/Framework/src/opengl/Program.cpp */, + 85922C70A4954318AF0871FD /* ../Play-/deps/Framework/src/opengl/Shader.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -840,7 +840,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLES_COMPATIBILITY,"'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -990,7 +990,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLES_COMPATIBILITY,"'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1100,7 +1100,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLES_COMPATIBILITY,"'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1130,7 +1130,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLES_COMPATIBILITY,"'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; diff --git a/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/GSH_OpenGL.xcodeproj/project.pbxproj b/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/GSH_OpenGL.xcodeproj/project.pbxproj index f6155a20a5..4dd5d7b335 100644 --- a/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/GSH_OpenGL.xcodeproj/project.pbxproj +++ b/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/GSH_OpenGL.xcodeproj/project.pbxproj @@ -70,20 +70,20 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 15713851D20A4DED863033DE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Program.h */ = {isa = PBXBuildFile; fileRef = D15FAB4C152848FB8004813F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Program.h */; }; - 549B7BE07BA043F299E2A75B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Texture.cpp */ = {isa = PBXBuildFile; fileRef = 5902382C720245459D069036 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Texture.cpp */; }; - 5834F64C31464C588288E4CA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/CMakeFiles/gsh_opengl.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 3611689147164C159F87C658 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/CMakeFiles/gsh_opengl.dir/Info.plist */; }; - 59C5E8B977C940B4B381CD86 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/OpenGlDef.h */ = {isa = PBXBuildFile; fileRef = C320EC8444C940CF988B396E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/OpenGlDef.h */; }; - 5D194BAE6E09409684956A41 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Shader.cpp */ = {isa = PBXBuildFile; fileRef = 07AA38FAEB6442FABF87F143 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Shader.cpp */; }; - 7023B0B5098F464289058089 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = D57A8E840BAC40AAAF8BFB2E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/CMakeLists.txt */; }; - 750E237B79A94DD28BF10706 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 9BA09EF073494D9CAA7F9F32 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/CMakeLists.txt */; }; - 773F37F630D54FFCA19FE9AA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeFiles/Framework_OpenGl.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 34D693F7A48A413C8B4245BD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeFiles/Framework_OpenGl.dir/Info.plist */; }; - 808BDDA39C9C4A04B86CA421 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Shader.h */ = {isa = PBXBuildFile; fileRef = FE75C5630B5443F18BAF7619 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Shader.h */; }; - 87EE08716EE84EB484B6E878 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/opengl/Shader.cpp */ = {isa = PBXBuildFile; fileRef = F7A7E68AF3F649A5824036EA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/opengl/Shader.cpp */; }; - 955C64282107472DBF78B3BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Resource.h */ = {isa = PBXBuildFile; fileRef = A4F40E5093E6463695AB081D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Resource.h */; }; - ABE35E0C3CD346C9B326BD92 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.h */ = {isa = PBXBuildFile; fileRef = 421000E356D74E5FBB1F5BDF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.h */; }; - DC545F15EE264C0BAF673879 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.cpp */ = {isa = PBXBuildFile; fileRef = 276E90E359A64F24A66E4509 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.cpp */; }; - DFB5D56876F845C1B5BF0BDB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/opengl/Program.cpp */ = {isa = PBXBuildFile; fileRef = A3014F91A6A5410F95182B96 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/opengl/Program.cpp */; }; + 15713851D20A4DED863033DE /* ../Play-/deps/Framework/include/opengl/Program.h */ = {isa = PBXBuildFile; fileRef = D15FAB4C152848FB8004813F /* ../Play-/deps/Framework/include/opengl/Program.h */; }; + 549B7BE07BA043F299E2A75B /* ../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Texture.cpp */ = {isa = PBXBuildFile; fileRef = 5902382C720245459D069036 /* ../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Texture.cpp */; }; + 5834F64C31464C588288E4CA /* ../cmake/Source/ui_ios/gs/GSH_OpenGL/CMakeFiles/gsh_opengl.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 3611689147164C159F87C658 /* ../cmake/Source/ui_ios/gs/GSH_OpenGL/CMakeFiles/gsh_opengl.dir/Info.plist */; }; + 59C5E8B977C940B4B381CD86 /* ../Play-/deps/Framework/include/opengl/OpenGlDef.h */ = {isa = PBXBuildFile; fileRef = C320EC8444C940CF988B396E /* ../Play-/deps/Framework/include/opengl/OpenGlDef.h */; }; + 5D194BAE6E09409684956A41 /* ../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Shader.cpp */ = {isa = PBXBuildFile; fileRef = 07AA38FAEB6442FABF87F143 /* ../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Shader.cpp */; }; + 7023B0B5098F464289058089 /* ../Play-/Source/gs/GSH_OpenGL/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = D57A8E840BAC40AAAF8BFB2E /* ../Play-/Source/gs/GSH_OpenGL/CMakeLists.txt */; }; + 750E237B79A94DD28BF10706 /* ../Play-/deps/Framework/build_cmake/FrameworkOpenGl/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 9BA09EF073494D9CAA7F9F32 /* ../Play-/deps/Framework/build_cmake/FrameworkOpenGl/CMakeLists.txt */; }; + 773F37F630D54FFCA19FE9AA /* ../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeFiles/Framework_OpenGl.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 34D693F7A48A413C8B4245BD /* ../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeFiles/Framework_OpenGl.dir/Info.plist */; }; + 808BDDA39C9C4A04B86CA421 /* ../Play-/deps/Framework/include/opengl/Shader.h */ = {isa = PBXBuildFile; fileRef = FE75C5630B5443F18BAF7619 /* ../Play-/deps/Framework/include/opengl/Shader.h */; }; + 87EE08716EE84EB484B6E878 /* ../Play-/deps/Framework/src/opengl/Shader.cpp */ = {isa = PBXBuildFile; fileRef = F7A7E68AF3F649A5824036EA /* ../Play-/deps/Framework/src/opengl/Shader.cpp */; }; + 955C64282107472DBF78B3BA /* ../Play-/deps/Framework/include/opengl/Resource.h */ = {isa = PBXBuildFile; fileRef = A4F40E5093E6463695AB081D /* ../Play-/deps/Framework/include/opengl/Resource.h */; }; + ABE35E0C3CD346C9B326BD92 /* ../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.h */ = {isa = PBXBuildFile; fileRef = 421000E356D74E5FBB1F5BDF /* ../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.h */; }; + DC545F15EE264C0BAF673879 /* ../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.cpp */ = {isa = PBXBuildFile; fileRef = 276E90E359A64F24A66E4509 /* ../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.cpp */; }; + DFB5D56876F845C1B5BF0BDB /* ../Play-/deps/Framework/src/opengl/Program.cpp */ = {isa = PBXBuildFile; fileRef = A3014F91A6A5410F95182B96 /* ../Play-/deps/Framework/src/opengl/Program.cpp */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ @@ -171,22 +171,22 @@ /* Begin PBXFileReference section */ 04E19FDE13E54F659353830D /* gsh_opengl */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libgsh_opengl.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 07AA38FAEB6442FABF87F143 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Shader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_OpenGL_Shader.cpp; path = GSH_OpenGL_Shader.cpp; sourceTree = SOURCE_ROOT; }; - 276E90E359A64F24A66E4509 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_OpenGL.cpp; path = GSH_OpenGL.cpp; sourceTree = SOURCE_ROOT; }; - 34D693F7A48A413C8B4245BD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeFiles/Framework_OpenGl.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeFiles/Framework_OpenGl.dir/Info.plist; sourceTree = ""; }; - 3611689147164C159F87C658 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/CMakeFiles/gsh_opengl.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/CMakeFiles/gsh_opengl.dir/Info.plist; sourceTree = ""; }; - 421000E356D74E5FBB1F5BDF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_OpenGL.h; path = GSH_OpenGL.h; sourceTree = SOURCE_ROOT; }; - 5902382C720245459D069036 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Texture.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_OpenGL_Texture.cpp; path = GSH_OpenGL_Texture.cpp; sourceTree = SOURCE_ROOT; }; - 9976D075DDE047458906C1FC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 9BA09EF073494D9CAA7F9F32 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/CMakeLists.txt"; sourceTree = ""; }; - A3014F91A6A5410F95182B96 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/opengl/Program.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Program.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/opengl/Program.cpp"; sourceTree = ""; }; - A4F40E5093E6463695AB081D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Resource.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Resource.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Resource.h"; sourceTree = ""; }; + 07AA38FAEB6442FABF87F143 /* ../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Shader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_OpenGL_Shader.cpp; path = GSH_OpenGL_Shader.cpp; sourceTree = SOURCE_ROOT; }; + 276E90E359A64F24A66E4509 /* ../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_OpenGL.cpp; path = GSH_OpenGL.cpp; sourceTree = SOURCE_ROOT; }; + 34D693F7A48A413C8B4245BD /* ../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeFiles/Framework_OpenGl.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeFiles/Framework_OpenGl.dir/Info.plist; sourceTree = ""; }; + 3611689147164C159F87C658 /* ../cmake/Source/ui_ios/gs/GSH_OpenGL/CMakeFiles/gsh_opengl.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/gs/GSH_OpenGL/CMakeFiles/gsh_opengl.dir/Info.plist; sourceTree = ""; }; + 421000E356D74E5FBB1F5BDF /* ../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_OpenGL.h; path = GSH_OpenGL.h; sourceTree = SOURCE_ROOT; }; + 5902382C720245459D069036 /* ../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Texture.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_OpenGL_Texture.cpp; path = GSH_OpenGL_Texture.cpp; sourceTree = SOURCE_ROOT; }; + 9976D075DDE047458906C1FC /* ../Play-/Source/gs/GSH_OpenGL/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 9BA09EF073494D9CAA7F9F32 /* ../Play-/deps/Framework/build_cmake/FrameworkOpenGl/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/Framework/build_cmake/FrameworkOpenGl/CMakeLists.txt"; sourceTree = ""; }; + A3014F91A6A5410F95182B96 /* ../Play-/deps/Framework/src/opengl/Program.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Program.cpp; path = "../Play-/deps/Framework/src/opengl/Program.cpp"; sourceTree = ""; }; + A4F40E5093E6463695AB081D /* ../Play-/deps/Framework/include/opengl/Resource.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Resource.h; path = "../Play-/deps/Framework/include/opengl/Resource.h"; sourceTree = ""; }; C15BAB0D43B3444688ADF5FE /* Framework_OpenGl */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libFramework_OpenGl.a; sourceTree = BUILT_PRODUCTS_DIR; }; - C320EC8444C940CF988B396E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/OpenGlDef.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = OpenGlDef.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/OpenGlDef.h"; sourceTree = ""; }; - D15FAB4C152848FB8004813F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Program.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Program.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Program.h"; sourceTree = ""; }; - D57A8E840BAC40AAAF8BFB2E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - F7A7E68AF3F649A5824036EA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/opengl/Shader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Shader.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/opengl/Shader.cpp"; sourceTree = ""; }; - FE75C5630B5443F18BAF7619 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Shader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Shader.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Shader.h"; sourceTree = ""; }; + C320EC8444C940CF988B396E /* ../Play-/deps/Framework/include/opengl/OpenGlDef.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = OpenGlDef.h; path = "../Play-/deps/Framework/include/opengl/OpenGlDef.h"; sourceTree = ""; }; + D15FAB4C152848FB8004813F /* ../Play-/deps/Framework/include/opengl/Program.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Program.h; path = "../Play-/deps/Framework/include/opengl/Program.h"; sourceTree = ""; }; + D57A8E840BAC40AAAF8BFB2E /* ../Play-/Source/gs/GSH_OpenGL/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + F7A7E68AF3F649A5824036EA /* ../Play-/deps/Framework/src/opengl/Shader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Shader.cpp; path = "../Play-/deps/Framework/src/opengl/Shader.cpp"; sourceTree = ""; }; + FE75C5630B5443F18BAF7619 /* ../Play-/deps/Framework/include/opengl/Shader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Shader.h; path = "../Play-/deps/Framework/include/opengl/Shader.h"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -210,7 +210,7 @@ 018C298C8E914E3585B90637 /* Resources */ = { isa = PBXGroup; children = ( - 3611689147164C159F87C658 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/CMakeFiles/gsh_opengl.dir/Info.plist */, + 3611689147164C159F87C658 /* ../cmake/Source/ui_ios/gs/GSH_OpenGL/CMakeFiles/gsh_opengl.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -221,7 +221,7 @@ 388EE357CBAF4518BBD16B0B /* Source Files */, 91900D9DE97C4A5581F7730E /* Header Files */, 7089F656E72A4A558160AD57 /* Resources */, - 9BA09EF073494D9CAA7F9F32 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/CMakeLists.txt */, + 9BA09EF073494D9CAA7F9F32 /* ../Play-/deps/Framework/build_cmake/FrameworkOpenGl/CMakeLists.txt */, ); name = Framework_OpenGl; sourceTree = ""; @@ -241,7 +241,7 @@ 1E776D92A91445B5B4E2E349 /* Header Files */ = { isa = PBXGroup; children = ( - 421000E356D74E5FBB1F5BDF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.h */, + 421000E356D74E5FBB1F5BDF /* ../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.h */, ); name = "Header Files"; sourceTree = ""; @@ -252,7 +252,7 @@ 909CA96CD8E34314BE26EE05 /* Source Files */, 1E776D92A91445B5B4E2E349 /* Header Files */, 018C298C8E914E3585B90637 /* Resources */, - D57A8E840BAC40AAAF8BFB2E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/CMakeLists.txt */, + D57A8E840BAC40AAAF8BFB2E /* ../Play-/Source/gs/GSH_OpenGL/CMakeLists.txt */, ); name = gsh_opengl; sourceTree = ""; @@ -260,8 +260,8 @@ 388EE357CBAF4518BBD16B0B /* Source Files */ = { isa = PBXGroup; children = ( - A3014F91A6A5410F95182B96 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/opengl/Program.cpp */, - F7A7E68AF3F649A5824036EA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/opengl/Shader.cpp */, + A3014F91A6A5410F95182B96 /* ../Play-/deps/Framework/src/opengl/Program.cpp */, + F7A7E68AF3F649A5824036EA /* ../Play-/deps/Framework/src/opengl/Shader.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -276,7 +276,7 @@ 7089F656E72A4A558160AD57 /* Resources */ = { isa = PBXGroup; children = ( - 34D693F7A48A413C8B4245BD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeFiles/Framework_OpenGl.dir/Info.plist */, + 34D693F7A48A413C8B4245BD /* ../cmake/Source/ui_ios/gs/GSH_OpenGL/FrameworkOpenGl/CMakeFiles/Framework_OpenGl.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -284,9 +284,9 @@ 909CA96CD8E34314BE26EE05 /* Source Files */ = { isa = PBXGroup; children = ( - 276E90E359A64F24A66E4509 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.cpp */, - 07AA38FAEB6442FABF87F143 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Shader.cpp */, - 5902382C720245459D069036 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Texture.cpp */, + 276E90E359A64F24A66E4509 /* ../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.cpp */, + 07AA38FAEB6442FABF87F143 /* ../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Shader.cpp */, + 5902382C720245459D069036 /* ../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Texture.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -294,10 +294,10 @@ 91900D9DE97C4A5581F7730E /* Header Files */ = { isa = PBXGroup; children = ( - C320EC8444C940CF988B396E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/OpenGlDef.h */, - D15FAB4C152848FB8004813F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Program.h */, - A4F40E5093E6463695AB081D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Resource.h */, - FE75C5630B5443F18BAF7619 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/opengl/Shader.h */, + C320EC8444C940CF988B396E /* ../Play-/deps/Framework/include/opengl/OpenGlDef.h */, + D15FAB4C152848FB8004813F /* ../Play-/deps/Framework/include/opengl/Program.h */, + A4F40E5093E6463695AB081D /* ../Play-/deps/Framework/include/opengl/Resource.h */, + FE75C5630B5443F18BAF7619 /* ../Play-/deps/Framework/include/opengl/Shader.h */, ); name = "Header Files"; sourceTree = ""; @@ -329,7 +329,7 @@ isa = PBXGroup; children = ( 6B55CC894E834B55B8722872 /* CMake Rules */, - 9976D075DDE047458906C1FC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/CMakeLists.txt */, + 9976D075DDE047458906C1FC /* ../Play-/Source/gs/GSH_OpenGL/CMakeLists.txt */, ); name = ALL_BUILD; sourceTree = ""; @@ -420,19 +420,19 @@ shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL + cd ../cmake/Source/ui_ios/gs/GSH_OpenGL /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL + cd ../cmake/Source/ui_ios/gs/GSH_OpenGL /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL + cd ../cmake/Source/ui_ios/gs/GSH_OpenGL /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL + cd ../cmake/Source/ui_ios/gs/GSH_OpenGL /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi "; @@ -448,25 +448,25 @@ fi ); name = "Generate CMakeFiles/ZERO_CHECK"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/CMakeFiles/ZERO_CHECK ); +../cmake/Source/ui_ios/gs/GSH_OpenGL/CMakeFiles/ZERO_CHECK ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/gs/GSH_OpenGL + make -f ../cmake/Source/ui_ios/gs/GSH_OpenGL/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/gs/GSH_OpenGL + make -f ../cmake/Source/ui_ios/gs/GSH_OpenGL/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/gs/GSH_OpenGL + make -f ../cmake/Source/ui_ios/gs/GSH_OpenGL/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/gs/GSH_OpenGL + make -f ../cmake/Source/ui_ios/gs/GSH_OpenGL/CMakeScripts/ReRunCMake.make fi "; showEnvVarsInLog = 0; @@ -499,19 +499,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi "; @@ -575,19 +575,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL + cd ../cmake/Source/ui_ios/gs/GSH_OpenGL /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL + cd ../cmake/Source/ui_ios/gs/GSH_OpenGL /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL + cd ../cmake/Source/ui_ios/gs/GSH_OpenGL /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL + cd ../cmake/Source/ui_ios/gs/GSH_OpenGL /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; @@ -618,24 +618,24 @@ exit 0"; ); name = "Generate CMakeFiles/ALL_BUILD"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL/CMakeFiles/ALL_BUILD ); +../cmake/Source/ui_ios/gs/GSH_OpenGL/CMakeFiles/ALL_BUILD ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL + cd ../cmake/Source/ui_ios/gs/GSH_OpenGL echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL + cd ../cmake/Source/ui_ios/gs/GSH_OpenGL echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL + cd ../cmake/Source/ui_ios/gs/GSH_OpenGL echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_OpenGL + cd ../cmake/Source/ui_ios/gs/GSH_OpenGL echo Build\\ all\\ projects fi "; @@ -648,9 +648,9 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - DC545F15EE264C0BAF673879 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.cpp */, - 5D194BAE6E09409684956A41 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Shader.cpp */, - 549B7BE07BA043F299E2A75B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Texture.cpp */, + DC545F15EE264C0BAF673879 /* ../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL.cpp */, + 5D194BAE6E09409684956A41 /* ../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Shader.cpp */, + 549B7BE07BA043F299E2A75B /* ../Play-/Source/gs/GSH_OpenGL/GSH_OpenGL_Texture.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -658,8 +658,8 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - DFB5D56876F845C1B5BF0BDB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/opengl/Program.cpp */, - 87EE08716EE84EB484B6E878 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/opengl/Shader.cpp */, + DFB5D56876F845C1B5BF0BDB /* ../Play-/deps/Framework/src/opengl/Program.cpp */, + 87EE08716EE84EB484B6E878 /* ../Play-/deps/Framework/src/opengl/Shader.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -894,7 +894,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",GLES_COMPATIBILITY,ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -964,7 +964,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",GLES_COMPATIBILITY,ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1054,7 +1054,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLES_COMPATIBILITY,"'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1124,7 +1124,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLES_COMPATIBILITY,"'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1252,7 +1252,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLES_COMPATIBILITY,"'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1282,7 +1282,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'",GLES_COMPATIBILITY,"'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1350,7 +1350,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",GLES_COMPATIBILITY,ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1400,7 +1400,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",GLES_COMPATIBILITY,ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source/gs/GSH_OpenGL/Source/gs/GSH_OpenGL","../Play-/deps/Framework/build_cmake/FrameworkOpenGl/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; diff --git a/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/Framework_Vulkan.xcodeproj/project.pbxproj b/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/Framework_Vulkan.xcodeproj/project.pbxproj index 505bf3e362..51f2b7d383 100644 --- a/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/Framework_Vulkan.xcodeproj/project.pbxproj +++ b/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/Framework_Vulkan.xcodeproj/project.pbxproj @@ -69,27 +69,27 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 099B9C3A483042ECA1FAD3D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Image.h */ = {isa = PBXBuildFile; fileRef = A44984EB16B1451AB1AB26E4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Image.h */; }; - 1D2B61C3E6434ECE9AE29300 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Instance.cpp */ = {isa = PBXBuildFile; fileRef = 67B8B1C25A2843369E1BEB4A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Instance.cpp */; }; - 2B5BF7A20B0B4A74B1007C8E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 3DFCC0A7851546FEA049B346 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/CMakeLists.txt */; }; - 2EE4E1623E634F22AC80979A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Image.cpp */ = {isa = PBXBuildFile; fileRef = 27C06B40F2DE4D34A8508B4B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Image.cpp */; }; - 3434534E51814611A2800C42 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/StructChain.h */ = {isa = PBXBuildFile; fileRef = 113D1745F7584BCA9FBC914A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/StructChain.h */; }; - 40E8F6894ABB4069ABF4D6A1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/ShaderModule.cpp */ = {isa = PBXBuildFile; fileRef = 5B0E47B9EE4246F397AD1A75 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/ShaderModule.cpp */; }; - 705F63908DC542A6AE10D724 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Buffer.h */ = {isa = PBXBuildFile; fileRef = 921E1107D654451DA9084A9A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Buffer.h */; }; - 783D3881253C40D589F307A5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Device.cpp */ = {isa = PBXBuildFile; fileRef = 6E35BC7DEC804C9C9304134E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Device.cpp */; }; - 7BC05DDCB2CE4C8F9C601F65 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Loader.cpp */ = {isa = PBXBuildFile; fileRef = 76A86A75A3774CB5A2D27056 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Loader.cpp */; }; - A5E6CA5362A34076B3959D1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Instance.h */ = {isa = PBXBuildFile; fileRef = 8285AFECA2324CEDAB0D924C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Instance.h */; }; - AD5E5ADED6614D7AB6578D6D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/StructDefs.h */ = {isa = PBXBuildFile; fileRef = 6B4E1D3D6E7E473CB9BF0ADC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/StructDefs.h */; }; - B00EC995FB524BFABA47DDAE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Utils.cpp */ = {isa = PBXBuildFile; fileRef = 877C606280FB4CE89DEB18D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Utils.cpp */; }; - C11C27B1F89F44F39FA33F60 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Device.h */ = {isa = PBXBuildFile; fileRef = AC0A00FC27454C54B040E41B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Device.h */; }; - CA3C0B5AE1D049FFAD1970BB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Loader.h */ = {isa = PBXBuildFile; fileRef = EEC92B085D6B47A694667810 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Loader.h */; }; - D1231B214B0B4EE783CDB0FF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/ShaderModule.h */ = {isa = PBXBuildFile; fileRef = 64738A35132643928ED9D1B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/ShaderModule.h */; }; - D9C76F67B6D9423DBD88D731 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Buffer.cpp */ = {isa = PBXBuildFile; fileRef = 983F48D8EA1E45A2B2EAB958 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Buffer.cpp */; }; - DC82C1B939C84F4EA67DE092 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeFiles/Framework_Vulkan.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 074A8ECFA6A24E308AFE10AE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeFiles/Framework_Vulkan.dir/Info.plist */; }; - E90BF792FC6D4B72BB23B582 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/CommandBufferPool.cpp */ = {isa = PBXBuildFile; fileRef = 43A59702338743D2BF346377 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/CommandBufferPool.cpp */; }; - F533ADAEA3B04498A2FE0E98 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/CommandBufferPool.h */ = {isa = PBXBuildFile; fileRef = 27BEF5F3B3834E7EB3B02D9C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/CommandBufferPool.h */; }; - FA56AB3D7BE04225B94BCB35 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Utils.h */ = {isa = PBXBuildFile; fileRef = 806315EC9DC848F99C333E90 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Utils.h */; }; - FDAA26B3A74D435FB1D71E18 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/VulkanDef.h */ = {isa = PBXBuildFile; fileRef = E57BCFBF251C459B9D684C16 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/VulkanDef.h */; }; + 099B9C3A483042ECA1FAD3D1 /* ../Play-/deps/Framework/include/vulkan/Image.h */ = {isa = PBXBuildFile; fileRef = A44984EB16B1451AB1AB26E4 /* ../Play-/deps/Framework/include/vulkan/Image.h */; }; + 1D2B61C3E6434ECE9AE29300 /* ../Play-/deps/Framework/src/vulkan/Instance.cpp */ = {isa = PBXBuildFile; fileRef = 67B8B1C25A2843369E1BEB4A /* ../Play-/deps/Framework/src/vulkan/Instance.cpp */; }; + 2B5BF7A20B0B4A74B1007C8E /* ../Play-/deps/Framework/build_cmake/FrameworkVulkan/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 3DFCC0A7851546FEA049B346 /* ../Play-/deps/Framework/build_cmake/FrameworkVulkan/CMakeLists.txt */; }; + 2EE4E1623E634F22AC80979A /* ../Play-/deps/Framework/src/vulkan/Image.cpp */ = {isa = PBXBuildFile; fileRef = 27C06B40F2DE4D34A8508B4B /* ../Play-/deps/Framework/src/vulkan/Image.cpp */; }; + 3434534E51814611A2800C42 /* ../Play-/deps/Framework/include/vulkan/StructChain.h */ = {isa = PBXBuildFile; fileRef = 113D1745F7584BCA9FBC914A /* ../Play-/deps/Framework/include/vulkan/StructChain.h */; }; + 40E8F6894ABB4069ABF4D6A1 /* ../Play-/deps/Framework/src/vulkan/ShaderModule.cpp */ = {isa = PBXBuildFile; fileRef = 5B0E47B9EE4246F397AD1A75 /* ../Play-/deps/Framework/src/vulkan/ShaderModule.cpp */; }; + 705F63908DC542A6AE10D724 /* ../Play-/deps/Framework/include/vulkan/Buffer.h */ = {isa = PBXBuildFile; fileRef = 921E1107D654451DA9084A9A /* ../Play-/deps/Framework/include/vulkan/Buffer.h */; }; + 783D3881253C40D589F307A5 /* ../Play-/deps/Framework/src/vulkan/Device.cpp */ = {isa = PBXBuildFile; fileRef = 6E35BC7DEC804C9C9304134E /* ../Play-/deps/Framework/src/vulkan/Device.cpp */; }; + 7BC05DDCB2CE4C8F9C601F65 /* ../Play-/deps/Framework/src/vulkan/Loader.cpp */ = {isa = PBXBuildFile; fileRef = 76A86A75A3774CB5A2D27056 /* ../Play-/deps/Framework/src/vulkan/Loader.cpp */; }; + A5E6CA5362A34076B3959D1B /* ../Play-/deps/Framework/include/vulkan/Instance.h */ = {isa = PBXBuildFile; fileRef = 8285AFECA2324CEDAB0D924C /* ../Play-/deps/Framework/include/vulkan/Instance.h */; }; + AD5E5ADED6614D7AB6578D6D /* ../Play-/deps/Framework/include/vulkan/StructDefs.h */ = {isa = PBXBuildFile; fileRef = 6B4E1D3D6E7E473CB9BF0ADC /* ../Play-/deps/Framework/include/vulkan/StructDefs.h */; }; + B00EC995FB524BFABA47DDAE /* ../Play-/deps/Framework/src/vulkan/Utils.cpp */ = {isa = PBXBuildFile; fileRef = 877C606280FB4CE89DEB18D5 /* ../Play-/deps/Framework/src/vulkan/Utils.cpp */; }; + C11C27B1F89F44F39FA33F60 /* ../Play-/deps/Framework/include/vulkan/Device.h */ = {isa = PBXBuildFile; fileRef = AC0A00FC27454C54B040E41B /* ../Play-/deps/Framework/include/vulkan/Device.h */; }; + CA3C0B5AE1D049FFAD1970BB /* ../Play-/deps/Framework/include/vulkan/Loader.h */ = {isa = PBXBuildFile; fileRef = EEC92B085D6B47A694667810 /* ../Play-/deps/Framework/include/vulkan/Loader.h */; }; + D1231B214B0B4EE783CDB0FF /* ../Play-/deps/Framework/include/vulkan/ShaderModule.h */ = {isa = PBXBuildFile; fileRef = 64738A35132643928ED9D1B7 /* ../Play-/deps/Framework/include/vulkan/ShaderModule.h */; }; + D9C76F67B6D9423DBD88D731 /* ../Play-/deps/Framework/src/vulkan/Buffer.cpp */ = {isa = PBXBuildFile; fileRef = 983F48D8EA1E45A2B2EAB958 /* ../Play-/deps/Framework/src/vulkan/Buffer.cpp */; }; + DC82C1B939C84F4EA67DE092 /* ../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeFiles/Framework_Vulkan.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 074A8ECFA6A24E308AFE10AE /* ../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeFiles/Framework_Vulkan.dir/Info.plist */; }; + E90BF792FC6D4B72BB23B582 /* ../Play-/deps/Framework/src/vulkan/CommandBufferPool.cpp */ = {isa = PBXBuildFile; fileRef = 43A59702338743D2BF346377 /* ../Play-/deps/Framework/src/vulkan/CommandBufferPool.cpp */; }; + F533ADAEA3B04498A2FE0E98 /* ../Play-/deps/Framework/include/vulkan/CommandBufferPool.h */ = {isa = PBXBuildFile; fileRef = 27BEF5F3B3834E7EB3B02D9C /* ../Play-/deps/Framework/include/vulkan/CommandBufferPool.h */; }; + FA56AB3D7BE04225B94BCB35 /* ../Play-/deps/Framework/include/vulkan/Utils.h */ = {isa = PBXBuildFile; fileRef = 806315EC9DC848F99C333E90 /* ../Play-/deps/Framework/include/vulkan/Utils.h */; }; + FDAA26B3A74D435FB1D71E18 /* ../Play-/deps/Framework/include/vulkan/VulkanDef.h */ = {isa = PBXBuildFile; fileRef = E57BCFBF251C459B9D684C16 /* ../Play-/deps/Framework/include/vulkan/VulkanDef.h */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ @@ -162,29 +162,29 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 074A8ECFA6A24E308AFE10AE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeFiles/Framework_Vulkan.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeFiles/Framework_Vulkan.dir/Info.plist; sourceTree = ""; }; - 113D1745F7584BCA9FBC914A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/StructChain.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StructChain.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/StructChain.h"; sourceTree = ""; }; - 27BEF5F3B3834E7EB3B02D9C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/CommandBufferPool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CommandBufferPool.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/CommandBufferPool.h"; sourceTree = ""; }; - 27C06B40F2DE4D34A8508B4B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Image.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Image.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Image.cpp"; sourceTree = ""; }; - 3DFCC0A7851546FEA049B346 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 43A59702338743D2BF346377 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/CommandBufferPool.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CommandBufferPool.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/CommandBufferPool.cpp"; sourceTree = ""; }; - 5B0E47B9EE4246F397AD1A75 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/ShaderModule.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ShaderModule.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/ShaderModule.cpp"; sourceTree = ""; }; - 64738A35132643928ED9D1B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/ShaderModule.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ShaderModule.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/ShaderModule.h"; sourceTree = ""; }; - 67B8B1C25A2843369E1BEB4A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Instance.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Instance.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Instance.cpp"; sourceTree = ""; }; - 6B4E1D3D6E7E473CB9BF0ADC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/StructDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StructDefs.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/StructDefs.h"; sourceTree = ""; }; - 6E35BC7DEC804C9C9304134E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Device.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Device.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Device.cpp"; sourceTree = ""; }; - 76A86A75A3774CB5A2D27056 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Loader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Loader.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Loader.cpp"; sourceTree = ""; }; - 806315EC9DC848F99C333E90 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Utils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Utils.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Utils.h"; sourceTree = ""; }; - 8285AFECA2324CEDAB0D924C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Instance.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Instance.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Instance.h"; sourceTree = ""; }; - 877C606280FB4CE89DEB18D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Utils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Utils.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Utils.cpp"; sourceTree = ""; }; + 074A8ECFA6A24E308AFE10AE /* ../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeFiles/Framework_Vulkan.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeFiles/Framework_Vulkan.dir/Info.plist; sourceTree = ""; }; + 113D1745F7584BCA9FBC914A /* ../Play-/deps/Framework/include/vulkan/StructChain.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StructChain.h; path = "../Play-/deps/Framework/include/vulkan/StructChain.h"; sourceTree = ""; }; + 27BEF5F3B3834E7EB3B02D9C /* ../Play-/deps/Framework/include/vulkan/CommandBufferPool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CommandBufferPool.h; path = "../Play-/deps/Framework/include/vulkan/CommandBufferPool.h"; sourceTree = ""; }; + 27C06B40F2DE4D34A8508B4B /* ../Play-/deps/Framework/src/vulkan/Image.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Image.cpp; path = "../Play-/deps/Framework/src/vulkan/Image.cpp"; sourceTree = ""; }; + 3DFCC0A7851546FEA049B346 /* ../Play-/deps/Framework/build_cmake/FrameworkVulkan/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 43A59702338743D2BF346377 /* ../Play-/deps/Framework/src/vulkan/CommandBufferPool.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CommandBufferPool.cpp; path = "../Play-/deps/Framework/src/vulkan/CommandBufferPool.cpp"; sourceTree = ""; }; + 5B0E47B9EE4246F397AD1A75 /* ../Play-/deps/Framework/src/vulkan/ShaderModule.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ShaderModule.cpp; path = "../Play-/deps/Framework/src/vulkan/ShaderModule.cpp"; sourceTree = ""; }; + 64738A35132643928ED9D1B7 /* ../Play-/deps/Framework/include/vulkan/ShaderModule.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ShaderModule.h; path = "../Play-/deps/Framework/include/vulkan/ShaderModule.h"; sourceTree = ""; }; + 67B8B1C25A2843369E1BEB4A /* ../Play-/deps/Framework/src/vulkan/Instance.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Instance.cpp; path = "../Play-/deps/Framework/src/vulkan/Instance.cpp"; sourceTree = ""; }; + 6B4E1D3D6E7E473CB9BF0ADC /* ../Play-/deps/Framework/include/vulkan/StructDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StructDefs.h; path = "../Play-/deps/Framework/include/vulkan/StructDefs.h"; sourceTree = ""; }; + 6E35BC7DEC804C9C9304134E /* ../Play-/deps/Framework/src/vulkan/Device.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Device.cpp; path = "../Play-/deps/Framework/src/vulkan/Device.cpp"; sourceTree = ""; }; + 76A86A75A3774CB5A2D27056 /* ../Play-/deps/Framework/src/vulkan/Loader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Loader.cpp; path = "../Play-/deps/Framework/src/vulkan/Loader.cpp"; sourceTree = ""; }; + 806315EC9DC848F99C333E90 /* ../Play-/deps/Framework/include/vulkan/Utils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Utils.h; path = "../Play-/deps/Framework/include/vulkan/Utils.h"; sourceTree = ""; }; + 8285AFECA2324CEDAB0D924C /* ../Play-/deps/Framework/include/vulkan/Instance.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Instance.h; path = "../Play-/deps/Framework/include/vulkan/Instance.h"; sourceTree = ""; }; + 877C606280FB4CE89DEB18D5 /* ../Play-/deps/Framework/src/vulkan/Utils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Utils.cpp; path = "../Play-/deps/Framework/src/vulkan/Utils.cpp"; sourceTree = ""; }; 894708322217485F82406055 /* Framework_Vulkan */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libFramework_Vulkan.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 921E1107D654451DA9084A9A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Buffer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Buffer.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Buffer.h"; sourceTree = ""; }; - 983F48D8EA1E45A2B2EAB958 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Buffer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Buffer.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Buffer.cpp"; sourceTree = ""; }; - A44984EB16B1451AB1AB26E4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Image.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Image.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Image.h"; sourceTree = ""; }; - AC0A00FC27454C54B040E41B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Device.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Device.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Device.h"; sourceTree = ""; }; - E57BCFBF251C459B9D684C16 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/VulkanDef.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VulkanDef.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/VulkanDef.h"; sourceTree = ""; }; - ED770462344B4F99AA5E7523 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - EEC92B085D6B47A694667810 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Loader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Loader.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Loader.h"; sourceTree = ""; }; + 921E1107D654451DA9084A9A /* ../Play-/deps/Framework/include/vulkan/Buffer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Buffer.h; path = "../Play-/deps/Framework/include/vulkan/Buffer.h"; sourceTree = ""; }; + 983F48D8EA1E45A2B2EAB958 /* ../Play-/deps/Framework/src/vulkan/Buffer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Buffer.cpp; path = "../Play-/deps/Framework/src/vulkan/Buffer.cpp"; sourceTree = ""; }; + A44984EB16B1451AB1AB26E4 /* ../Play-/deps/Framework/include/vulkan/Image.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Image.h; path = "../Play-/deps/Framework/include/vulkan/Image.h"; sourceTree = ""; }; + AC0A00FC27454C54B040E41B /* ../Play-/deps/Framework/include/vulkan/Device.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Device.h; path = "../Play-/deps/Framework/include/vulkan/Device.h"; sourceTree = ""; }; + E57BCFBF251C459B9D684C16 /* ../Play-/deps/Framework/include/vulkan/VulkanDef.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VulkanDef.h; path = "../Play-/deps/Framework/include/vulkan/VulkanDef.h"; sourceTree = ""; }; + ED770462344B4F99AA5E7523 /* ../Play-/deps/Framework/build_cmake/FrameworkVulkan/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + EEC92B085D6B47A694667810 /* ../Play-/deps/Framework/include/vulkan/Loader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Loader.h; path = "../Play-/deps/Framework/include/vulkan/Loader.h"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -202,7 +202,7 @@ isa = PBXGroup; children = ( 6ED4EE35434C4B68884CDDF9 /* CMake Rules */, - ED770462344B4F99AA5E7523 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/CMakeLists.txt */, + ED770462344B4F99AA5E7523 /* ../Play-/deps/Framework/build_cmake/FrameworkVulkan/CMakeLists.txt */, ); name = ALL_BUILD; sourceTree = ""; @@ -235,7 +235,7 @@ AB218262D0434D349261E6A9 /* Source Files */, 6013F5710E094799BE1F5EE3 /* Header Files */, F3FD9B8EC11C4C5EB3F1A5E9 /* Resources */, - 3DFCC0A7851546FEA049B346 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/CMakeLists.txt */, + 3DFCC0A7851546FEA049B346 /* ../Play-/deps/Framework/build_cmake/FrameworkVulkan/CMakeLists.txt */, ); name = Framework_Vulkan; sourceTree = ""; @@ -243,17 +243,17 @@ 6013F5710E094799BE1F5EE3 /* Header Files */ = { isa = PBXGroup; children = ( - 921E1107D654451DA9084A9A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Buffer.h */, - 27BEF5F3B3834E7EB3B02D9C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/CommandBufferPool.h */, - AC0A00FC27454C54B040E41B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Device.h */, - A44984EB16B1451AB1AB26E4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Image.h */, - 8285AFECA2324CEDAB0D924C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Instance.h */, - EEC92B085D6B47A694667810 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Loader.h */, - 64738A35132643928ED9D1B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/ShaderModule.h */, - 113D1745F7584BCA9FBC914A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/StructChain.h */, - 6B4E1D3D6E7E473CB9BF0ADC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/StructDefs.h */, - 806315EC9DC848F99C333E90 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Utils.h */, - E57BCFBF251C459B9D684C16 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/VulkanDef.h */, + 921E1107D654451DA9084A9A /* ../Play-/deps/Framework/include/vulkan/Buffer.h */, + 27BEF5F3B3834E7EB3B02D9C /* ../Play-/deps/Framework/include/vulkan/CommandBufferPool.h */, + AC0A00FC27454C54B040E41B /* ../Play-/deps/Framework/include/vulkan/Device.h */, + A44984EB16B1451AB1AB26E4 /* ../Play-/deps/Framework/include/vulkan/Image.h */, + 8285AFECA2324CEDAB0D924C /* ../Play-/deps/Framework/include/vulkan/Instance.h */, + EEC92B085D6B47A694667810 /* ../Play-/deps/Framework/include/vulkan/Loader.h */, + 64738A35132643928ED9D1B7 /* ../Play-/deps/Framework/include/vulkan/ShaderModule.h */, + 113D1745F7584BCA9FBC914A /* ../Play-/deps/Framework/include/vulkan/StructChain.h */, + 6B4E1D3D6E7E473CB9BF0ADC /* ../Play-/deps/Framework/include/vulkan/StructDefs.h */, + 806315EC9DC848F99C333E90 /* ../Play-/deps/Framework/include/vulkan/Utils.h */, + E57BCFBF251C459B9D684C16 /* ../Play-/deps/Framework/include/vulkan/VulkanDef.h */, ); name = "Header Files"; sourceTree = ""; @@ -279,14 +279,14 @@ AB218262D0434D349261E6A9 /* Source Files */ = { isa = PBXGroup; children = ( - 983F48D8EA1E45A2B2EAB958 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Buffer.cpp */, - 43A59702338743D2BF346377 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/CommandBufferPool.cpp */, - 6E35BC7DEC804C9C9304134E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Device.cpp */, - 27C06B40F2DE4D34A8508B4B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Image.cpp */, - 67B8B1C25A2843369E1BEB4A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Instance.cpp */, - 76A86A75A3774CB5A2D27056 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Loader.cpp */, - 5B0E47B9EE4246F397AD1A75 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/ShaderModule.cpp */, - 877C606280FB4CE89DEB18D5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Utils.cpp */, + 983F48D8EA1E45A2B2EAB958 /* ../Play-/deps/Framework/src/vulkan/Buffer.cpp */, + 43A59702338743D2BF346377 /* ../Play-/deps/Framework/src/vulkan/CommandBufferPool.cpp */, + 6E35BC7DEC804C9C9304134E /* ../Play-/deps/Framework/src/vulkan/Device.cpp */, + 27C06B40F2DE4D34A8508B4B /* ../Play-/deps/Framework/src/vulkan/Image.cpp */, + 67B8B1C25A2843369E1BEB4A /* ../Play-/deps/Framework/src/vulkan/Instance.cpp */, + 76A86A75A3774CB5A2D27056 /* ../Play-/deps/Framework/src/vulkan/Loader.cpp */, + 5B0E47B9EE4246F397AD1A75 /* ../Play-/deps/Framework/src/vulkan/ShaderModule.cpp */, + 877C606280FB4CE89DEB18D5 /* ../Play-/deps/Framework/src/vulkan/Utils.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -294,7 +294,7 @@ F3FD9B8EC11C4C5EB3F1A5E9 /* Resources */ = { isa = PBXGroup; children = ( - 074A8ECFA6A24E308AFE10AE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeFiles/Framework_Vulkan.dir/Info.plist */, + 074A8ECFA6A24E308AFE10AE /* ../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeFiles/Framework_Vulkan.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -367,19 +367,19 @@ shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi "; @@ -395,25 +395,25 @@ fi ); name = "Generate CMakeFiles/ZERO_CHECK"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeFiles/ZERO_CHECK ); +../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeFiles/ZERO_CHECK ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan + make -f ../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan + make -f ../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan + make -f ../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan + make -f ../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeScripts/ReRunCMake.make fi "; showEnvVarsInLog = 0; @@ -428,24 +428,24 @@ fi ); name = "Generate CMakeFiles/ALL_BUILD"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeFiles/ALL_BUILD ); +../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeFiles/ALL_BUILD ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan echo Build\\ all\\ projects fi "; @@ -479,19 +479,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi "; @@ -555,19 +555,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; @@ -595,14 +595,14 @@ exit 0"; isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - D9C76F67B6D9423DBD88D731 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Buffer.cpp */, - E90BF792FC6D4B72BB23B582 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/CommandBufferPool.cpp */, - 783D3881253C40D589F307A5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Device.cpp */, - 2EE4E1623E634F22AC80979A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Image.cpp */, - 1D2B61C3E6434ECE9AE29300 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Instance.cpp */, - 7BC05DDCB2CE4C8F9C601F65 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Loader.cpp */, - 40E8F6894ABB4069ABF4D6A1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/ShaderModule.cpp */, - B00EC995FB524BFABA47DDAE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Utils.cpp */, + D9C76F67B6D9423DBD88D731 /* ../Play-/deps/Framework/src/vulkan/Buffer.cpp */, + E90BF792FC6D4B72BB23B582 /* ../Play-/deps/Framework/src/vulkan/CommandBufferPool.cpp */, + 783D3881253C40D589F307A5 /* ../Play-/deps/Framework/src/vulkan/Device.cpp */, + 2EE4E1623E634F22AC80979A /* ../Play-/deps/Framework/src/vulkan/Image.cpp */, + 1D2B61C3E6434ECE9AE29300 /* ../Play-/deps/Framework/src/vulkan/Instance.cpp */, + 7BC05DDCB2CE4C8F9C601F65 /* ../Play-/deps/Framework/src/vulkan/Loader.cpp */, + 40E8F6894ABB4069ABF4D6A1 /* ../Play-/deps/Framework/src/vulkan/ShaderModule.cpp */, + B00EC995FB524BFABA47DDAE /* ../Play-/deps/Framework/src/vulkan/Utils.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -692,7 +692,7 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",/Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",../../../MoltenVK/MoltenVK/include,"../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -762,7 +762,7 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",/Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",../../../MoltenVK/MoltenVK/include,"../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1003,7 +1003,7 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",/Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",../../../MoltenVK/MoltenVK/include,"../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1033,7 +1033,7 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",/Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",../../../MoltenVK/MoltenVK/include,"../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; diff --git a/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/GSH_Vulkan.xcodeproj/project.pbxproj b/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/GSH_Vulkan.xcodeproj/project.pbxproj index c6db8d5d25..8d30e343de 100644 --- a/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/GSH_Vulkan.xcodeproj/project.pbxproj +++ b/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/GSH_Vulkan.xcodeproj/project.pbxproj @@ -71,92 +71,92 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 0051D559A536430E9DE13D1D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Operations.h */ = {isa = PBXBuildFile; fileRef = 73EC201A9E8940D187993699 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Operations.h */; }; - 01FE3A81AFCD4A599F698FC1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanContext.h */ = {isa = PBXBuildFile; fileRef = 7D5BF4D58C1F4510AD3B1E1C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanContext.h */; }; - 03F71D27559F463985D4CE07 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float2Value.h */ = {isa = PBXBuildFile; fileRef = DAE3D6DCCD8E451C99399431 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float2Value.h */; }; - 064ED01B4B794472A099350F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Image.cpp */ = {isa = PBXBuildFile; fileRef = D2AE6440F48142E2B0F1E628 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Image.cpp */; }; - 06AE964B41DA4692A7FEAFD0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/UintValue.h */ = {isa = PBXBuildFile; fileRef = DB538A4C91E3423FAAC68144 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/UintValue.h */; }; - 0904D4945CDB4857946A268D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanPipelineCache.h */ = {isa = PBXBuildFile; fileRef = 19196AC2C71E4872920E4FB8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanPipelineCache.h */; }; - 119D62E190FF450AAB8185CD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Loader.h */ = {isa = PBXBuildFile; fileRef = 26D3B7BAEA314E70BC871791 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Loader.h */; }; - 144D26AC278F47408DD67064 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = D1AFF7774D0A443CA95ADC37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/CMakeLists.txt */; }; - 1830CF95974544989515E0D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/SpirvShaderGenerator.h */ = {isa = PBXBuildFile; fileRef = 05856A7F898343D0AD8C644B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/SpirvShaderGenerator.h */; }; - 1C73213B33984DD295402669 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int3Value.h */ = {isa = PBXBuildFile; fileRef = D388488FFC014A8890CA05F7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int3Value.h */; }; - 1E2176244B914C449747EB63 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.h */ = {isa = PBXBuildFile; fileRef = D13FFD4727984548800D2742 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.h */; }; - 206524FA2F5D4D728B9DA625 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.h */ = {isa = PBXBuildFile; fileRef = 02E0C7AB45C44F30AEA9883E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.h */; }; - 21832AA46F25486CA3116D9D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Utils.h */ = {isa = PBXBuildFile; fileRef = 8F0C41AA4C3A41E39D119D80 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Utils.h */; }; - 21B2EA4400CB4A9A8C0BC08B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/builder/ShaderBuilder.cpp */ = {isa = PBXBuildFile; fileRef = 2C3063D76EB948F6B2175FFA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/builder/ShaderBuilder.cpp */; }; - 24B31CAF18C3493489859F2B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.cpp */ = {isa = PBXBuildFile; fileRef = 42658EB5D28B46ED91ADB222 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.cpp */; }; - 31C0C1F465EC44199CD07FA9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/StructDefs.h */ = {isa = PBXBuildFile; fileRef = 29396D418E8E4D8B8D39D2F7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/StructDefs.h */; }; - 31D028AF94C8416DABAD2D50 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.h */ = {isa = PBXBuildFile; fileRef = 313FA1685526403BBCC6D1FF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.h */; }; - 368BA9A847D941F2AFFCEF5E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.cpp */ = {isa = PBXBuildFile; fileRef = 4DDA0BAF007F43F79F233D6A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.cpp */; }; - 399CA445E135485CAECA5A1A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.cpp */ = {isa = PBXBuildFile; fileRef = 89C77F78CD1C493D83ED7215 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.cpp */; }; - 3FEBDED6E8564CBFB5836D58 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanPlatformDefs.h */ = {isa = PBXBuildFile; fileRef = 5745B382E3A2440AA39FDB86 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanPlatformDefs.h */; }; - 40C3EF3DBD674D6AA32940BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/GlslShaderGenerator.cpp */ = {isa = PBXBuildFile; fileRef = 213F281DAE4A4C8ABECEC7B0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/GlslShaderGenerator.cpp */; }; - 438A3232CA854EA0ADA42445 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float4Value.h */ = {isa = PBXBuildFile; fileRef = D337BB4311F44841AED8C578 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float4Value.h */; }; - 4445E1E375684450BA699B31 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.h */ = {isa = PBXBuildFile; fileRef = 82C4BC2E28E544F3B5C01F84 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.h */; }; - 4C838B6FCDC347D19BE6AAF7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Utils.cpp */ = {isa = PBXBuildFile; fileRef = E483B33AFE29411ABD95CA21 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Utils.cpp */; }; - 4D4A144E827E453A951D46D3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.h */ = {isa = PBXBuildFile; fileRef = 9DB123EA8CD2481BBBA28AC4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.h */; }; - 54FDE051C08441C192107531 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.h */ = {isa = PBXBuildFile; fileRef = 1E44C5B100B24B5D81087240 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.h */; }; - 5A906B2F1E4C4FD8A4C303EA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/HlslShaderGenerator.h */ = {isa = PBXBuildFile; fileRef = 66C6969C03614AF2A75451F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/HlslShaderGenerator.h */; }; - 5C942FA117F948F88B1FADF1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ShaderBuilder.h */ = {isa = PBXBuildFile; fileRef = 774107A3B5CA4A0F87C1D421 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ShaderBuilder.h */; }; - 5EED413CF1434E59A0777B2C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.h */ = {isa = PBXBuildFile; fileRef = AB9E68DE065346CE9343AB3E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.h */; }; - 5F2F449856EC4CE39592E615 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.cpp */ = {isa = PBXBuildFile; fileRef = 891C5A3B8BE3486CA157931A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.cpp */; }; - 62E7BE7443934F408738AC58 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float3Value.h */ = {isa = PBXBuildFile; fileRef = 2B70AB541383412C8D6B8CA3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float3Value.h */; }; - 646012C0372D47BA964AC55A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/CommandBufferPool.h */ = {isa = PBXBuildFile; fileRef = 574A483D623D45CC9B5197D9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/CommandBufferPool.h */; }; - 65AF4320CDED41309D4DA1ED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/SpirvShaderGenerator.cpp */ = {isa = PBXBuildFile; fileRef = 121BCFA0567045FCA5E3D7DF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/SpirvShaderGenerator.cpp */; }; - 663EF4B1DE4444C8AC7A337E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Buffer.cpp */ = {isa = PBXBuildFile; fileRef = FE6874AF83074F1385182BFB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Buffer.cpp */; }; - 6663362851964A7E95BBD188 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeFiles/Framework_Vulkan.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 06D051C8EF2D47EBAE9286A2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeFiles/Framework_Vulkan.dir/Info.plist */; }; - 6D0EB4D86E1542D09089B2C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.cpp */ = {isa = PBXBuildFile; fileRef = 2C9768CB2D034D988ACA01D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.cpp */; }; - 6FCB1249E8384EEC8B364D70 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/StructChain.h */ = {isa = PBXBuildFile; fileRef = 9470736BEFA74D1FA59CE03D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/StructChain.h */; }; - 70ABB10F19C641748603704B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Texture2DValue.h */ = {isa = PBXBuildFile; fileRef = 9F0017E8156744A69121F397 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Texture2DValue.h */; }; - 71D51EFCCB154581A3EA9EB1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector.h */ = {isa = PBXBuildFile; fileRef = AD5701FB80BF47C49224ACB9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector.h */; }; - 75F63D43479C45E6BF952DC9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.h */ = {isa = PBXBuildFile; fileRef = 4CAD61B45C5B49D487631E22 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.h */; }; - 7667C145A6624E3A9058FE1C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Uint4Value.h */ = {isa = PBXBuildFile; fileRef = CDF32A8CEC124C6583E6418F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Uint4Value.h */; }; - 7795BF2B39484D94AC08B3CE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.cpp */ = {isa = PBXBuildFile; fileRef = B7408018EDA24244B1989A97 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.cpp */; }; - 781B34B34E2F4A798C98B91B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Device.cpp */ = {isa = PBXBuildFile; fileRef = 990466D27F744D2EA6384B46 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Device.cpp */; }; - 78316DF2189645A89D0659A0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Matrix44Value.h */ = {isa = PBXBuildFile; fileRef = EE18FFB552D345B2B8694FB1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Matrix44Value.h */; }; - 7E760E5125214FB3BC224A6F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Buffer.h */ = {isa = PBXBuildFile; fileRef = CE9E5CF236A1430C85ED6283 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Buffer.h */; }; - 80489E8724B74E42BCD0C39E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.h */ = {isa = PBXBuildFile; fileRef = 9045AFD88AFA4EFB869F34DA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.h */; }; - 813C870483E547D4A90ADECC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/VulkanDef.h */ = {isa = PBXBuildFile; fileRef = 390AA67C08E247AE87A2DFD2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/VulkanDef.h */; }; - 84BBC8BB014846439D3E4A5B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Device.h */ = {isa = PBXBuildFile; fileRef = 855B2F9BE7E94D1986D1A0A1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Device.h */; }; - 889FBB624A874DCCBF9C3CAD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeFiles/Nuanceur.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 28FB1FA1D60048E888ACAA9C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeFiles/Nuanceur.dir/Info.plist */; }; - 8A07B8CCB53B4DC2BBBD911D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ImageUint2DValue.h */ = {isa = PBXBuildFile; fileRef = AAE3DE2A537F4799BACCC89F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ImageUint2DValue.h */; }; - 8D69C093762D4D6480EC4076 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/ShaderModule.cpp */ = {isa = PBXBuildFile; fileRef = 43C3A09E713D4A9280C1272A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/ShaderModule.cpp */; }; - 8DBB68BB71344AD1A5685767 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/BoolValue.h */ = {isa = PBXBuildFile; fileRef = E8A500D598B14BBBAD4F2DF9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/BoolValue.h */; }; - 8FB558E8AFD44E369641860C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.h */ = {isa = PBXBuildFile; fileRef = 93A2151B69D749D4A002A2BB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.h */; }; - 927FC48E9C654E9CBC8E8D7D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Loader.cpp */ = {isa = PBXBuildFile; fileRef = 66983C5F9AF24264BF3859EC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Loader.cpp */; }; - 9B65E3D8390047849EF026C1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/IntSwizzleSelector4.h */ = {isa = PBXBuildFile; fileRef = 480EEA39B87D4706A4EAD56B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/IntSwizzleSelector4.h */; }; - 9C50D861B1AF4BA79F626E7A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.h */ = {isa = PBXBuildFile; fileRef = 21B2414C482745E68940157B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.h */; }; - A5A1EAD249C344FC816387C1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int4Value.h */ = {isa = PBXBuildFile; fileRef = 54E7569C2D004787996115B8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int4Value.h */; }; - B70A366435A1459BAD9FBA82 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.cpp */ = {isa = PBXBuildFile; fileRef = AB8C33A4C1684CFA9AA94E89 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.cpp */; }; - BF3B3709FDD04A498447DD4E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/Builder.h */ = {isa = PBXBuildFile; fileRef = 40833A25328E411AA3CC501D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/Builder.h */; }; - C9BFE30378E543BAA4686733 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.cpp */ = {isa = PBXBuildFile; fileRef = A69EF226683F4E558E1A6794 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.cpp */; }; - CB2E12E7E1C74BE185859B7F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Image.h */ = {isa = PBXBuildFile; fileRef = 6F19CEBAA9C64493B6D81CFB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Image.h */; }; - CCF72BE14785442D9B90CA8C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/builder/Operations.cpp */ = {isa = PBXBuildFile; fileRef = E39E8AD7270645FEA71CA405 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/builder/Operations.cpp */; }; - CD8A188420FA4B238100B322 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector4.h */ = {isa = PBXBuildFile; fileRef = C4BA99CBC3B0406B8D677E82 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector4.h */; }; - CE3C17DDCEAF46C2A61DB5F2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Instance.cpp */ = {isa = PBXBuildFile; fileRef = A740E8120B8743A7850BADF2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Instance.cpp */; }; - CF6943E58FFB4640BAD39D1E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/UintSwizzleSelector4.h */ = {isa = PBXBuildFile; fileRef = 2BAF857AFD3E476AADEB73D9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/UintSwizzleSelector4.h */; }; - D176E860E5C2481A8AA5FE3F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Instance.h */ = {isa = PBXBuildFile; fileRef = B0752FB021FC4AE0AB003722 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Instance.h */; }; - D22794136E9A4D36AC1919F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ArrayUintValue.h */ = {isa = PBXBuildFile; fileRef = CBB735B15C4644F38360D0AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ArrayUintValue.h */; }; - D6B7399B07CA4DD1B421A086 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 4EEA4258B353428CBFFDE172 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/CMakeLists.txt */; }; - D983CA5599DF423FB97B90FC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/CMakeFiles/gsh_vulkan.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = B77053E775D54182A2B8AC59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/CMakeFiles/gsh_vulkan.dir/Info.plist */; }; - DC867EB4F6F346B7B3D6B1EA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int2Value.h */ = {isa = PBXBuildFile; fileRef = 6C169D65B8FE451FB8208BDA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int2Value.h */; }; - DFD9857D50D1403C8518AA35 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.h */ = {isa = PBXBuildFile; fileRef = FDEE8EAC7ABE4B17A745EB37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.h */; }; - E328DC61E6844C3285CEC6EC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.cpp */ = {isa = PBXBuildFile; fileRef = 4363DB7E504B4F3898F0EA6B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.cpp */; }; - E43C8B67E2DD4760B64C814E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.h */ = {isa = PBXBuildFile; fileRef = 670A8C91DD1245E996F6BCDC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.h */; }; - E8210CAA8EDA4418879BCE2C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.cpp */ = {isa = PBXBuildFile; fileRef = 9E15C86F5F2B4040989FCF9E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.cpp */; }; - EA4B5B4600FF4FC79C266E61 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.cpp */ = {isa = PBXBuildFile; fileRef = 886C0873CAA84784859C5172 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.cpp */; }; - EB731B029FD84F799857A3B0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.cpp */ = {isa = PBXBuildFile; fileRef = 84A3A890B511462E82D898E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.cpp */; }; - EDD35C34FC9F43378869BEE0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/ShaderModule.h */ = {isa = PBXBuildFile; fileRef = E707C718FBF142C0977D8CEC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/ShaderModule.h */; }; - EECC798DCC8447E1B0886AC4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/SubpassInputValue.h */ = {isa = PBXBuildFile; fileRef = E7AF2C0A43684BE8B4A8AE95 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/SubpassInputValue.h */; }; - EF62E67A3A364E47BBDB11FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatValue.h */ = {isa = PBXBuildFile; fileRef = 10F61F1C891442CBB4EA57E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatValue.h */; }; - EF6986411BEC48D4AB3263B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/IntValue.h */ = {isa = PBXBuildFile; fileRef = 98FE68CE6B4E4CC2B9FDE462 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/IntValue.h */; }; - F0176DA6D5814EC2B8056A72 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/CommandBufferPool.cpp */ = {isa = PBXBuildFile; fileRef = 117863AE35AB4ED6ADDDB8E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/CommandBufferPool.cpp */; }; - F0B2D279D8FD401B9F548D3B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 9CBB28F57A7249A38721F366 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/CMakeLists.txt */; }; - F0CFFED716164E90B82463EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/HlslShaderGenerator.cpp */ = {isa = PBXBuildFile; fileRef = 18D37F51BD994F7AB96D990D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/HlslShaderGenerator.cpp */; }; - F2675FDDB45440EC8749993B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/GlslShaderGenerator.h */ = {isa = PBXBuildFile; fileRef = C11CC651AA3C4BD3887C1A28 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/GlslShaderGenerator.h */; }; - F93B9CBA3F6F455C9A4F428E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.cpp */ = {isa = PBXBuildFile; fileRef = 1C9FDF6931BB4C5CA2E676EA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.cpp */; }; - FD7502CC7D3C41FB86CD50FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Uint3Value.h */ = {isa = PBXBuildFile; fileRef = 9072AD99295242A5950E4942 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Uint3Value.h */; }; + 0051D559A536430E9DE13D1D /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Operations.h */ = {isa = PBXBuildFile; fileRef = 73EC201A9E8940D187993699 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Operations.h */; }; + 01FE3A81AFCD4A599F698FC1 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanContext.h */ = {isa = PBXBuildFile; fileRef = 7D5BF4D58C1F4510AD3B1E1C /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanContext.h */; }; + 03F71D27559F463985D4CE07 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Float2Value.h */ = {isa = PBXBuildFile; fileRef = DAE3D6DCCD8E451C99399431 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Float2Value.h */; }; + 064ED01B4B794472A099350F /* ../Play-/deps/Framework/src/vulkan/Image.cpp */ = {isa = PBXBuildFile; fileRef = D2AE6440F48142E2B0F1E628 /* ../Play-/deps/Framework/src/vulkan/Image.cpp */; }; + 06AE964B41DA4692A7FEAFD0 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/UintValue.h */ = {isa = PBXBuildFile; fileRef = DB538A4C91E3423FAAC68144 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/UintValue.h */; }; + 0904D4945CDB4857946A268D /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanPipelineCache.h */ = {isa = PBXBuildFile; fileRef = 19196AC2C71E4872920E4FB8 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanPipelineCache.h */; }; + 119D62E190FF450AAB8185CD /* ../Play-/deps/Framework/include/vulkan/Loader.h */ = {isa = PBXBuildFile; fileRef = 26D3B7BAEA314E70BC871791 /* ../Play-/deps/Framework/include/vulkan/Loader.h */; }; + 144D26AC278F47408DD67064 /* ../Play-/deps/Nuanceur/build_cmake/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = D1AFF7774D0A443CA95ADC37 /* ../Play-/deps/Nuanceur/build_cmake/CMakeLists.txt */; }; + 1830CF95974544989515E0D4 /* ../Play-/deps/Nuanceur/include/nuanceur/generators/SpirvShaderGenerator.h */ = {isa = PBXBuildFile; fileRef = 05856A7F898343D0AD8C644B /* ../Play-/deps/Nuanceur/include/nuanceur/generators/SpirvShaderGenerator.h */; }; + 1C73213B33984DD295402669 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Int3Value.h */ = {isa = PBXBuildFile; fileRef = D388488FFC014A8890CA05F7 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Int3Value.h */; }; + 1E2176244B914C449747EB63 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.h */ = {isa = PBXBuildFile; fileRef = D13FFD4727984548800D2742 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.h */; }; + 206524FA2F5D4D728B9DA625 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.h */ = {isa = PBXBuildFile; fileRef = 02E0C7AB45C44F30AEA9883E /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.h */; }; + 21832AA46F25486CA3116D9D /* ../Play-/deps/Framework/include/vulkan/Utils.h */ = {isa = PBXBuildFile; fileRef = 8F0C41AA4C3A41E39D119D80 /* ../Play-/deps/Framework/include/vulkan/Utils.h */; }; + 21B2EA4400CB4A9A8C0BC08B /* ../Play-/deps/Nuanceur/src/builder/ShaderBuilder.cpp */ = {isa = PBXBuildFile; fileRef = 2C3063D76EB948F6B2175FFA /* ../Play-/deps/Nuanceur/src/builder/ShaderBuilder.cpp */; }; + 24B31CAF18C3493489859F2B /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.cpp */ = {isa = PBXBuildFile; fileRef = 42658EB5D28B46ED91ADB222 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.cpp */; }; + 31C0C1F465EC44199CD07FA9 /* ../Play-/deps/Framework/include/vulkan/StructDefs.h */ = {isa = PBXBuildFile; fileRef = 29396D418E8E4D8B8D39D2F7 /* ../Play-/deps/Framework/include/vulkan/StructDefs.h */; }; + 31D028AF94C8416DABAD2D50 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.h */ = {isa = PBXBuildFile; fileRef = 313FA1685526403BBCC6D1FF /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.h */; }; + 368BA9A847D941F2AFFCEF5E /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.cpp */ = {isa = PBXBuildFile; fileRef = 4DDA0BAF007F43F79F233D6A /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.cpp */; }; + 399CA445E135485CAECA5A1A /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.cpp */ = {isa = PBXBuildFile; fileRef = 89C77F78CD1C493D83ED7215 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.cpp */; }; + 3FEBDED6E8564CBFB5836D58 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanPlatformDefs.h */ = {isa = PBXBuildFile; fileRef = 5745B382E3A2440AA39FDB86 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanPlatformDefs.h */; }; + 40C3EF3DBD674D6AA32940BF /* ../Play-/deps/Nuanceur/src/generators/GlslShaderGenerator.cpp */ = {isa = PBXBuildFile; fileRef = 213F281DAE4A4C8ABECEC7B0 /* ../Play-/deps/Nuanceur/src/generators/GlslShaderGenerator.cpp */; }; + 438A3232CA854EA0ADA42445 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Float4Value.h */ = {isa = PBXBuildFile; fileRef = D337BB4311F44841AED8C578 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Float4Value.h */; }; + 4445E1E375684450BA699B31 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.h */ = {isa = PBXBuildFile; fileRef = 82C4BC2E28E544F3B5C01F84 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.h */; }; + 4C838B6FCDC347D19BE6AAF7 /* ../Play-/deps/Framework/src/vulkan/Utils.cpp */ = {isa = PBXBuildFile; fileRef = E483B33AFE29411ABD95CA21 /* ../Play-/deps/Framework/src/vulkan/Utils.cpp */; }; + 4D4A144E827E453A951D46D3 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.h */ = {isa = PBXBuildFile; fileRef = 9DB123EA8CD2481BBBA28AC4 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.h */; }; + 54FDE051C08441C192107531 /* ../Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.h */ = {isa = PBXBuildFile; fileRef = 1E44C5B100B24B5D81087240 /* ../Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.h */; }; + 5A906B2F1E4C4FD8A4C303EA /* ../Play-/deps/Nuanceur/include/nuanceur/generators/HlslShaderGenerator.h */ = {isa = PBXBuildFile; fileRef = 66C6969C03614AF2A75451F3 /* ../Play-/deps/Nuanceur/include/nuanceur/generators/HlslShaderGenerator.h */; }; + 5C942FA117F948F88B1FADF1 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/ShaderBuilder.h */ = {isa = PBXBuildFile; fileRef = 774107A3B5CA4A0F87C1D421 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/ShaderBuilder.h */; }; + 5EED413CF1434E59A0777B2C /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.h */ = {isa = PBXBuildFile; fileRef = AB9E68DE065346CE9343AB3E /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.h */; }; + 5F2F449856EC4CE39592E615 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.cpp */ = {isa = PBXBuildFile; fileRef = 891C5A3B8BE3486CA157931A /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.cpp */; }; + 62E7BE7443934F408738AC58 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Float3Value.h */ = {isa = PBXBuildFile; fileRef = 2B70AB541383412C8D6B8CA3 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Float3Value.h */; }; + 646012C0372D47BA964AC55A /* ../Play-/deps/Framework/include/vulkan/CommandBufferPool.h */ = {isa = PBXBuildFile; fileRef = 574A483D623D45CC9B5197D9 /* ../Play-/deps/Framework/include/vulkan/CommandBufferPool.h */; }; + 65AF4320CDED41309D4DA1ED /* ../Play-/deps/Nuanceur/src/generators/SpirvShaderGenerator.cpp */ = {isa = PBXBuildFile; fileRef = 121BCFA0567045FCA5E3D7DF /* ../Play-/deps/Nuanceur/src/generators/SpirvShaderGenerator.cpp */; }; + 663EF4B1DE4444C8AC7A337E /* ../Play-/deps/Framework/src/vulkan/Buffer.cpp */ = {isa = PBXBuildFile; fileRef = FE6874AF83074F1385182BFB /* ../Play-/deps/Framework/src/vulkan/Buffer.cpp */; }; + 6663362851964A7E95BBD188 /* ../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeFiles/Framework_Vulkan.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 06D051C8EF2D47EBAE9286A2 /* ../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeFiles/Framework_Vulkan.dir/Info.plist */; }; + 6D0EB4D86E1542D09089B2C9 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.cpp */ = {isa = PBXBuildFile; fileRef = 2C9768CB2D034D988ACA01D8 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.cpp */; }; + 6FCB1249E8384EEC8B364D70 /* ../Play-/deps/Framework/include/vulkan/StructChain.h */ = {isa = PBXBuildFile; fileRef = 9470736BEFA74D1FA59CE03D /* ../Play-/deps/Framework/include/vulkan/StructChain.h */; }; + 70ABB10F19C641748603704B /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Texture2DValue.h */ = {isa = PBXBuildFile; fileRef = 9F0017E8156744A69121F397 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Texture2DValue.h */; }; + 71D51EFCCB154581A3EA9EB1 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector.h */ = {isa = PBXBuildFile; fileRef = AD5701FB80BF47C49224ACB9 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector.h */; }; + 75F63D43479C45E6BF952DC9 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.h */ = {isa = PBXBuildFile; fileRef = 4CAD61B45C5B49D487631E22 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.h */; }; + 7667C145A6624E3A9058FE1C /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Uint4Value.h */ = {isa = PBXBuildFile; fileRef = CDF32A8CEC124C6583E6418F /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Uint4Value.h */; }; + 7795BF2B39484D94AC08B3CE /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.cpp */ = {isa = PBXBuildFile; fileRef = B7408018EDA24244B1989A97 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.cpp */; }; + 781B34B34E2F4A798C98B91B /* ../Play-/deps/Framework/src/vulkan/Device.cpp */ = {isa = PBXBuildFile; fileRef = 990466D27F744D2EA6384B46 /* ../Play-/deps/Framework/src/vulkan/Device.cpp */; }; + 78316DF2189645A89D0659A0 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Matrix44Value.h */ = {isa = PBXBuildFile; fileRef = EE18FFB552D345B2B8694FB1 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Matrix44Value.h */; }; + 7E760E5125214FB3BC224A6F /* ../Play-/deps/Framework/include/vulkan/Buffer.h */ = {isa = PBXBuildFile; fileRef = CE9E5CF236A1430C85ED6283 /* ../Play-/deps/Framework/include/vulkan/Buffer.h */; }; + 80489E8724B74E42BCD0C39E /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.h */ = {isa = PBXBuildFile; fileRef = 9045AFD88AFA4EFB869F34DA /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.h */; }; + 813C870483E547D4A90ADECC /* ../Play-/deps/Framework/include/vulkan/VulkanDef.h */ = {isa = PBXBuildFile; fileRef = 390AA67C08E247AE87A2DFD2 /* ../Play-/deps/Framework/include/vulkan/VulkanDef.h */; }; + 84BBC8BB014846439D3E4A5B /* ../Play-/deps/Framework/include/vulkan/Device.h */ = {isa = PBXBuildFile; fileRef = 855B2F9BE7E94D1986D1A0A1 /* ../Play-/deps/Framework/include/vulkan/Device.h */; }; + 889FBB624A874DCCBF9C3CAD /* ../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeFiles/Nuanceur.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 28FB1FA1D60048E888ACAA9C /* ../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeFiles/Nuanceur.dir/Info.plist */; }; + 8A07B8CCB53B4DC2BBBD911D /* ../Play-/deps/Nuanceur/include/nuanceur/builder/ImageUint2DValue.h */ = {isa = PBXBuildFile; fileRef = AAE3DE2A537F4799BACCC89F /* ../Play-/deps/Nuanceur/include/nuanceur/builder/ImageUint2DValue.h */; }; + 8D69C093762D4D6480EC4076 /* ../Play-/deps/Framework/src/vulkan/ShaderModule.cpp */ = {isa = PBXBuildFile; fileRef = 43C3A09E713D4A9280C1272A /* ../Play-/deps/Framework/src/vulkan/ShaderModule.cpp */; }; + 8DBB68BB71344AD1A5685767 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/BoolValue.h */ = {isa = PBXBuildFile; fileRef = E8A500D598B14BBBAD4F2DF9 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/BoolValue.h */; }; + 8FB558E8AFD44E369641860C /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.h */ = {isa = PBXBuildFile; fileRef = 93A2151B69D749D4A002A2BB /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.h */; }; + 927FC48E9C654E9CBC8E8D7D /* ../Play-/deps/Framework/src/vulkan/Loader.cpp */ = {isa = PBXBuildFile; fileRef = 66983C5F9AF24264BF3859EC /* ../Play-/deps/Framework/src/vulkan/Loader.cpp */; }; + 9B65E3D8390047849EF026C1 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/IntSwizzleSelector4.h */ = {isa = PBXBuildFile; fileRef = 480EEA39B87D4706A4EAD56B /* ../Play-/deps/Nuanceur/include/nuanceur/builder/IntSwizzleSelector4.h */; }; + 9C50D861B1AF4BA79F626E7A /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.h */ = {isa = PBXBuildFile; fileRef = 21B2414C482745E68940157B /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.h */; }; + A5A1EAD249C344FC816387C1 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Int4Value.h */ = {isa = PBXBuildFile; fileRef = 54E7569C2D004787996115B8 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Int4Value.h */; }; + B70A366435A1459BAD9FBA82 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.cpp */ = {isa = PBXBuildFile; fileRef = AB8C33A4C1684CFA9AA94E89 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.cpp */; }; + BF3B3709FDD04A498447DD4E /* ../Play-/deps/Nuanceur/include/nuanceur/Builder.h */ = {isa = PBXBuildFile; fileRef = 40833A25328E411AA3CC501D /* ../Play-/deps/Nuanceur/include/nuanceur/Builder.h */; }; + C9BFE30378E543BAA4686733 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.cpp */ = {isa = PBXBuildFile; fileRef = A69EF226683F4E558E1A6794 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.cpp */; }; + CB2E12E7E1C74BE185859B7F /* ../Play-/deps/Framework/include/vulkan/Image.h */ = {isa = PBXBuildFile; fileRef = 6F19CEBAA9C64493B6D81CFB /* ../Play-/deps/Framework/include/vulkan/Image.h */; }; + CCF72BE14785442D9B90CA8C /* ../Play-/deps/Nuanceur/src/builder/Operations.cpp */ = {isa = PBXBuildFile; fileRef = E39E8AD7270645FEA71CA405 /* ../Play-/deps/Nuanceur/src/builder/Operations.cpp */; }; + CD8A188420FA4B238100B322 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector4.h */ = {isa = PBXBuildFile; fileRef = C4BA99CBC3B0406B8D677E82 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector4.h */; }; + CE3C17DDCEAF46C2A61DB5F2 /* ../Play-/deps/Framework/src/vulkan/Instance.cpp */ = {isa = PBXBuildFile; fileRef = A740E8120B8743A7850BADF2 /* ../Play-/deps/Framework/src/vulkan/Instance.cpp */; }; + CF6943E58FFB4640BAD39D1E /* ../Play-/deps/Nuanceur/include/nuanceur/builder/UintSwizzleSelector4.h */ = {isa = PBXBuildFile; fileRef = 2BAF857AFD3E476AADEB73D9 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/UintSwizzleSelector4.h */; }; + D176E860E5C2481A8AA5FE3F /* ../Play-/deps/Framework/include/vulkan/Instance.h */ = {isa = PBXBuildFile; fileRef = B0752FB021FC4AE0AB003722 /* ../Play-/deps/Framework/include/vulkan/Instance.h */; }; + D22794136E9A4D36AC1919F3 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/ArrayUintValue.h */ = {isa = PBXBuildFile; fileRef = CBB735B15C4644F38360D0AB /* ../Play-/deps/Nuanceur/include/nuanceur/builder/ArrayUintValue.h */; }; + D6B7399B07CA4DD1B421A086 /* ../Play-/Source/gs/GSH_Vulkan/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 4EEA4258B353428CBFFDE172 /* ../Play-/Source/gs/GSH_Vulkan/CMakeLists.txt */; }; + D983CA5599DF423FB97B90FC /* ../cmake/Source/ui_ios/gs/GSH_Vulkan/CMakeFiles/gsh_vulkan.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = B77053E775D54182A2B8AC59 /* ../cmake/Source/ui_ios/gs/GSH_Vulkan/CMakeFiles/gsh_vulkan.dir/Info.plist */; }; + DC867EB4F6F346B7B3D6B1EA /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Int2Value.h */ = {isa = PBXBuildFile; fileRef = 6C169D65B8FE451FB8208BDA /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Int2Value.h */; }; + DFD9857D50D1403C8518AA35 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.h */ = {isa = PBXBuildFile; fileRef = FDEE8EAC7ABE4B17A745EB37 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.h */; }; + E328DC61E6844C3285CEC6EC /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.cpp */ = {isa = PBXBuildFile; fileRef = 4363DB7E504B4F3898F0EA6B /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.cpp */; }; + E43C8B67E2DD4760B64C814E /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.h */ = {isa = PBXBuildFile; fileRef = 670A8C91DD1245E996F6BCDC /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.h */; }; + E8210CAA8EDA4418879BCE2C /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.cpp */ = {isa = PBXBuildFile; fileRef = 9E15C86F5F2B4040989FCF9E /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.cpp */; }; + EA4B5B4600FF4FC79C266E61 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.cpp */ = {isa = PBXBuildFile; fileRef = 886C0873CAA84784859C5172 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.cpp */; }; + EB731B029FD84F799857A3B0 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.cpp */ = {isa = PBXBuildFile; fileRef = 84A3A890B511462E82D898E0 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.cpp */; }; + EDD35C34FC9F43378869BEE0 /* ../Play-/deps/Framework/include/vulkan/ShaderModule.h */ = {isa = PBXBuildFile; fileRef = E707C718FBF142C0977D8CEC /* ../Play-/deps/Framework/include/vulkan/ShaderModule.h */; }; + EECC798DCC8447E1B0886AC4 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/SubpassInputValue.h */ = {isa = PBXBuildFile; fileRef = E7AF2C0A43684BE8B4A8AE95 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/SubpassInputValue.h */; }; + EF62E67A3A364E47BBDB11FB /* ../Play-/deps/Nuanceur/include/nuanceur/builder/FloatValue.h */ = {isa = PBXBuildFile; fileRef = 10F61F1C891442CBB4EA57E0 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/FloatValue.h */; }; + EF6986411BEC48D4AB3263B2 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/IntValue.h */ = {isa = PBXBuildFile; fileRef = 98FE68CE6B4E4CC2B9FDE462 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/IntValue.h */; }; + F0176DA6D5814EC2B8056A72 /* ../Play-/deps/Framework/src/vulkan/CommandBufferPool.cpp */ = {isa = PBXBuildFile; fileRef = 117863AE35AB4ED6ADDDB8E3 /* ../Play-/deps/Framework/src/vulkan/CommandBufferPool.cpp */; }; + F0B2D279D8FD401B9F548D3B /* ../Play-/deps/Framework/build_cmake/FrameworkVulkan/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 9CBB28F57A7249A38721F366 /* ../Play-/deps/Framework/build_cmake/FrameworkVulkan/CMakeLists.txt */; }; + F0CFFED716164E90B82463EE /* ../Play-/deps/Nuanceur/src/generators/HlslShaderGenerator.cpp */ = {isa = PBXBuildFile; fileRef = 18D37F51BD994F7AB96D990D /* ../Play-/deps/Nuanceur/src/generators/HlslShaderGenerator.cpp */; }; + F2675FDDB45440EC8749993B /* ../Play-/deps/Nuanceur/include/nuanceur/generators/GlslShaderGenerator.h */ = {isa = PBXBuildFile; fileRef = C11CC651AA3C4BD3887C1A28 /* ../Play-/deps/Nuanceur/include/nuanceur/generators/GlslShaderGenerator.h */; }; + F93B9CBA3F6F455C9A4F428E /* ../Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.cpp */ = {isa = PBXBuildFile; fileRef = 1C9FDF6931BB4C5CA2E676EA /* ../Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.cpp */; }; + FD7502CC7D3C41FB86CD50FB /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Uint3Value.h */ = {isa = PBXBuildFile; fileRef = 9072AD99295242A5950E4942 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Uint3Value.h */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ @@ -257,96 +257,96 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 02E0C7AB45C44F30AEA9883E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanMemoryUtils.h; path = GSH_VulkanMemoryUtils.h; sourceTree = SOURCE_ROOT; }; - 05856A7F898343D0AD8C644B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/SpirvShaderGenerator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SpirvShaderGenerator.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/SpirvShaderGenerator.h"; sourceTree = ""; }; - 06D051C8EF2D47EBAE9286A2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeFiles/Framework_Vulkan.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeFiles/Framework_Vulkan.dir/Info.plist; sourceTree = ""; }; - 10F61F1C891442CBB4EA57E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FloatValue.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatValue.h"; sourceTree = ""; }; - 117863AE35AB4ED6ADDDB8E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/CommandBufferPool.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CommandBufferPool.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/CommandBufferPool.cpp"; sourceTree = ""; }; - 121BCFA0567045FCA5E3D7DF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/SpirvShaderGenerator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SpirvShaderGenerator.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/SpirvShaderGenerator.cpp"; sourceTree = ""; }; - 18D37F51BD994F7AB96D990D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/HlslShaderGenerator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HlslShaderGenerator.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/HlslShaderGenerator.cpp"; sourceTree = ""; }; - 19196AC2C71E4872920E4FB8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanPipelineCache.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanPipelineCache.h; path = GSH_VulkanPipelineCache.h; sourceTree = SOURCE_ROOT; }; - 1C9FDF6931BB4C5CA2E676EA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_Vulkan.cpp; path = GSH_Vulkan.cpp; sourceTree = SOURCE_ROOT; }; - 1E44C5B100B24B5D81087240 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_Vulkan.h; path = GSH_Vulkan.h; sourceTree = SOURCE_ROOT; }; - 213F281DAE4A4C8ABECEC7B0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/GlslShaderGenerator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GlslShaderGenerator.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/GlslShaderGenerator.cpp"; sourceTree = ""; }; - 21B2414C482745E68940157B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanTransferHost.h; path = GSH_VulkanTransferHost.h; sourceTree = SOURCE_ROOT; }; - 26D3B7BAEA314E70BC871791 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Loader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Loader.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Loader.h"; sourceTree = ""; }; - 28FB1FA1D60048E888ACAA9C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeFiles/Nuanceur.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeFiles/Nuanceur.dir/Info.plist; sourceTree = ""; }; - 29396D418E8E4D8B8D39D2F7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/StructDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StructDefs.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/StructDefs.h"; sourceTree = ""; }; - 2B70AB541383412C8D6B8CA3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float3Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Float3Value.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float3Value.h"; sourceTree = ""; }; - 2BAF857AFD3E476AADEB73D9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/UintSwizzleSelector4.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = UintSwizzleSelector4.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/UintSwizzleSelector4.h"; sourceTree = ""; }; - 2C3063D76EB948F6B2175FFA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/builder/ShaderBuilder.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ShaderBuilder.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/builder/ShaderBuilder.cpp"; sourceTree = ""; }; - 2C9768CB2D034D988ACA01D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanFrameCommandBuffer.cpp; path = GSH_VulkanFrameCommandBuffer.cpp; sourceTree = SOURCE_ROOT; }; - 313FA1685526403BBCC6D1FF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanTransferLocal.h; path = GSH_VulkanTransferLocal.h; sourceTree = SOURCE_ROOT; }; - 390AA67C08E247AE87A2DFD2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/VulkanDef.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VulkanDef.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/VulkanDef.h"; sourceTree = ""; }; - 40833A25328E411AA3CC501D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/Builder.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Builder.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/Builder.h"; sourceTree = ""; }; - 42658EB5D28B46ED91ADB222 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanClutLoad.cpp; path = GSH_VulkanClutLoad.cpp; sourceTree = SOURCE_ROOT; }; - 4363DB7E504B4F3898F0EA6B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanDrawMobile.cpp; path = GSH_VulkanDrawMobile.cpp; sourceTree = SOURCE_ROOT; }; - 43C3A09E713D4A9280C1272A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/ShaderModule.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ShaderModule.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/ShaderModule.cpp"; sourceTree = ""; }; - 480EEA39B87D4706A4EAD56B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/IntSwizzleSelector4.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IntSwizzleSelector4.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/IntSwizzleSelector4.h"; sourceTree = ""; }; - 4CAD61B45C5B49D487631E22 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanDeviceInfo.h; path = GSH_VulkanDeviceInfo.h; sourceTree = SOURCE_ROOT; }; - 4DDA0BAF007F43F79F233D6A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanMemoryUtils.cpp; path = GSH_VulkanMemoryUtils.cpp; sourceTree = SOURCE_ROOT; }; - 4EEA4258B353428CBFFDE172 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 54E7569C2D004787996115B8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int4Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Int4Value.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int4Value.h"; sourceTree = ""; }; - 5745B382E3A2440AA39FDB86 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanPlatformDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanPlatformDefs.h; path = GSH_VulkanPlatformDefs.h; sourceTree = SOURCE_ROOT; }; - 574A483D623D45CC9B5197D9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/CommandBufferPool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CommandBufferPool.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/CommandBufferPool.h"; sourceTree = ""; }; + 02E0C7AB45C44F30AEA9883E /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanMemoryUtils.h; path = GSH_VulkanMemoryUtils.h; sourceTree = SOURCE_ROOT; }; + 05856A7F898343D0AD8C644B /* ../Play-/deps/Nuanceur/include/nuanceur/generators/SpirvShaderGenerator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SpirvShaderGenerator.h; path = "../Play-/deps/Nuanceur/include/nuanceur/generators/SpirvShaderGenerator.h"; sourceTree = ""; }; + 06D051C8EF2D47EBAE9286A2 /* ../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeFiles/Framework_Vulkan.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeFiles/Framework_Vulkan.dir/Info.plist; sourceTree = ""; }; + 10F61F1C891442CBB4EA57E0 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/FloatValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FloatValue.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/FloatValue.h"; sourceTree = ""; }; + 117863AE35AB4ED6ADDDB8E3 /* ../Play-/deps/Framework/src/vulkan/CommandBufferPool.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CommandBufferPool.cpp; path = "../Play-/deps/Framework/src/vulkan/CommandBufferPool.cpp"; sourceTree = ""; }; + 121BCFA0567045FCA5E3D7DF /* ../Play-/deps/Nuanceur/src/generators/SpirvShaderGenerator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SpirvShaderGenerator.cpp; path = "../Play-/deps/Nuanceur/src/generators/SpirvShaderGenerator.cpp"; sourceTree = ""; }; + 18D37F51BD994F7AB96D990D /* ../Play-/deps/Nuanceur/src/generators/HlslShaderGenerator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HlslShaderGenerator.cpp; path = "../Play-/deps/Nuanceur/src/generators/HlslShaderGenerator.cpp"; sourceTree = ""; }; + 19196AC2C71E4872920E4FB8 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanPipelineCache.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanPipelineCache.h; path = GSH_VulkanPipelineCache.h; sourceTree = SOURCE_ROOT; }; + 1C9FDF6931BB4C5CA2E676EA /* ../Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_Vulkan.cpp; path = GSH_Vulkan.cpp; sourceTree = SOURCE_ROOT; }; + 1E44C5B100B24B5D81087240 /* ../Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_Vulkan.h; path = GSH_Vulkan.h; sourceTree = SOURCE_ROOT; }; + 213F281DAE4A4C8ABECEC7B0 /* ../Play-/deps/Nuanceur/src/generators/GlslShaderGenerator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GlslShaderGenerator.cpp; path = "../Play-/deps/Nuanceur/src/generators/GlslShaderGenerator.cpp"; sourceTree = ""; }; + 21B2414C482745E68940157B /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanTransferHost.h; path = GSH_VulkanTransferHost.h; sourceTree = SOURCE_ROOT; }; + 26D3B7BAEA314E70BC871791 /* ../Play-/deps/Framework/include/vulkan/Loader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Loader.h; path = "../Play-/deps/Framework/include/vulkan/Loader.h"; sourceTree = ""; }; + 28FB1FA1D60048E888ACAA9C /* ../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeFiles/Nuanceur.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeFiles/Nuanceur.dir/Info.plist; sourceTree = ""; }; + 29396D418E8E4D8B8D39D2F7 /* ../Play-/deps/Framework/include/vulkan/StructDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StructDefs.h; path = "../Play-/deps/Framework/include/vulkan/StructDefs.h"; sourceTree = ""; }; + 2B70AB541383412C8D6B8CA3 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Float3Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Float3Value.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/Float3Value.h"; sourceTree = ""; }; + 2BAF857AFD3E476AADEB73D9 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/UintSwizzleSelector4.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = UintSwizzleSelector4.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/UintSwizzleSelector4.h"; sourceTree = ""; }; + 2C3063D76EB948F6B2175FFA /* ../Play-/deps/Nuanceur/src/builder/ShaderBuilder.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ShaderBuilder.cpp; path = "../Play-/deps/Nuanceur/src/builder/ShaderBuilder.cpp"; sourceTree = ""; }; + 2C9768CB2D034D988ACA01D8 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanFrameCommandBuffer.cpp; path = GSH_VulkanFrameCommandBuffer.cpp; sourceTree = SOURCE_ROOT; }; + 313FA1685526403BBCC6D1FF /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanTransferLocal.h; path = GSH_VulkanTransferLocal.h; sourceTree = SOURCE_ROOT; }; + 390AA67C08E247AE87A2DFD2 /* ../Play-/deps/Framework/include/vulkan/VulkanDef.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VulkanDef.h; path = "../Play-/deps/Framework/include/vulkan/VulkanDef.h"; sourceTree = ""; }; + 40833A25328E411AA3CC501D /* ../Play-/deps/Nuanceur/include/nuanceur/Builder.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Builder.h; path = "../Play-/deps/Nuanceur/include/nuanceur/Builder.h"; sourceTree = ""; }; + 42658EB5D28B46ED91ADB222 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanClutLoad.cpp; path = GSH_VulkanClutLoad.cpp; sourceTree = SOURCE_ROOT; }; + 4363DB7E504B4F3898F0EA6B /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanDrawMobile.cpp; path = GSH_VulkanDrawMobile.cpp; sourceTree = SOURCE_ROOT; }; + 43C3A09E713D4A9280C1272A /* ../Play-/deps/Framework/src/vulkan/ShaderModule.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ShaderModule.cpp; path = "../Play-/deps/Framework/src/vulkan/ShaderModule.cpp"; sourceTree = ""; }; + 480EEA39B87D4706A4EAD56B /* ../Play-/deps/Nuanceur/include/nuanceur/builder/IntSwizzleSelector4.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IntSwizzleSelector4.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/IntSwizzleSelector4.h"; sourceTree = ""; }; + 4CAD61B45C5B49D487631E22 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanDeviceInfo.h; path = GSH_VulkanDeviceInfo.h; sourceTree = SOURCE_ROOT; }; + 4DDA0BAF007F43F79F233D6A /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanMemoryUtils.cpp; path = GSH_VulkanMemoryUtils.cpp; sourceTree = SOURCE_ROOT; }; + 4EEA4258B353428CBFFDE172 /* ../Play-/Source/gs/GSH_Vulkan/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 54E7569C2D004787996115B8 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Int4Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Int4Value.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/Int4Value.h"; sourceTree = ""; }; + 5745B382E3A2440AA39FDB86 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanPlatformDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanPlatformDefs.h; path = GSH_VulkanPlatformDefs.h; sourceTree = SOURCE_ROOT; }; + 574A483D623D45CC9B5197D9 /* ../Play-/deps/Framework/include/vulkan/CommandBufferPool.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CommandBufferPool.h; path = "../Play-/deps/Framework/include/vulkan/CommandBufferPool.h"; sourceTree = ""; }; 62490B075B5747D2BE54A856 /* Nuanceur */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libNuanceur.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 66983C5F9AF24264BF3859EC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Loader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Loader.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Loader.cpp"; sourceTree = ""; }; - 66C6969C03614AF2A75451F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/HlslShaderGenerator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HlslShaderGenerator.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/HlslShaderGenerator.h"; sourceTree = ""; }; - 670A8C91DD1245E996F6BCDC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanDrawMobile.h; path = GSH_VulkanDrawMobile.h; sourceTree = SOURCE_ROOT; }; - 6C169D65B8FE451FB8208BDA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int2Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Int2Value.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int2Value.h"; sourceTree = ""; }; - 6F19CEBAA9C64493B6D81CFB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Image.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Image.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Image.h"; sourceTree = ""; }; - 73EC201A9E8940D187993699 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Operations.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Operations.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Operations.h"; sourceTree = ""; }; - 774107A3B5CA4A0F87C1D421 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ShaderBuilder.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ShaderBuilder.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ShaderBuilder.h"; sourceTree = ""; }; - 7D5BF4D58C1F4510AD3B1E1C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanContext.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanContext.h; path = GSH_VulkanContext.h; sourceTree = SOURCE_ROOT; }; - 82C4BC2E28E544F3B5C01F84 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanClutLoad.h; path = GSH_VulkanClutLoad.h; sourceTree = SOURCE_ROOT; }; - 84A3A890B511462E82D898E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanDrawUtils.cpp; path = GSH_VulkanDrawUtils.cpp; sourceTree = SOURCE_ROOT; }; - 855B2F9BE7E94D1986D1A0A1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Device.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Device.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Device.h"; sourceTree = ""; }; - 886C0873CAA84784859C5172 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanOffscreen.cpp; path = GSH_VulkanOffscreen.cpp; sourceTree = SOURCE_ROOT; }; - 891C5A3B8BE3486CA157931A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanDeviceInfo.cpp; path = GSH_VulkanDeviceInfo.cpp; sourceTree = SOURCE_ROOT; }; - 89C77F78CD1C493D83ED7215 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanTransferLocal.cpp; path = GSH_VulkanTransferLocal.cpp; sourceTree = SOURCE_ROOT; }; - 8F0C41AA4C3A41E39D119D80 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Utils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Utils.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Utils.h"; sourceTree = ""; }; - 9045AFD88AFA4EFB869F34DA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanOffscreen.h; path = GSH_VulkanOffscreen.h; sourceTree = SOURCE_ROOT; }; - 9072AD99295242A5950E4942 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Uint3Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Uint3Value.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Uint3Value.h"; sourceTree = ""; }; - 93A2151B69D749D4A002A2BB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanDrawUtils.h; path = GSH_VulkanDrawUtils.h; sourceTree = SOURCE_ROOT; }; - 9470736BEFA74D1FA59CE03D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/StructChain.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StructChain.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/StructChain.h"; sourceTree = ""; }; - 98FE68CE6B4E4CC2B9FDE462 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/IntValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IntValue.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/IntValue.h"; sourceTree = ""; }; - 990466D27F744D2EA6384B46 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Device.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Device.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Device.cpp"; sourceTree = ""; }; - 9CBB28F57A7249A38721F366 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/CMakeLists.txt"; sourceTree = ""; }; - 9DB123EA8CD2481BBBA28AC4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanDraw.h; path = GSH_VulkanDraw.h; sourceTree = SOURCE_ROOT; }; - 9E15C86F5F2B4040989FCF9E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanPresent.cpp; path = GSH_VulkanPresent.cpp; sourceTree = SOURCE_ROOT; }; - 9F0017E8156744A69121F397 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Texture2DValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Texture2DValue.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Texture2DValue.h"; sourceTree = ""; }; + 66983C5F9AF24264BF3859EC /* ../Play-/deps/Framework/src/vulkan/Loader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Loader.cpp; path = "../Play-/deps/Framework/src/vulkan/Loader.cpp"; sourceTree = ""; }; + 66C6969C03614AF2A75451F3 /* ../Play-/deps/Nuanceur/include/nuanceur/generators/HlslShaderGenerator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HlslShaderGenerator.h; path = "../Play-/deps/Nuanceur/include/nuanceur/generators/HlslShaderGenerator.h"; sourceTree = ""; }; + 670A8C91DD1245E996F6BCDC /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanDrawMobile.h; path = GSH_VulkanDrawMobile.h; sourceTree = SOURCE_ROOT; }; + 6C169D65B8FE451FB8208BDA /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Int2Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Int2Value.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/Int2Value.h"; sourceTree = ""; }; + 6F19CEBAA9C64493B6D81CFB /* ../Play-/deps/Framework/include/vulkan/Image.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Image.h; path = "../Play-/deps/Framework/include/vulkan/Image.h"; sourceTree = ""; }; + 73EC201A9E8940D187993699 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Operations.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Operations.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/Operations.h"; sourceTree = ""; }; + 774107A3B5CA4A0F87C1D421 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/ShaderBuilder.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ShaderBuilder.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/ShaderBuilder.h"; sourceTree = ""; }; + 7D5BF4D58C1F4510AD3B1E1C /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanContext.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanContext.h; path = GSH_VulkanContext.h; sourceTree = SOURCE_ROOT; }; + 82C4BC2E28E544F3B5C01F84 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanClutLoad.h; path = GSH_VulkanClutLoad.h; sourceTree = SOURCE_ROOT; }; + 84A3A890B511462E82D898E0 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanDrawUtils.cpp; path = GSH_VulkanDrawUtils.cpp; sourceTree = SOURCE_ROOT; }; + 855B2F9BE7E94D1986D1A0A1 /* ../Play-/deps/Framework/include/vulkan/Device.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Device.h; path = "../Play-/deps/Framework/include/vulkan/Device.h"; sourceTree = ""; }; + 886C0873CAA84784859C5172 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanOffscreen.cpp; path = GSH_VulkanOffscreen.cpp; sourceTree = SOURCE_ROOT; }; + 891C5A3B8BE3486CA157931A /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanDeviceInfo.cpp; path = GSH_VulkanDeviceInfo.cpp; sourceTree = SOURCE_ROOT; }; + 89C77F78CD1C493D83ED7215 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanTransferLocal.cpp; path = GSH_VulkanTransferLocal.cpp; sourceTree = SOURCE_ROOT; }; + 8F0C41AA4C3A41E39D119D80 /* ../Play-/deps/Framework/include/vulkan/Utils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Utils.h; path = "../Play-/deps/Framework/include/vulkan/Utils.h"; sourceTree = ""; }; + 9045AFD88AFA4EFB869F34DA /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanOffscreen.h; path = GSH_VulkanOffscreen.h; sourceTree = SOURCE_ROOT; }; + 9072AD99295242A5950E4942 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Uint3Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Uint3Value.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/Uint3Value.h"; sourceTree = ""; }; + 93A2151B69D749D4A002A2BB /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanDrawUtils.h; path = GSH_VulkanDrawUtils.h; sourceTree = SOURCE_ROOT; }; + 9470736BEFA74D1FA59CE03D /* ../Play-/deps/Framework/include/vulkan/StructChain.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StructChain.h; path = "../Play-/deps/Framework/include/vulkan/StructChain.h"; sourceTree = ""; }; + 98FE68CE6B4E4CC2B9FDE462 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/IntValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IntValue.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/IntValue.h"; sourceTree = ""; }; + 990466D27F744D2EA6384B46 /* ../Play-/deps/Framework/src/vulkan/Device.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Device.cpp; path = "../Play-/deps/Framework/src/vulkan/Device.cpp"; sourceTree = ""; }; + 9CBB28F57A7249A38721F366 /* ../Play-/deps/Framework/build_cmake/FrameworkVulkan/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/Framework/build_cmake/FrameworkVulkan/CMakeLists.txt"; sourceTree = ""; }; + 9DB123EA8CD2481BBBA28AC4 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanDraw.h; path = GSH_VulkanDraw.h; sourceTree = SOURCE_ROOT; }; + 9E15C86F5F2B4040989FCF9E /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanPresent.cpp; path = GSH_VulkanPresent.cpp; sourceTree = SOURCE_ROOT; }; + 9F0017E8156744A69121F397 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Texture2DValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Texture2DValue.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/Texture2DValue.h"; sourceTree = ""; }; 9FC512E9F5A84D8E916A1F9C /* Framework_Vulkan */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libFramework_Vulkan.a; sourceTree = BUILT_PRODUCTS_DIR; }; - A69EF226683F4E558E1A6794 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanTransferHost.cpp; path = GSH_VulkanTransferHost.cpp; sourceTree = SOURCE_ROOT; }; - A740E8120B8743A7850BADF2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Instance.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Instance.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Instance.cpp"; sourceTree = ""; }; - AAE3DE2A537F4799BACCC89F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ImageUint2DValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ImageUint2DValue.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ImageUint2DValue.h"; sourceTree = ""; }; - AB8C33A4C1684CFA9AA94E89 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanDrawDesktop.cpp; path = GSH_VulkanDrawDesktop.cpp; sourceTree = SOURCE_ROOT; }; - AB9E68DE065346CE9343AB3E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanFrameCommandBuffer.h; path = GSH_VulkanFrameCommandBuffer.h; sourceTree = SOURCE_ROOT; }; - AD5701FB80BF47C49224ACB9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FloatSwizzleSelector.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector.h"; sourceTree = ""; }; - B0752FB021FC4AE0AB003722 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Instance.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Instance.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Instance.h"; sourceTree = ""; }; - B7408018EDA24244B1989A97 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanDraw.cpp; path = GSH_VulkanDraw.cpp; sourceTree = SOURCE_ROOT; }; - B77053E775D54182A2B8AC59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/CMakeFiles/gsh_vulkan.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/CMakeFiles/gsh_vulkan.dir/Info.plist; sourceTree = ""; }; - C11CC651AA3C4BD3887C1A28 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/GlslShaderGenerator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GlslShaderGenerator.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/GlslShaderGenerator.h"; sourceTree = ""; }; - C4BA99CBC3B0406B8D677E82 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector4.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FloatSwizzleSelector4.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector4.h"; sourceTree = ""; }; - CBB735B15C4644F38360D0AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ArrayUintValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ArrayUintValue.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ArrayUintValue.h"; sourceTree = ""; }; - CBDB97B85A51458DAD42B7EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - CDF32A8CEC124C6583E6418F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Uint4Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Uint4Value.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Uint4Value.h"; sourceTree = ""; }; - CE9E5CF236A1430C85ED6283 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Buffer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Buffer.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Buffer.h"; sourceTree = ""; }; - D13FFD4727984548800D2742 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanDrawDesktop.h; path = GSH_VulkanDrawDesktop.h; sourceTree = SOURCE_ROOT; }; - D1AFF7774D0A443CA95ADC37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/CMakeLists.txt"; sourceTree = ""; }; - D2AE6440F48142E2B0F1E628 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Image.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Image.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Image.cpp"; sourceTree = ""; }; - D337BB4311F44841AED8C578 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float4Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Float4Value.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float4Value.h"; sourceTree = ""; }; - D388488FFC014A8890CA05F7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int3Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Int3Value.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int3Value.h"; sourceTree = ""; }; - DAE3D6DCCD8E451C99399431 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float2Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Float2Value.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float2Value.h"; sourceTree = ""; }; - DB538A4C91E3423FAAC68144 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/UintValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = UintValue.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/UintValue.h"; sourceTree = ""; }; + A69EF226683F4E558E1A6794 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanTransferHost.cpp; path = GSH_VulkanTransferHost.cpp; sourceTree = SOURCE_ROOT; }; + A740E8120B8743A7850BADF2 /* ../Play-/deps/Framework/src/vulkan/Instance.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Instance.cpp; path = "../Play-/deps/Framework/src/vulkan/Instance.cpp"; sourceTree = ""; }; + AAE3DE2A537F4799BACCC89F /* ../Play-/deps/Nuanceur/include/nuanceur/builder/ImageUint2DValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ImageUint2DValue.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/ImageUint2DValue.h"; sourceTree = ""; }; + AB8C33A4C1684CFA9AA94E89 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanDrawDesktop.cpp; path = GSH_VulkanDrawDesktop.cpp; sourceTree = SOURCE_ROOT; }; + AB9E68DE065346CE9343AB3E /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanFrameCommandBuffer.h; path = GSH_VulkanFrameCommandBuffer.h; sourceTree = SOURCE_ROOT; }; + AD5701FB80BF47C49224ACB9 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FloatSwizzleSelector.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector.h"; sourceTree = ""; }; + B0752FB021FC4AE0AB003722 /* ../Play-/deps/Framework/include/vulkan/Instance.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Instance.h; path = "../Play-/deps/Framework/include/vulkan/Instance.h"; sourceTree = ""; }; + B7408018EDA24244B1989A97 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GSH_VulkanDraw.cpp; path = GSH_VulkanDraw.cpp; sourceTree = SOURCE_ROOT; }; + B77053E775D54182A2B8AC59 /* ../cmake/Source/ui_ios/gs/GSH_Vulkan/CMakeFiles/gsh_vulkan.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/gs/GSH_Vulkan/CMakeFiles/gsh_vulkan.dir/Info.plist; sourceTree = ""; }; + C11CC651AA3C4BD3887C1A28 /* ../Play-/deps/Nuanceur/include/nuanceur/generators/GlslShaderGenerator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GlslShaderGenerator.h; path = "../Play-/deps/Nuanceur/include/nuanceur/generators/GlslShaderGenerator.h"; sourceTree = ""; }; + C4BA99CBC3B0406B8D677E82 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector4.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FloatSwizzleSelector4.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector4.h"; sourceTree = ""; }; + CBB735B15C4644F38360D0AB /* ../Play-/deps/Nuanceur/include/nuanceur/builder/ArrayUintValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ArrayUintValue.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/ArrayUintValue.h"; sourceTree = ""; }; + CBDB97B85A51458DAD42B7EE /* ../Play-/Source/gs/GSH_Vulkan/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + CDF32A8CEC124C6583E6418F /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Uint4Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Uint4Value.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/Uint4Value.h"; sourceTree = ""; }; + CE9E5CF236A1430C85ED6283 /* ../Play-/deps/Framework/include/vulkan/Buffer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Buffer.h; path = "../Play-/deps/Framework/include/vulkan/Buffer.h"; sourceTree = ""; }; + D13FFD4727984548800D2742 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanDrawDesktop.h; path = GSH_VulkanDrawDesktop.h; sourceTree = SOURCE_ROOT; }; + D1AFF7774D0A443CA95ADC37 /* ../Play-/deps/Nuanceur/build_cmake/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = "../Play-/deps/Nuanceur/build_cmake/CMakeLists.txt"; sourceTree = ""; }; + D2AE6440F48142E2B0F1E628 /* ../Play-/deps/Framework/src/vulkan/Image.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Image.cpp; path = "../Play-/deps/Framework/src/vulkan/Image.cpp"; sourceTree = ""; }; + D337BB4311F44841AED8C578 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Float4Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Float4Value.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/Float4Value.h"; sourceTree = ""; }; + D388488FFC014A8890CA05F7 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Int3Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Int3Value.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/Int3Value.h"; sourceTree = ""; }; + DAE3D6DCCD8E451C99399431 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Float2Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Float2Value.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/Float2Value.h"; sourceTree = ""; }; + DB538A4C91E3423FAAC68144 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/UintValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = UintValue.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/UintValue.h"; sourceTree = ""; }; DF57B9F82C5E4AC484B15BF7 /* gsh_vulkan */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libgsh_vulkan.a; sourceTree = BUILT_PRODUCTS_DIR; }; - E39E8AD7270645FEA71CA405 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/builder/Operations.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Operations.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/builder/Operations.cpp"; sourceTree = ""; }; - E483B33AFE29411ABD95CA21 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Utils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Utils.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Utils.cpp"; sourceTree = ""; }; - E707C718FBF142C0977D8CEC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/ShaderModule.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ShaderModule.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/ShaderModule.h"; sourceTree = ""; }; - E7AF2C0A43684BE8B4A8AE95 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/SubpassInputValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SubpassInputValue.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/SubpassInputValue.h"; sourceTree = ""; }; - E8A500D598B14BBBAD4F2DF9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/BoolValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BoolValue.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/BoolValue.h"; sourceTree = ""; }; - EE18FFB552D345B2B8694FB1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Matrix44Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Matrix44Value.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Matrix44Value.h"; sourceTree = ""; }; - FDEE8EAC7ABE4B17A745EB37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanPresent.h; path = GSH_VulkanPresent.h; sourceTree = SOURCE_ROOT; }; - FE6874AF83074F1385182BFB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Buffer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Buffer.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Buffer.cpp"; sourceTree = ""; }; + E39E8AD7270645FEA71CA405 /* ../Play-/deps/Nuanceur/src/builder/Operations.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Operations.cpp; path = "../Play-/deps/Nuanceur/src/builder/Operations.cpp"; sourceTree = ""; }; + E483B33AFE29411ABD95CA21 /* ../Play-/deps/Framework/src/vulkan/Utils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Utils.cpp; path = "../Play-/deps/Framework/src/vulkan/Utils.cpp"; sourceTree = ""; }; + E707C718FBF142C0977D8CEC /* ../Play-/deps/Framework/include/vulkan/ShaderModule.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ShaderModule.h; path = "../Play-/deps/Framework/include/vulkan/ShaderModule.h"; sourceTree = ""; }; + E7AF2C0A43684BE8B4A8AE95 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/SubpassInputValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SubpassInputValue.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/SubpassInputValue.h"; sourceTree = ""; }; + E8A500D598B14BBBAD4F2DF9 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/BoolValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BoolValue.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/BoolValue.h"; sourceTree = ""; }; + EE18FFB552D345B2B8694FB1 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Matrix44Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Matrix44Value.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/Matrix44Value.h"; sourceTree = ""; }; + FDEE8EAC7ABE4B17A745EB37 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GSH_VulkanPresent.h; path = GSH_VulkanPresent.h; sourceTree = SOURCE_ROOT; }; + FE6874AF83074F1385182BFB /* ../Play-/deps/Framework/src/vulkan/Buffer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Buffer.cpp; path = "../Play-/deps/Framework/src/vulkan/Buffer.cpp"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -377,7 +377,7 @@ 06AF07140FBF4065B9349206 /* Resources */ = { isa = PBXGroup; children = ( - 28FB1FA1D60048E888ACAA9C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeFiles/Nuanceur.dir/Info.plist */, + 28FB1FA1D60048E888ACAA9C /* ../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeFiles/Nuanceur.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -385,17 +385,17 @@ 07DCB3C2CC854C1F8C77B098 /* Header Files */ = { isa = PBXGroup; children = ( - CE9E5CF236A1430C85ED6283 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Buffer.h */, - 574A483D623D45CC9B5197D9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/CommandBufferPool.h */, - 855B2F9BE7E94D1986D1A0A1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Device.h */, - 6F19CEBAA9C64493B6D81CFB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Image.h */, - B0752FB021FC4AE0AB003722 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Instance.h */, - 26D3B7BAEA314E70BC871791 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Loader.h */, - E707C718FBF142C0977D8CEC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/ShaderModule.h */, - 9470736BEFA74D1FA59CE03D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/StructChain.h */, - 29396D418E8E4D8B8D39D2F7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/StructDefs.h */, - 8F0C41AA4C3A41E39D119D80 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/Utils.h */, - 390AA67C08E247AE87A2DFD2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/include/vulkan/VulkanDef.h */, + CE9E5CF236A1430C85ED6283 /* ../Play-/deps/Framework/include/vulkan/Buffer.h */, + 574A483D623D45CC9B5197D9 /* ../Play-/deps/Framework/include/vulkan/CommandBufferPool.h */, + 855B2F9BE7E94D1986D1A0A1 /* ../Play-/deps/Framework/include/vulkan/Device.h */, + 6F19CEBAA9C64493B6D81CFB /* ../Play-/deps/Framework/include/vulkan/Image.h */, + B0752FB021FC4AE0AB003722 /* ../Play-/deps/Framework/include/vulkan/Instance.h */, + 26D3B7BAEA314E70BC871791 /* ../Play-/deps/Framework/include/vulkan/Loader.h */, + E707C718FBF142C0977D8CEC /* ../Play-/deps/Framework/include/vulkan/ShaderModule.h */, + 9470736BEFA74D1FA59CE03D /* ../Play-/deps/Framework/include/vulkan/StructChain.h */, + 29396D418E8E4D8B8D39D2F7 /* ../Play-/deps/Framework/include/vulkan/StructDefs.h */, + 8F0C41AA4C3A41E39D119D80 /* ../Play-/deps/Framework/include/vulkan/Utils.h */, + 390AA67C08E247AE87A2DFD2 /* ../Play-/deps/Framework/include/vulkan/VulkanDef.h */, ); name = "Header Files"; sourceTree = ""; @@ -403,19 +403,19 @@ 10A263E35C8E47268C841D30 /* Source Files */ = { isa = PBXGroup; children = ( - 1C9FDF6931BB4C5CA2E676EA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.cpp */, - 42658EB5D28B46ED91ADB222 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.cpp */, - 891C5A3B8BE3486CA157931A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.cpp */, - B7408018EDA24244B1989A97 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.cpp */, - AB8C33A4C1684CFA9AA94E89 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.cpp */, - 4363DB7E504B4F3898F0EA6B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.cpp */, - 84A3A890B511462E82D898E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.cpp */, - 2C9768CB2D034D988ACA01D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.cpp */, - 4DDA0BAF007F43F79F233D6A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.cpp */, - 886C0873CAA84784859C5172 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.cpp */, - 9E15C86F5F2B4040989FCF9E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.cpp */, - A69EF226683F4E558E1A6794 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.cpp */, - 89C77F78CD1C493D83ED7215 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.cpp */, + 1C9FDF6931BB4C5CA2E676EA /* ../Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.cpp */, + 42658EB5D28B46ED91ADB222 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.cpp */, + 891C5A3B8BE3486CA157931A /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.cpp */, + B7408018EDA24244B1989A97 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.cpp */, + AB8C33A4C1684CFA9AA94E89 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.cpp */, + 4363DB7E504B4F3898F0EA6B /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.cpp */, + 84A3A890B511462E82D898E0 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.cpp */, + 2C9768CB2D034D988ACA01D8 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.cpp */, + 4DDA0BAF007F43F79F233D6A /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.cpp */, + 886C0873CAA84784859C5172 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.cpp */, + 9E15C86F5F2B4040989FCF9E /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.cpp */, + A69EF226683F4E558E1A6794 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.cpp */, + 89C77F78CD1C493D83ED7215 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -423,33 +423,33 @@ 133668BCEF9F4C38B8E3C9F1 /* Header Files */ = { isa = PBXGroup; children = ( - 40833A25328E411AA3CC501D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/Builder.h */, - CBB735B15C4644F38360D0AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ArrayUintValue.h */, - E8A500D598B14BBBAD4F2DF9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/BoolValue.h */, - DAE3D6DCCD8E451C99399431 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float2Value.h */, - 2B70AB541383412C8D6B8CA3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float3Value.h */, - D337BB4311F44841AED8C578 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float4Value.h */, - AD5701FB80BF47C49224ACB9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector.h */, - C4BA99CBC3B0406B8D677E82 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector4.h */, - 10F61F1C891442CBB4EA57E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatValue.h */, - AAE3DE2A537F4799BACCC89F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ImageUint2DValue.h */, - 6C169D65B8FE451FB8208BDA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int2Value.h */, - D388488FFC014A8890CA05F7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int3Value.h */, - 54E7569C2D004787996115B8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int4Value.h */, - 480EEA39B87D4706A4EAD56B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/IntSwizzleSelector4.h */, - 98FE68CE6B4E4CC2B9FDE462 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/IntValue.h */, - EE18FFB552D345B2B8694FB1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Matrix44Value.h */, - 73EC201A9E8940D187993699 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Operations.h */, - 774107A3B5CA4A0F87C1D421 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ShaderBuilder.h */, - E7AF2C0A43684BE8B4A8AE95 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/SubpassInputValue.h */, - 9F0017E8156744A69121F397 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Texture2DValue.h */, - 9072AD99295242A5950E4942 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Uint3Value.h */, - CDF32A8CEC124C6583E6418F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Uint4Value.h */, - 2BAF857AFD3E476AADEB73D9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/UintSwizzleSelector4.h */, - DB538A4C91E3423FAAC68144 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/UintValue.h */, - C11CC651AA3C4BD3887C1A28 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/GlslShaderGenerator.h */, - 66C6969C03614AF2A75451F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/HlslShaderGenerator.h */, - 05856A7F898343D0AD8C644B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/SpirvShaderGenerator.h */, + 40833A25328E411AA3CC501D /* ../Play-/deps/Nuanceur/include/nuanceur/Builder.h */, + CBB735B15C4644F38360D0AB /* ../Play-/deps/Nuanceur/include/nuanceur/builder/ArrayUintValue.h */, + E8A500D598B14BBBAD4F2DF9 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/BoolValue.h */, + DAE3D6DCCD8E451C99399431 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Float2Value.h */, + 2B70AB541383412C8D6B8CA3 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Float3Value.h */, + D337BB4311F44841AED8C578 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Float4Value.h */, + AD5701FB80BF47C49224ACB9 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector.h */, + C4BA99CBC3B0406B8D677E82 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector4.h */, + 10F61F1C891442CBB4EA57E0 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/FloatValue.h */, + AAE3DE2A537F4799BACCC89F /* ../Play-/deps/Nuanceur/include/nuanceur/builder/ImageUint2DValue.h */, + 6C169D65B8FE451FB8208BDA /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Int2Value.h */, + D388488FFC014A8890CA05F7 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Int3Value.h */, + 54E7569C2D004787996115B8 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Int4Value.h */, + 480EEA39B87D4706A4EAD56B /* ../Play-/deps/Nuanceur/include/nuanceur/builder/IntSwizzleSelector4.h */, + 98FE68CE6B4E4CC2B9FDE462 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/IntValue.h */, + EE18FFB552D345B2B8694FB1 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Matrix44Value.h */, + 73EC201A9E8940D187993699 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Operations.h */, + 774107A3B5CA4A0F87C1D421 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/ShaderBuilder.h */, + E7AF2C0A43684BE8B4A8AE95 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/SubpassInputValue.h */, + 9F0017E8156744A69121F397 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Texture2DValue.h */, + 9072AD99295242A5950E4942 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Uint3Value.h */, + CDF32A8CEC124C6583E6418F /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Uint4Value.h */, + 2BAF857AFD3E476AADEB73D9 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/UintSwizzleSelector4.h */, + DB538A4C91E3423FAAC68144 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/UintValue.h */, + C11CC651AA3C4BD3887C1A28 /* ../Play-/deps/Nuanceur/include/nuanceur/generators/GlslShaderGenerator.h */, + 66C6969C03614AF2A75451F3 /* ../Play-/deps/Nuanceur/include/nuanceur/generators/HlslShaderGenerator.h */, + 05856A7F898343D0AD8C644B /* ../Play-/deps/Nuanceur/include/nuanceur/generators/SpirvShaderGenerator.h */, ); name = "Header Files"; sourceTree = ""; @@ -480,7 +480,7 @@ 10A263E35C8E47268C841D30 /* Source Files */, C4067A01ABAB481593B61A5C /* Header Files */, BC7EA203C4DB41BF9748B464 /* Resources */, - 4EEA4258B353428CBFFDE172 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/CMakeLists.txt */, + 4EEA4258B353428CBFFDE172 /* ../Play-/Source/gs/GSH_Vulkan/CMakeLists.txt */, ); name = gsh_vulkan; sourceTree = ""; @@ -505,11 +505,11 @@ B74BA04F76CE4363AC207478 /* Source Files */ = { isa = PBXGroup; children = ( - E39E8AD7270645FEA71CA405 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/builder/Operations.cpp */, - 2C3063D76EB948F6B2175FFA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/builder/ShaderBuilder.cpp */, - 213F281DAE4A4C8ABECEC7B0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/GlslShaderGenerator.cpp */, - 18D37F51BD994F7AB96D990D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/HlslShaderGenerator.cpp */, - 121BCFA0567045FCA5E3D7DF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/SpirvShaderGenerator.cpp */, + E39E8AD7270645FEA71CA405 /* ../Play-/deps/Nuanceur/src/builder/Operations.cpp */, + 2C3063D76EB948F6B2175FFA /* ../Play-/deps/Nuanceur/src/builder/ShaderBuilder.cpp */, + 213F281DAE4A4C8ABECEC7B0 /* ../Play-/deps/Nuanceur/src/generators/GlslShaderGenerator.cpp */, + 18D37F51BD994F7AB96D990D /* ../Play-/deps/Nuanceur/src/generators/HlslShaderGenerator.cpp */, + 121BCFA0567045FCA5E3D7DF /* ../Play-/deps/Nuanceur/src/generators/SpirvShaderGenerator.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -517,7 +517,7 @@ BC7EA203C4DB41BF9748B464 /* Resources */ = { isa = PBXGroup; children = ( - B77053E775D54182A2B8AC59 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/CMakeFiles/gsh_vulkan.dir/Info.plist */, + B77053E775D54182A2B8AC59 /* ../cmake/Source/ui_ios/gs/GSH_Vulkan/CMakeFiles/gsh_vulkan.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -525,22 +525,22 @@ C4067A01ABAB481593B61A5C /* Header Files */ = { isa = PBXGroup; children = ( - 1E44C5B100B24B5D81087240 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.h */, - 82C4BC2E28E544F3B5C01F84 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.h */, - 7D5BF4D58C1F4510AD3B1E1C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanContext.h */, - 4CAD61B45C5B49D487631E22 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.h */, - 9DB123EA8CD2481BBBA28AC4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.h */, - D13FFD4727984548800D2742 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.h */, - 670A8C91DD1245E996F6BCDC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.h */, - 93A2151B69D749D4A002A2BB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.h */, - AB9E68DE065346CE9343AB3E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.h */, - 02E0C7AB45C44F30AEA9883E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.h */, - 9045AFD88AFA4EFB869F34DA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.h */, - 19196AC2C71E4872920E4FB8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanPipelineCache.h */, - 5745B382E3A2440AA39FDB86 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanPlatformDefs.h */, - FDEE8EAC7ABE4B17A745EB37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.h */, - 21B2414C482745E68940157B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.h */, - 313FA1685526403BBCC6D1FF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.h */, + 1E44C5B100B24B5D81087240 /* ../Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.h */, + 82C4BC2E28E544F3B5C01F84 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.h */, + 7D5BF4D58C1F4510AD3B1E1C /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanContext.h */, + 4CAD61B45C5B49D487631E22 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.h */, + 9DB123EA8CD2481BBBA28AC4 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.h */, + D13FFD4727984548800D2742 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.h */, + 670A8C91DD1245E996F6BCDC /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.h */, + 93A2151B69D749D4A002A2BB /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.h */, + AB9E68DE065346CE9343AB3E /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.h */, + 02E0C7AB45C44F30AEA9883E /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.h */, + 9045AFD88AFA4EFB869F34DA /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.h */, + 19196AC2C71E4872920E4FB8 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanPipelineCache.h */, + 5745B382E3A2440AA39FDB86 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanPlatformDefs.h */, + FDEE8EAC7ABE4B17A745EB37 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.h */, + 21B2414C482745E68940157B /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.h */, + 313FA1685526403BBCC6D1FF /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.h */, ); name = "Header Files"; sourceTree = ""; @@ -551,7 +551,7 @@ E30127FA297340A7975DA61B /* Source Files */, 07DCB3C2CC854C1F8C77B098 /* Header Files */, F1DB65D5DFC54B4198BDADCB /* Resources */, - 9CBB28F57A7249A38721F366 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/CMakeLists.txt */, + 9CBB28F57A7249A38721F366 /* ../Play-/deps/Framework/build_cmake/FrameworkVulkan/CMakeLists.txt */, ); name = Framework_Vulkan; sourceTree = ""; @@ -560,7 +560,7 @@ isa = PBXGroup; children = ( 558F392CF5344F7287C7BD6C /* CMake Rules */, - CBDB97B85A51458DAD42B7EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/CMakeLists.txt */, + CBDB97B85A51458DAD42B7EE /* ../Play-/Source/gs/GSH_Vulkan/CMakeLists.txt */, ); name = ALL_BUILD; sourceTree = ""; @@ -571,7 +571,7 @@ B74BA04F76CE4363AC207478 /* Source Files */, 133668BCEF9F4C38B8E3C9F1 /* Header Files */, 06AF07140FBF4065B9349206 /* Resources */, - D1AFF7774D0A443CA95ADC37 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/CMakeLists.txt */, + D1AFF7774D0A443CA95ADC37 /* ../Play-/deps/Nuanceur/build_cmake/CMakeLists.txt */, ); name = Nuanceur; sourceTree = ""; @@ -586,14 +586,14 @@ E30127FA297340A7975DA61B /* Source Files */ = { isa = PBXGroup; children = ( - FE6874AF83074F1385182BFB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Buffer.cpp */, - 117863AE35AB4ED6ADDDB8E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/CommandBufferPool.cpp */, - 990466D27F744D2EA6384B46 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Device.cpp */, - D2AE6440F48142E2B0F1E628 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Image.cpp */, - A740E8120B8743A7850BADF2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Instance.cpp */, - 66983C5F9AF24264BF3859EC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Loader.cpp */, - 43C3A09E713D4A9280C1272A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/ShaderModule.cpp */, - E483B33AFE29411ABD95CA21 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Utils.cpp */, + FE6874AF83074F1385182BFB /* ../Play-/deps/Framework/src/vulkan/Buffer.cpp */, + 117863AE35AB4ED6ADDDB8E3 /* ../Play-/deps/Framework/src/vulkan/CommandBufferPool.cpp */, + 990466D27F744D2EA6384B46 /* ../Play-/deps/Framework/src/vulkan/Device.cpp */, + D2AE6440F48142E2B0F1E628 /* ../Play-/deps/Framework/src/vulkan/Image.cpp */, + A740E8120B8743A7850BADF2 /* ../Play-/deps/Framework/src/vulkan/Instance.cpp */, + 66983C5F9AF24264BF3859EC /* ../Play-/deps/Framework/src/vulkan/Loader.cpp */, + 43C3A09E713D4A9280C1272A /* ../Play-/deps/Framework/src/vulkan/ShaderModule.cpp */, + E483B33AFE29411ABD95CA21 /* ../Play-/deps/Framework/src/vulkan/Utils.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -601,7 +601,7 @@ F1DB65D5DFC54B4198BDADCB /* Resources */ = { isa = PBXGroup; children = ( - 06D051C8EF2D47EBAE9286A2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeFiles/Framework_Vulkan.dir/Info.plist */, + 06D051C8EF2D47EBAE9286A2 /* ../cmake/Source/ui_ios/gs/GSH_Vulkan/FrameworkVulkan/CMakeFiles/Framework_Vulkan.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -710,19 +710,19 @@ shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi "; @@ -738,24 +738,24 @@ fi ); name = "Generate CMakeFiles/ALL_BUILD"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/CMakeFiles/ALL_BUILD ); +../cmake/Source/ui_ios/gs/GSH_Vulkan/CMakeFiles/ALL_BUILD ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan echo Build\\ all\\ projects fi "; @@ -786,25 +786,25 @@ exit 0"; ); name = "Generate CMakeFiles/ZERO_CHECK"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/CMakeFiles/ZERO_CHECK ); +../cmake/Source/ui_ios/gs/GSH_Vulkan/CMakeFiles/ZERO_CHECK ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan + make -f ../cmake/Source/ui_ios/gs/GSH_Vulkan/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan + make -f ../cmake/Source/ui_ios/gs/GSH_Vulkan/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan + make -f ../cmake/Source/ui_ios/gs/GSH_Vulkan/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan + make -f ../cmake/Source/ui_ios/gs/GSH_Vulkan/CMakeScripts/ReRunCMake.make fi "; showEnvVarsInLog = 0; @@ -822,19 +822,19 @@ fi shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi "; @@ -898,19 +898,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; @@ -938,19 +938,19 @@ exit 0"; isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - F93B9CBA3F6F455C9A4F428E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.cpp */, - 24B31CAF18C3493489859F2B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.cpp */, - 5F2F449856EC4CE39592E615 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.cpp */, - 7795BF2B39484D94AC08B3CE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.cpp */, - B70A366435A1459BAD9FBA82 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.cpp */, - E328DC61E6844C3285CEC6EC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.cpp */, - EB731B029FD84F799857A3B0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.cpp */, - 6D0EB4D86E1542D09089B2C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.cpp */, - 368BA9A847D941F2AFFCEF5E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.cpp */, - EA4B5B4600FF4FC79C266E61 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.cpp */, - E8210CAA8EDA4418879BCE2C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.cpp */, - C9BFE30378E543BAA4686733 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.cpp */, - 399CA445E135485CAECA5A1A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.cpp */, + F93B9CBA3F6F455C9A4F428E /* ../Play-/Source/gs/GSH_Vulkan/GSH_Vulkan.cpp */, + 24B31CAF18C3493489859F2B /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanClutLoad.cpp */, + 5F2F449856EC4CE39592E615 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDeviceInfo.cpp */, + 7795BF2B39484D94AC08B3CE /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDraw.cpp */, + B70A366435A1459BAD9FBA82 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawDesktop.cpp */, + E328DC61E6844C3285CEC6EC /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawMobile.cpp */, + EB731B029FD84F799857A3B0 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanDrawUtils.cpp */, + 6D0EB4D86E1542D09089B2C9 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanFrameCommandBuffer.cpp */, + 368BA9A847D941F2AFFCEF5E /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanMemoryUtils.cpp */, + EA4B5B4600FF4FC79C266E61 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanOffscreen.cpp */, + E8210CAA8EDA4418879BCE2C /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanPresent.cpp */, + C9BFE30378E543BAA4686733 /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferHost.cpp */, + 399CA445E135485CAECA5A1A /* ../Play-/Source/gs/GSH_Vulkan/GSH_VulkanTransferLocal.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -958,14 +958,14 @@ exit 0"; isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 663EF4B1DE4444C8AC7A337E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Buffer.cpp */, - F0176DA6D5814EC2B8056A72 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/CommandBufferPool.cpp */, - 781B34B34E2F4A798C98B91B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Device.cpp */, - 064ED01B4B794472A099350F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Image.cpp */, - CE3C17DDCEAF46C2A61DB5F2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Instance.cpp */, - 927FC48E9C654E9CBC8E8D7D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Loader.cpp */, - 8D69C093762D4D6480EC4076 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/ShaderModule.cpp */, - 4C838B6FCDC347D19BE6AAF7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/src/vulkan/Utils.cpp */, + 663EF4B1DE4444C8AC7A337E /* ../Play-/deps/Framework/src/vulkan/Buffer.cpp */, + F0176DA6D5814EC2B8056A72 /* ../Play-/deps/Framework/src/vulkan/CommandBufferPool.cpp */, + 781B34B34E2F4A798C98B91B /* ../Play-/deps/Framework/src/vulkan/Device.cpp */, + 064ED01B4B794472A099350F /* ../Play-/deps/Framework/src/vulkan/Image.cpp */, + CE3C17DDCEAF46C2A61DB5F2 /* ../Play-/deps/Framework/src/vulkan/Instance.cpp */, + 927FC48E9C654E9CBC8E8D7D /* ../Play-/deps/Framework/src/vulkan/Loader.cpp */, + 8D69C093762D4D6480EC4076 /* ../Play-/deps/Framework/src/vulkan/ShaderModule.cpp */, + 4C838B6FCDC347D19BE6AAF7 /* ../Play-/deps/Framework/src/vulkan/Utils.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -973,11 +973,11 @@ exit 0"; isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - CCF72BE14785442D9B90CA8C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/builder/Operations.cpp */, - 21B2EA4400CB4A9A8C0BC08B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/builder/ShaderBuilder.cpp */, - 40C3EF3DBD674D6AA32940BF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/GlslShaderGenerator.cpp */, - F0CFFED716164E90B82463EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/HlslShaderGenerator.cpp */, - 65AF4320CDED41309D4DA1ED /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/SpirvShaderGenerator.cpp */, + CCF72BE14785442D9B90CA8C /* ../Play-/deps/Nuanceur/src/builder/Operations.cpp */, + 21B2EA4400CB4A9A8C0BC08B /* ../Play-/deps/Nuanceur/src/builder/ShaderBuilder.cpp */, + 40C3EF3DBD674D6AA32940BF /* ../Play-/deps/Nuanceur/src/generators/GlslShaderGenerator.cpp */, + F0CFFED716164E90B82463EE /* ../Play-/deps/Nuanceur/src/generators/HlslShaderGenerator.cpp */, + 65AF4320CDED41309D4DA1ED /* ../Play-/deps/Nuanceur/src/generators/SpirvShaderGenerator.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1105,7 +1105,7 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",/Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",../../../MoltenVK/MoltenVK/include,"../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Nuanceur/build_cmake/../include","../Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1135,7 +1135,7 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",/Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",../../../MoltenVK/MoltenVK/include,"../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1165,7 +1165,7 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Nuanceur/build_cmake/../include","../Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1215,7 +1215,7 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Nuanceur/build_cmake/../include","../Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1325,7 +1325,7 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Nuanceur/build_cmake/../include","../Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1395,7 +1395,7 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",/Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",../../../MoltenVK/MoltenVK/include,"../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1445,7 +1445,7 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",/Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",../../../MoltenVK/MoltenVK/include,"../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1475,7 +1475,7 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",/Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",../../../MoltenVK/MoltenVK/include,"../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Nuanceur/build_cmake/../include","../Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1545,7 +1545,7 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",/Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",../../../MoltenVK/MoltenVK/include,"../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Nuanceur/build_cmake/../include","../Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1748,7 +1748,7 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",/Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",../../../MoltenVK/MoltenVK/include,"../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1778,7 +1778,7 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",/Users/jmattiello/Workspace/Provenance/Provenance/MoltenVK/MoltenVK/include,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source/gs/GSH_Vulkan/Source/gs/GSH_Vulkan","../Play-/deps/Framework/build_cmake/FrameworkVulkan/../../include",../../../MoltenVK/MoltenVK/include,"../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Nuanceur/build_cmake/../include","../Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1828,7 +1828,7 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Nuanceur/build_cmake/../include","../Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; diff --git a/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/Nuanceur.xcodeproj/project.pbxproj b/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/Nuanceur.xcodeproj/project.pbxproj index 38a4cbf26f..3ed2920c98 100644 --- a/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/Nuanceur.xcodeproj/project.pbxproj +++ b/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/Nuanceur.xcodeproj/project.pbxproj @@ -69,40 +69,40 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 03FA6EC8B36A4365A4C4F4E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/GlslShaderGenerator.cpp */ = {isa = PBXBuildFile; fileRef = 3975E5797FF6487D9A1521A8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/GlslShaderGenerator.cpp */; }; - 06916CACAC2743CF9C4367A0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatValue.h */ = {isa = PBXBuildFile; fileRef = B0C0931252474D80A33F4880 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatValue.h */; }; - 0C7888C0F8514D388C232E9A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/SubpassInputValue.h */ = {isa = PBXBuildFile; fileRef = C22C67AB619D44F980EBFFC6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/SubpassInputValue.h */; }; - 0CACE2687B334813BF22AE75 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int4Value.h */ = {isa = PBXBuildFile; fileRef = 3C05A772041D4AB7A9D8EC1F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int4Value.h */; }; - 13986932CEA04210AC0C9BD3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/BoolValue.h */ = {isa = PBXBuildFile; fileRef = 0EFF632569DD47D69DB72263 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/BoolValue.h */; }; - 2B57CCB784C946A4A2EC5240 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector.h */ = {isa = PBXBuildFile; fileRef = BA22351B97AB4CEB8F6FD0B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector.h */; }; - 43529BE9844641F08C391BFE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Operations.h */ = {isa = PBXBuildFile; fileRef = 7BE4219DA3954ACF9099DD45 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Operations.h */; }; - 45CD23ADE0D84A6C9CDFF403 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ShaderBuilder.h */ = {isa = PBXBuildFile; fileRef = 2F488B08DAB94FE79C128145 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ShaderBuilder.h */; }; - 4A6EE0A5101E4B0EA40F7300 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float4Value.h */ = {isa = PBXBuildFile; fileRef = 850164B1E1324C05A3691C28 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float4Value.h */; }; - 4D000F94CA6D48E38F17A380 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Uint3Value.h */ = {isa = PBXBuildFile; fileRef = 3C3C1F97B28C47A28708F423 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Uint3Value.h */; }; - 52A45BF8CA7B4AC38FD94E8D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/builder/ShaderBuilder.cpp */ = {isa = PBXBuildFile; fileRef = 2963F249EF464A18A98E7A86 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/builder/ShaderBuilder.cpp */; }; - 5C97B0DE639C4F56A279429E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float2Value.h */ = {isa = PBXBuildFile; fileRef = 23FB77C5D7AC45628D3BDDC7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float2Value.h */; }; - 5EEB1E7E86884940B8A3CDF2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Uint4Value.h */ = {isa = PBXBuildFile; fileRef = EB80E42A962D457FB1726BDB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Uint4Value.h */; }; - 62E324050DEF4505A5C2DB89 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Matrix44Value.h */ = {isa = PBXBuildFile; fileRef = 148EB924796A466EA7EB395A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Matrix44Value.h */; }; - 6476064BF2D94F89986E2CF1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/builder/Operations.cpp */ = {isa = PBXBuildFile; fileRef = 26FED6B7B93448E491B25068 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/builder/Operations.cpp */; }; - 6FDBB33EA90D4396BBFA502E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/HlslShaderGenerator.cpp */ = {isa = PBXBuildFile; fileRef = 8FA0E93A59334F12B93CE5B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/HlslShaderGenerator.cpp */; }; - 7166FDDB11394D2590F36C3C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/SpirvShaderGenerator.cpp */ = {isa = PBXBuildFile; fileRef = 87A8695330E24D128FB4C4FC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/SpirvShaderGenerator.cpp */; }; - 74A9BD43E3704E7FAD39692E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeFiles/Nuanceur.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 10B41F4816F548BCB12B2B93 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeFiles/Nuanceur.dir/Info.plist */; }; - 74E88A8563F64635BF1EFDF9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/IntSwizzleSelector4.h */ = {isa = PBXBuildFile; fileRef = B014728738C947E99A697B63 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/IntSwizzleSelector4.h */; }; - 78D5A35C6BF14ED4B69CAFFA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/UintValue.h */ = {isa = PBXBuildFile; fileRef = E9199D82B00547138D00DE2A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/UintValue.h */; }; - 837C8F60BF2F444CBAE8DF2E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float3Value.h */ = {isa = PBXBuildFile; fileRef = DD43031B77374D8BB892C391 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float3Value.h */; }; - 95751B7EE3A44776BC5B93DD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ImageUint2DValue.h */ = {isa = PBXBuildFile; fileRef = 9B40E9E0ED554A2C8038F62B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ImageUint2DValue.h */; }; - 9A6BA01A4D8F450BB0BD7756 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/SpirvShaderGenerator.h */ = {isa = PBXBuildFile; fileRef = 129A9C850C1049C087B580BC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/SpirvShaderGenerator.h */; }; - 9AF56360C13C4E22B6CCAF2C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/HlslShaderGenerator.h */ = {isa = PBXBuildFile; fileRef = B9840B27EAC3486DA722A601 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/HlslShaderGenerator.h */; }; - A5140BB91E064B7183EF17C5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int2Value.h */ = {isa = PBXBuildFile; fileRef = F6E05844DB2F4AE099CE3207 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int2Value.h */; }; - A6B135EEC578445BB63D362E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/GlslShaderGenerator.h */ = {isa = PBXBuildFile; fileRef = 1BFA391702E54AE693083E30 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/GlslShaderGenerator.h */; }; - AEE91E8071D3424584FB9866 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/Builder.h */ = {isa = PBXBuildFile; fileRef = 9606CD6D8D0E48F59585F3DD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/Builder.h */; }; - B01D55A57E91436BAEDCB1E5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector4.h */ = {isa = PBXBuildFile; fileRef = 7DB5AE7E7F2D4CC0A87D9B5B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector4.h */; }; - B7574A05B8C54548AA415233 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/UintSwizzleSelector4.h */ = {isa = PBXBuildFile; fileRef = 869F0DADF2AF473786608314 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/UintSwizzleSelector4.h */; }; - DC9E383717194A70AB4FC45C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/IntValue.h */ = {isa = PBXBuildFile; fileRef = 7EBD0CC24F0A4E44A876F27A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/IntValue.h */; }; - E95CD2C572F447BB9B7094F2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Texture2DValue.h */ = {isa = PBXBuildFile; fileRef = 11C2C42A623D4572A4E8B23B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Texture2DValue.h */; }; - F9E0DC03D7C147448AF7C358 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = EFAC0C357EEB4363B9C2EF44 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/CMakeLists.txt */; }; - FC7BB5FC150B436B9B395AD9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int3Value.h */ = {isa = PBXBuildFile; fileRef = 29A893BE459349C3AAED9FCA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int3Value.h */; }; - FF2BF2C3D4334FD5BABA28F7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ArrayUintValue.h */ = {isa = PBXBuildFile; fileRef = 0341CCD4135E46EBAB3236B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ArrayUintValue.h */; }; + 03FA6EC8B36A4365A4C4F4E3 /* ../Play-/deps/Nuanceur/src/generators/GlslShaderGenerator.cpp */ = {isa = PBXBuildFile; fileRef = 3975E5797FF6487D9A1521A8 /* ../Play-/deps/Nuanceur/src/generators/GlslShaderGenerator.cpp */; }; + 06916CACAC2743CF9C4367A0 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/FloatValue.h */ = {isa = PBXBuildFile; fileRef = B0C0931252474D80A33F4880 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/FloatValue.h */; }; + 0C7888C0F8514D388C232E9A /* ../Play-/deps/Nuanceur/include/nuanceur/builder/SubpassInputValue.h */ = {isa = PBXBuildFile; fileRef = C22C67AB619D44F980EBFFC6 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/SubpassInputValue.h */; }; + 0CACE2687B334813BF22AE75 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Int4Value.h */ = {isa = PBXBuildFile; fileRef = 3C05A772041D4AB7A9D8EC1F /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Int4Value.h */; }; + 13986932CEA04210AC0C9BD3 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/BoolValue.h */ = {isa = PBXBuildFile; fileRef = 0EFF632569DD47D69DB72263 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/BoolValue.h */; }; + 2B57CCB784C946A4A2EC5240 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector.h */ = {isa = PBXBuildFile; fileRef = BA22351B97AB4CEB8F6FD0B7 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector.h */; }; + 43529BE9844641F08C391BFE /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Operations.h */ = {isa = PBXBuildFile; fileRef = 7BE4219DA3954ACF9099DD45 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Operations.h */; }; + 45CD23ADE0D84A6C9CDFF403 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/ShaderBuilder.h */ = {isa = PBXBuildFile; fileRef = 2F488B08DAB94FE79C128145 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/ShaderBuilder.h */; }; + 4A6EE0A5101E4B0EA40F7300 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Float4Value.h */ = {isa = PBXBuildFile; fileRef = 850164B1E1324C05A3691C28 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Float4Value.h */; }; + 4D000F94CA6D48E38F17A380 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Uint3Value.h */ = {isa = PBXBuildFile; fileRef = 3C3C1F97B28C47A28708F423 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Uint3Value.h */; }; + 52A45BF8CA7B4AC38FD94E8D /* ../Play-/deps/Nuanceur/src/builder/ShaderBuilder.cpp */ = {isa = PBXBuildFile; fileRef = 2963F249EF464A18A98E7A86 /* ../Play-/deps/Nuanceur/src/builder/ShaderBuilder.cpp */; }; + 5C97B0DE639C4F56A279429E /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Float2Value.h */ = {isa = PBXBuildFile; fileRef = 23FB77C5D7AC45628D3BDDC7 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Float2Value.h */; }; + 5EEB1E7E86884940B8A3CDF2 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Uint4Value.h */ = {isa = PBXBuildFile; fileRef = EB80E42A962D457FB1726BDB /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Uint4Value.h */; }; + 62E324050DEF4505A5C2DB89 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Matrix44Value.h */ = {isa = PBXBuildFile; fileRef = 148EB924796A466EA7EB395A /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Matrix44Value.h */; }; + 6476064BF2D94F89986E2CF1 /* ../Play-/deps/Nuanceur/src/builder/Operations.cpp */ = {isa = PBXBuildFile; fileRef = 26FED6B7B93448E491B25068 /* ../Play-/deps/Nuanceur/src/builder/Operations.cpp */; }; + 6FDBB33EA90D4396BBFA502E /* ../Play-/deps/Nuanceur/src/generators/HlslShaderGenerator.cpp */ = {isa = PBXBuildFile; fileRef = 8FA0E93A59334F12B93CE5B2 /* ../Play-/deps/Nuanceur/src/generators/HlslShaderGenerator.cpp */; }; + 7166FDDB11394D2590F36C3C /* ../Play-/deps/Nuanceur/src/generators/SpirvShaderGenerator.cpp */ = {isa = PBXBuildFile; fileRef = 87A8695330E24D128FB4C4FC /* ../Play-/deps/Nuanceur/src/generators/SpirvShaderGenerator.cpp */; }; + 74A9BD43E3704E7FAD39692E /* ../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeFiles/Nuanceur.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 10B41F4816F548BCB12B2B93 /* ../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeFiles/Nuanceur.dir/Info.plist */; }; + 74E88A8563F64635BF1EFDF9 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/IntSwizzleSelector4.h */ = {isa = PBXBuildFile; fileRef = B014728738C947E99A697B63 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/IntSwizzleSelector4.h */; }; + 78D5A35C6BF14ED4B69CAFFA /* ../Play-/deps/Nuanceur/include/nuanceur/builder/UintValue.h */ = {isa = PBXBuildFile; fileRef = E9199D82B00547138D00DE2A /* ../Play-/deps/Nuanceur/include/nuanceur/builder/UintValue.h */; }; + 837C8F60BF2F444CBAE8DF2E /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Float3Value.h */ = {isa = PBXBuildFile; fileRef = DD43031B77374D8BB892C391 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Float3Value.h */; }; + 95751B7EE3A44776BC5B93DD /* ../Play-/deps/Nuanceur/include/nuanceur/builder/ImageUint2DValue.h */ = {isa = PBXBuildFile; fileRef = 9B40E9E0ED554A2C8038F62B /* ../Play-/deps/Nuanceur/include/nuanceur/builder/ImageUint2DValue.h */; }; + 9A6BA01A4D8F450BB0BD7756 /* ../Play-/deps/Nuanceur/include/nuanceur/generators/SpirvShaderGenerator.h */ = {isa = PBXBuildFile; fileRef = 129A9C850C1049C087B580BC /* ../Play-/deps/Nuanceur/include/nuanceur/generators/SpirvShaderGenerator.h */; }; + 9AF56360C13C4E22B6CCAF2C /* ../Play-/deps/Nuanceur/include/nuanceur/generators/HlslShaderGenerator.h */ = {isa = PBXBuildFile; fileRef = B9840B27EAC3486DA722A601 /* ../Play-/deps/Nuanceur/include/nuanceur/generators/HlslShaderGenerator.h */; }; + A5140BB91E064B7183EF17C5 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Int2Value.h */ = {isa = PBXBuildFile; fileRef = F6E05844DB2F4AE099CE3207 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Int2Value.h */; }; + A6B135EEC578445BB63D362E /* ../Play-/deps/Nuanceur/include/nuanceur/generators/GlslShaderGenerator.h */ = {isa = PBXBuildFile; fileRef = 1BFA391702E54AE693083E30 /* ../Play-/deps/Nuanceur/include/nuanceur/generators/GlslShaderGenerator.h */; }; + AEE91E8071D3424584FB9866 /* ../Play-/deps/Nuanceur/include/nuanceur/Builder.h */ = {isa = PBXBuildFile; fileRef = 9606CD6D8D0E48F59585F3DD /* ../Play-/deps/Nuanceur/include/nuanceur/Builder.h */; }; + B01D55A57E91436BAEDCB1E5 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector4.h */ = {isa = PBXBuildFile; fileRef = 7DB5AE7E7F2D4CC0A87D9B5B /* ../Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector4.h */; }; + B7574A05B8C54548AA415233 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/UintSwizzleSelector4.h */ = {isa = PBXBuildFile; fileRef = 869F0DADF2AF473786608314 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/UintSwizzleSelector4.h */; }; + DC9E383717194A70AB4FC45C /* ../Play-/deps/Nuanceur/include/nuanceur/builder/IntValue.h */ = {isa = PBXBuildFile; fileRef = 7EBD0CC24F0A4E44A876F27A /* ../Play-/deps/Nuanceur/include/nuanceur/builder/IntValue.h */; }; + E95CD2C572F447BB9B7094F2 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Texture2DValue.h */ = {isa = PBXBuildFile; fileRef = 11C2C42A623D4572A4E8B23B /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Texture2DValue.h */; }; + F9E0DC03D7C147448AF7C358 /* ../Play-/deps/Nuanceur/build_cmake/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = EFAC0C357EEB4363B9C2EF44 /* ../Play-/deps/Nuanceur/build_cmake/CMakeLists.txt */; }; + FC7BB5FC150B436B9B395AD9 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Int3Value.h */ = {isa = PBXBuildFile; fileRef = 29A893BE459349C3AAED9FCA /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Int3Value.h */; }; + FF2BF2C3D4334FD5BABA28F7 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/ArrayUintValue.h */ = {isa = PBXBuildFile; fileRef = 0341CCD4135E46EBAB3236B3 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/ArrayUintValue.h */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ @@ -175,42 +175,42 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 0341CCD4135E46EBAB3236B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ArrayUintValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ArrayUintValue.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ArrayUintValue.h"; sourceTree = ""; }; - 0EFF632569DD47D69DB72263 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/BoolValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BoolValue.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/BoolValue.h"; sourceTree = ""; }; - 10B41F4816F548BCB12B2B93 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeFiles/Nuanceur.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeFiles/Nuanceur.dir/Info.plist; sourceTree = ""; }; - 11C2C42A623D4572A4E8B23B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Texture2DValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Texture2DValue.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Texture2DValue.h"; sourceTree = ""; }; - 129A9C850C1049C087B580BC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/SpirvShaderGenerator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SpirvShaderGenerator.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/SpirvShaderGenerator.h"; sourceTree = ""; }; - 148EB924796A466EA7EB395A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Matrix44Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Matrix44Value.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Matrix44Value.h"; sourceTree = ""; }; - 1BFA391702E54AE693083E30 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/GlslShaderGenerator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GlslShaderGenerator.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/GlslShaderGenerator.h"; sourceTree = ""; }; - 23FB77C5D7AC45628D3BDDC7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float2Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Float2Value.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float2Value.h"; sourceTree = ""; }; - 26FED6B7B93448E491B25068 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/builder/Operations.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Operations.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/builder/Operations.cpp"; sourceTree = ""; }; - 2963F249EF464A18A98E7A86 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/builder/ShaderBuilder.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ShaderBuilder.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/builder/ShaderBuilder.cpp"; sourceTree = ""; }; - 29A893BE459349C3AAED9FCA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int3Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Int3Value.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int3Value.h"; sourceTree = ""; }; - 2F488B08DAB94FE79C128145 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ShaderBuilder.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ShaderBuilder.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ShaderBuilder.h"; sourceTree = ""; }; - 3975E5797FF6487D9A1521A8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/GlslShaderGenerator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GlslShaderGenerator.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/GlslShaderGenerator.cpp"; sourceTree = ""; }; - 3C05A772041D4AB7A9D8EC1F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int4Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Int4Value.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int4Value.h"; sourceTree = ""; }; - 3C3C1F97B28C47A28708F423 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Uint3Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Uint3Value.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Uint3Value.h"; sourceTree = ""; }; - 7BE4219DA3954ACF9099DD45 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Operations.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Operations.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Operations.h"; sourceTree = ""; }; + 0341CCD4135E46EBAB3236B3 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/ArrayUintValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ArrayUintValue.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/ArrayUintValue.h"; sourceTree = ""; }; + 0EFF632569DD47D69DB72263 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/BoolValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BoolValue.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/BoolValue.h"; sourceTree = ""; }; + 10B41F4816F548BCB12B2B93 /* ../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeFiles/Nuanceur.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeFiles/Nuanceur.dir/Info.plist; sourceTree = ""; }; + 11C2C42A623D4572A4E8B23B /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Texture2DValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Texture2DValue.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/Texture2DValue.h"; sourceTree = ""; }; + 129A9C850C1049C087B580BC /* ../Play-/deps/Nuanceur/include/nuanceur/generators/SpirvShaderGenerator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SpirvShaderGenerator.h; path = "../Play-/deps/Nuanceur/include/nuanceur/generators/SpirvShaderGenerator.h"; sourceTree = ""; }; + 148EB924796A466EA7EB395A /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Matrix44Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Matrix44Value.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/Matrix44Value.h"; sourceTree = ""; }; + 1BFA391702E54AE693083E30 /* ../Play-/deps/Nuanceur/include/nuanceur/generators/GlslShaderGenerator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GlslShaderGenerator.h; path = "../Play-/deps/Nuanceur/include/nuanceur/generators/GlslShaderGenerator.h"; sourceTree = ""; }; + 23FB77C5D7AC45628D3BDDC7 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Float2Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Float2Value.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/Float2Value.h"; sourceTree = ""; }; + 26FED6B7B93448E491B25068 /* ../Play-/deps/Nuanceur/src/builder/Operations.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Operations.cpp; path = "../Play-/deps/Nuanceur/src/builder/Operations.cpp"; sourceTree = ""; }; + 2963F249EF464A18A98E7A86 /* ../Play-/deps/Nuanceur/src/builder/ShaderBuilder.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ShaderBuilder.cpp; path = "../Play-/deps/Nuanceur/src/builder/ShaderBuilder.cpp"; sourceTree = ""; }; + 29A893BE459349C3AAED9FCA /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Int3Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Int3Value.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/Int3Value.h"; sourceTree = ""; }; + 2F488B08DAB94FE79C128145 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/ShaderBuilder.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ShaderBuilder.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/ShaderBuilder.h"; sourceTree = ""; }; + 3975E5797FF6487D9A1521A8 /* ../Play-/deps/Nuanceur/src/generators/GlslShaderGenerator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GlslShaderGenerator.cpp; path = "../Play-/deps/Nuanceur/src/generators/GlslShaderGenerator.cpp"; sourceTree = ""; }; + 3C05A772041D4AB7A9D8EC1F /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Int4Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Int4Value.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/Int4Value.h"; sourceTree = ""; }; + 3C3C1F97B28C47A28708F423 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Uint3Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Uint3Value.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/Uint3Value.h"; sourceTree = ""; }; + 7BE4219DA3954ACF9099DD45 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Operations.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Operations.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/Operations.h"; sourceTree = ""; }; 7BFEA23B82DC48A9A1693C2F /* Nuanceur */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libNuanceur.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 7DB5AE7E7F2D4CC0A87D9B5B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector4.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FloatSwizzleSelector4.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector4.h"; sourceTree = ""; }; - 7EBD0CC24F0A4E44A876F27A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/IntValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IntValue.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/IntValue.h"; sourceTree = ""; }; - 850164B1E1324C05A3691C28 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float4Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Float4Value.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float4Value.h"; sourceTree = ""; }; - 869F0DADF2AF473786608314 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/UintSwizzleSelector4.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = UintSwizzleSelector4.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/UintSwizzleSelector4.h"; sourceTree = ""; }; - 87A8695330E24D128FB4C4FC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/SpirvShaderGenerator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SpirvShaderGenerator.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/SpirvShaderGenerator.cpp"; sourceTree = ""; }; - 8FA0E93A59334F12B93CE5B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/HlslShaderGenerator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HlslShaderGenerator.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/HlslShaderGenerator.cpp"; sourceTree = ""; }; - 915C386C2B544620AC04737B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 9606CD6D8D0E48F59585F3DD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/Builder.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Builder.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/Builder.h"; sourceTree = ""; }; - 9B40E9E0ED554A2C8038F62B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ImageUint2DValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ImageUint2DValue.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ImageUint2DValue.h"; sourceTree = ""; }; - B014728738C947E99A697B63 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/IntSwizzleSelector4.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IntSwizzleSelector4.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/IntSwizzleSelector4.h"; sourceTree = ""; }; - B0C0931252474D80A33F4880 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FloatValue.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatValue.h"; sourceTree = ""; }; - B9840B27EAC3486DA722A601 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/HlslShaderGenerator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HlslShaderGenerator.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/HlslShaderGenerator.h"; sourceTree = ""; }; - BA22351B97AB4CEB8F6FD0B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FloatSwizzleSelector.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector.h"; sourceTree = ""; }; - C22C67AB619D44F980EBFFC6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/SubpassInputValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SubpassInputValue.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/SubpassInputValue.h"; sourceTree = ""; }; - DD43031B77374D8BB892C391 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float3Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Float3Value.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float3Value.h"; sourceTree = ""; }; - E9199D82B00547138D00DE2A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/UintValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = UintValue.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/UintValue.h"; sourceTree = ""; }; - EB80E42A962D457FB1726BDB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Uint4Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Uint4Value.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Uint4Value.h"; sourceTree = ""; }; - EFAC0C357EEB4363B9C2EF44 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - F6E05844DB2F4AE099CE3207 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int2Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Int2Value.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int2Value.h"; sourceTree = ""; }; + 7DB5AE7E7F2D4CC0A87D9B5B /* ../Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector4.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FloatSwizzleSelector4.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector4.h"; sourceTree = ""; }; + 7EBD0CC24F0A4E44A876F27A /* ../Play-/deps/Nuanceur/include/nuanceur/builder/IntValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IntValue.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/IntValue.h"; sourceTree = ""; }; + 850164B1E1324C05A3691C28 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Float4Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Float4Value.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/Float4Value.h"; sourceTree = ""; }; + 869F0DADF2AF473786608314 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/UintSwizzleSelector4.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = UintSwizzleSelector4.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/UintSwizzleSelector4.h"; sourceTree = ""; }; + 87A8695330E24D128FB4C4FC /* ../Play-/deps/Nuanceur/src/generators/SpirvShaderGenerator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SpirvShaderGenerator.cpp; path = "../Play-/deps/Nuanceur/src/generators/SpirvShaderGenerator.cpp"; sourceTree = ""; }; + 8FA0E93A59334F12B93CE5B2 /* ../Play-/deps/Nuanceur/src/generators/HlslShaderGenerator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HlslShaderGenerator.cpp; path = "../Play-/deps/Nuanceur/src/generators/HlslShaderGenerator.cpp"; sourceTree = ""; }; + 915C386C2B544620AC04737B /* ../Play-/deps/Nuanceur/build_cmake/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 9606CD6D8D0E48F59585F3DD /* ../Play-/deps/Nuanceur/include/nuanceur/Builder.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Builder.h; path = "../Play-/deps/Nuanceur/include/nuanceur/Builder.h"; sourceTree = ""; }; + 9B40E9E0ED554A2C8038F62B /* ../Play-/deps/Nuanceur/include/nuanceur/builder/ImageUint2DValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ImageUint2DValue.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/ImageUint2DValue.h"; sourceTree = ""; }; + B014728738C947E99A697B63 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/IntSwizzleSelector4.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IntSwizzleSelector4.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/IntSwizzleSelector4.h"; sourceTree = ""; }; + B0C0931252474D80A33F4880 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/FloatValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FloatValue.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/FloatValue.h"; sourceTree = ""; }; + B9840B27EAC3486DA722A601 /* ../Play-/deps/Nuanceur/include/nuanceur/generators/HlslShaderGenerator.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HlslShaderGenerator.h; path = "../Play-/deps/Nuanceur/include/nuanceur/generators/HlslShaderGenerator.h"; sourceTree = ""; }; + BA22351B97AB4CEB8F6FD0B7 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FloatSwizzleSelector.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector.h"; sourceTree = ""; }; + C22C67AB619D44F980EBFFC6 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/SubpassInputValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SubpassInputValue.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/SubpassInputValue.h"; sourceTree = ""; }; + DD43031B77374D8BB892C391 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Float3Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Float3Value.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/Float3Value.h"; sourceTree = ""; }; + E9199D82B00547138D00DE2A /* ../Play-/deps/Nuanceur/include/nuanceur/builder/UintValue.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = UintValue.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/UintValue.h"; sourceTree = ""; }; + EB80E42A962D457FB1726BDB /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Uint4Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Uint4Value.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/Uint4Value.h"; sourceTree = ""; }; + EFAC0C357EEB4363B9C2EF44 /* ../Play-/deps/Nuanceur/build_cmake/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + F6E05844DB2F4AE099CE3207 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Int2Value.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Int2Value.h; path = "../Play-/deps/Nuanceur/include/nuanceur/builder/Int2Value.h"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -242,7 +242,7 @@ 816C9FD73D274D94903F9FC1 /* Resources */ = { isa = PBXGroup; children = ( - 10B41F4816F548BCB12B2B93 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeFiles/Nuanceur.dir/Info.plist */, + 10B41F4816F548BCB12B2B93 /* ../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeFiles/Nuanceur.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -250,33 +250,33 @@ 9FEFD9B1FA144095AFBAF186 /* Header Files */ = { isa = PBXGroup; children = ( - 9606CD6D8D0E48F59585F3DD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/Builder.h */, - 0341CCD4135E46EBAB3236B3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ArrayUintValue.h */, - 0EFF632569DD47D69DB72263 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/BoolValue.h */, - 23FB77C5D7AC45628D3BDDC7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float2Value.h */, - DD43031B77374D8BB892C391 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float3Value.h */, - 850164B1E1324C05A3691C28 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Float4Value.h */, - BA22351B97AB4CEB8F6FD0B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector.h */, - 7DB5AE7E7F2D4CC0A87D9B5B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector4.h */, - B0C0931252474D80A33F4880 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/FloatValue.h */, - 9B40E9E0ED554A2C8038F62B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ImageUint2DValue.h */, - F6E05844DB2F4AE099CE3207 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int2Value.h */, - 29A893BE459349C3AAED9FCA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int3Value.h */, - 3C05A772041D4AB7A9D8EC1F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Int4Value.h */, - B014728738C947E99A697B63 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/IntSwizzleSelector4.h */, - 7EBD0CC24F0A4E44A876F27A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/IntValue.h */, - 148EB924796A466EA7EB395A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Matrix44Value.h */, - 7BE4219DA3954ACF9099DD45 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Operations.h */, - 2F488B08DAB94FE79C128145 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/ShaderBuilder.h */, - C22C67AB619D44F980EBFFC6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/SubpassInputValue.h */, - 11C2C42A623D4572A4E8B23B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Texture2DValue.h */, - 3C3C1F97B28C47A28708F423 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Uint3Value.h */, - EB80E42A962D457FB1726BDB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/Uint4Value.h */, - 869F0DADF2AF473786608314 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/UintSwizzleSelector4.h */, - E9199D82B00547138D00DE2A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/builder/UintValue.h */, - 1BFA391702E54AE693083E30 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/GlslShaderGenerator.h */, - B9840B27EAC3486DA722A601 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/HlslShaderGenerator.h */, - 129A9C850C1049C087B580BC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/include/nuanceur/generators/SpirvShaderGenerator.h */, + 9606CD6D8D0E48F59585F3DD /* ../Play-/deps/Nuanceur/include/nuanceur/Builder.h */, + 0341CCD4135E46EBAB3236B3 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/ArrayUintValue.h */, + 0EFF632569DD47D69DB72263 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/BoolValue.h */, + 23FB77C5D7AC45628D3BDDC7 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Float2Value.h */, + DD43031B77374D8BB892C391 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Float3Value.h */, + 850164B1E1324C05A3691C28 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Float4Value.h */, + BA22351B97AB4CEB8F6FD0B7 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector.h */, + 7DB5AE7E7F2D4CC0A87D9B5B /* ../Play-/deps/Nuanceur/include/nuanceur/builder/FloatSwizzleSelector4.h */, + B0C0931252474D80A33F4880 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/FloatValue.h */, + 9B40E9E0ED554A2C8038F62B /* ../Play-/deps/Nuanceur/include/nuanceur/builder/ImageUint2DValue.h */, + F6E05844DB2F4AE099CE3207 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Int2Value.h */, + 29A893BE459349C3AAED9FCA /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Int3Value.h */, + 3C05A772041D4AB7A9D8EC1F /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Int4Value.h */, + B014728738C947E99A697B63 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/IntSwizzleSelector4.h */, + 7EBD0CC24F0A4E44A876F27A /* ../Play-/deps/Nuanceur/include/nuanceur/builder/IntValue.h */, + 148EB924796A466EA7EB395A /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Matrix44Value.h */, + 7BE4219DA3954ACF9099DD45 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Operations.h */, + 2F488B08DAB94FE79C128145 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/ShaderBuilder.h */, + C22C67AB619D44F980EBFFC6 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/SubpassInputValue.h */, + 11C2C42A623D4572A4E8B23B /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Texture2DValue.h */, + 3C3C1F97B28C47A28708F423 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Uint3Value.h */, + EB80E42A962D457FB1726BDB /* ../Play-/deps/Nuanceur/include/nuanceur/builder/Uint4Value.h */, + 869F0DADF2AF473786608314 /* ../Play-/deps/Nuanceur/include/nuanceur/builder/UintSwizzleSelector4.h */, + E9199D82B00547138D00DE2A /* ../Play-/deps/Nuanceur/include/nuanceur/builder/UintValue.h */, + 1BFA391702E54AE693083E30 /* ../Play-/deps/Nuanceur/include/nuanceur/generators/GlslShaderGenerator.h */, + B9840B27EAC3486DA722A601 /* ../Play-/deps/Nuanceur/include/nuanceur/generators/HlslShaderGenerator.h */, + 129A9C850C1049C087B580BC /* ../Play-/deps/Nuanceur/include/nuanceur/generators/SpirvShaderGenerator.h */, ); name = "Header Files"; sourceTree = ""; @@ -305,7 +305,7 @@ D5A35EEF00C04ADB9C434F41 /* Source Files */, 9FEFD9B1FA144095AFBAF186 /* Header Files */, 816C9FD73D274D94903F9FC1 /* Resources */, - EFAC0C357EEB4363B9C2EF44 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/CMakeLists.txt */, + EFAC0C357EEB4363B9C2EF44 /* ../Play-/deps/Nuanceur/build_cmake/CMakeLists.txt */, ); name = Nuanceur; sourceTree = ""; @@ -313,11 +313,11 @@ D5A35EEF00C04ADB9C434F41 /* Source Files */ = { isa = PBXGroup; children = ( - 26FED6B7B93448E491B25068 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/builder/Operations.cpp */, - 2963F249EF464A18A98E7A86 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/builder/ShaderBuilder.cpp */, - 3975E5797FF6487D9A1521A8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/GlslShaderGenerator.cpp */, - 8FA0E93A59334F12B93CE5B2 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/HlslShaderGenerator.cpp */, - 87A8695330E24D128FB4C4FC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/SpirvShaderGenerator.cpp */, + 26FED6B7B93448E491B25068 /* ../Play-/deps/Nuanceur/src/builder/Operations.cpp */, + 2963F249EF464A18A98E7A86 /* ../Play-/deps/Nuanceur/src/builder/ShaderBuilder.cpp */, + 3975E5797FF6487D9A1521A8 /* ../Play-/deps/Nuanceur/src/generators/GlslShaderGenerator.cpp */, + 8FA0E93A59334F12B93CE5B2 /* ../Play-/deps/Nuanceur/src/generators/HlslShaderGenerator.cpp */, + 87A8695330E24D128FB4C4FC /* ../Play-/deps/Nuanceur/src/generators/SpirvShaderGenerator.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -333,7 +333,7 @@ isa = PBXGroup; children = ( EFD39B959CDD4519ACF37C55 /* CMake Rules */, - 915C386C2B544620AC04737B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/CMakeLists.txt */, + 915C386C2B544620AC04737B /* ../Play-/deps/Nuanceur/build_cmake/CMakeLists.txt */, ); name = ALL_BUILD; sourceTree = ""; @@ -406,19 +406,19 @@ shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi "; @@ -452,19 +452,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi "; @@ -528,19 +528,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; @@ -571,25 +571,25 @@ exit 0"; ); name = "Generate CMakeFiles/ZERO_CHECK"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeFiles/ZERO_CHECK ); +../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeFiles/ZERO_CHECK ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur + make -f ../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur + make -f ../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur + make -f ../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur + make -f ../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeScripts/ReRunCMake.make fi "; showEnvVarsInLog = 0; @@ -604,24 +604,24 @@ fi ); name = "Generate CMakeFiles/ALL_BUILD"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeFiles/ALL_BUILD ); +../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur/CMakeFiles/ALL_BUILD ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur + cd ../cmake/Source/ui_ios/gs/GSH_Vulkan/Nuanceur echo Build\\ all\\ projects fi "; @@ -634,11 +634,11 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 6476064BF2D94F89986E2CF1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/builder/Operations.cpp */, - 52A45BF8CA7B4AC38FD94E8D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/builder/ShaderBuilder.cpp */, - 03FA6EC8B36A4365A4C4F4E3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/GlslShaderGenerator.cpp */, - 6FDBB33EA90D4396BBFA502E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/HlslShaderGenerator.cpp */, - 7166FDDB11394D2590F36C3C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/src/generators/SpirvShaderGenerator.cpp */, + 6476064BF2D94F89986E2CF1 /* ../Play-/deps/Nuanceur/src/builder/Operations.cpp */, + 52A45BF8CA7B4AC38FD94E8D /* ../Play-/deps/Nuanceur/src/builder/ShaderBuilder.cpp */, + 03FA6EC8B36A4365A4C4F4E3 /* ../Play-/deps/Nuanceur/src/generators/GlslShaderGenerator.cpp */, + 6FDBB33EA90D4396BBFA502E /* ../Play-/deps/Nuanceur/src/generators/HlslShaderGenerator.cpp */, + 7166FDDB11394D2590F36C3C /* ../Play-/deps/Nuanceur/src/generators/SpirvShaderGenerator.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -745,7 +745,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Nuanceur/build_cmake/../include","../Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -775,7 +775,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Nuanceur/build_cmake/../include","../Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -901,7 +901,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Nuanceur/build_cmake/../include","../Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1131,7 +1131,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Nuanceur/build_cmake/../include","../Play-/deps/Nuanceur/build_cmake/../../Framework/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; diff --git a/Cores/Play/cmake/Source/ui_ios/iCade-iOS/iCade.xcodeproj/project.pbxproj b/Cores/Play/cmake/Source/ui_ios/iCade-iOS/iCade.xcodeproj/project.pbxproj index 8845ebf660..2b22c4bc5a 100644 --- a/Cores/Play/cmake/Source/ui_ios/iCade-iOS/iCade.xcodeproj/project.pbxproj +++ b/Cores/Play/cmake/Source/ui_ios/iCade-iOS/iCade.xcodeproj/project.pbxproj @@ -69,9 +69,9 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 581EF3BB417144FC9A4BA65A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/iCade-iOS/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 3FCBFFB99B1D4C58B0528E4C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/iCade-iOS/CMakeLists.txt */; }; - 93A484BDC301400B9E505E79 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS/CMakeFiles/iCade_Static.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 84959E8AABCE447EB9A61BAB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS/CMakeFiles/iCade_Static.dir/Info.plist */; }; - CF88DA6788FD412E8A2CC29F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/iCade-iOS/iCadeReaderView.m */ = {isa = PBXBuildFile; fileRef = D929C86CEBBA4A6991D3EA60 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/iCade-iOS/iCadeReaderView.m */; }; + 581EF3BB417144FC9A4BA65A /* ../Play-/deps/Dependencies/build_cmake/iCade-iOS/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 3FCBFFB99B1D4C58B0528E4C /* ../Play-/deps/Dependencies/build_cmake/iCade-iOS/CMakeLists.txt */; }; + 93A484BDC301400B9E505E79 /* ../cmake/Source/ui_ios/iCade-iOS/CMakeFiles/iCade_Static.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 84959E8AABCE447EB9A61BAB /* ../cmake/Source/ui_ios/iCade-iOS/CMakeFiles/iCade_Static.dir/Info.plist */; }; + CF88DA6788FD412E8A2CC29F /* ../Play-/deps/Dependencies/iCade-iOS/iCadeReaderView.m */ = {isa = PBXBuildFile; fileRef = D929C86CEBBA4A6991D3EA60 /* ../Play-/deps/Dependencies/iCade-iOS/iCadeReaderView.m */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ @@ -144,11 +144,11 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 3FCBFFB99B1D4C58B0528E4C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/iCade-iOS/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 71DDAAD8E5C54493ABABA79C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/iCade-iOS/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 84959E8AABCE447EB9A61BAB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS/CMakeFiles/iCade_Static.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS/CMakeFiles/iCade_Static.dir/Info.plist"; sourceTree = ""; }; + 3FCBFFB99B1D4C58B0528E4C /* ../Play-/deps/Dependencies/build_cmake/iCade-iOS/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 71DDAAD8E5C54493ABABA79C /* ../Play-/deps/Dependencies/build_cmake/iCade-iOS/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 84959E8AABCE447EB9A61BAB /* ../cmake/Source/ui_ios/iCade-iOS/CMakeFiles/iCade_Static.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = "../cmake/Source/ui_ios/iCade-iOS/CMakeFiles/iCade_Static.dir/Info.plist"; sourceTree = ""; }; C6C821C8B9E44CCCAA0BC7CD /* iCade_Static */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libiCade_Static.a; sourceTree = BUILT_PRODUCTS_DIR; }; - D929C86CEBBA4A6991D3EA60 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/iCade-iOS/iCadeReaderView.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = iCadeReaderView.m; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/iCade-iOS/iCadeReaderView.m"; sourceTree = ""; }; + D929C86CEBBA4A6991D3EA60 /* ../Play-/deps/Dependencies/iCade-iOS/iCadeReaderView.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = iCadeReaderView.m; path = "../Play-/deps/Dependencies/iCade-iOS/iCadeReaderView.m"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -182,7 +182,7 @@ children = ( 1FE3D2DD171740C894A2D315 /* Source Files */, 6ECC69A1A744400AA382E384 /* Resources */, - 3FCBFFB99B1D4C58B0528E4C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/iCade-iOS/CMakeLists.txt */, + 3FCBFFB99B1D4C58B0528E4C /* ../Play-/deps/Dependencies/build_cmake/iCade-iOS/CMakeLists.txt */, ); name = iCade_Static; sourceTree = ""; @@ -190,7 +190,7 @@ 1FE3D2DD171740C894A2D315 /* Source Files */ = { isa = PBXGroup; children = ( - D929C86CEBBA4A6991D3EA60 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/iCade-iOS/iCadeReaderView.m */, + D929C86CEBBA4A6991D3EA60 /* ../Play-/deps/Dependencies/iCade-iOS/iCadeReaderView.m */, ); name = "Source Files"; sourceTree = ""; @@ -209,7 +209,7 @@ 6ECC69A1A744400AA382E384 /* Resources */ = { isa = PBXGroup; children = ( - 84959E8AABCE447EB9A61BAB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS/CMakeFiles/iCade_Static.dir/Info.plist */, + 84959E8AABCE447EB9A61BAB /* ../cmake/Source/ui_ios/iCade-iOS/CMakeFiles/iCade_Static.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -232,7 +232,7 @@ isa = PBXGroup; children = ( 007D259E9FA748268A63E77E /* CMake Rules */, - 71DDAAD8E5C54493ABABA79C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/iCade-iOS/CMakeLists.txt */, + 71DDAAD8E5C54493ABABA79C /* ../Play-/deps/Dependencies/build_cmake/iCade-iOS/CMakeLists.txt */, ); name = ALL_BUILD; sourceTree = ""; @@ -305,19 +305,19 @@ shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS + cd ../cmake/Source/ui_ios/iCade-iOS /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS + cd ../cmake/Source/ui_ios/iCade-iOS /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS + cd ../cmake/Source/ui_ios/iCade-iOS /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS + cd ../cmake/Source/ui_ios/iCade-iOS /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi "; @@ -351,19 +351,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi "; @@ -427,19 +427,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS + cd ../cmake/Source/ui_ios/iCade-iOS /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS + cd ../cmake/Source/ui_ios/iCade-iOS /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS + cd ../cmake/Source/ui_ios/iCade-iOS /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS + cd ../cmake/Source/ui_ios/iCade-iOS /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; @@ -470,24 +470,24 @@ exit 0"; ); name = "Generate CMakeFiles/ALL_BUILD"; outputPaths = ( -"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS/CMakeFiles/ALL_BUILD" ); +"../cmake/Source/ui_ios/iCade-iOS/CMakeFiles/ALL_BUILD" ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS + cd ../cmake/Source/ui_ios/iCade-iOS echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS + cd ../cmake/Source/ui_ios/iCade-iOS echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS + cd ../cmake/Source/ui_ios/iCade-iOS echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS + cd ../cmake/Source/ui_ios/iCade-iOS echo Build\\ all\\ projects fi "; @@ -503,25 +503,25 @@ fi ); name = "Generate CMakeFiles/ZERO_CHECK"; outputPaths = ( -"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS/CMakeFiles/ZERO_CHECK" ); +"../cmake/Source/ui_ios/iCade-iOS/CMakeFiles/ZERO_CHECK" ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/iCade-iOS + make -f ../cmake/Source/ui_ios/iCade-iOS/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/iCade-iOS + make -f ../cmake/Source/ui_ios/iCade-iOS/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/iCade-iOS + make -f ../cmake/Source/ui_ios/iCade-iOS/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/iCade-iOS/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/iCade-iOS + make -f ../cmake/Source/ui_ios/iCade-iOS/CMakeScripts/ReRunCMake.make fi "; showEnvVarsInLog = 0; @@ -533,7 +533,7 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - CF88DA6788FD412E8A2CC29F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/iCade-iOS/iCadeReaderView.m */, + CF88DA6788FD412E8A2CC29F /* ../Play-/deps/Dependencies/iCade-iOS/iCadeReaderView.m */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -582,7 +582,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -786,7 +786,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -913,7 +913,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1020,7 +1020,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/deps/Dependencies/build_cmake/iCade-iOS/../../iCade-iOS","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; diff --git a/Cores/Play/cmake/Source/ui_ios/ui_shared/FrameworkSqlite/Framework_Sqlite.xcodeproj/project.pbxproj b/Cores/Play/cmake/Source/ui_ios/ui_shared/FrameworkSqlite/Framework_Sqlite.xcodeproj/project.pbxproj index 156b11847c..59c64c7c99 100644 --- a/Cores/Play/cmake/Source/ui_ios/ui_shared/FrameworkSqlite/Framework_Sqlite.xcodeproj/project.pbxproj +++ b/Cores/Play/cmake/Source/ui_ios/ui_shared/FrameworkSqlite/Framework_Sqlite.xcodeproj/project.pbxproj @@ -123,7 +123,7 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 2A21FF8EAA7A4A55840686B1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkSqlite/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 2A21FF8EAA7A4A55840686B1 /* ../Play-/deps/Framework/build_cmake/FrameworkSqlite/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXGroup section */ @@ -131,7 +131,7 @@ isa = PBXGroup; children = ( 40C7E98FEE8D480594E2F49B /* CMake Rules */, - 2A21FF8EAA7A4A55840686B1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkSqlite/CMakeLists.txt */, + 2A21FF8EAA7A4A55840686B1 /* ../Play-/deps/Framework/build_cmake/FrameworkSqlite/CMakeLists.txt */, ); name = ALL_BUILD; sourceTree = ""; @@ -221,19 +221,19 @@ shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/FrameworkSqlite + cd ../cmake/Source/ui_ios/ui_shared/FrameworkSqlite /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/FrameworkSqlite + cd ../cmake/Source/ui_ios/ui_shared/FrameworkSqlite /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/FrameworkSqlite + cd ../cmake/Source/ui_ios/ui_shared/FrameworkSqlite /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/FrameworkSqlite + cd ../cmake/Source/ui_ios/ui_shared/FrameworkSqlite /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi "; @@ -249,25 +249,25 @@ fi ); name = "Generate CMakeFiles/ZERO_CHECK"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/FrameworkSqlite/CMakeFiles/ZERO_CHECK ); +../cmake/Source/ui_ios/ui_shared/FrameworkSqlite/CMakeFiles/ZERO_CHECK ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/FrameworkSqlite - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/FrameworkSqlite/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/ui_shared/FrameworkSqlite + make -f ../cmake/Source/ui_ios/ui_shared/FrameworkSqlite/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/FrameworkSqlite - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/FrameworkSqlite/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/ui_shared/FrameworkSqlite + make -f ../cmake/Source/ui_ios/ui_shared/FrameworkSqlite/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/FrameworkSqlite - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/FrameworkSqlite/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/ui_shared/FrameworkSqlite + make -f ../cmake/Source/ui_ios/ui_shared/FrameworkSqlite/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/FrameworkSqlite - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/FrameworkSqlite/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/ui_shared/FrameworkSqlite + make -f ../cmake/Source/ui_ios/ui_shared/FrameworkSqlite/CMakeScripts/ReRunCMake.make fi "; showEnvVarsInLog = 0; @@ -297,24 +297,24 @@ exit 0"; ); name = "Generate CMakeFiles/ALL_BUILD"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/FrameworkSqlite/CMakeFiles/ALL_BUILD ); +../cmake/Source/ui_ios/ui_shared/FrameworkSqlite/CMakeFiles/ALL_BUILD ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/FrameworkSqlite + cd ../cmake/Source/ui_ios/ui_shared/FrameworkSqlite echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/FrameworkSqlite + cd ../cmake/Source/ui_ios/ui_shared/FrameworkSqlite echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/FrameworkSqlite + cd ../cmake/Source/ui_ios/ui_shared/FrameworkSqlite echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/FrameworkSqlite + cd ../cmake/Source/ui_ios/ui_shared/FrameworkSqlite echo Build\\ all\\ projects fi "; @@ -333,19 +333,19 @@ fi shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi "; @@ -409,19 +409,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/FrameworkSqlite + cd ../cmake/Source/ui_ios/ui_shared/FrameworkSqlite /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/FrameworkSqlite + cd ../cmake/Source/ui_ios/ui_shared/FrameworkSqlite /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/FrameworkSqlite + cd ../cmake/Source/ui_ios/ui_shared/FrameworkSqlite /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/FrameworkSqlite + cd ../cmake/Source/ui_ios/ui_shared/FrameworkSqlite /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; diff --git a/Cores/Play/cmake/Source/ui_ios/ui_shared/nlohmann_json/nlohmann_json.xcodeproj/project.pbxproj b/Cores/Play/cmake/Source/ui_ios/ui_shared/nlohmann_json/nlohmann_json.xcodeproj/project.pbxproj index 5cd3db27f2..373ee9c996 100644 --- a/Cores/Play/cmake/Source/ui_ios/ui_shared/nlohmann_json/nlohmann_json.xcodeproj/project.pbxproj +++ b/Cores/Play/cmake/Source/ui_ios/ui_shared/nlohmann_json/nlohmann_json.xcodeproj/project.pbxproj @@ -123,7 +123,7 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - F3B0B5B081704FF1BC5970E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/nlohmann_json/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + F3B0B5B081704FF1BC5970E0 /* ../Play-/deps/Dependencies/nlohmann_json/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXGroup section */ @@ -131,7 +131,7 @@ isa = PBXGroup; children = ( F4757C8ED8A3401BA0EA5AD6 /* CMake Rules */, - F3B0B5B081704FF1BC5970E0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/nlohmann_json/CMakeLists.txt */, + F3B0B5B081704FF1BC5970E0 /* ../Play-/deps/Dependencies/nlohmann_json/CMakeLists.txt */, ); name = ALL_BUILD; sourceTree = ""; @@ -221,19 +221,19 @@ shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/nlohmann_json + cd ../cmake/Source/ui_ios/ui_shared/nlohmann_json /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/nlohmann_json + cd ../cmake/Source/ui_ios/ui_shared/nlohmann_json /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/nlohmann_json + cd ../cmake/Source/ui_ios/ui_shared/nlohmann_json /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/nlohmann_json + cd ../cmake/Source/ui_ios/ui_shared/nlohmann_json /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi "; @@ -267,19 +267,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi "; @@ -343,19 +343,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/nlohmann_json + cd ../cmake/Source/ui_ios/ui_shared/nlohmann_json /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/nlohmann_json + cd ../cmake/Source/ui_ios/ui_shared/nlohmann_json /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/nlohmann_json + cd ../cmake/Source/ui_ios/ui_shared/nlohmann_json /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/nlohmann_json + cd ../cmake/Source/ui_ios/ui_shared/nlohmann_json /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; @@ -386,24 +386,24 @@ exit 0"; ); name = "Generate CMakeFiles/ALL_BUILD"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/nlohmann_json/CMakeFiles/ALL_BUILD ); +../cmake/Source/ui_ios/ui_shared/nlohmann_json/CMakeFiles/ALL_BUILD ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/nlohmann_json + cd ../cmake/Source/ui_ios/ui_shared/nlohmann_json echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/nlohmann_json + cd ../cmake/Source/ui_ios/ui_shared/nlohmann_json echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/nlohmann_json + cd ../cmake/Source/ui_ios/ui_shared/nlohmann_json echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/nlohmann_json + cd ../cmake/Source/ui_ios/ui_shared/nlohmann_json echo Build\\ all\\ projects fi "; @@ -419,25 +419,25 @@ fi ); name = "Generate CMakeFiles/ZERO_CHECK"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/nlohmann_json/CMakeFiles/ZERO_CHECK ); +../cmake/Source/ui_ios/ui_shared/nlohmann_json/CMakeFiles/ZERO_CHECK ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/nlohmann_json - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/nlohmann_json/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/ui_shared/nlohmann_json + make -f ../cmake/Source/ui_ios/ui_shared/nlohmann_json/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/nlohmann_json - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/nlohmann_json/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/ui_shared/nlohmann_json + make -f ../cmake/Source/ui_ios/ui_shared/nlohmann_json/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/nlohmann_json - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/nlohmann_json/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/ui_shared/nlohmann_json + make -f ../cmake/Source/ui_ios/ui_shared/nlohmann_json/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/nlohmann_json - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/nlohmann_json/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/ui_shared/nlohmann_json + make -f ../cmake/Source/ui_ios/ui_shared/nlohmann_json/CMakeScripts/ReRunCMake.make fi "; showEnvVarsInLog = 0; diff --git a/Cores/Play/cmake/Source/ui_ios/ui_shared/ui_shared.xcodeproj/project.pbxproj b/Cores/Play/cmake/Source/ui_ios/ui_shared/ui_shared.xcodeproj/project.pbxproj index 8109f7b317..b4372ba846 100644 --- a/Cores/Play/cmake/Source/ui_ios/ui_shared/ui_shared.xcodeproj/project.pbxproj +++ b/Cores/Play/cmake/Source/ui_ios/ui_shared/ui_shared.xcodeproj/project.pbxproj @@ -69,26 +69,26 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 0AB0275941C8492D93ACBB2B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.h */ = {isa = PBXBuildFile; fileRef = B94D1AC388EA421581F76A98 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.h */; }; - 1222DABB0DD74021B2692C60 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.cpp */ = {isa = PBXBuildFile; fileRef = 6E8EB648D60B40128E194A13 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.cpp */; }; - 368884A4D3614344AA8F3E07 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesProcesses.h */ = {isa = PBXBuildFile; fileRef = 65B201A4A47A4EB1A6DE019B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesProcesses.h */; }; - 36C76E5063A949ADA4C7CE2A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = E1AC29154C8243E9B6CCDF74 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/CMakeLists.txt */; }; - 5DF56BB36A684432A23196F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/ArcadeUtils.h */ = {isa = PBXBuildFile; fileRef = 0CE399763FC842F185797DB6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/ArcadeUtils.h */; }; - 683107AC0BA74D5EB6F68662 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/AmazonS3Utils.h */ = {isa = PBXBuildFile; fileRef = 8F84CAE2110E4FCE84A56248 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/AmazonS3Utils.h */; }; - 7EA4476274404DF6878F81F4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/CMakeFiles/ui_shared.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = EB259A9E54CC4846933B3BD0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/CMakeFiles/ui_shared.dir/Info.plist */; }; - 85072338DE5B4EBD8C3EF0DF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/TheGamesDbClient.h */ = {isa = PBXBuildFile; fileRef = ABC46315778B49A28691BA02 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/TheGamesDbClient.h */; }; - 91C9E01545034394B6A7C62F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/StatsManager.cpp */ = {isa = PBXBuildFile; fileRef = D9403835FB364CBDBC08C5B8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/StatsManager.cpp */; }; - B877E1E54476451FBD11C403 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.cpp */ = {isa = PBXBuildFile; fileRef = D84D782EC0664F71936D706F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.cpp */; }; - BF9BCC45C9474EC6ABC14CD4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesDbClient.h */ = {isa = PBXBuildFile; fileRef = 5E93F642AE2B4AC681C82824 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesDbClient.h */; }; - C281D0FA342847E3B45A36FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesDbClient.cpp */ = {isa = PBXBuildFile; fileRef = 1380ADC469E245D49D17143E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesDbClient.cpp */; }; - D7F0E7601AC94F628F0923EC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/ArcadeDriver.h */ = {isa = PBXBuildFile; fileRef = 9FF4639790974AE8BDA4A96F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/ArcadeDriver.h */; }; - DB8706CA72C34D7BA2C03F30 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesProcesses.cpp */ = {isa = PBXBuildFile; fileRef = 6046E0769B5049BABDB07207 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesProcesses.cpp */; }; - DE02E5DFE5FD46848927A79B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/ArcadeUtils.cpp */ = {isa = PBXBuildFile; fileRef = B28C03C8855D440184F857CB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/ArcadeUtils.cpp */; }; - DE32796C6B4142369A9CE8BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/TheGamesDbClient.cpp */ = {isa = PBXBuildFile; fileRef = 19F7FB9135C2409ABF5176D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/TheGamesDbClient.cpp */; }; - EC8AFD13C2CE4EE98944E8A3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/StatsManager.h */ = {isa = PBXBuildFile; fileRef = 3F1696A0351049BE891D6188 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/StatsManager.h */; }; - F4AF6EFD4C4845F8BA88F48A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.h */ = {isa = PBXBuildFile; fileRef = 867EDA3FF6F440C38B749426 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.h */; }; - FB8900EEBBD94F45BC191B53 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/AmazonS3Utils.cpp */ = {isa = PBXBuildFile; fileRef = 27C5BDF7BFCF4E7785F4CA21 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/AmazonS3Utils.cpp */; }; - FDF2B1CB441E455A91A87F9C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/ArcadeDefinition.h */ = {isa = PBXBuildFile; fileRef = 0CA84A2C094342AEAB6C1184 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/ArcadeDefinition.h */; }; + 0AB0275941C8492D93ACBB2B /* ../Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.h */ = {isa = PBXBuildFile; fileRef = B94D1AC388EA421581F76A98 /* ../Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.h */; }; + 1222DABB0DD74021B2692C60 /* ../Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.cpp */ = {isa = PBXBuildFile; fileRef = 6E8EB648D60B40128E194A13 /* ../Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.cpp */; }; + 368884A4D3614344AA8F3E07 /* ../Play-/Source/ui_shared/BootablesProcesses.h */ = {isa = PBXBuildFile; fileRef = 65B201A4A47A4EB1A6DE019B /* ../Play-/Source/ui_shared/BootablesProcesses.h */; }; + 36C76E5063A949ADA4C7CE2A /* ../Play-/Source/ui_shared/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = E1AC29154C8243E9B6CCDF74 /* ../Play-/Source/ui_shared/CMakeLists.txt */; }; + 5DF56BB36A684432A23196F3 /* ../Play-/Source/ui_shared/ArcadeUtils.h */ = {isa = PBXBuildFile; fileRef = 0CE399763FC842F185797DB6 /* ../Play-/Source/ui_shared/ArcadeUtils.h */; }; + 683107AC0BA74D5EB6F68662 /* ../Play-/Source/ui_shared/AmazonS3Utils.h */ = {isa = PBXBuildFile; fileRef = 8F84CAE2110E4FCE84A56248 /* ../Play-/Source/ui_shared/AmazonS3Utils.h */; }; + 7EA4476274404DF6878F81F4 /* ../cmake/Source/ui_ios/ui_shared/CMakeFiles/ui_shared.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = EB259A9E54CC4846933B3BD0 /* ../cmake/Source/ui_ios/ui_shared/CMakeFiles/ui_shared.dir/Info.plist */; }; + 85072338DE5B4EBD8C3EF0DF /* ../Play-/Source/ui_shared/TheGamesDbClient.h */ = {isa = PBXBuildFile; fileRef = ABC46315778B49A28691BA02 /* ../Play-/Source/ui_shared/TheGamesDbClient.h */; }; + 91C9E01545034394B6A7C62F /* ../Play-/Source/ui_shared/StatsManager.cpp */ = {isa = PBXBuildFile; fileRef = D9403835FB364CBDBC08C5B8 /* ../Play-/Source/ui_shared/StatsManager.cpp */; }; + B877E1E54476451FBD11C403 /* ../Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.cpp */ = {isa = PBXBuildFile; fileRef = D84D782EC0664F71936D706F /* ../Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.cpp */; }; + BF9BCC45C9474EC6ABC14CD4 /* ../Play-/Source/ui_shared/BootablesDbClient.h */ = {isa = PBXBuildFile; fileRef = 5E93F642AE2B4AC681C82824 /* ../Play-/Source/ui_shared/BootablesDbClient.h */; }; + C281D0FA342847E3B45A36FB /* ../Play-/Source/ui_shared/BootablesDbClient.cpp */ = {isa = PBXBuildFile; fileRef = 1380ADC469E245D49D17143E /* ../Play-/Source/ui_shared/BootablesDbClient.cpp */; }; + D7F0E7601AC94F628F0923EC /* ../Play-/Source/ui_shared/arcadedrivers/ArcadeDriver.h */ = {isa = PBXBuildFile; fileRef = 9FF4639790974AE8BDA4A96F /* ../Play-/Source/ui_shared/arcadedrivers/ArcadeDriver.h */; }; + DB8706CA72C34D7BA2C03F30 /* ../Play-/Source/ui_shared/BootablesProcesses.cpp */ = {isa = PBXBuildFile; fileRef = 6046E0769B5049BABDB07207 /* ../Play-/Source/ui_shared/BootablesProcesses.cpp */; }; + DE02E5DFE5FD46848927A79B /* ../Play-/Source/ui_shared/ArcadeUtils.cpp */ = {isa = PBXBuildFile; fileRef = B28C03C8855D440184F857CB /* ../Play-/Source/ui_shared/ArcadeUtils.cpp */; }; + DE32796C6B4142369A9CE8BA /* ../Play-/Source/ui_shared/TheGamesDbClient.cpp */ = {isa = PBXBuildFile; fileRef = 19F7FB9135C2409ABF5176D4 /* ../Play-/Source/ui_shared/TheGamesDbClient.cpp */; }; + EC8AFD13C2CE4EE98944E8A3 /* ../Play-/Source/ui_shared/StatsManager.h */ = {isa = PBXBuildFile; fileRef = 3F1696A0351049BE891D6188 /* ../Play-/Source/ui_shared/StatsManager.h */; }; + F4AF6EFD4C4845F8BA88F48A /* ../Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.h */ = {isa = PBXBuildFile; fileRef = 867EDA3FF6F440C38B749426 /* ../Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.h */; }; + FB8900EEBBD94F45BC191B53 /* ../Play-/Source/ui_shared/AmazonS3Utils.cpp */ = {isa = PBXBuildFile; fileRef = 27C5BDF7BFCF4E7785F4CA21 /* ../Play-/Source/ui_shared/AmazonS3Utils.cpp */; }; + FDF2B1CB441E455A91A87F9C /* ../Play-/Source/ui_shared/ArcadeDefinition.h */ = {isa = PBXBuildFile; fileRef = 0CA84A2C094342AEAB6C1184 /* ../Play-/Source/ui_shared/ArcadeDefinition.h */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ @@ -161,28 +161,28 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 0CA84A2C094342AEAB6C1184 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/ArcadeDefinition.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ArcadeDefinition.h; path = ArcadeDefinition.h; sourceTree = SOURCE_ROOT; }; - 0CE399763FC842F185797DB6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/ArcadeUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ArcadeUtils.h; path = ArcadeUtils.h; sourceTree = SOURCE_ROOT; }; - 1380ADC469E245D49D17143E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesDbClient.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = BootablesDbClient.cpp; path = BootablesDbClient.cpp; sourceTree = SOURCE_ROOT; }; - 19F7FB9135C2409ABF5176D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/TheGamesDbClient.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = TheGamesDbClient.cpp; path = TheGamesDbClient.cpp; sourceTree = SOURCE_ROOT; }; - 27C5BDF7BFCF4E7785F4CA21 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/AmazonS3Utils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AmazonS3Utils.cpp; path = AmazonS3Utils.cpp; sourceTree = SOURCE_ROOT; }; - 3F1696A0351049BE891D6188 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/StatsManager.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StatsManager.h; path = StatsManager.h; sourceTree = SOURCE_ROOT; }; - 5E93F642AE2B4AC681C82824 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesDbClient.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BootablesDbClient.h; path = BootablesDbClient.h; sourceTree = SOURCE_ROOT; }; - 6046E0769B5049BABDB07207 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesProcesses.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = BootablesProcesses.cpp; path = BootablesProcesses.cpp; sourceTree = SOURCE_ROOT; }; - 65B201A4A47A4EB1A6DE019B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesProcesses.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BootablesProcesses.h; path = BootablesProcesses.h; sourceTree = SOURCE_ROOT; }; - 6E8EB648D60B40128E194A13 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = NamcoSys147Driver.cpp; path = arcadedrivers/NamcoSys147Driver.cpp; sourceTree = SOURCE_ROOT; }; - 867EDA3FF6F440C38B749426 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = NamcoSys246Driver.h; path = arcadedrivers/NamcoSys246Driver.h; sourceTree = SOURCE_ROOT; }; - 8F84CAE2110E4FCE84A56248 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/AmazonS3Utils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AmazonS3Utils.h; path = AmazonS3Utils.h; sourceTree = SOURCE_ROOT; }; - 9FF4639790974AE8BDA4A96F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/ArcadeDriver.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ArcadeDriver.h; path = arcadedrivers/ArcadeDriver.h; sourceTree = SOURCE_ROOT; }; - A6B9DDB190E648A596D1BA7F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - ABC46315778B49A28691BA02 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/TheGamesDbClient.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = TheGamesDbClient.h; path = TheGamesDbClient.h; sourceTree = SOURCE_ROOT; }; - B28C03C8855D440184F857CB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/ArcadeUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ArcadeUtils.cpp; path = ArcadeUtils.cpp; sourceTree = SOURCE_ROOT; }; - B94D1AC388EA421581F76A98 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = NamcoSys147Driver.h; path = arcadedrivers/NamcoSys147Driver.h; sourceTree = SOURCE_ROOT; }; + 0CA84A2C094342AEAB6C1184 /* ../Play-/Source/ui_shared/ArcadeDefinition.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ArcadeDefinition.h; path = ArcadeDefinition.h; sourceTree = SOURCE_ROOT; }; + 0CE399763FC842F185797DB6 /* ../Play-/Source/ui_shared/ArcadeUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ArcadeUtils.h; path = ArcadeUtils.h; sourceTree = SOURCE_ROOT; }; + 1380ADC469E245D49D17143E /* ../Play-/Source/ui_shared/BootablesDbClient.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = BootablesDbClient.cpp; path = BootablesDbClient.cpp; sourceTree = SOURCE_ROOT; }; + 19F7FB9135C2409ABF5176D4 /* ../Play-/Source/ui_shared/TheGamesDbClient.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = TheGamesDbClient.cpp; path = TheGamesDbClient.cpp; sourceTree = SOURCE_ROOT; }; + 27C5BDF7BFCF4E7785F4CA21 /* ../Play-/Source/ui_shared/AmazonS3Utils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AmazonS3Utils.cpp; path = AmazonS3Utils.cpp; sourceTree = SOURCE_ROOT; }; + 3F1696A0351049BE891D6188 /* ../Play-/Source/ui_shared/StatsManager.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StatsManager.h; path = StatsManager.h; sourceTree = SOURCE_ROOT; }; + 5E93F642AE2B4AC681C82824 /* ../Play-/Source/ui_shared/BootablesDbClient.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BootablesDbClient.h; path = BootablesDbClient.h; sourceTree = SOURCE_ROOT; }; + 6046E0769B5049BABDB07207 /* ../Play-/Source/ui_shared/BootablesProcesses.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = BootablesProcesses.cpp; path = BootablesProcesses.cpp; sourceTree = SOURCE_ROOT; }; + 65B201A4A47A4EB1A6DE019B /* ../Play-/Source/ui_shared/BootablesProcesses.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BootablesProcesses.h; path = BootablesProcesses.h; sourceTree = SOURCE_ROOT; }; + 6E8EB648D60B40128E194A13 /* ../Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = NamcoSys147Driver.cpp; path = arcadedrivers/NamcoSys147Driver.cpp; sourceTree = SOURCE_ROOT; }; + 867EDA3FF6F440C38B749426 /* ../Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = NamcoSys246Driver.h; path = arcadedrivers/NamcoSys246Driver.h; sourceTree = SOURCE_ROOT; }; + 8F84CAE2110E4FCE84A56248 /* ../Play-/Source/ui_shared/AmazonS3Utils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AmazonS3Utils.h; path = AmazonS3Utils.h; sourceTree = SOURCE_ROOT; }; + 9FF4639790974AE8BDA4A96F /* ../Play-/Source/ui_shared/arcadedrivers/ArcadeDriver.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ArcadeDriver.h; path = arcadedrivers/ArcadeDriver.h; sourceTree = SOURCE_ROOT; }; + A6B9DDB190E648A596D1BA7F /* ../Play-/Source/ui_shared/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + ABC46315778B49A28691BA02 /* ../Play-/Source/ui_shared/TheGamesDbClient.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = TheGamesDbClient.h; path = TheGamesDbClient.h; sourceTree = SOURCE_ROOT; }; + B28C03C8855D440184F857CB /* ../Play-/Source/ui_shared/ArcadeUtils.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ArcadeUtils.cpp; path = ArcadeUtils.cpp; sourceTree = SOURCE_ROOT; }; + B94D1AC388EA421581F76A98 /* ../Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = NamcoSys147Driver.h; path = arcadedrivers/NamcoSys147Driver.h; sourceTree = SOURCE_ROOT; }; CE4CCEC395404E00AE47361F /* ui_shared */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libui_shared.a; sourceTree = BUILT_PRODUCTS_DIR; }; - D84D782EC0664F71936D706F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = NamcoSys246Driver.cpp; path = arcadedrivers/NamcoSys246Driver.cpp; sourceTree = SOURCE_ROOT; }; - D9403835FB364CBDBC08C5B8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/StatsManager.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StatsManager.cpp; path = StatsManager.cpp; sourceTree = SOURCE_ROOT; }; - E1AC29154C8243E9B6CCDF74 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - EB259A9E54CC4846933B3BD0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/CMakeFiles/ui_shared.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/CMakeFiles/ui_shared.dir/Info.plist; sourceTree = ""; }; + D84D782EC0664F71936D706F /* ../Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = NamcoSys246Driver.cpp; path = arcadedrivers/NamcoSys246Driver.cpp; sourceTree = SOURCE_ROOT; }; + D9403835FB364CBDBC08C5B8 /* ../Play-/Source/ui_shared/StatsManager.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StatsManager.cpp; path = StatsManager.cpp; sourceTree = SOURCE_ROOT; }; + E1AC29154C8243E9B6CCDF74 /* ../Play-/Source/ui_shared/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + EB259A9E54CC4846933B3BD0 /* ../cmake/Source/ui_ios/ui_shared/CMakeFiles/ui_shared.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/Source/ui_ios/ui_shared/CMakeFiles/ui_shared.dir/Info.plist; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -199,14 +199,14 @@ 0501F256938C46389D26A604 /* Source Files */ = { isa = PBXGroup; children = ( - 27C5BDF7BFCF4E7785F4CA21 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/AmazonS3Utils.cpp */, - B28C03C8855D440184F857CB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/ArcadeUtils.cpp */, - 1380ADC469E245D49D17143E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesDbClient.cpp */, - 6046E0769B5049BABDB07207 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesProcesses.cpp */, - D9403835FB364CBDBC08C5B8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/StatsManager.cpp */, - 19F7FB9135C2409ABF5176D4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/TheGamesDbClient.cpp */, - 6E8EB648D60B40128E194A13 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.cpp */, - D84D782EC0664F71936D706F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.cpp */, + 27C5BDF7BFCF4E7785F4CA21 /* ../Play-/Source/ui_shared/AmazonS3Utils.cpp */, + B28C03C8855D440184F857CB /* ../Play-/Source/ui_shared/ArcadeUtils.cpp */, + 1380ADC469E245D49D17143E /* ../Play-/Source/ui_shared/BootablesDbClient.cpp */, + 6046E0769B5049BABDB07207 /* ../Play-/Source/ui_shared/BootablesProcesses.cpp */, + D9403835FB364CBDBC08C5B8 /* ../Play-/Source/ui_shared/StatsManager.cpp */, + 19F7FB9135C2409ABF5176D4 /* ../Play-/Source/ui_shared/TheGamesDbClient.cpp */, + 6E8EB648D60B40128E194A13 /* ../Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.cpp */, + D84D782EC0664F71936D706F /* ../Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -231,7 +231,7 @@ 9DF284FD02CC4EDF858621D5 /* Header Files */, 0501F256938C46389D26A604 /* Source Files */, 92B75ED5117947C0BEBA48E0 /* Resources */, - E1AC29154C8243E9B6CCDF74 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/CMakeLists.txt */, + E1AC29154C8243E9B6CCDF74 /* ../Play-/Source/ui_shared/CMakeLists.txt */, ); name = ui_shared; sourceTree = ""; @@ -239,7 +239,7 @@ 92B75ED5117947C0BEBA48E0 /* Resources */ = { isa = PBXGroup; children = ( - EB259A9E54CC4846933B3BD0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/CMakeFiles/ui_shared.dir/Info.plist */, + EB259A9E54CC4846933B3BD0 /* ../cmake/Source/ui_ios/ui_shared/CMakeFiles/ui_shared.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -248,7 +248,7 @@ isa = PBXGroup; children = ( 57BA65BC873A4D6DA78FF055 /* CMake Rules */, - A6B9DDB190E648A596D1BA7F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/CMakeLists.txt */, + A6B9DDB190E648A596D1BA7F /* ../Play-/Source/ui_shared/CMakeLists.txt */, ); name = ALL_BUILD; sourceTree = ""; @@ -256,16 +256,16 @@ 9DF284FD02CC4EDF858621D5 /* Header Files */ = { isa = PBXGroup; children = ( - 8F84CAE2110E4FCE84A56248 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/AmazonS3Utils.h */, - 0CA84A2C094342AEAB6C1184 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/ArcadeDefinition.h */, - 0CE399763FC842F185797DB6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/ArcadeUtils.h */, - 5E93F642AE2B4AC681C82824 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesDbClient.h */, - 65B201A4A47A4EB1A6DE019B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesProcesses.h */, - 3F1696A0351049BE891D6188 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/StatsManager.h */, - ABC46315778B49A28691BA02 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/TheGamesDbClient.h */, - 9FF4639790974AE8BDA4A96F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/ArcadeDriver.h */, - B94D1AC388EA421581F76A98 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.h */, - 867EDA3FF6F440C38B749426 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.h */, + 8F84CAE2110E4FCE84A56248 /* ../Play-/Source/ui_shared/AmazonS3Utils.h */, + 0CA84A2C094342AEAB6C1184 /* ../Play-/Source/ui_shared/ArcadeDefinition.h */, + 0CE399763FC842F185797DB6 /* ../Play-/Source/ui_shared/ArcadeUtils.h */, + 5E93F642AE2B4AC681C82824 /* ../Play-/Source/ui_shared/BootablesDbClient.h */, + 65B201A4A47A4EB1A6DE019B /* ../Play-/Source/ui_shared/BootablesProcesses.h */, + 3F1696A0351049BE891D6188 /* ../Play-/Source/ui_shared/StatsManager.h */, + ABC46315778B49A28691BA02 /* ../Play-/Source/ui_shared/TheGamesDbClient.h */, + 9FF4639790974AE8BDA4A96F /* ../Play-/Source/ui_shared/arcadedrivers/ArcadeDriver.h */, + B94D1AC388EA421581F76A98 /* ../Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.h */, + 867EDA3FF6F440C38B749426 /* ../Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.h */, ); name = "Header Files"; sourceTree = ""; @@ -364,19 +364,19 @@ shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared + cd ../cmake/Source/ui_ios/ui_shared /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared + cd ../cmake/Source/ui_ios/ui_shared /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared + cd ../cmake/Source/ui_ios/ui_shared /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared + cd ../cmake/Source/ui_ios/ui_shared /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi "; @@ -407,25 +407,25 @@ exit 0"; ); name = "Generate CMakeFiles/ZERO_CHECK"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/CMakeFiles/ZERO_CHECK ); +../cmake/Source/ui_ios/ui_shared/CMakeFiles/ZERO_CHECK ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/ui_shared + make -f ../cmake/Source/ui_ios/ui_shared/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/ui_shared + make -f ../cmake/Source/ui_ios/ui_shared/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/ui_shared + make -f ../cmake/Source/ui_ios/ui_shared/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/CMakeScripts/ReRunCMake.make + cd ../cmake/Source/ui_ios/ui_shared + make -f ../cmake/Source/ui_ios/ui_shared/CMakeScripts/ReRunCMake.make fi "; showEnvVarsInLog = 0; @@ -443,19 +443,19 @@ fi shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi "; @@ -519,19 +519,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared + cd ../cmake/Source/ui_ios/ui_shared /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared + cd ../cmake/Source/ui_ios/ui_shared /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared + cd ../cmake/Source/ui_ios/ui_shared /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared + cd ../cmake/Source/ui_ios/ui_shared /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; @@ -562,24 +562,24 @@ exit 0"; ); name = "Generate CMakeFiles/ALL_BUILD"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared/CMakeFiles/ALL_BUILD ); +../cmake/Source/ui_ios/ui_shared/CMakeFiles/ALL_BUILD ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared + cd ../cmake/Source/ui_ios/ui_shared echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared + cd ../cmake/Source/ui_ios/ui_shared echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared + cd ../cmake/Source/ui_ios/ui_shared echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/ui_shared + cd ../cmake/Source/ui_ios/ui_shared echo Build\\ all\\ projects fi "; @@ -592,14 +592,14 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FB8900EEBBD94F45BC191B53 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/AmazonS3Utils.cpp */, - DE02E5DFE5FD46848927A79B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/ArcadeUtils.cpp */, - C281D0FA342847E3B45A36FB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesDbClient.cpp */, - DB8706CA72C34D7BA2C03F30 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/BootablesProcesses.cpp */, - 91C9E01545034394B6A7C62F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/StatsManager.cpp */, - DE32796C6B4142369A9CE8BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/TheGamesDbClient.cpp */, - 1222DABB0DD74021B2692C60 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.cpp */, - B877E1E54476451FBD11C403 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.cpp */, + FB8900EEBBD94F45BC191B53 /* ../Play-/Source/ui_shared/AmazonS3Utils.cpp */, + DE02E5DFE5FD46848927A79B /* ../Play-/Source/ui_shared/ArcadeUtils.cpp */, + C281D0FA342847E3B45A36FB /* ../Play-/Source/ui_shared/BootablesDbClient.cpp */, + DB8706CA72C34D7BA2C03F30 /* ../Play-/Source/ui_shared/BootablesProcesses.cpp */, + 91C9E01545034394B6A7C62F /* ../Play-/Source/ui_shared/StatsManager.cpp */, + DE32796C6B4142369A9CE8BA /* ../Play-/Source/ui_shared/TheGamesDbClient.cpp */, + 1222DABB0DD74021B2692C60 /* ../Play-/Source/ui_shared/arcadedrivers/NamcoSys147Driver.cpp */, + B877E1E54476451FBD11C403 /* ../Play-/Source/ui_shared/arcadedrivers/NamcoSys246Driver.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -807,7 +807,7 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/nlohmann_json/single_include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source/ui_shared/..","../Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Dependencies/nlohmann_json/single_include","../Play-/Source","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1030,7 +1030,7 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/nlohmann_json/single_include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source/ui_shared/..","../Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Dependencies/nlohmann_json/single_include","../Play-/Source","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1160,7 +1160,7 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/nlohmann_json/single_include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source/ui_shared/..","../Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Dependencies/nlohmann_json/single_include","../Play-/Source","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; @@ -1190,7 +1190,7 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'","$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source/ui_shared/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/nlohmann_json/single_include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); + HEADER_SEARCH_PATHS = ("../Play-/Source/ui_shared/..","../Play-/deps/Framework/build_cmake/FrameworkSqlite/../../include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Dependencies/nlohmann_json/single_include","../Play-/Source","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); INSTALL_PATH = ""; LIBRARY_STYLE = STATIC; ONLY_ACTIVE_ARCH = NO; diff --git a/Cores/Play/cmake/deps/Framework/build_cmake/Tests/FrameworkTests.xcodeproj/project.pbxproj b/Cores/Play/cmake/deps/Framework/build_cmake/Tests/FrameworkTests.xcodeproj/project.pbxproj index 20e68d2478..b141624dac 100644 --- a/Cores/Play/cmake/deps/Framework/build_cmake/Tests/FrameworkTests.xcodeproj/project.pbxproj +++ b/Cores/Play/cmake/deps/Framework/build_cmake/Tests/FrameworkTests.xcodeproj/project.pbxproj @@ -69,22 +69,22 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 0C32F621FF864EED9E00FADF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Tests/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = EDB4117E94B846C894EEACFB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Tests/CMakeLists.txt */; }; - 164876DA9E5145E0BAA26707 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/StringUtilsTest.h */ = {isa = PBXBuildFile; fileRef = E25785A47F1E4F878AA48B5E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/StringUtilsTest.h */; }; - 27B41756921E4BCCB2B14D4F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/MathStringUtilsTest.h */ = {isa = PBXBuildFile; fileRef = 27600F474C944054BED4F7EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/MathStringUtilsTest.h */; }; - 2DAB141B06FB4FB8BA0E3BCD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/StringCastTest.h */ = {isa = PBXBuildFile; fileRef = 98918319C8DD4ED784ACCBE4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/StringCastTest.h */; }; - 3D39635C469B40FB9905B4F4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/Main.cpp */ = {isa = PBXBuildFile; fileRef = 140BB511F3F54506B8090AF7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/Main.cpp */; }; - 4BBAA05C0E3A4E7BBDA172A6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/XmlTest.h */ = {isa = PBXBuildFile; fileRef = A95500F6636048698D918405 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/XmlTest.h */; }; - 5ADC58C48E114E8B819D56BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/XmlTest.cpp */ = {isa = PBXBuildFile; fileRef = B2C4D55F39DF408A875845C1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/XmlTest.cpp */; }; - 6CDCA44C5B1746E99D5F3199 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/MathStringUtilsTest.cpp */ = {isa = PBXBuildFile; fileRef = ADEEF5F08F4A4C6694998A4A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/MathStringUtilsTest.cpp */; }; - 7E6ED69400924DD882CBE677 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/SignalTest.cpp */ = {isa = PBXBuildFile; fileRef = B1B84E3D974F4C6D846F8D47 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/SignalTest.cpp */; }; - 851032E49CB3447C8531DBDD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/BmpTest.h */ = {isa = PBXBuildFile; fileRef = 5D4D13E56FB5432E84FA281D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/BmpTest.h */; }; - CC0BD2051E994682BEFC8E5A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/TestDefs.h */ = {isa = PBXBuildFile; fileRef = 63A07170710A47F180D8010B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/TestDefs.h */; }; - DD7749E6E5C640668C9F8103 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/StringUtilsTest.cpp */ = {isa = PBXBuildFile; fileRef = 5166F67D5D8A40B69E83E362 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/StringUtilsTest.cpp */; }; - E4A85B98A89746CDB3BD435B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/SignalTest.h */ = {isa = PBXBuildFile; fileRef = 698F708C66DB4556A61B0AFF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/SignalTest.h */; }; - E8FA4F5865EA47039C8795C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/deps/Framework/build_cmake/Tests/CMakeFiles/FrameworkTests.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 9EEDD8CFD38F4C8F99F0037A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/deps/Framework/build_cmake/Tests/CMakeFiles/FrameworkTests.dir/Info.plist */; }; - EEF7608D78FD41E481E73019 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/StringCastTest.cpp */ = {isa = PBXBuildFile; fileRef = 2B04D9C40D514A3C9C0F27B1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/StringCastTest.cpp */; }; - F4C17447FAE442E7993633E9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/BmpTest.cpp */ = {isa = PBXBuildFile; fileRef = 81768F3A6CE74E899EA577C3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/BmpTest.cpp */; }; + 0C32F621FF864EED9E00FADF /* ../Play-/deps/Framework/build_cmake/Tests/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = EDB4117E94B846C894EEACFB /* ../Play-/deps/Framework/build_cmake/Tests/CMakeLists.txt */; }; + 164876DA9E5145E0BAA26707 /* ../Play-/deps/Framework/tests/StringUtilsTest.h */ = {isa = PBXBuildFile; fileRef = E25785A47F1E4F878AA48B5E /* ../Play-/deps/Framework/tests/StringUtilsTest.h */; }; + 27B41756921E4BCCB2B14D4F /* ../Play-/deps/Framework/tests/MathStringUtilsTest.h */ = {isa = PBXBuildFile; fileRef = 27600F474C944054BED4F7EE /* ../Play-/deps/Framework/tests/MathStringUtilsTest.h */; }; + 2DAB141B06FB4FB8BA0E3BCD /* ../Play-/deps/Framework/tests/StringCastTest.h */ = {isa = PBXBuildFile; fileRef = 98918319C8DD4ED784ACCBE4 /* ../Play-/deps/Framework/tests/StringCastTest.h */; }; + 3D39635C469B40FB9905B4F4 /* ../Play-/deps/Framework/tests/Main.cpp */ = {isa = PBXBuildFile; fileRef = 140BB511F3F54506B8090AF7 /* ../Play-/deps/Framework/tests/Main.cpp */; }; + 4BBAA05C0E3A4E7BBDA172A6 /* ../Play-/deps/Framework/tests/XmlTest.h */ = {isa = PBXBuildFile; fileRef = A95500F6636048698D918405 /* ../Play-/deps/Framework/tests/XmlTest.h */; }; + 5ADC58C48E114E8B819D56BA /* ../Play-/deps/Framework/tests/XmlTest.cpp */ = {isa = PBXBuildFile; fileRef = B2C4D55F39DF408A875845C1 /* ../Play-/deps/Framework/tests/XmlTest.cpp */; }; + 6CDCA44C5B1746E99D5F3199 /* ../Play-/deps/Framework/tests/MathStringUtilsTest.cpp */ = {isa = PBXBuildFile; fileRef = ADEEF5F08F4A4C6694998A4A /* ../Play-/deps/Framework/tests/MathStringUtilsTest.cpp */; }; + 7E6ED69400924DD882CBE677 /* ../Play-/deps/Framework/tests/SignalTest.cpp */ = {isa = PBXBuildFile; fileRef = B1B84E3D974F4C6D846F8D47 /* ../Play-/deps/Framework/tests/SignalTest.cpp */; }; + 851032E49CB3447C8531DBDD /* ../Play-/deps/Framework/tests/BmpTest.h */ = {isa = PBXBuildFile; fileRef = 5D4D13E56FB5432E84FA281D /* ../Play-/deps/Framework/tests/BmpTest.h */; }; + CC0BD2051E994682BEFC8E5A /* ../Play-/deps/Framework/tests/TestDefs.h */ = {isa = PBXBuildFile; fileRef = 63A07170710A47F180D8010B /* ../Play-/deps/Framework/tests/TestDefs.h */; }; + DD7749E6E5C640668C9F8103 /* ../Play-/deps/Framework/tests/StringUtilsTest.cpp */ = {isa = PBXBuildFile; fileRef = 5166F67D5D8A40B69E83E362 /* ../Play-/deps/Framework/tests/StringUtilsTest.cpp */; }; + E4A85B98A89746CDB3BD435B /* ../Play-/deps/Framework/tests/SignalTest.h */ = {isa = PBXBuildFile; fileRef = 698F708C66DB4556A61B0AFF /* ../Play-/deps/Framework/tests/SignalTest.h */; }; + E8FA4F5865EA47039C8795C9 /* ../cmake/deps/Framework/build_cmake/Tests/CMakeFiles/FrameworkTests.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 9EEDD8CFD38F4C8F99F0037A /* ../cmake/deps/Framework/build_cmake/Tests/CMakeFiles/FrameworkTests.dir/Info.plist */; }; + EEF7608D78FD41E481E73019 /* ../Play-/deps/Framework/tests/StringCastTest.cpp */ = {isa = PBXBuildFile; fileRef = 2B04D9C40D514A3C9C0F27B1 /* ../Play-/deps/Framework/tests/StringCastTest.cpp */; }; + F4C17447FAE442E7993633E9 /* ../Play-/deps/Framework/tests/BmpTest.cpp */ = {isa = PBXBuildFile; fileRef = 81768F3A6CE74E899EA577C3 /* ../Play-/deps/Framework/tests/BmpTest.cpp */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ @@ -157,24 +157,24 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 140BB511F3F54506B8090AF7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/Main.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Main.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/Main.cpp"; sourceTree = ""; }; - 1D0A7ADC73894EDE8DC6C117 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Tests/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 27600F474C944054BED4F7EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/MathStringUtilsTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MathStringUtilsTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/MathStringUtilsTest.h"; sourceTree = ""; }; - 2B04D9C40D514A3C9C0F27B1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/StringCastTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StringCastTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/StringCastTest.cpp"; sourceTree = ""; }; - 5166F67D5D8A40B69E83E362 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/StringUtilsTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StringUtilsTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/StringUtilsTest.cpp"; sourceTree = ""; }; - 5D4D13E56FB5432E84FA281D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/BmpTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BmpTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/BmpTest.h"; sourceTree = ""; }; - 63A07170710A47F180D8010B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/TestDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = TestDefs.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/TestDefs.h"; sourceTree = ""; }; - 698F708C66DB4556A61B0AFF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/SignalTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SignalTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/SignalTest.h"; sourceTree = ""; }; - 81768F3A6CE74E899EA577C3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/BmpTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = BmpTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/BmpTest.cpp"; sourceTree = ""; }; - 98918319C8DD4ED784ACCBE4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/StringCastTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StringCastTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/StringCastTest.h"; sourceTree = ""; }; + 140BB511F3F54506B8090AF7 /* ../Play-/deps/Framework/tests/Main.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Main.cpp; path = "../Play-/deps/Framework/tests/Main.cpp"; sourceTree = ""; }; + 1D0A7ADC73894EDE8DC6C117 /* ../Play-/deps/Framework/build_cmake/Tests/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 27600F474C944054BED4F7EE /* ../Play-/deps/Framework/tests/MathStringUtilsTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MathStringUtilsTest.h; path = "../Play-/deps/Framework/tests/MathStringUtilsTest.h"; sourceTree = ""; }; + 2B04D9C40D514A3C9C0F27B1 /* ../Play-/deps/Framework/tests/StringCastTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StringCastTest.cpp; path = "../Play-/deps/Framework/tests/StringCastTest.cpp"; sourceTree = ""; }; + 5166F67D5D8A40B69E83E362 /* ../Play-/deps/Framework/tests/StringUtilsTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StringUtilsTest.cpp; path = "../Play-/deps/Framework/tests/StringUtilsTest.cpp"; sourceTree = ""; }; + 5D4D13E56FB5432E84FA281D /* ../Play-/deps/Framework/tests/BmpTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BmpTest.h; path = "../Play-/deps/Framework/tests/BmpTest.h"; sourceTree = ""; }; + 63A07170710A47F180D8010B /* ../Play-/deps/Framework/tests/TestDefs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = TestDefs.h; path = "../Play-/deps/Framework/tests/TestDefs.h"; sourceTree = ""; }; + 698F708C66DB4556A61B0AFF /* ../Play-/deps/Framework/tests/SignalTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SignalTest.h; path = "../Play-/deps/Framework/tests/SignalTest.h"; sourceTree = ""; }; + 81768F3A6CE74E899EA577C3 /* ../Play-/deps/Framework/tests/BmpTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = BmpTest.cpp; path = "../Play-/deps/Framework/tests/BmpTest.cpp"; sourceTree = ""; }; + 98918319C8DD4ED784ACCBE4 /* ../Play-/deps/Framework/tests/StringCastTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StringCastTest.h; path = "../Play-/deps/Framework/tests/StringCastTest.h"; sourceTree = ""; }; 9E6239D7DA0D4833A809C272 /* FrameworkTests */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = FrameworkTests; sourceTree = BUILT_PRODUCTS_DIR; }; - 9EEDD8CFD38F4C8F99F0037A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/deps/Framework/build_cmake/Tests/CMakeFiles/FrameworkTests.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/deps/Framework/build_cmake/Tests/CMakeFiles/FrameworkTests.dir/Info.plist; sourceTree = ""; }; - A95500F6636048698D918405 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/XmlTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = XmlTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/XmlTest.h"; sourceTree = ""; }; - ADEEF5F08F4A4C6694998A4A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/MathStringUtilsTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MathStringUtilsTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/MathStringUtilsTest.cpp"; sourceTree = ""; }; - B1B84E3D974F4C6D846F8D47 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/SignalTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SignalTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/SignalTest.cpp"; sourceTree = ""; }; - B2C4D55F39DF408A875845C1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/XmlTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = XmlTest.cpp; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/XmlTest.cpp"; sourceTree = ""; }; - E25785A47F1E4F878AA48B5E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/StringUtilsTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StringUtilsTest.h; path = "/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/StringUtilsTest.h"; sourceTree = ""; }; - EDB4117E94B846C894EEACFB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Tests/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 9EEDD8CFD38F4C8F99F0037A /* ../cmake/deps/Framework/build_cmake/Tests/CMakeFiles/FrameworkTests.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/deps/Framework/build_cmake/Tests/CMakeFiles/FrameworkTests.dir/Info.plist; sourceTree = ""; }; + A95500F6636048698D918405 /* ../Play-/deps/Framework/tests/XmlTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = XmlTest.h; path = "../Play-/deps/Framework/tests/XmlTest.h"; sourceTree = ""; }; + ADEEF5F08F4A4C6694998A4A /* ../Play-/deps/Framework/tests/MathStringUtilsTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MathStringUtilsTest.cpp; path = "../Play-/deps/Framework/tests/MathStringUtilsTest.cpp"; sourceTree = ""; }; + B1B84E3D974F4C6D846F8D47 /* ../Play-/deps/Framework/tests/SignalTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SignalTest.cpp; path = "../Play-/deps/Framework/tests/SignalTest.cpp"; sourceTree = ""; }; + B2C4D55F39DF408A875845C1 /* ../Play-/deps/Framework/tests/XmlTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = XmlTest.cpp; path = "../Play-/deps/Framework/tests/XmlTest.cpp"; sourceTree = ""; }; + E25785A47F1E4F878AA48B5E /* ../Play-/deps/Framework/tests/StringUtilsTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StringUtilsTest.h; path = "../Play-/deps/Framework/tests/StringUtilsTest.h"; sourceTree = ""; }; + EDB4117E94B846C894EEACFB /* ../Play-/deps/Framework/build_cmake/Tests/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -191,13 +191,13 @@ 03E23FC82C744AE9AE3D690C /* Header Files */ = { isa = PBXGroup; children = ( - 5D4D13E56FB5432E84FA281D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/BmpTest.h */, - 27600F474C944054BED4F7EE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/MathStringUtilsTest.h */, - 698F708C66DB4556A61B0AFF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/SignalTest.h */, - 98918319C8DD4ED784ACCBE4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/StringCastTest.h */, - E25785A47F1E4F878AA48B5E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/StringUtilsTest.h */, - 63A07170710A47F180D8010B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/TestDefs.h */, - A95500F6636048698D918405 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/XmlTest.h */, + 5D4D13E56FB5432E84FA281D /* ../Play-/deps/Framework/tests/BmpTest.h */, + 27600F474C944054BED4F7EE /* ../Play-/deps/Framework/tests/MathStringUtilsTest.h */, + 698F708C66DB4556A61B0AFF /* ../Play-/deps/Framework/tests/SignalTest.h */, + 98918319C8DD4ED784ACCBE4 /* ../Play-/deps/Framework/tests/StringCastTest.h */, + E25785A47F1E4F878AA48B5E /* ../Play-/deps/Framework/tests/StringUtilsTest.h */, + 63A07170710A47F180D8010B /* ../Play-/deps/Framework/tests/TestDefs.h */, + A95500F6636048698D918405 /* ../Play-/deps/Framework/tests/XmlTest.h */, ); name = "Header Files"; sourceTree = ""; @@ -215,7 +215,7 @@ CCE4C97E83574FE6B214CABB /* Source Files */, 03E23FC82C744AE9AE3D690C /* Header Files */, 69C0AE84E34646C8A4D7C92C /* Resources */, - EDB4117E94B846C894EEACFB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Tests/CMakeLists.txt */, + EDB4117E94B846C894EEACFB /* ../Play-/deps/Framework/build_cmake/Tests/CMakeLists.txt */, ); name = FrameworkTests; sourceTree = ""; @@ -224,7 +224,7 @@ isa = PBXGroup; children = ( 6B476A37B3744240A1DFA56A /* CMake Rules */, - 1D0A7ADC73894EDE8DC6C117 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Tests/CMakeLists.txt */, + 1D0A7ADC73894EDE8DC6C117 /* ../Play-/deps/Framework/build_cmake/Tests/CMakeLists.txt */, ); name = ALL_BUILD; sourceTree = ""; @@ -232,7 +232,7 @@ 69C0AE84E34646C8A4D7C92C /* Resources */ = { isa = PBXGroup; children = ( - 9EEDD8CFD38F4C8F99F0037A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/deps/Framework/build_cmake/Tests/CMakeFiles/FrameworkTests.dir/Info.plist */, + 9EEDD8CFD38F4C8F99F0037A /* ../cmake/deps/Framework/build_cmake/Tests/CMakeFiles/FrameworkTests.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -258,13 +258,13 @@ CCE4C97E83574FE6B214CABB /* Source Files */ = { isa = PBXGroup; children = ( - 81768F3A6CE74E899EA577C3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/BmpTest.cpp */, - 140BB511F3F54506B8090AF7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/Main.cpp */, - ADEEF5F08F4A4C6694998A4A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/MathStringUtilsTest.cpp */, - B1B84E3D974F4C6D846F8D47 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/SignalTest.cpp */, - 2B04D9C40D514A3C9C0F27B1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/StringCastTest.cpp */, - 5166F67D5D8A40B69E83E362 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/StringUtilsTest.cpp */, - B2C4D55F39DF408A875845C1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/XmlTest.cpp */, + 81768F3A6CE74E899EA577C3 /* ../Play-/deps/Framework/tests/BmpTest.cpp */, + 140BB511F3F54506B8090AF7 /* ../Play-/deps/Framework/tests/Main.cpp */, + ADEEF5F08F4A4C6694998A4A /* ../Play-/deps/Framework/tests/MathStringUtilsTest.cpp */, + B1B84E3D974F4C6D846F8D47 /* ../Play-/deps/Framework/tests/SignalTest.cpp */, + 2B04D9C40D514A3C9C0F27B1 /* ../Play-/deps/Framework/tests/StringCastTest.cpp */, + 5166F67D5D8A40B69E83E362 /* ../Play-/deps/Framework/tests/StringUtilsTest.cpp */, + B2C4D55F39DF408A875845C1 /* ../Play-/deps/Framework/tests/XmlTest.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -352,19 +352,19 @@ shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/deps/Framework/build_cmake/Tests + cd ../cmake/deps/Framework/build_cmake/Tests /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/deps/Framework/build_cmake/Tests + cd ../cmake/deps/Framework/build_cmake/Tests /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/deps/Framework/build_cmake/Tests + cd ../cmake/deps/Framework/build_cmake/Tests /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/deps/Framework/build_cmake/Tests + cd ../cmake/deps/Framework/build_cmake/Tests /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi "; @@ -398,19 +398,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi "; @@ -456,25 +456,25 @@ exit 0"; ); name = "Generate CMakeFiles/ZERO_CHECK"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/deps/Framework/build_cmake/Tests/CMakeFiles/ZERO_CHECK ); +../cmake/deps/Framework/build_cmake/Tests/CMakeFiles/ZERO_CHECK ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/deps/Framework/build_cmake/Tests - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/deps/Framework/build_cmake/Tests/CMakeScripts/ReRunCMake.make + cd ../cmake/deps/Framework/build_cmake/Tests + make -f ../cmake/deps/Framework/build_cmake/Tests/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/deps/Framework/build_cmake/Tests - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/deps/Framework/build_cmake/Tests/CMakeScripts/ReRunCMake.make + cd ../cmake/deps/Framework/build_cmake/Tests + make -f ../cmake/deps/Framework/build_cmake/Tests/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/deps/Framework/build_cmake/Tests - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/deps/Framework/build_cmake/Tests/CMakeScripts/ReRunCMake.make + cd ../cmake/deps/Framework/build_cmake/Tests + make -f ../cmake/deps/Framework/build_cmake/Tests/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/deps/Framework/build_cmake/Tests - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/deps/Framework/build_cmake/Tests/CMakeScripts/ReRunCMake.make + cd ../cmake/deps/Framework/build_cmake/Tests + make -f ../cmake/deps/Framework/build_cmake/Tests/CMakeScripts/ReRunCMake.make fi "; showEnvVarsInLog = 0; @@ -507,19 +507,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/deps/Framework/build_cmake/Tests + cd ../cmake/deps/Framework/build_cmake/Tests /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/deps/Framework/build_cmake/Tests + cd ../cmake/deps/Framework/build_cmake/Tests /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/deps/Framework/build_cmake/Tests + cd ../cmake/deps/Framework/build_cmake/Tests /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/deps/Framework/build_cmake/Tests + cd ../cmake/deps/Framework/build_cmake/Tests /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; @@ -550,24 +550,24 @@ exit 0"; ); name = "Generate CMakeFiles/ALL_BUILD"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/deps/Framework/build_cmake/Tests/CMakeFiles/ALL_BUILD ); +../cmake/deps/Framework/build_cmake/Tests/CMakeFiles/ALL_BUILD ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/deps/Framework/build_cmake/Tests + cd ../cmake/deps/Framework/build_cmake/Tests echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/deps/Framework/build_cmake/Tests + cd ../cmake/deps/Framework/build_cmake/Tests echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/deps/Framework/build_cmake/Tests + cd ../cmake/deps/Framework/build_cmake/Tests echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/deps/Framework/build_cmake/Tests + cd ../cmake/deps/Framework/build_cmake/Tests echo Build\\ all\\ projects fi "; @@ -580,13 +580,13 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - F4C17447FAE442E7993633E9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/BmpTest.cpp */, - 3D39635C469B40FB9905B4F4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/Main.cpp */, - 6CDCA44C5B1746E99D5F3199 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/MathStringUtilsTest.cpp */, - 7E6ED69400924DD882CBE677 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/SignalTest.cpp */, - EEF7608D78FD41E481E73019 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/StringCastTest.cpp */, - DD7749E6E5C640668C9F8103 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/StringUtilsTest.cpp */, - 5ADC58C48E114E8B819D56BA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/tests/XmlTest.cpp */, + F4C17447FAE442E7993633E9 /* ../Play-/deps/Framework/tests/BmpTest.cpp */, + 3D39635C469B40FB9905B4F4 /* ../Play-/deps/Framework/tests/Main.cpp */, + 6CDCA44C5B1746E99D5F3199 /* ../Play-/deps/Framework/tests/MathStringUtilsTest.cpp */, + 7E6ED69400924DD882CBE677 /* ../Play-/deps/Framework/tests/SignalTest.cpp */, + EEF7608D78FD41E481E73019 /* ../Play-/deps/Framework/tests/StringCastTest.cpp */, + DD7749E6E5C640668C9F8103 /* ../Play-/deps/Framework/tests/StringUtilsTest.cpp */, + 5ADC58C48E114E8B819D56BA /* ../Play-/deps/Framework/tests/XmlTest.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -892,12 +892,12 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/deps/Framework/build_cmake/Tests/CMakeFiles/FrameworkTests.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/deps/Framework/build_cmake/Tests/CMakeFiles/FrameworkTests.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -x objective-c++ -DNDEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/Framework/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = FrameworkTests; SECTORDER_FLAGS = ""; @@ -982,12 +982,12 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/deps/Framework/build_cmake/Tests/CMakeFiles/FrameworkTests.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/deps/Framework/build_cmake/Tests/CMakeFiles/FrameworkTests.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -x objective-c++ -DNDEBUG -DNDEBUG -DNDEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/Release${EFFECTIVE_PLATFORM_NAME}/libFramework.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Release${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Release${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/Framework/Release${EFFECTIVE_PLATFORM_NAME}/libFramework.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Release${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Release${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = FrameworkTests; SECTORDER_FLAGS = ""; @@ -1012,12 +1012,12 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/deps/Framework/build_cmake/Tests/CMakeFiles/FrameworkTests.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/deps/Framework/build_cmake/Tests/CMakeFiles/FrameworkTests.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -x objective-c++ -D_DEBUG -D_DEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Debug${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Debug${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/Framework/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Debug${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Debug${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = FrameworkTests; SECTORDER_FLAGS = ""; @@ -1062,12 +1062,12 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/deps/Framework/build_cmake/Tests/CMakeFiles/FrameworkTests.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/deps/Framework/build_cmake/Tests/CMakeFiles/FrameworkTests.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -x objective-c++ -DNDEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/Framework/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"-framework Foundation","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = FrameworkTests; SECTORDER_FLAGS = ""; diff --git a/Cores/Play/cmake/tools/AutoTest/AutoTest.xcodeproj/project.pbxproj b/Cores/Play/cmake/tools/AutoTest/AutoTest.xcodeproj/project.pbxproj index a59a9f90e0..fbecde233a 100644 --- a/Cores/Play/cmake/tools/AutoTest/AutoTest.xcodeproj/project.pbxproj +++ b/Cores/Play/cmake/tools/AutoTest/AutoTest.xcodeproj/project.pbxproj @@ -69,10 +69,10 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 116BB6528E9C4D06835B36E9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/AutoTest/CMakeFiles/autotest.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 7770B647AB8F42BE9BD4AF38 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/AutoTest/CMakeFiles/autotest.dir/Info.plist */; }; - 70E479BDBE474B2B9E967FD0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/AutoTest/JUnitTestReportWriter.cpp */ = {isa = PBXBuildFile; fileRef = 0AECF3926FDB407B9ACE6AD4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/AutoTest/JUnitTestReportWriter.cpp */; }; - DDB1CAFF6C5B4E1CA154D6C7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/AutoTest/Main.cpp */ = {isa = PBXBuildFile; fileRef = F15555B3FA734E7D899129D3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/AutoTest/Main.cpp */; }; - FEF3D8A7541E40AC983A1298 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/AutoTest/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 8DB639B94DE64659967E9601 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/AutoTest/CMakeLists.txt */; }; + 116BB6528E9C4D06835B36E9 /* ../cmake/tools/AutoTest/CMakeFiles/autotest.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = 7770B647AB8F42BE9BD4AF38 /* ../cmake/tools/AutoTest/CMakeFiles/autotest.dir/Info.plist */; }; + 70E479BDBE474B2B9E967FD0 /* ../Play-/tools/AutoTest/JUnitTestReportWriter.cpp */ = {isa = PBXBuildFile; fileRef = 0AECF3926FDB407B9ACE6AD4 /* ../Play-/tools/AutoTest/JUnitTestReportWriter.cpp */; }; + DDB1CAFF6C5B4E1CA154D6C7 /* ../Play-/tools/AutoTest/Main.cpp */ = {isa = PBXBuildFile; fileRef = F15555B3FA734E7D899129D3 /* ../Play-/tools/AutoTest/Main.cpp */; }; + FEF3D8A7541E40AC983A1298 /* ../Play-/tools/AutoTest/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 8DB639B94DE64659967E9601 /* ../Play-/tools/AutoTest/CMakeLists.txt */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ @@ -145,12 +145,12 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 0AECF3926FDB407B9ACE6AD4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/AutoTest/JUnitTestReportWriter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = JUnitTestReportWriter.cpp; path = JUnitTestReportWriter.cpp; sourceTree = SOURCE_ROOT; }; - 5B06713B95DA43298A8D22DE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/AutoTest/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 7770B647AB8F42BE9BD4AF38 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/AutoTest/CMakeFiles/autotest.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/AutoTest/CMakeFiles/autotest.dir/Info.plist; sourceTree = ""; }; - 8DB639B94DE64659967E9601 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/AutoTest/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 0AECF3926FDB407B9ACE6AD4 /* ../Play-/tools/AutoTest/JUnitTestReportWriter.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = JUnitTestReportWriter.cpp; path = JUnitTestReportWriter.cpp; sourceTree = SOURCE_ROOT; }; + 5B06713B95DA43298A8D22DE /* ../Play-/tools/AutoTest/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 7770B647AB8F42BE9BD4AF38 /* ../cmake/tools/AutoTest/CMakeFiles/autotest.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/tools/AutoTest/CMakeFiles/autotest.dir/Info.plist; sourceTree = ""; }; + 8DB639B94DE64659967E9601 /* ../Play-/tools/AutoTest/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; 9C16A2B8984D4F6D87639A17 /* autotest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = autotest; sourceTree = BUILT_PRODUCTS_DIR; }; - F15555B3FA734E7D899129D3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/AutoTest/Main.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Main.cpp; path = Main.cpp; sourceTree = SOURCE_ROOT; }; + F15555B3FA734E7D899129D3 /* ../Play-/tools/AutoTest/Main.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Main.cpp; path = Main.cpp; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -208,7 +208,7 @@ isa = PBXGroup; children = ( 0031E987FCDD427595CB4803 /* CMake Rules */, - 5B06713B95DA43298A8D22DE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/AutoTest/CMakeLists.txt */, + 5B06713B95DA43298A8D22DE /* ../Play-/tools/AutoTest/CMakeLists.txt */, ); name = ALL_BUILD; sourceTree = ""; @@ -216,7 +216,7 @@ 71C1A1466E594A50B8FF2BA9 /* Resources */ = { isa = PBXGroup; children = ( - 7770B647AB8F42BE9BD4AF38 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/AutoTest/CMakeFiles/autotest.dir/Info.plist */, + 7770B647AB8F42BE9BD4AF38 /* ../cmake/tools/AutoTest/CMakeFiles/autotest.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -224,8 +224,8 @@ AB2B1FD0951B418DBD65EB46 /* Source Files */ = { isa = PBXGroup; children = ( - 0AECF3926FDB407B9ACE6AD4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/AutoTest/JUnitTestReportWriter.cpp */, - F15555B3FA734E7D899129D3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/AutoTest/Main.cpp */, + 0AECF3926FDB407B9ACE6AD4 /* ../Play-/tools/AutoTest/JUnitTestReportWriter.cpp */, + F15555B3FA734E7D899129D3 /* ../Play-/tools/AutoTest/Main.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -235,7 +235,7 @@ children = ( AB2B1FD0951B418DBD65EB46 /* Source Files */, 71C1A1466E594A50B8FF2BA9 /* Resources */, - 8DB639B94DE64659967E9601 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/AutoTest/CMakeLists.txt */, + 8DB639B94DE64659967E9601 /* ../Play-/tools/AutoTest/CMakeLists.txt */, ); name = autotest; sourceTree = ""; @@ -308,19 +308,19 @@ shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/AutoTest + cd ../cmake/tools/AutoTest /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/AutoTest + cd ../cmake/tools/AutoTest /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/AutoTest + cd ../cmake/tools/AutoTest /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/AutoTest + cd ../cmake/tools/AutoTest /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi "; @@ -351,25 +351,25 @@ exit 0"; ); name = "Generate CMakeFiles/ZERO_CHECK"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/AutoTest/CMakeFiles/ZERO_CHECK ); +../cmake/tools/AutoTest/CMakeFiles/ZERO_CHECK ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/AutoTest - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/AutoTest/CMakeScripts/ReRunCMake.make + cd ../cmake/tools/AutoTest + make -f ../cmake/tools/AutoTest/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/AutoTest - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/AutoTest/CMakeScripts/ReRunCMake.make + cd ../cmake/tools/AutoTest + make -f ../cmake/tools/AutoTest/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/AutoTest - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/AutoTest/CMakeScripts/ReRunCMake.make + cd ../cmake/tools/AutoTest + make -f ../cmake/tools/AutoTest/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/AutoTest - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/AutoTest/CMakeScripts/ReRunCMake.make + cd ../cmake/tools/AutoTest + make -f ../cmake/tools/AutoTest/CMakeScripts/ReRunCMake.make fi "; showEnvVarsInLog = 0; @@ -387,19 +387,19 @@ fi shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi "; @@ -463,19 +463,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/AutoTest + cd ../cmake/tools/AutoTest /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/AutoTest + cd ../cmake/tools/AutoTest /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/AutoTest + cd ../cmake/tools/AutoTest /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/AutoTest + cd ../cmake/tools/AutoTest /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; @@ -506,24 +506,24 @@ exit 0"; ); name = "Generate CMakeFiles/ALL_BUILD"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/AutoTest/CMakeFiles/ALL_BUILD ); +../cmake/tools/AutoTest/CMakeFiles/ALL_BUILD ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/AutoTest + cd ../cmake/tools/AutoTest echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/AutoTest + cd ../cmake/tools/AutoTest echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/AutoTest + cd ../cmake/tools/AutoTest echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/AutoTest + cd ../cmake/tools/AutoTest echo Build\\ all\\ projects fi "; @@ -536,8 +536,8 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 70E479BDBE474B2B9E967FD0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/AutoTest/JUnitTestReportWriter.cpp */, - DDB1CAFF6C5B4E1CA154D6C7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/AutoTest/Main.cpp */, + 70E479BDBE474B2B9E967FD0 /* ../Play-/tools/AutoTest/JUnitTestReportWriter.cpp */, + DDB1CAFF6C5B4E1CA154D6C7 /* ../Play-/tools/AutoTest/Main.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -667,12 +667,12 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/AutoTest/CMakeFiles/autotest.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/Source","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/tools/AutoTest/CMakeFiles/autotest.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -DNDEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","../cmake/Source/ui_ios/Source/FrameworkAmazon/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","../cmake/Source/ui_ios/Source/FrameworkHttp/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","../cmake/Source/ui_ios/Source/CodeGen/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","../cmake/Source/ui_ios/Source/Framework/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"../cmake/Source/ui_ios/Source/xxHash/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","../cmake/Source/ui_ios/Source/libchdr/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = autotest; SECTORDER_FLAGS = ""; @@ -735,12 +735,12 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/AutoTest/CMakeFiles/autotest.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/Source","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/tools/AutoTest/CMakeFiles/autotest.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -DNDEBUG -DNDEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Release${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/Release${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/Release${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Release${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Release${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/Release${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/Release${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Release${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Release${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/Release${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","../cmake/Source/ui_ios/Source/FrameworkAmazon/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","../cmake/Source/ui_ios/Source/FrameworkHttp/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","../cmake/Source/ui_ios/Source/CodeGen/Release${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","../cmake/Source/ui_ios/Source/Framework/Release${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Release${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Release${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"../cmake/Source/ui_ios/Source/xxHash/Release${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","../cmake/Source/ui_ios/Source/libchdr/Release${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Release${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Release${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = autotest; SECTORDER_FLAGS = ""; @@ -765,12 +765,12 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/AutoTest/CMakeFiles/autotest.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/Source","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/tools/AutoTest/CMakeFiles/autotest.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -D_DEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Debug${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/Debug${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Debug${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Debug${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/Debug${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/Debug${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Debug${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Debug${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/Debug${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","../cmake/Source/ui_ios/Source/FrameworkAmazon/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","../cmake/Source/ui_ios/Source/FrameworkHttp/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","../cmake/Source/ui_ios/Source/CodeGen/Debug${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","../cmake/Source/ui_ios/Source/Framework/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Debug${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Debug${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"../cmake/Source/ui_ios/Source/xxHash/Debug${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","../cmake/Source/ui_ios/Source/libchdr/Debug${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Debug${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Debug${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = autotest; SECTORDER_FLAGS = ""; @@ -988,12 +988,12 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/AutoTest/CMakeFiles/autotest.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/Source","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/tools/AutoTest/CMakeFiles/autotest.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -DNDEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","../cmake/Source/ui_ios/Source/FrameworkAmazon/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","../cmake/Source/ui_ios/Source/FrameworkHttp/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","../cmake/Source/ui_ios/Source/CodeGen/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","../cmake/Source/ui_ios/Source/Framework/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"../cmake/Source/ui_ios/Source/xxHash/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","../cmake/Source/ui_ios/Source/libchdr/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = autotest; SECTORDER_FLAGS = ""; diff --git a/Cores/Play/cmake/tools/GsAreaTest/GsAreaTest.xcodeproj/project.pbxproj b/Cores/Play/cmake/tools/GsAreaTest/GsAreaTest.xcodeproj/project.pbxproj index d0522c5daf..5615e194f5 100644 --- a/Cores/Play/cmake/tools/GsAreaTest/GsAreaTest.xcodeproj/project.pbxproj +++ b/Cores/Play/cmake/tools/GsAreaTest/GsAreaTest.xcodeproj/project.pbxproj @@ -69,16 +69,16 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 16EAE120B7D5457CACF13CDD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/GsTransferInvalidationTest.h */ = {isa = PBXBuildFile; fileRef = 3100C4FCF720406C8AC7D1D7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/GsTransferInvalidationTest.h */; }; - 237C805C8C3940999A65DF24 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/Main.cpp */ = {isa = PBXBuildFile; fileRef = 3AC2688347CE48ED85EF7B63 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/Main.cpp */; }; - 315978A7EE244F5299E15A44 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/GsCachedAreaTest.cpp */ = {isa = PBXBuildFile; fileRef = 45D9C932F5AE4032A06A7755 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/GsCachedAreaTest.cpp */; }; - 7429C10C7F1245AB8E5EB1B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/GsTransferInvalidationTest.cpp */ = {isa = PBXBuildFile; fileRef = E5954515BA1C4E0083C16442 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/GsTransferInvalidationTest.cpp */; }; - 763B1660DB3D479B9BB8E279 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/GsSpriteRegionTest.cpp */ = {isa = PBXBuildFile; fileRef = 7277635AC823479BA05404B6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/GsSpriteRegionTest.cpp */; }; - 941BA84433954B8CBA12EEA5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/GsSpriteRegionTest.h */ = {isa = PBXBuildFile; fileRef = 3D56ED8C74474F24943AC57B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/GsSpriteRegionTest.h */; }; - 9FC8F6A9253844B498DABE2C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/GsCachedAreaTest.h */ = {isa = PBXBuildFile; fileRef = 57196DA47C6D4C27A5263C1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/GsCachedAreaTest.h */; }; - B2B2BEE1188D4880A8AD0055 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = C5070F31F61F439EA4490317 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/CMakeLists.txt */; }; - B2F0612A5FBE43C0A0B6F134 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/Test.h */ = {isa = PBXBuildFile; fileRef = C046709062B34F1EB9F5250E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/Test.h */; }; - E3577AA2E16F44509318B4B9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/GsAreaTest/CMakeFiles/GsAreaTest.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = DEB61641927843109282229C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/GsAreaTest/CMakeFiles/GsAreaTest.dir/Info.plist */; }; + 16EAE120B7D5457CACF13CDD /* ../Play-/tools/GsAreaTest/GsTransferInvalidationTest.h */ = {isa = PBXBuildFile; fileRef = 3100C4FCF720406C8AC7D1D7 /* ../Play-/tools/GsAreaTest/GsTransferInvalidationTest.h */; }; + 237C805C8C3940999A65DF24 /* ../Play-/tools/GsAreaTest/Main.cpp */ = {isa = PBXBuildFile; fileRef = 3AC2688347CE48ED85EF7B63 /* ../Play-/tools/GsAreaTest/Main.cpp */; }; + 315978A7EE244F5299E15A44 /* ../Play-/tools/GsAreaTest/GsCachedAreaTest.cpp */ = {isa = PBXBuildFile; fileRef = 45D9C932F5AE4032A06A7755 /* ../Play-/tools/GsAreaTest/GsCachedAreaTest.cpp */; }; + 7429C10C7F1245AB8E5EB1B5 /* ../Play-/tools/GsAreaTest/GsTransferInvalidationTest.cpp */ = {isa = PBXBuildFile; fileRef = E5954515BA1C4E0083C16442 /* ../Play-/tools/GsAreaTest/GsTransferInvalidationTest.cpp */; }; + 763B1660DB3D479B9BB8E279 /* ../Play-/tools/GsAreaTest/GsSpriteRegionTest.cpp */ = {isa = PBXBuildFile; fileRef = 7277635AC823479BA05404B6 /* ../Play-/tools/GsAreaTest/GsSpriteRegionTest.cpp */; }; + 941BA84433954B8CBA12EEA5 /* ../Play-/tools/GsAreaTest/GsSpriteRegionTest.h */ = {isa = PBXBuildFile; fileRef = 3D56ED8C74474F24943AC57B /* ../Play-/tools/GsAreaTest/GsSpriteRegionTest.h */; }; + 9FC8F6A9253844B498DABE2C /* ../Play-/tools/GsAreaTest/GsCachedAreaTest.h */ = {isa = PBXBuildFile; fileRef = 57196DA47C6D4C27A5263C1B /* ../Play-/tools/GsAreaTest/GsCachedAreaTest.h */; }; + B2B2BEE1188D4880A8AD0055 /* ../Play-/tools/GsAreaTest/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = C5070F31F61F439EA4490317 /* ../Play-/tools/GsAreaTest/CMakeLists.txt */; }; + B2F0612A5FBE43C0A0B6F134 /* ../Play-/tools/GsAreaTest/Test.h */ = {isa = PBXBuildFile; fileRef = C046709062B34F1EB9F5250E /* ../Play-/tools/GsAreaTest/Test.h */; }; + E3577AA2E16F44509318B4B9 /* ../cmake/tools/GsAreaTest/CMakeFiles/GsAreaTest.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = DEB61641927843109282229C /* ../cmake/tools/GsAreaTest/CMakeFiles/GsAreaTest.dir/Info.plist */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ @@ -152,17 +152,17 @@ /* Begin PBXFileReference section */ 17F4A4902C834E619305464A /* GsAreaTest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = GsAreaTest; sourceTree = BUILT_PRODUCTS_DIR; }; - 3100C4FCF720406C8AC7D1D7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/GsTransferInvalidationTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GsTransferInvalidationTest.h; path = GsTransferInvalidationTest.h; sourceTree = SOURCE_ROOT; }; - 3AC2688347CE48ED85EF7B63 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/Main.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Main.cpp; path = Main.cpp; sourceTree = SOURCE_ROOT; }; - 3D56ED8C74474F24943AC57B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/GsSpriteRegionTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GsSpriteRegionTest.h; path = GsSpriteRegionTest.h; sourceTree = SOURCE_ROOT; }; - 45D9C932F5AE4032A06A7755 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/GsCachedAreaTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GsCachedAreaTest.cpp; path = GsCachedAreaTest.cpp; sourceTree = SOURCE_ROOT; }; - 57196DA47C6D4C27A5263C1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/GsCachedAreaTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GsCachedAreaTest.h; path = GsCachedAreaTest.h; sourceTree = SOURCE_ROOT; }; - 7277635AC823479BA05404B6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/GsSpriteRegionTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GsSpriteRegionTest.cpp; path = GsSpriteRegionTest.cpp; sourceTree = SOURCE_ROOT; }; - A3767B1657C147EA95FA3EB9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - C046709062B34F1EB9F5250E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Test.h; path = Test.h; sourceTree = SOURCE_ROOT; }; - C5070F31F61F439EA4490317 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - DEB61641927843109282229C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/GsAreaTest/CMakeFiles/GsAreaTest.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/GsAreaTest/CMakeFiles/GsAreaTest.dir/Info.plist; sourceTree = ""; }; - E5954515BA1C4E0083C16442 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/GsTransferInvalidationTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GsTransferInvalidationTest.cpp; path = GsTransferInvalidationTest.cpp; sourceTree = SOURCE_ROOT; }; + 3100C4FCF720406C8AC7D1D7 /* ../Play-/tools/GsAreaTest/GsTransferInvalidationTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GsTransferInvalidationTest.h; path = GsTransferInvalidationTest.h; sourceTree = SOURCE_ROOT; }; + 3AC2688347CE48ED85EF7B63 /* ../Play-/tools/GsAreaTest/Main.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Main.cpp; path = Main.cpp; sourceTree = SOURCE_ROOT; }; + 3D56ED8C74474F24943AC57B /* ../Play-/tools/GsAreaTest/GsSpriteRegionTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GsSpriteRegionTest.h; path = GsSpriteRegionTest.h; sourceTree = SOURCE_ROOT; }; + 45D9C932F5AE4032A06A7755 /* ../Play-/tools/GsAreaTest/GsCachedAreaTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GsCachedAreaTest.cpp; path = GsCachedAreaTest.cpp; sourceTree = SOURCE_ROOT; }; + 57196DA47C6D4C27A5263C1B /* ../Play-/tools/GsAreaTest/GsCachedAreaTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GsCachedAreaTest.h; path = GsCachedAreaTest.h; sourceTree = SOURCE_ROOT; }; + 7277635AC823479BA05404B6 /* ../Play-/tools/GsAreaTest/GsSpriteRegionTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GsSpriteRegionTest.cpp; path = GsSpriteRegionTest.cpp; sourceTree = SOURCE_ROOT; }; + A3767B1657C147EA95FA3EB9 /* ../Play-/tools/GsAreaTest/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + C046709062B34F1EB9F5250E /* ../Play-/tools/GsAreaTest/Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Test.h; path = Test.h; sourceTree = SOURCE_ROOT; }; + C5070F31F61F439EA4490317 /* ../Play-/tools/GsAreaTest/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + DEB61641927843109282229C /* ../cmake/tools/GsAreaTest/CMakeFiles/GsAreaTest.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/tools/GsAreaTest/CMakeFiles/GsAreaTest.dir/Info.plist; sourceTree = ""; }; + E5954515BA1C4E0083C16442 /* ../Play-/tools/GsAreaTest/GsTransferInvalidationTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GsTransferInvalidationTest.cpp; path = GsTransferInvalidationTest.cpp; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -186,10 +186,10 @@ 192EEC9E6B754C948927440A /* Source Files */ = { isa = PBXGroup; children = ( - 45D9C932F5AE4032A06A7755 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/GsCachedAreaTest.cpp */, - 7277635AC823479BA05404B6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/GsSpriteRegionTest.cpp */, - E5954515BA1C4E0083C16442 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/GsTransferInvalidationTest.cpp */, - 3AC2688347CE48ED85EF7B63 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/Main.cpp */, + 45D9C932F5AE4032A06A7755 /* ../Play-/tools/GsAreaTest/GsCachedAreaTest.cpp */, + 7277635AC823479BA05404B6 /* ../Play-/tools/GsAreaTest/GsSpriteRegionTest.cpp */, + E5954515BA1C4E0083C16442 /* ../Play-/tools/GsAreaTest/GsTransferInvalidationTest.cpp */, + 3AC2688347CE48ED85EF7B63 /* ../Play-/tools/GsAreaTest/Main.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -204,10 +204,10 @@ 3C9F43BF2CF3403FBDC7EDB6 /* Header Files */ = { isa = PBXGroup; children = ( - 57196DA47C6D4C27A5263C1B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/GsCachedAreaTest.h */, - 3D56ED8C74474F24943AC57B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/GsSpriteRegionTest.h */, - 3100C4FCF720406C8AC7D1D7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/GsTransferInvalidationTest.h */, - C046709062B34F1EB9F5250E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/Test.h */, + 57196DA47C6D4C27A5263C1B /* ../Play-/tools/GsAreaTest/GsCachedAreaTest.h */, + 3D56ED8C74474F24943AC57B /* ../Play-/tools/GsAreaTest/GsSpriteRegionTest.h */, + 3100C4FCF720406C8AC7D1D7 /* ../Play-/tools/GsAreaTest/GsTransferInvalidationTest.h */, + C046709062B34F1EB9F5250E /* ../Play-/tools/GsAreaTest/Test.h */, ); name = "Header Files"; sourceTree = ""; @@ -235,7 +235,7 @@ isa = PBXGroup; children = ( 15440831B5DA4EE091A58C57 /* CMake Rules */, - A3767B1657C147EA95FA3EB9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/CMakeLists.txt */, + A3767B1657C147EA95FA3EB9 /* ../Play-/tools/GsAreaTest/CMakeLists.txt */, ); name = ALL_BUILD; sourceTree = ""; @@ -243,7 +243,7 @@ BB55E17B04FC47F78C1BC8DC /* Resources */ = { isa = PBXGroup; children = ( - DEB61641927843109282229C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/GsAreaTest/CMakeFiles/GsAreaTest.dir/Info.plist */, + DEB61641927843109282229C /* ../cmake/tools/GsAreaTest/CMakeFiles/GsAreaTest.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -261,7 +261,7 @@ 192EEC9E6B754C948927440A /* Source Files */, 3C9F43BF2CF3403FBDC7EDB6 /* Header Files */, BB55E17B04FC47F78C1BC8DC /* Resources */, - C5070F31F61F439EA4490317 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/CMakeLists.txt */, + C5070F31F61F439EA4490317 /* ../Play-/tools/GsAreaTest/CMakeLists.txt */, ); name = GsAreaTest; sourceTree = ""; @@ -334,19 +334,19 @@ shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/GsAreaTest + cd ../cmake/tools/GsAreaTest /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/GsAreaTest + cd ../cmake/tools/GsAreaTest /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/GsAreaTest + cd ../cmake/tools/GsAreaTest /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/GsAreaTest + cd ../cmake/tools/GsAreaTest /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi "; @@ -362,24 +362,24 @@ fi ); name = "Generate CMakeFiles/ALL_BUILD"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/GsAreaTest/CMakeFiles/ALL_BUILD ); +../cmake/tools/GsAreaTest/CMakeFiles/ALL_BUILD ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/GsAreaTest + cd ../cmake/tools/GsAreaTest echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/GsAreaTest + cd ../cmake/tools/GsAreaTest echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/GsAreaTest + cd ../cmake/tools/GsAreaTest echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/GsAreaTest + cd ../cmake/tools/GsAreaTest echo Build\\ all\\ projects fi "; @@ -413,19 +413,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi "; @@ -489,19 +489,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/GsAreaTest + cd ../cmake/tools/GsAreaTest /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/GsAreaTest + cd ../cmake/tools/GsAreaTest /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/GsAreaTest + cd ../cmake/tools/GsAreaTest /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/GsAreaTest + cd ../cmake/tools/GsAreaTest /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; @@ -532,25 +532,25 @@ exit 0"; ); name = "Generate CMakeFiles/ZERO_CHECK"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/GsAreaTest/CMakeFiles/ZERO_CHECK ); +../cmake/tools/GsAreaTest/CMakeFiles/ZERO_CHECK ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/GsAreaTest - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/GsAreaTest/CMakeScripts/ReRunCMake.make + cd ../cmake/tools/GsAreaTest + make -f ../cmake/tools/GsAreaTest/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/GsAreaTest - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/GsAreaTest/CMakeScripts/ReRunCMake.make + cd ../cmake/tools/GsAreaTest + make -f ../cmake/tools/GsAreaTest/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/GsAreaTest - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/GsAreaTest/CMakeScripts/ReRunCMake.make + cd ../cmake/tools/GsAreaTest + make -f ../cmake/tools/GsAreaTest/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/GsAreaTest - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/GsAreaTest/CMakeScripts/ReRunCMake.make + cd ../cmake/tools/GsAreaTest + make -f ../cmake/tools/GsAreaTest/CMakeScripts/ReRunCMake.make fi "; showEnvVarsInLog = 0; @@ -562,10 +562,10 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 315978A7EE244F5299E15A44 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/GsCachedAreaTest.cpp */, - 763B1660DB3D479B9BB8E279 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/GsSpriteRegionTest.cpp */, - 7429C10C7F1245AB8E5EB1B5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/GsTransferInvalidationTest.cpp */, - 237C805C8C3940999A65DF24 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/GsAreaTest/Main.cpp */, + 315978A7EE244F5299E15A44 /* ../Play-/tools/GsAreaTest/GsCachedAreaTest.cpp */, + 763B1660DB3D479B9BB8E279 /* ../Play-/tools/GsAreaTest/GsSpriteRegionTest.cpp */, + 7429C10C7F1245AB8E5EB1B5 /* ../Play-/tools/GsAreaTest/GsTransferInvalidationTest.cpp */, + 237C805C8C3940999A65DF24 /* ../Play-/tools/GsAreaTest/Main.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -695,12 +695,12 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/GsAreaTest/CMakeFiles/GsAreaTest.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/Source","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/tools/GsAreaTest/CMakeFiles/GsAreaTest.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -DNDEBUG -DNDEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Release${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/Release${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/Release${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Release${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Release${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/Release${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/Release${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Release${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Release${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/Release${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","../cmake/Source/ui_ios/Source/FrameworkAmazon/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","../cmake/Source/ui_ios/Source/FrameworkHttp/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","../cmake/Source/ui_ios/Source/CodeGen/Release${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","../cmake/Source/ui_ios/Source/Framework/Release${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Release${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Release${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"../cmake/Source/ui_ios/Source/xxHash/Release${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","../cmake/Source/ui_ios/Source/libchdr/Release${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Release${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Release${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = GsAreaTest; SECTORDER_FLAGS = ""; @@ -742,12 +742,12 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/GsAreaTest/CMakeFiles/GsAreaTest.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/Source","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/tools/GsAreaTest/CMakeFiles/GsAreaTest.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -DNDEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","../cmake/Source/ui_ios/Source/FrameworkAmazon/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","../cmake/Source/ui_ios/Source/FrameworkHttp/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","../cmake/Source/ui_ios/Source/CodeGen/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","../cmake/Source/ui_ios/Source/Framework/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"../cmake/Source/ui_ios/Source/xxHash/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","../cmake/Source/ui_ios/Source/libchdr/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = GsAreaTest; SECTORDER_FLAGS = ""; @@ -986,12 +986,12 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/GsAreaTest/CMakeFiles/GsAreaTest.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/Source","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/tools/GsAreaTest/CMakeFiles/GsAreaTest.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -D_DEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Debug${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/Debug${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Debug${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Debug${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/Debug${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/Debug${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Debug${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Debug${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/Debug${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","../cmake/Source/ui_ios/Source/FrameworkAmazon/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","../cmake/Source/ui_ios/Source/FrameworkHttp/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","../cmake/Source/ui_ios/Source/CodeGen/Debug${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","../cmake/Source/ui_ios/Source/Framework/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Debug${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Debug${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"../cmake/Source/ui_ios/Source/xxHash/Debug${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","../cmake/Source/ui_ios/Source/libchdr/Debug${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Debug${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Debug${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = GsAreaTest; SECTORDER_FLAGS = ""; @@ -1076,12 +1076,12 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/GsAreaTest/CMakeFiles/GsAreaTest.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/Source","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/tools/GsAreaTest/CMakeFiles/GsAreaTest.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -DNDEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","../cmake/Source/ui_ios/Source/FrameworkAmazon/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","../cmake/Source/ui_ios/Source/FrameworkHttp/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","../cmake/Source/ui_ios/Source/CodeGen/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","../cmake/Source/ui_ios/Source/Framework/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"../cmake/Source/ui_ios/Source/xxHash/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","../cmake/Source/ui_ios/Source/libchdr/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = GsAreaTest; SECTORDER_FLAGS = ""; diff --git a/Cores/Play/cmake/tools/McServTest/McServTest.xcodeproj/project.pbxproj b/Cores/Play/cmake/tools/McServTest/McServTest.xcodeproj/project.pbxproj index 4961919fa9..59286aa934 100644 --- a/Cores/Play/cmake/tools/McServTest/McServTest.xcodeproj/project.pbxproj +++ b/Cores/Play/cmake/tools/McServTest/McServTest.xcodeproj/project.pbxproj @@ -69,13 +69,13 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 33CC6F0B9D67439290E3F10B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/McServTest/GameTestSheet.cpp */ = {isa = PBXBuildFile; fileRef = 48B3557F28CC47F5ABEB8680 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/McServTest/GameTestSheet.cpp */; }; - 3884E0E442CD4F2FBE6A6DFD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/McServTest/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 428D0DE93ED343E3A75542E8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/McServTest/CMakeLists.txt */; }; - 59CFD1550CD64B48BFE598EC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/McServTest/Main.cpp */ = {isa = PBXBuildFile; fileRef = 4F400776D1BE4CCCBAACFC08 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/McServTest/Main.cpp */; }; - 78158492063C49FABA17016B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/McServTest/GameTestSheet.h */ = {isa = PBXBuildFile; fileRef = 58A2C6D64CB74BA9AE56904A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/McServTest/GameTestSheet.h */; }; - 8E7B6DE4AB48402488173DF9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/McServTest/AppConfig.cpp */ = {isa = PBXBuildFile; fileRef = F88665D160BC4403BFB235A0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/McServTest/AppConfig.cpp */; }; - 916CE204A05642F596BF5566 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/McServTest/AppConfig.h */ = {isa = PBXBuildFile; fileRef = 553C28FB1B3A42B4B1199772 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/McServTest/AppConfig.h */; }; - B1F48D91F92F49C7B5548EB7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/McServTest/CMakeFiles/McServTest.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = CCA789CE6F844F96A1640460 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/McServTest/CMakeFiles/McServTest.dir/Info.plist */; }; + 33CC6F0B9D67439290E3F10B /* ../Play-/tools/McServTest/GameTestSheet.cpp */ = {isa = PBXBuildFile; fileRef = 48B3557F28CC47F5ABEB8680 /* ../Play-/tools/McServTest/GameTestSheet.cpp */; }; + 3884E0E442CD4F2FBE6A6DFD /* ../Play-/tools/McServTest/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 428D0DE93ED343E3A75542E8 /* ../Play-/tools/McServTest/CMakeLists.txt */; }; + 59CFD1550CD64B48BFE598EC /* ../Play-/tools/McServTest/Main.cpp */ = {isa = PBXBuildFile; fileRef = 4F400776D1BE4CCCBAACFC08 /* ../Play-/tools/McServTest/Main.cpp */; }; + 78158492063C49FABA17016B /* ../Play-/tools/McServTest/GameTestSheet.h */ = {isa = PBXBuildFile; fileRef = 58A2C6D64CB74BA9AE56904A /* ../Play-/tools/McServTest/GameTestSheet.h */; }; + 8E7B6DE4AB48402488173DF9 /* ../Play-/tools/McServTest/AppConfig.cpp */ = {isa = PBXBuildFile; fileRef = F88665D160BC4403BFB235A0 /* ../Play-/tools/McServTest/AppConfig.cpp */; }; + 916CE204A05642F596BF5566 /* ../Play-/tools/McServTest/AppConfig.h */ = {isa = PBXBuildFile; fileRef = 553C28FB1B3A42B4B1199772 /* ../Play-/tools/McServTest/AppConfig.h */; }; + B1F48D91F92F49C7B5548EB7 /* ../cmake/tools/McServTest/CMakeFiles/McServTest.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = CCA789CE6F844F96A1640460 /* ../cmake/tools/McServTest/CMakeFiles/McServTest.dir/Info.plist */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ @@ -149,14 +149,14 @@ /* Begin PBXFileReference section */ 0E31EBCA5369451E95A1E757 /* McServTest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = McServTest; sourceTree = BUILT_PRODUCTS_DIR; }; - 428D0DE93ED343E3A75542E8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/McServTest/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 48B3557F28CC47F5ABEB8680 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/McServTest/GameTestSheet.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GameTestSheet.cpp; path = GameTestSheet.cpp; sourceTree = SOURCE_ROOT; }; - 4F400776D1BE4CCCBAACFC08 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/McServTest/Main.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Main.cpp; path = Main.cpp; sourceTree = SOURCE_ROOT; }; - 553C28FB1B3A42B4B1199772 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/McServTest/AppConfig.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AppConfig.h; path = AppConfig.h; sourceTree = SOURCE_ROOT; }; - 58A2C6D64CB74BA9AE56904A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/McServTest/GameTestSheet.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GameTestSheet.h; path = GameTestSheet.h; sourceTree = SOURCE_ROOT; }; - CCA789CE6F844F96A1640460 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/McServTest/CMakeFiles/McServTest.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/McServTest/CMakeFiles/McServTest.dir/Info.plist; sourceTree = ""; }; - EC6F8A58B9CB46A19AF2C384 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/McServTest/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - F88665D160BC4403BFB235A0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/McServTest/AppConfig.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AppConfig.cpp; path = AppConfig.cpp; sourceTree = SOURCE_ROOT; }; + 428D0DE93ED343E3A75542E8 /* ../Play-/tools/McServTest/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 48B3557F28CC47F5ABEB8680 /* ../Play-/tools/McServTest/GameTestSheet.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GameTestSheet.cpp; path = GameTestSheet.cpp; sourceTree = SOURCE_ROOT; }; + 4F400776D1BE4CCCBAACFC08 /* ../Play-/tools/McServTest/Main.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Main.cpp; path = Main.cpp; sourceTree = SOURCE_ROOT; }; + 553C28FB1B3A42B4B1199772 /* ../Play-/tools/McServTest/AppConfig.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AppConfig.h; path = AppConfig.h; sourceTree = SOURCE_ROOT; }; + 58A2C6D64CB74BA9AE56904A /* ../Play-/tools/McServTest/GameTestSheet.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GameTestSheet.h; path = GameTestSheet.h; sourceTree = SOURCE_ROOT; }; + CCA789CE6F844F96A1640460 /* ../cmake/tools/McServTest/CMakeFiles/McServTest.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/tools/McServTest/CMakeFiles/McServTest.dir/Info.plist; sourceTree = ""; }; + EC6F8A58B9CB46A19AF2C384 /* ../Play-/tools/McServTest/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + F88665D160BC4403BFB235A0 /* ../Play-/tools/McServTest/AppConfig.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AppConfig.cpp; path = AppConfig.cpp; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -173,7 +173,7 @@ 23939A448A6449D089452BC8 /* Resources */ = { isa = PBXGroup; children = ( - CCA789CE6F844F96A1640460 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/McServTest/CMakeFiles/McServTest.dir/Info.plist */, + CCA789CE6F844F96A1640460 /* ../cmake/tools/McServTest/CMakeFiles/McServTest.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -189,8 +189,8 @@ 70B7B0F534674A63BF270AE7 /* Header Files */ = { isa = PBXGroup; children = ( - 553C28FB1B3A42B4B1199772 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/McServTest/AppConfig.h */, - 58A2C6D64CB74BA9AE56904A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/McServTest/GameTestSheet.h */, + 553C28FB1B3A42B4B1199772 /* ../Play-/tools/McServTest/AppConfig.h */, + 58A2C6D64CB74BA9AE56904A /* ../Play-/tools/McServTest/GameTestSheet.h */, ); name = "Header Files"; sourceTree = ""; @@ -199,7 +199,7 @@ isa = PBXGroup; children = ( 9166416226E84C5C873DE4FC /* CMake Rules */, - EC6F8A58B9CB46A19AF2C384 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/McServTest/CMakeLists.txt */, + EC6F8A58B9CB46A19AF2C384 /* ../Play-/tools/McServTest/CMakeLists.txt */, ); name = ALL_BUILD; sourceTree = ""; @@ -239,9 +239,9 @@ E932E64E24654D5B915F723C /* Source Files */ = { isa = PBXGroup; children = ( - F88665D160BC4403BFB235A0 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/McServTest/AppConfig.cpp */, - 48B3557F28CC47F5ABEB8680 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/McServTest/GameTestSheet.cpp */, - 4F400776D1BE4CCCBAACFC08 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/McServTest/Main.cpp */, + F88665D160BC4403BFB235A0 /* ../Play-/tools/McServTest/AppConfig.cpp */, + 48B3557F28CC47F5ABEB8680 /* ../Play-/tools/McServTest/GameTestSheet.cpp */, + 4F400776D1BE4CCCBAACFC08 /* ../Play-/tools/McServTest/Main.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -252,7 +252,7 @@ E932E64E24654D5B915F723C /* Source Files */, 70B7B0F534674A63BF270AE7 /* Header Files */, 23939A448A6449D089452BC8 /* Resources */, - 428D0DE93ED343E3A75542E8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/McServTest/CMakeLists.txt */, + 428D0DE93ED343E3A75542E8 /* ../Play-/tools/McServTest/CMakeLists.txt */, ); name = McServTest; sourceTree = ""; @@ -325,19 +325,19 @@ shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/McServTest + cd ../cmake/tools/McServTest /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/McServTest + cd ../cmake/tools/McServTest /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/McServTest + cd ../cmake/tools/McServTest /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/McServTest + cd ../cmake/tools/McServTest /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi "; @@ -371,19 +371,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi "; @@ -399,24 +399,24 @@ fi ); name = "Generate CMakeFiles/ALL_BUILD"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/McServTest/CMakeFiles/ALL_BUILD ); +../cmake/tools/McServTest/CMakeFiles/ALL_BUILD ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/McServTest + cd ../cmake/tools/McServTest echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/McServTest + cd ../cmake/tools/McServTest echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/McServTest + cd ../cmake/tools/McServTest echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/McServTest + cd ../cmake/tools/McServTest echo Build\\ all\\ projects fi "; @@ -480,19 +480,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/McServTest + cd ../cmake/tools/McServTest /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/McServTest + cd ../cmake/tools/McServTest /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/McServTest + cd ../cmake/tools/McServTest /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/McServTest + cd ../cmake/tools/McServTest /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; @@ -523,25 +523,25 @@ exit 0"; ); name = "Generate CMakeFiles/ZERO_CHECK"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/McServTest/CMakeFiles/ZERO_CHECK ); +../cmake/tools/McServTest/CMakeFiles/ZERO_CHECK ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/McServTest - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/McServTest/CMakeScripts/ReRunCMake.make + cd ../cmake/tools/McServTest + make -f ../cmake/tools/McServTest/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/McServTest - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/McServTest/CMakeScripts/ReRunCMake.make + cd ../cmake/tools/McServTest + make -f ../cmake/tools/McServTest/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/McServTest - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/McServTest/CMakeScripts/ReRunCMake.make + cd ../cmake/tools/McServTest + make -f ../cmake/tools/McServTest/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/McServTest - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/McServTest/CMakeScripts/ReRunCMake.make + cd ../cmake/tools/McServTest + make -f ../cmake/tools/McServTest/CMakeScripts/ReRunCMake.make fi "; showEnvVarsInLog = 0; @@ -553,9 +553,9 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 8E7B6DE4AB48402488173DF9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/McServTest/AppConfig.cpp */, - 33CC6F0B9D67439290E3F10B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/McServTest/GameTestSheet.cpp */, - 59CFD1550CD64B48BFE598EC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/McServTest/Main.cpp */, + 8E7B6DE4AB48402488173DF9 /* ../Play-/tools/McServTest/AppConfig.cpp */, + 33CC6F0B9D67439290E3F10B /* ../Play-/tools/McServTest/GameTestSheet.cpp */, + 59CFD1550CD64B48BFE598EC /* ../Play-/tools/McServTest/Main.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -725,12 +725,12 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/McServTest/CMakeFiles/McServTest.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/Source","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/tools/McServTest/CMakeFiles/McServTest.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -DNDEBUG -DNDEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Release${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/Release${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/Release${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Release${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Release${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/Release${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/Release${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Release${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Release${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/Release${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","../cmake/Source/ui_ios/Source/FrameworkAmazon/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","../cmake/Source/ui_ios/Source/FrameworkHttp/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","../cmake/Source/ui_ios/Source/CodeGen/Release${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","../cmake/Source/ui_ios/Source/Framework/Release${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Release${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Release${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"../cmake/Source/ui_ios/Source/xxHash/Release${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","../cmake/Source/ui_ios/Source/libchdr/Release${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Release${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Release${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = McServTest; SECTORDER_FLAGS = ""; @@ -950,12 +950,12 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/McServTest/CMakeFiles/McServTest.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/Source","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/tools/McServTest/CMakeFiles/McServTest.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -DNDEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","../cmake/Source/ui_ios/Source/FrameworkAmazon/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","../cmake/Source/ui_ios/Source/FrameworkHttp/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","../cmake/Source/ui_ios/Source/CodeGen/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","../cmake/Source/ui_ios/Source/Framework/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"../cmake/Source/ui_ios/Source/xxHash/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","../cmake/Source/ui_ios/Source/libchdr/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = McServTest; SECTORDER_FLAGS = ""; @@ -1000,12 +1000,12 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/McServTest/CMakeFiles/McServTest.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/Source","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/tools/McServTest/CMakeFiles/McServTest.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -DNDEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","../cmake/Source/ui_ios/Source/FrameworkAmazon/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","../cmake/Source/ui_ios/Source/FrameworkHttp/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","../cmake/Source/ui_ios/Source/CodeGen/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","../cmake/Source/ui_ios/Source/Framework/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"../cmake/Source/ui_ios/Source/xxHash/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","../cmake/Source/ui_ios/Source/libchdr/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = McServTest; SECTORDER_FLAGS = ""; @@ -1146,12 +1146,12 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/McServTest/CMakeFiles/McServTest.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/Source","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/tools/McServTest/CMakeFiles/McServTest.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -D_DEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Debug${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/Debug${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Debug${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Debug${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/Debug${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/Debug${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Debug${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Debug${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/Debug${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","../cmake/Source/ui_ios/Source/FrameworkAmazon/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","../cmake/Source/ui_ios/Source/FrameworkHttp/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","../cmake/Source/ui_ios/Source/CodeGen/Debug${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","../cmake/Source/ui_ios/Source/Framework/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Debug${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Debug${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"../cmake/Source/ui_ios/Source/xxHash/Debug${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","../cmake/Source/ui_ios/Source/libchdr/Debug${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Debug${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Debug${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = McServTest; SECTORDER_FLAGS = ""; diff --git a/Cores/Play/cmake/tools/NamcoSys147NANDTools/NamcoSys147NANDTools.xcodeproj/project.pbxproj b/Cores/Play/cmake/tools/NamcoSys147NANDTools/NamcoSys147NANDTools.xcodeproj/project.pbxproj index 0c7653d63c..891fc6677a 100644 --- a/Cores/Play/cmake/tools/NamcoSys147NANDTools/NamcoSys147NANDTools.xcodeproj/project.pbxproj +++ b/Cores/Play/cmake/tools/NamcoSys147NANDTools/NamcoSys147NANDTools.xcodeproj/project.pbxproj @@ -69,9 +69,9 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 13F114D6EFFB4074B1F19165 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/NamcoSys147NANDTools/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 1FC76F17FFB747C880E66757 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/NamcoSys147NANDTools/CMakeLists.txt */; }; - C1F47304AEE44001BD059A36 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/NamcoSys147NANDTools/Main.cpp */ = {isa = PBXBuildFile; fileRef = 2CB3269A17CE426C825907F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/NamcoSys147NANDTools/Main.cpp */; }; - F69F15B0A01746CD9743BBC8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/NamcoSys147NANDTools/CMakeFiles/NamcoSys147NANDTools.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = EB5B5B930C5D419A81CAC713 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/NamcoSys147NANDTools/CMakeFiles/NamcoSys147NANDTools.dir/Info.plist */; }; + 13F114D6EFFB4074B1F19165 /* ../Play-/tools/NamcoSys147NANDTools/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 1FC76F17FFB747C880E66757 /* ../Play-/tools/NamcoSys147NANDTools/CMakeLists.txt */; }; + C1F47304AEE44001BD059A36 /* ../Play-/tools/NamcoSys147NANDTools/Main.cpp */ = {isa = PBXBuildFile; fileRef = 2CB3269A17CE426C825907F3 /* ../Play-/tools/NamcoSys147NANDTools/Main.cpp */; }; + F69F15B0A01746CD9743BBC8 /* ../cmake/tools/NamcoSys147NANDTools/CMakeFiles/NamcoSys147NANDTools.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = EB5B5B930C5D419A81CAC713 /* ../cmake/tools/NamcoSys147NANDTools/CMakeFiles/NamcoSys147NANDTools.dir/Info.plist */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ @@ -144,11 +144,11 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 1FC76F17FFB747C880E66757 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/NamcoSys147NANDTools/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 2CB3269A17CE426C825907F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/NamcoSys147NANDTools/Main.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Main.cpp; path = Main.cpp; sourceTree = SOURCE_ROOT; }; + 1FC76F17FFB747C880E66757 /* ../Play-/tools/NamcoSys147NANDTools/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 2CB3269A17CE426C825907F3 /* ../Play-/tools/NamcoSys147NANDTools/Main.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Main.cpp; path = Main.cpp; sourceTree = SOURCE_ROOT; }; 3AF9C2E60BE64470A62D1ED6 /* NamcoSys147NANDTools */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = NamcoSys147NANDTools; sourceTree = BUILT_PRODUCTS_DIR; }; - 52AFA59093D542C9B9BAC42C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/NamcoSys147NANDTools/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - EB5B5B930C5D419A81CAC713 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/NamcoSys147NANDTools/CMakeFiles/NamcoSys147NANDTools.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/NamcoSys147NANDTools/CMakeFiles/NamcoSys147NANDTools.dir/Info.plist; sourceTree = ""; }; + 52AFA59093D542C9B9BAC42C /* ../Play-/tools/NamcoSys147NANDTools/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + EB5B5B930C5D419A81CAC713 /* ../cmake/tools/NamcoSys147NANDTools/CMakeFiles/NamcoSys147NANDTools.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/tools/NamcoSys147NANDTools/CMakeFiles/NamcoSys147NANDTools.dir/Info.plist; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -175,7 +175,7 @@ children = ( 6C4B0126595C433AA61212CC /* Source Files */, EB6645E900C44B8A98D90982 /* Resources */, - 1FC76F17FFB747C880E66757 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/NamcoSys147NANDTools/CMakeLists.txt */, + 1FC76F17FFB747C880E66757 /* ../Play-/tools/NamcoSys147NANDTools/CMakeLists.txt */, ); name = NamcoSys147NANDTools; sourceTree = ""; @@ -184,7 +184,7 @@ isa = PBXGroup; children = ( 717C075235EC4715B42FF325 /* CMake Rules */, - 52AFA59093D542C9B9BAC42C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/NamcoSys147NANDTools/CMakeLists.txt */, + 52AFA59093D542C9B9BAC42C /* ../Play-/tools/NamcoSys147NANDTools/CMakeLists.txt */, ); name = ALL_BUILD; sourceTree = ""; @@ -192,7 +192,7 @@ 6C4B0126595C433AA61212CC /* Source Files */ = { isa = PBXGroup; children = ( - 2CB3269A17CE426C825907F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/NamcoSys147NANDTools/Main.cpp */, + 2CB3269A17CE426C825907F3 /* ../Play-/tools/NamcoSys147NANDTools/Main.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -232,7 +232,7 @@ EB6645E900C44B8A98D90982 /* Resources */ = { isa = PBXGroup; children = ( - EB5B5B930C5D419A81CAC713 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/NamcoSys147NANDTools/CMakeFiles/NamcoSys147NANDTools.dir/Info.plist */, + EB5B5B930C5D419A81CAC713 /* ../cmake/tools/NamcoSys147NANDTools/CMakeFiles/NamcoSys147NANDTools.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -305,19 +305,19 @@ shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/NamcoSys147NANDTools + cd ../cmake/tools/NamcoSys147NANDTools /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/NamcoSys147NANDTools + cd ../cmake/tools/NamcoSys147NANDTools /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/NamcoSys147NANDTools + cd ../cmake/tools/NamcoSys147NANDTools /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/NamcoSys147NANDTools + cd ../cmake/tools/NamcoSys147NANDTools /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi "; @@ -348,24 +348,24 @@ exit 0"; ); name = "Generate CMakeFiles/ALL_BUILD"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/NamcoSys147NANDTools/CMakeFiles/ALL_BUILD ); +../cmake/tools/NamcoSys147NANDTools/CMakeFiles/ALL_BUILD ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/NamcoSys147NANDTools + cd ../cmake/tools/NamcoSys147NANDTools echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/NamcoSys147NANDTools + cd ../cmake/tools/NamcoSys147NANDTools echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/NamcoSys147NANDTools + cd ../cmake/tools/NamcoSys147NANDTools echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/NamcoSys147NANDTools + cd ../cmake/tools/NamcoSys147NANDTools echo Build\\ all\\ projects fi "; @@ -384,19 +384,19 @@ fi shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi "; @@ -460,19 +460,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/NamcoSys147NANDTools + cd ../cmake/tools/NamcoSys147NANDTools /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/NamcoSys147NANDTools + cd ../cmake/tools/NamcoSys147NANDTools /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/NamcoSys147NANDTools + cd ../cmake/tools/NamcoSys147NANDTools /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/NamcoSys147NANDTools + cd ../cmake/tools/NamcoSys147NANDTools /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; @@ -503,25 +503,25 @@ exit 0"; ); name = "Generate CMakeFiles/ZERO_CHECK"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/NamcoSys147NANDTools/CMakeFiles/ZERO_CHECK ); +../cmake/tools/NamcoSys147NANDTools/CMakeFiles/ZERO_CHECK ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/NamcoSys147NANDTools - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/NamcoSys147NANDTools/CMakeScripts/ReRunCMake.make + cd ../cmake/tools/NamcoSys147NANDTools + make -f ../cmake/tools/NamcoSys147NANDTools/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/NamcoSys147NANDTools - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/NamcoSys147NANDTools/CMakeScripts/ReRunCMake.make + cd ../cmake/tools/NamcoSys147NANDTools + make -f ../cmake/tools/NamcoSys147NANDTools/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/NamcoSys147NANDTools - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/NamcoSys147NANDTools/CMakeScripts/ReRunCMake.make + cd ../cmake/tools/NamcoSys147NANDTools + make -f ../cmake/tools/NamcoSys147NANDTools/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/NamcoSys147NANDTools - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/NamcoSys147NANDTools/CMakeScripts/ReRunCMake.make + cd ../cmake/tools/NamcoSys147NANDTools + make -f ../cmake/tools/NamcoSys147NANDTools/CMakeScripts/ReRunCMake.make fi "; showEnvVarsInLog = 0; @@ -533,7 +533,7 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C1F47304AEE44001BD059A36 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/NamcoSys147NANDTools/Main.cpp */, + C1F47304AEE44001BD059A36 /* ../Play-/tools/NamcoSys147NANDTools/Main.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -756,12 +756,12 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/NamcoSys147NANDTools/CMakeFiles/NamcoSys147NANDTools.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/Source","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/tools/NamcoSys147NANDTools/CMakeFiles/NamcoSys147NANDTools.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -DNDEBUG -DNDEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Release${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/Release${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/Release${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Release${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Release${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/Release${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/Release${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Release${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Release${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/Release${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","../cmake/Source/ui_ios/Source/FrameworkAmazon/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","../cmake/Source/ui_ios/Source/FrameworkHttp/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","../cmake/Source/ui_ios/Source/CodeGen/Release${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","../cmake/Source/ui_ios/Source/Framework/Release${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Release${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Release${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"../cmake/Source/ui_ios/Source/xxHash/Release${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","../cmake/Source/ui_ios/Source/libchdr/Release${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Release${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Release${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = NamcoSys147NANDTools; SECTORDER_FLAGS = ""; @@ -806,12 +806,12 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/NamcoSys147NANDTools/CMakeFiles/NamcoSys147NANDTools.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/Source","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/tools/NamcoSys147NANDTools/CMakeFiles/NamcoSys147NANDTools.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -DNDEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","../cmake/Source/ui_ios/Source/FrameworkAmazon/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","../cmake/Source/ui_ios/Source/FrameworkHttp/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","../cmake/Source/ui_ios/Source/CodeGen/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","../cmake/Source/ui_ios/Source/Framework/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"../cmake/Source/ui_ios/Source/xxHash/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","../cmake/Source/ui_ios/Source/libchdr/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = NamcoSys147NANDTools; SECTORDER_FLAGS = ""; @@ -876,12 +876,12 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/NamcoSys147NANDTools/CMakeFiles/NamcoSys147NANDTools.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/Source","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/tools/NamcoSys147NANDTools/CMakeFiles/NamcoSys147NANDTools.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -D_DEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Debug${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/Debug${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Debug${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Debug${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/Debug${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/Debug${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Debug${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Debug${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/Debug${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","../cmake/Source/ui_ios/Source/FrameworkAmazon/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","../cmake/Source/ui_ios/Source/FrameworkHttp/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","../cmake/Source/ui_ios/Source/CodeGen/Debug${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","../cmake/Source/ui_ios/Source/Framework/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Debug${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Debug${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"../cmake/Source/ui_ios/Source/xxHash/Debug${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","../cmake/Source/ui_ios/Source/libchdr/Debug${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Debug${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Debug${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = NamcoSys147NANDTools; SECTORDER_FLAGS = ""; @@ -1026,12 +1026,12 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/NamcoSys147NANDTools/CMakeFiles/NamcoSys147NANDTools.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/Source","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/tools/NamcoSys147NANDTools/CMakeFiles/NamcoSys147NANDTools.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -DNDEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","../cmake/Source/ui_ios/Source/FrameworkAmazon/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","../cmake/Source/ui_ios/Source/FrameworkHttp/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","../cmake/Source/ui_ios/Source/CodeGen/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","../cmake/Source/ui_ios/Source/Framework/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"../cmake/Source/ui_ios/Source/xxHash/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","../cmake/Source/ui_ios/Source/libchdr/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = NamcoSys147NANDTools; SECTORDER_FLAGS = ""; diff --git a/Cores/Play/cmake/tools/SpuTest/SpuTest.xcodeproj/project.pbxproj b/Cores/Play/cmake/tools/SpuTest/SpuTest.xcodeproj/project.pbxproj index 9beb6ac532..fbcb576854 100644 --- a/Cores/Play/cmake/tools/SpuTest/SpuTest.xcodeproj/project.pbxproj +++ b/Cores/Play/cmake/tools/SpuTest/SpuTest.xcodeproj/project.pbxproj @@ -69,23 +69,23 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 15F3B2F96CEC4DA6A058C6C7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/SimpleIrqTest.h */ = {isa = PBXBuildFile; fileRef = FCB8EFE55B2E4391BD82D87F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/SimpleIrqTest.h */; }; - 20500A6643884722B8D4F399 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/SimpleIrqTest.cpp */ = {isa = PBXBuildFile; fileRef = D5066AA575994E3693BDB00A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/SimpleIrqTest.cpp */; }; - 277550CBFC6F441AA4304C72 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/SetRepeatTest2.cpp */ = {isa = PBXBuildFile; fileRef = 8A6D36EC93C14D7E872AD822 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/SetRepeatTest2.cpp */; }; - 3B2C41DC892C4558B216FDAC /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/SetRepeatTest2.h */ = {isa = PBXBuildFile; fileRef = 959CD515D3224497942FBA17 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/SetRepeatTest2.h */; }; - 3FA0ACF2DB534B2FBF56CF0E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/SpuTest/CMakeFiles/SpuTest.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = B5F5CF76EF13434F9E0B75FD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/SpuTest/CMakeFiles/SpuTest.dir/Info.plist */; }; - 4CDD286CFB8E4AA8A8689E19 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/SweepTest.cpp */ = {isa = PBXBuildFile; fileRef = F4444BF4C6FA479197721D66 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/SweepTest.cpp */; }; - 5251631B9C304C73800E7C5D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/SetRepeatTest.cpp */ = {isa = PBXBuildFile; fileRef = BB0B9CEE2A104CBE90206F0E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/SetRepeatTest.cpp */; }; - 73264693A4FC443AB01D4492 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/MultiCoreIrqTest.h */ = {isa = PBXBuildFile; fileRef = E96E0A16E48241BD85C6F7AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/MultiCoreIrqTest.h */; }; - 7FAA591DA0CE47BDBFBC9690 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 890B3656C065418D85C33568 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/CMakeLists.txt */; }; - 7FFCF76C5813430BBCDF9915 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/KeyOnOffTest.h */ = {isa = PBXBuildFile; fileRef = 77BE2C062AD14A41878E4252 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/KeyOnOffTest.h */; }; - 863CAA87D713445AAA280F43 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/MultiCoreIrqTest.cpp */ = {isa = PBXBuildFile; fileRef = AFDD271E15E4497B9C97A999 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/MultiCoreIrqTest.cpp */; }; - 94D49D8F30554334823CA297 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/KeyOnOffTest.cpp */ = {isa = PBXBuildFile; fileRef = 31B28A728E944651B894D4FE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/KeyOnOffTest.cpp */; }; - 9AFD000FB55B4C7FBCFB3CBE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/SweepTest.h */ = {isa = PBXBuildFile; fileRef = B988ACB2512E455B8B815A04 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/SweepTest.h */; }; - 9C6013C4482D48B194C78787 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/Test.h */ = {isa = PBXBuildFile; fileRef = AB222AA55E0646F6B36C75DD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/Test.h */; }; - D1B23EF1918E410D8D4B0E3B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/Main.cpp */ = {isa = PBXBuildFile; fileRef = 7600BC26C3214448974193BB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/Main.cpp */; }; - E209A9A4F34141E6834D1FBD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/SetRepeatTest.h */ = {isa = PBXBuildFile; fileRef = 389D3C37A0C54C618BF14B22 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/SetRepeatTest.h */; }; - FC857B7CC7494A199069CDD1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/Test.cpp */ = {isa = PBXBuildFile; fileRef = 8CC2A691DA74415EA58C89D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/Test.cpp */; }; + 15F3B2F96CEC4DA6A058C6C7 /* ../Play-/tools/SpuTest/SimpleIrqTest.h */ = {isa = PBXBuildFile; fileRef = FCB8EFE55B2E4391BD82D87F /* ../Play-/tools/SpuTest/SimpleIrqTest.h */; }; + 20500A6643884722B8D4F399 /* ../Play-/tools/SpuTest/SimpleIrqTest.cpp */ = {isa = PBXBuildFile; fileRef = D5066AA575994E3693BDB00A /* ../Play-/tools/SpuTest/SimpleIrqTest.cpp */; }; + 277550CBFC6F441AA4304C72 /* ../Play-/tools/SpuTest/SetRepeatTest2.cpp */ = {isa = PBXBuildFile; fileRef = 8A6D36EC93C14D7E872AD822 /* ../Play-/tools/SpuTest/SetRepeatTest2.cpp */; }; + 3B2C41DC892C4558B216FDAC /* ../Play-/tools/SpuTest/SetRepeatTest2.h */ = {isa = PBXBuildFile; fileRef = 959CD515D3224497942FBA17 /* ../Play-/tools/SpuTest/SetRepeatTest2.h */; }; + 3FA0ACF2DB534B2FBF56CF0E /* ../cmake/tools/SpuTest/CMakeFiles/SpuTest.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = B5F5CF76EF13434F9E0B75FD /* ../cmake/tools/SpuTest/CMakeFiles/SpuTest.dir/Info.plist */; }; + 4CDD286CFB8E4AA8A8689E19 /* ../Play-/tools/SpuTest/SweepTest.cpp */ = {isa = PBXBuildFile; fileRef = F4444BF4C6FA479197721D66 /* ../Play-/tools/SpuTest/SweepTest.cpp */; }; + 5251631B9C304C73800E7C5D /* ../Play-/tools/SpuTest/SetRepeatTest.cpp */ = {isa = PBXBuildFile; fileRef = BB0B9CEE2A104CBE90206F0E /* ../Play-/tools/SpuTest/SetRepeatTest.cpp */; }; + 73264693A4FC443AB01D4492 /* ../Play-/tools/SpuTest/MultiCoreIrqTest.h */ = {isa = PBXBuildFile; fileRef = E96E0A16E48241BD85C6F7AB /* ../Play-/tools/SpuTest/MultiCoreIrqTest.h */; }; + 7FAA591DA0CE47BDBFBC9690 /* ../Play-/tools/SpuTest/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 890B3656C065418D85C33568 /* ../Play-/tools/SpuTest/CMakeLists.txt */; }; + 7FFCF76C5813430BBCDF9915 /* ../Play-/tools/SpuTest/KeyOnOffTest.h */ = {isa = PBXBuildFile; fileRef = 77BE2C062AD14A41878E4252 /* ../Play-/tools/SpuTest/KeyOnOffTest.h */; }; + 863CAA87D713445AAA280F43 /* ../Play-/tools/SpuTest/MultiCoreIrqTest.cpp */ = {isa = PBXBuildFile; fileRef = AFDD271E15E4497B9C97A999 /* ../Play-/tools/SpuTest/MultiCoreIrqTest.cpp */; }; + 94D49D8F30554334823CA297 /* ../Play-/tools/SpuTest/KeyOnOffTest.cpp */ = {isa = PBXBuildFile; fileRef = 31B28A728E944651B894D4FE /* ../Play-/tools/SpuTest/KeyOnOffTest.cpp */; }; + 9AFD000FB55B4C7FBCFB3CBE /* ../Play-/tools/SpuTest/SweepTest.h */ = {isa = PBXBuildFile; fileRef = B988ACB2512E455B8B815A04 /* ../Play-/tools/SpuTest/SweepTest.h */; }; + 9C6013C4482D48B194C78787 /* ../Play-/tools/SpuTest/Test.h */ = {isa = PBXBuildFile; fileRef = AB222AA55E0646F6B36C75DD /* ../Play-/tools/SpuTest/Test.h */; }; + D1B23EF1918E410D8D4B0E3B /* ../Play-/tools/SpuTest/Main.cpp */ = {isa = PBXBuildFile; fileRef = 7600BC26C3214448974193BB /* ../Play-/tools/SpuTest/Main.cpp */; }; + E209A9A4F34141E6834D1FBD /* ../Play-/tools/SpuTest/SetRepeatTest.h */ = {isa = PBXBuildFile; fileRef = 389D3C37A0C54C618BF14B22 /* ../Play-/tools/SpuTest/SetRepeatTest.h */; }; + FC857B7CC7494A199069CDD1 /* ../Play-/tools/SpuTest/Test.cpp */ = {isa = PBXBuildFile; fileRef = 8CC2A691DA74415EA58C89D8 /* ../Play-/tools/SpuTest/Test.cpp */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ @@ -159,24 +159,24 @@ /* Begin PBXFileReference section */ 16EF6AA96A154225B7D676C9 /* SpuTest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = SpuTest; sourceTree = BUILT_PRODUCTS_DIR; }; - 31B28A728E944651B894D4FE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/KeyOnOffTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = KeyOnOffTest.cpp; path = KeyOnOffTest.cpp; sourceTree = SOURCE_ROOT; }; - 389D3C37A0C54C618BF14B22 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/SetRepeatTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SetRepeatTest.h; path = SetRepeatTest.h; sourceTree = SOURCE_ROOT; }; - 7600BC26C3214448974193BB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/Main.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Main.cpp; path = Main.cpp; sourceTree = SOURCE_ROOT; }; - 77BE2C062AD14A41878E4252 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/KeyOnOffTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = KeyOnOffTest.h; path = KeyOnOffTest.h; sourceTree = SOURCE_ROOT; }; - 890B3656C065418D85C33568 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 8A6D36EC93C14D7E872AD822 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/SetRepeatTest2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SetRepeatTest2.cpp; path = SetRepeatTest2.cpp; sourceTree = SOURCE_ROOT; }; - 8CC2A691DA74415EA58C89D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Test.cpp; path = Test.cpp; sourceTree = SOURCE_ROOT; }; - 959CD515D3224497942FBA17 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/SetRepeatTest2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SetRepeatTest2.h; path = SetRepeatTest2.h; sourceTree = SOURCE_ROOT; }; - AB222AA55E0646F6B36C75DD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Test.h; path = Test.h; sourceTree = SOURCE_ROOT; }; - AFDD271E15E4497B9C97A999 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/MultiCoreIrqTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MultiCoreIrqTest.cpp; path = MultiCoreIrqTest.cpp; sourceTree = SOURCE_ROOT; }; - B5F5CF76EF13434F9E0B75FD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/SpuTest/CMakeFiles/SpuTest.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/SpuTest/CMakeFiles/SpuTest.dir/Info.plist; sourceTree = ""; }; - B988ACB2512E455B8B815A04 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/SweepTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SweepTest.h; path = SweepTest.h; sourceTree = SOURCE_ROOT; }; - BB0B9CEE2A104CBE90206F0E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/SetRepeatTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SetRepeatTest.cpp; path = SetRepeatTest.cpp; sourceTree = SOURCE_ROOT; }; - D5066AA575994E3693BDB00A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/SimpleIrqTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SimpleIrqTest.cpp; path = SimpleIrqTest.cpp; sourceTree = SOURCE_ROOT; }; - E96E0A16E48241BD85C6F7AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/MultiCoreIrqTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MultiCoreIrqTest.h; path = MultiCoreIrqTest.h; sourceTree = SOURCE_ROOT; }; - F4444BF4C6FA479197721D66 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/SweepTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SweepTest.cpp; path = SweepTest.cpp; sourceTree = SOURCE_ROOT; }; - F9992044022B4B4B9C521448 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - FCB8EFE55B2E4391BD82D87F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/SimpleIrqTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SimpleIrqTest.h; path = SimpleIrqTest.h; sourceTree = SOURCE_ROOT; }; + 31B28A728E944651B894D4FE /* ../Play-/tools/SpuTest/KeyOnOffTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = KeyOnOffTest.cpp; path = KeyOnOffTest.cpp; sourceTree = SOURCE_ROOT; }; + 389D3C37A0C54C618BF14B22 /* ../Play-/tools/SpuTest/SetRepeatTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SetRepeatTest.h; path = SetRepeatTest.h; sourceTree = SOURCE_ROOT; }; + 7600BC26C3214448974193BB /* ../Play-/tools/SpuTest/Main.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Main.cpp; path = Main.cpp; sourceTree = SOURCE_ROOT; }; + 77BE2C062AD14A41878E4252 /* ../Play-/tools/SpuTest/KeyOnOffTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = KeyOnOffTest.h; path = KeyOnOffTest.h; sourceTree = SOURCE_ROOT; }; + 890B3656C065418D85C33568 /* ../Play-/tools/SpuTest/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 8A6D36EC93C14D7E872AD822 /* ../Play-/tools/SpuTest/SetRepeatTest2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SetRepeatTest2.cpp; path = SetRepeatTest2.cpp; sourceTree = SOURCE_ROOT; }; + 8CC2A691DA74415EA58C89D8 /* ../Play-/tools/SpuTest/Test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Test.cpp; path = Test.cpp; sourceTree = SOURCE_ROOT; }; + 959CD515D3224497942FBA17 /* ../Play-/tools/SpuTest/SetRepeatTest2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SetRepeatTest2.h; path = SetRepeatTest2.h; sourceTree = SOURCE_ROOT; }; + AB222AA55E0646F6B36C75DD /* ../Play-/tools/SpuTest/Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Test.h; path = Test.h; sourceTree = SOURCE_ROOT; }; + AFDD271E15E4497B9C97A999 /* ../Play-/tools/SpuTest/MultiCoreIrqTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MultiCoreIrqTest.cpp; path = MultiCoreIrqTest.cpp; sourceTree = SOURCE_ROOT; }; + B5F5CF76EF13434F9E0B75FD /* ../cmake/tools/SpuTest/CMakeFiles/SpuTest.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/tools/SpuTest/CMakeFiles/SpuTest.dir/Info.plist; sourceTree = ""; }; + B988ACB2512E455B8B815A04 /* ../Play-/tools/SpuTest/SweepTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SweepTest.h; path = SweepTest.h; sourceTree = SOURCE_ROOT; }; + BB0B9CEE2A104CBE90206F0E /* ../Play-/tools/SpuTest/SetRepeatTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SetRepeatTest.cpp; path = SetRepeatTest.cpp; sourceTree = SOURCE_ROOT; }; + D5066AA575994E3693BDB00A /* ../Play-/tools/SpuTest/SimpleIrqTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SimpleIrqTest.cpp; path = SimpleIrqTest.cpp; sourceTree = SOURCE_ROOT; }; + E96E0A16E48241BD85C6F7AB /* ../Play-/tools/SpuTest/MultiCoreIrqTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MultiCoreIrqTest.h; path = MultiCoreIrqTest.h; sourceTree = SOURCE_ROOT; }; + F4444BF4C6FA479197721D66 /* ../Play-/tools/SpuTest/SweepTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SweepTest.cpp; path = SweepTest.cpp; sourceTree = SOURCE_ROOT; }; + F9992044022B4B4B9C521448 /* ../Play-/tools/SpuTest/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + FCB8EFE55B2E4391BD82D87F /* ../Play-/tools/SpuTest/SimpleIrqTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SimpleIrqTest.h; path = SimpleIrqTest.h; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -214,14 +214,14 @@ 5A6CFCEA28EB482481F3C655 /* Source Files */ = { isa = PBXGroup; children = ( - 31B28A728E944651B894D4FE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/KeyOnOffTest.cpp */, - 7600BC26C3214448974193BB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/Main.cpp */, - AFDD271E15E4497B9C97A999 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/MultiCoreIrqTest.cpp */, - BB0B9CEE2A104CBE90206F0E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/SetRepeatTest.cpp */, - 8A6D36EC93C14D7E872AD822 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/SetRepeatTest2.cpp */, - D5066AA575994E3693BDB00A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/SimpleIrqTest.cpp */, - F4444BF4C6FA479197721D66 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/SweepTest.cpp */, - 8CC2A691DA74415EA58C89D8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/Test.cpp */, + 31B28A728E944651B894D4FE /* ../Play-/tools/SpuTest/KeyOnOffTest.cpp */, + 7600BC26C3214448974193BB /* ../Play-/tools/SpuTest/Main.cpp */, + AFDD271E15E4497B9C97A999 /* ../Play-/tools/SpuTest/MultiCoreIrqTest.cpp */, + BB0B9CEE2A104CBE90206F0E /* ../Play-/tools/SpuTest/SetRepeatTest.cpp */, + 8A6D36EC93C14D7E872AD822 /* ../Play-/tools/SpuTest/SetRepeatTest2.cpp */, + D5066AA575994E3693BDB00A /* ../Play-/tools/SpuTest/SimpleIrqTest.cpp */, + F4444BF4C6FA479197721D66 /* ../Play-/tools/SpuTest/SweepTest.cpp */, + 8CC2A691DA74415EA58C89D8 /* ../Play-/tools/SpuTest/Test.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -237,7 +237,7 @@ 81E7C8F727F4418AB1097D41 /* Resources */ = { isa = PBXGroup; children = ( - B5F5CF76EF13434F9E0B75FD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/SpuTest/CMakeFiles/SpuTest.dir/Info.plist */, + B5F5CF76EF13434F9E0B75FD /* ../cmake/tools/SpuTest/CMakeFiles/SpuTest.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -245,13 +245,13 @@ 91106F5BD1824266AAE633C4 /* Header Files */ = { isa = PBXGroup; children = ( - 77BE2C062AD14A41878E4252 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/KeyOnOffTest.h */, - E96E0A16E48241BD85C6F7AB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/MultiCoreIrqTest.h */, - 389D3C37A0C54C618BF14B22 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/SetRepeatTest.h */, - 959CD515D3224497942FBA17 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/SetRepeatTest2.h */, - FCB8EFE55B2E4391BD82D87F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/SimpleIrqTest.h */, - B988ACB2512E455B8B815A04 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/SweepTest.h */, - AB222AA55E0646F6B36C75DD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/Test.h */, + 77BE2C062AD14A41878E4252 /* ../Play-/tools/SpuTest/KeyOnOffTest.h */, + E96E0A16E48241BD85C6F7AB /* ../Play-/tools/SpuTest/MultiCoreIrqTest.h */, + 389D3C37A0C54C618BF14B22 /* ../Play-/tools/SpuTest/SetRepeatTest.h */, + 959CD515D3224497942FBA17 /* ../Play-/tools/SpuTest/SetRepeatTest2.h */, + FCB8EFE55B2E4391BD82D87F /* ../Play-/tools/SpuTest/SimpleIrqTest.h */, + B988ACB2512E455B8B815A04 /* ../Play-/tools/SpuTest/SweepTest.h */, + AB222AA55E0646F6B36C75DD /* ../Play-/tools/SpuTest/Test.h */, ); name = "Header Files"; sourceTree = ""; @@ -273,7 +273,7 @@ 5A6CFCEA28EB482481F3C655 /* Source Files */, 91106F5BD1824266AAE633C4 /* Header Files */, 81E7C8F727F4418AB1097D41 /* Resources */, - 890B3656C065418D85C33568 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/CMakeLists.txt */, + 890B3656C065418D85C33568 /* ../Play-/tools/SpuTest/CMakeLists.txt */, ); name = SpuTest; sourceTree = ""; @@ -282,7 +282,7 @@ isa = PBXGroup; children = ( 02DB6C3F70E0404FA5D885E2 /* CMake Rules */, - F9992044022B4B4B9C521448 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/CMakeLists.txt */, + F9992044022B4B4B9C521448 /* ../Play-/tools/SpuTest/CMakeLists.txt */, ); name = ALL_BUILD; sourceTree = ""; @@ -355,19 +355,19 @@ shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/SpuTest + cd ../cmake/tools/SpuTest /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/SpuTest + cd ../cmake/tools/SpuTest /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/SpuTest + cd ../cmake/tools/SpuTest /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/SpuTest + cd ../cmake/tools/SpuTest /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi "; @@ -401,19 +401,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi "; @@ -429,24 +429,24 @@ fi ); name = "Generate CMakeFiles/ALL_BUILD"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/SpuTest/CMakeFiles/ALL_BUILD ); +../cmake/tools/SpuTest/CMakeFiles/ALL_BUILD ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/SpuTest + cd ../cmake/tools/SpuTest echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/SpuTest + cd ../cmake/tools/SpuTest echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/SpuTest + cd ../cmake/tools/SpuTest echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/SpuTest + cd ../cmake/tools/SpuTest echo Build\\ all\\ projects fi "; @@ -477,25 +477,25 @@ exit 0"; ); name = "Generate CMakeFiles/ZERO_CHECK"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/SpuTest/CMakeFiles/ZERO_CHECK ); +../cmake/tools/SpuTest/CMakeFiles/ZERO_CHECK ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/SpuTest - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/SpuTest/CMakeScripts/ReRunCMake.make + cd ../cmake/tools/SpuTest + make -f ../cmake/tools/SpuTest/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/SpuTest - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/SpuTest/CMakeScripts/ReRunCMake.make + cd ../cmake/tools/SpuTest + make -f ../cmake/tools/SpuTest/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/SpuTest - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/SpuTest/CMakeScripts/ReRunCMake.make + cd ../cmake/tools/SpuTest + make -f ../cmake/tools/SpuTest/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/SpuTest - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/SpuTest/CMakeScripts/ReRunCMake.make + cd ../cmake/tools/SpuTest + make -f ../cmake/tools/SpuTest/CMakeScripts/ReRunCMake.make fi "; showEnvVarsInLog = 0; @@ -543,19 +543,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/SpuTest + cd ../cmake/tools/SpuTest /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/SpuTest + cd ../cmake/tools/SpuTest /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/SpuTest + cd ../cmake/tools/SpuTest /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/SpuTest + cd ../cmake/tools/SpuTest /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; @@ -583,14 +583,14 @@ exit 0"; isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 94D49D8F30554334823CA297 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/KeyOnOffTest.cpp */, - D1B23EF1918E410D8D4B0E3B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/Main.cpp */, - 863CAA87D713445AAA280F43 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/MultiCoreIrqTest.cpp */, - 5251631B9C304C73800E7C5D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/SetRepeatTest.cpp */, - 277550CBFC6F441AA4304C72 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/SetRepeatTest2.cpp */, - 20500A6643884722B8D4F399 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/SimpleIrqTest.cpp */, - 4CDD286CFB8E4AA8A8689E19 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/SweepTest.cpp */, - FC857B7CC7494A199069CDD1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/SpuTest/Test.cpp */, + 94D49D8F30554334823CA297 /* ../Play-/tools/SpuTest/KeyOnOffTest.cpp */, + D1B23EF1918E410D8D4B0E3B /* ../Play-/tools/SpuTest/Main.cpp */, + 863CAA87D713445AAA280F43 /* ../Play-/tools/SpuTest/MultiCoreIrqTest.cpp */, + 5251631B9C304C73800E7C5D /* ../Play-/tools/SpuTest/SetRepeatTest.cpp */, + 277550CBFC6F441AA4304C72 /* ../Play-/tools/SpuTest/SetRepeatTest2.cpp */, + 20500A6643884722B8D4F399 /* ../Play-/tools/SpuTest/SimpleIrqTest.cpp */, + 4CDD286CFB8E4AA8A8689E19 /* ../Play-/tools/SpuTest/SweepTest.cpp */, + FC857B7CC7494A199069CDD1 /* ../Play-/tools/SpuTest/Test.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -700,12 +700,12 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/SpuTest/CMakeFiles/SpuTest.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/Source","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/tools/SpuTest/CMakeFiles/SpuTest.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -DNDEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","../cmake/Source/ui_ios/Source/FrameworkAmazon/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","../cmake/Source/ui_ios/Source/FrameworkHttp/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","../cmake/Source/ui_ios/Source/CodeGen/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","../cmake/Source/ui_ios/Source/Framework/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"../cmake/Source/ui_ios/Source/xxHash/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","../cmake/Source/ui_ios/Source/libchdr/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = SpuTest; SECTORDER_FLAGS = ""; @@ -963,12 +963,12 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/SpuTest/CMakeFiles/SpuTest.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/Source","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/tools/SpuTest/CMakeFiles/SpuTest.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -DNDEBUG -DNDEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Release${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/Release${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/Release${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Release${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Release${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/Release${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/Release${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Release${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Release${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/Release${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","../cmake/Source/ui_ios/Source/FrameworkAmazon/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","../cmake/Source/ui_ios/Source/FrameworkHttp/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","../cmake/Source/ui_ios/Source/CodeGen/Release${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","../cmake/Source/ui_ios/Source/Framework/Release${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Release${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Release${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"../cmake/Source/ui_ios/Source/xxHash/Release${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","../cmake/Source/ui_ios/Source/libchdr/Release${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Release${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Release${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = SpuTest; SECTORDER_FLAGS = ""; @@ -1031,12 +1031,12 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/SpuTest/CMakeFiles/SpuTest.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/Source","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/tools/SpuTest/CMakeFiles/SpuTest.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -D_DEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Debug${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/Debug${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Debug${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Debug${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/Debug${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/Debug${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Debug${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Debug${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/Debug${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","../cmake/Source/ui_ios/Source/FrameworkAmazon/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","../cmake/Source/ui_ios/Source/FrameworkHttp/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","../cmake/Source/ui_ios/Source/CodeGen/Debug${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","../cmake/Source/ui_ios/Source/Framework/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Debug${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Debug${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"../cmake/Source/ui_ios/Source/xxHash/Debug${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","../cmake/Source/ui_ios/Source/libchdr/Debug${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Debug${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Debug${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = SpuTest; SECTORDER_FLAGS = ""; @@ -1101,12 +1101,12 @@ exit 0"; GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/SpuTest/CMakeFiles/SpuTest.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/Source","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/tools/SpuTest/CMakeFiles/SpuTest.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -DNDEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","../cmake/Source/ui_ios/Source/FrameworkAmazon/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","../cmake/Source/ui_ios/Source/FrameworkHttp/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","../cmake/Source/ui_ios/Source/CodeGen/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","../cmake/Source/ui_ios/Source/Framework/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"../cmake/Source/ui_ios/Source/xxHash/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","../cmake/Source/ui_ios/Source/libchdr/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = SpuTest; SECTORDER_FLAGS = ""; diff --git a/Cores/Play/cmake/tools/VuTest/VuTest.xcodeproj/project.pbxproj b/Cores/Play/cmake/tools/VuTest/VuTest.xcodeproj/project.pbxproj index b80664b96b..11a64461ea 100644 --- a/Cores/Play/cmake/tools/VuTest/VuTest.xcodeproj/project.pbxproj +++ b/Cores/Play/cmake/tools/VuTest/VuTest.xcodeproj/project.pbxproj @@ -69,54 +69,54 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 159595E584744402A86F6790 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/MinMaxTest.h */ = {isa = PBXBuildFile; fileRef = 58E129412E5C4C97BF703735 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/MinMaxTest.h */; }; - 1E02E5D5631444878527B399 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/VuTest/CMakeFiles/VuTest.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = F6FEEB2EB4254EA6935B5D58 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/VuTest/CMakeFiles/VuTest.dir/Info.plist */; }; - 21B81DFE35AE42499780915E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FlagsTest3.h */ = {isa = PBXBuildFile; fileRef = C289AFFD2F02457CBD26C138 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FlagsTest3.h */; }; - 2682B8FAEFEB407CA406A308 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/Main.cpp */ = {isa = PBXBuildFile; fileRef = C8FBB710735B41B18DAE86C1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/Main.cpp */; }; - 2813A8F0F2D449CE92C890C8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FlagsTest.cpp */ = {isa = PBXBuildFile; fileRef = A2BA373ACF0B4BB29B57E5F7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FlagsTest.cpp */; }; - 39F31C0448F24ED9ABD66469 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest6.h */ = {isa = PBXBuildFile; fileRef = C536E391A5AB4BA787C2C996 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest6.h */; }; - 3C17BCFEC43D45C0B648912F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest4.cpp */ = {isa = PBXBuildFile; fileRef = ACF2B33B3A5F4CDE9FA18513 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest4.cpp */; }; - 3D114694E5554AF09314A04F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/TestVm.h */ = {isa = PBXBuildFile; fileRef = 1A213F2F9FF349FF8CEDB71C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/TestVm.h */; }; - 3F6A54EDA8264D23A24D9507 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest.h */ = {isa = PBXBuildFile; fileRef = ABACFA66FA994BA5B21CC1DE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest.h */; }; - 44B350DE72DA4DF7BEEAE9CA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/TriAceTest.h */ = {isa = PBXBuildFile; fileRef = 8CA5CD90FAFD45D0A4094050 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/TriAceTest.h */; }; - 495FF682B49B417DA6E82A9C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/DynamicStallTest2.cpp */ = {isa = PBXBuildFile; fileRef = C1E0E149608847FD959A3E28 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/DynamicStallTest2.cpp */; }; - 4B2A336B1EC54EDE91531B0F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/IntBranchDelayTest2.h */ = {isa = PBXBuildFile; fileRef = 1B09EE2C8DA94B568AA7F098 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/IntBranchDelayTest2.h */; }; - 502C0118742C4D4D8D2524B9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest.cpp */ = {isa = PBXBuildFile; fileRef = D9A9D477650744DCBDF0BB88 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest.cpp */; }; - 579AB14E480547939A9069CD /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/AddTest.h */ = {isa = PBXBuildFile; fileRef = D4333C3995BC4162B218789C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/AddTest.h */; }; - 57F26B3827D2478CA9C811D3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/TestVm.cpp */ = {isa = PBXBuildFile; fileRef = BD645D19AAD546C08CC4D794 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/TestVm.cpp */; }; - 5B70419957B84491AD6F2397 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/BranchTest.cpp */ = {isa = PBXBuildFile; fileRef = FA563B2A98D84042BEEFB061 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/BranchTest.cpp */; }; - 5EF6E5B4ACF34A99900BEE17 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/DynamicStallTest.h */ = {isa = PBXBuildFile; fileRef = AE5E3E6F783C4671AD74E392 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/DynamicStallTest.h */; }; - 5F5D15B6EEAE4370A142DADB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FlagsTest.h */ = {isa = PBXBuildFile; fileRef = E777818C55EA4A1F84E3FF95 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FlagsTest.h */; }; - 68C7632D49924FE1A95D9200 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/IntBranchDelayTest2.cpp */ = {isa = PBXBuildFile; fileRef = 8AE03C0EABEC45228B5D80C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/IntBranchDelayTest2.cpp */; }; - 701EC3C357E5483B903336AF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/VuAssembler.cpp */ = {isa = PBXBuildFile; fileRef = 658A3A36222543C3A21667B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/VuAssembler.cpp */; }; - 796A9C80F4F945C7A99B1ED7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/MinMaxFlagsTest.h */ = {isa = PBXBuildFile; fileRef = 3849B2F540AF47B4AC1E36F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/MinMaxFlagsTest.h */; }; - 859CC7147B724841A58C095E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest3.h */ = {isa = PBXBuildFile; fileRef = DD230DF033A3478EB002D88C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest3.h */; }; - 864942A662AA4FE8B4C81C91 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/IntBranchDelayTest.cpp */ = {isa = PBXBuildFile; fileRef = 96FABB01AD9B409E91502744 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/IntBranchDelayTest.cpp */; }; - 89A03D65EEDA4B03BA37DC9E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FlagsTest2.cpp */ = {isa = PBXBuildFile; fileRef = 3561D0A026484545ABB9C773 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FlagsTest2.cpp */; }; - 8AAB383971324974B31C2DF1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FlagsTest4.h */ = {isa = PBXBuildFile; fileRef = FD387A9242584B1CB4ACDD49 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FlagsTest4.h */; }; - 94D3CCF4C0674831BC3554D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest6.cpp */ = {isa = PBXBuildFile; fileRef = A94E5F0E5EA947CDA3D409A1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest6.cpp */; }; - 9BA5071D0EE84BD0AA6A7F4C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/BranchTest.h */ = {isa = PBXBuildFile; fileRef = C6890AB982E3411581F69BC6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/BranchTest.h */; }; - B4B397CCC0CC429799E23AEB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/VuAssembler.h */ = {isa = PBXBuildFile; fileRef = 3E43DC3A001B4639B5A8626D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/VuAssembler.h */; }; - B64AA302417F4FE488A286A7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/DynamicStallTest2.h */ = {isa = PBXBuildFile; fileRef = A7675BB51E4F4C03937713A8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/DynamicStallTest2.h */; }; - B6D859DCF28C4C3286136C2C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest4.h */ = {isa = PBXBuildFile; fileRef = 1FFAAFF3048B4DDCB2C39566 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest4.h */; }; - BBA15CD64A324131AD5D84DB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FlagsTest2.h */ = {isa = PBXBuildFile; fileRef = 34EA2F69681B44BC9E1D2571 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FlagsTest2.h */; }; - BBE50C884DC44A6083C78EA1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FlagsTest4.cpp */ = {isa = PBXBuildFile; fileRef = 88CEC1C5A6A9455C9493368B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FlagsTest4.cpp */; }; - CC5627C9DA7B43C9B6C06039 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/MinMaxFlagsTest.cpp */ = {isa = PBXBuildFile; fileRef = 1B9D0C2C8AC24229BCCD47E9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/MinMaxFlagsTest.cpp */; }; - CDDC8EFF2B5440F9B8F3E5DB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FlagsTest3.cpp */ = {isa = PBXBuildFile; fileRef = D946A3C1BDC844FF99B42BB1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FlagsTest3.cpp */; }; - D055E5537B5D45A88D32C9D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 54348DFC03B24316A837E0FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/CMakeLists.txt */; }; - D3D73110FF30453994EDA52B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest3.cpp */ = {isa = PBXBuildFile; fileRef = 2D18623641E743BFB62AA921 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest3.cpp */; }; - D408EC444FC04457AEC8550B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/Test.h */ = {isa = PBXBuildFile; fileRef = B45C86110CC44692A3F1ABB7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/Test.h */; }; - D478937E49224A25BD33421E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/IntBranchDelayTest.h */ = {isa = PBXBuildFile; fileRef = 8019BB0BE5CD43FAB6AA0787 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/IntBranchDelayTest.h */; }; - D77E5C29D0634CF08788A490 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/TriAceTest.cpp */ = {isa = PBXBuildFile; fileRef = 37752386D0214804BCE940AA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/TriAceTest.cpp */; }; - DB8BAA2609CD41A5B2C66568 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest2.h */ = {isa = PBXBuildFile; fileRef = 6A9C26141E0C45398BB27413 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest2.h */; }; - DBD7C265FC6B4DCAB763F566 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FdivEfuMixTest.h */ = {isa = PBXBuildFile; fileRef = 7E3CC115AF1943DC8F08075A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FdivEfuMixTest.h */; }; - E1E156496B1C45FF85F0DE12 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FdivEfuMixTest.cpp */ = {isa = PBXBuildFile; fileRef = F2BBD2EA00654D8CB1F0F074 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FdivEfuMixTest.cpp */; }; - E2BD96632BCF44C1A39244B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest5.cpp */ = {isa = PBXBuildFile; fileRef = 0C04CDE3198D42EA9CEB118E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest5.cpp */; }; - E61F416C285B4DB0BA231FC5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/DynamicStallTest.cpp */ = {isa = PBXBuildFile; fileRef = D7A6E8E30CBB434B9E9C6422 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/DynamicStallTest.cpp */; }; - EE95996BA63745A4946B309B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest5.h */ = {isa = PBXBuildFile; fileRef = C5FDEF3599B440769C46ACBB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest5.h */; }; - F1391A5B9337422E95C899B1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest2.cpp */ = {isa = PBXBuildFile; fileRef = 4713153A2D4B4934A5601538 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest2.cpp */; }; - F380B30E6D654D3F83452FF7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/MinMaxTest.cpp */ = {isa = PBXBuildFile; fileRef = 5A333B11D7D448C092879CAE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/MinMaxTest.cpp */; }; - FDBCFD5129A848B882AA68A3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/AddTest.cpp */ = {isa = PBXBuildFile; fileRef = CEE7D405535146789A4727B6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/AddTest.cpp */; }; + 159595E584744402A86F6790 /* ../Play-/tools/VuTest/MinMaxTest.h */ = {isa = PBXBuildFile; fileRef = 58E129412E5C4C97BF703735 /* ../Play-/tools/VuTest/MinMaxTest.h */; }; + 1E02E5D5631444878527B399 /* ../cmake/tools/VuTest/CMakeFiles/VuTest.dir/Info.plist */ = {isa = PBXBuildFile; fileRef = F6FEEB2EB4254EA6935B5D58 /* ../cmake/tools/VuTest/CMakeFiles/VuTest.dir/Info.plist */; }; + 21B81DFE35AE42499780915E /* ../Play-/tools/VuTest/FlagsTest3.h */ = {isa = PBXBuildFile; fileRef = C289AFFD2F02457CBD26C138 /* ../Play-/tools/VuTest/FlagsTest3.h */; }; + 2682B8FAEFEB407CA406A308 /* ../Play-/tools/VuTest/Main.cpp */ = {isa = PBXBuildFile; fileRef = C8FBB710735B41B18DAE86C1 /* ../Play-/tools/VuTest/Main.cpp */; }; + 2813A8F0F2D449CE92C890C8 /* ../Play-/tools/VuTest/FlagsTest.cpp */ = {isa = PBXBuildFile; fileRef = A2BA373ACF0B4BB29B57E5F7 /* ../Play-/tools/VuTest/FlagsTest.cpp */; }; + 39F31C0448F24ED9ABD66469 /* ../Play-/tools/VuTest/StallTest6.h */ = {isa = PBXBuildFile; fileRef = C536E391A5AB4BA787C2C996 /* ../Play-/tools/VuTest/StallTest6.h */; }; + 3C17BCFEC43D45C0B648912F /* ../Play-/tools/VuTest/StallTest4.cpp */ = {isa = PBXBuildFile; fileRef = ACF2B33B3A5F4CDE9FA18513 /* ../Play-/tools/VuTest/StallTest4.cpp */; }; + 3D114694E5554AF09314A04F /* ../Play-/tools/VuTest/TestVm.h */ = {isa = PBXBuildFile; fileRef = 1A213F2F9FF349FF8CEDB71C /* ../Play-/tools/VuTest/TestVm.h */; }; + 3F6A54EDA8264D23A24D9507 /* ../Play-/tools/VuTest/StallTest.h */ = {isa = PBXBuildFile; fileRef = ABACFA66FA994BA5B21CC1DE /* ../Play-/tools/VuTest/StallTest.h */; }; + 44B350DE72DA4DF7BEEAE9CA /* ../Play-/tools/VuTest/TriAceTest.h */ = {isa = PBXBuildFile; fileRef = 8CA5CD90FAFD45D0A4094050 /* ../Play-/tools/VuTest/TriAceTest.h */; }; + 495FF682B49B417DA6E82A9C /* ../Play-/tools/VuTest/DynamicStallTest2.cpp */ = {isa = PBXBuildFile; fileRef = C1E0E149608847FD959A3E28 /* ../Play-/tools/VuTest/DynamicStallTest2.cpp */; }; + 4B2A336B1EC54EDE91531B0F /* ../Play-/tools/VuTest/IntBranchDelayTest2.h */ = {isa = PBXBuildFile; fileRef = 1B09EE2C8DA94B568AA7F098 /* ../Play-/tools/VuTest/IntBranchDelayTest2.h */; }; + 502C0118742C4D4D8D2524B9 /* ../Play-/tools/VuTest/StallTest.cpp */ = {isa = PBXBuildFile; fileRef = D9A9D477650744DCBDF0BB88 /* ../Play-/tools/VuTest/StallTest.cpp */; }; + 579AB14E480547939A9069CD /* ../Play-/tools/VuTest/AddTest.h */ = {isa = PBXBuildFile; fileRef = D4333C3995BC4162B218789C /* ../Play-/tools/VuTest/AddTest.h */; }; + 57F26B3827D2478CA9C811D3 /* ../Play-/tools/VuTest/TestVm.cpp */ = {isa = PBXBuildFile; fileRef = BD645D19AAD546C08CC4D794 /* ../Play-/tools/VuTest/TestVm.cpp */; }; + 5B70419957B84491AD6F2397 /* ../Play-/tools/VuTest/BranchTest.cpp */ = {isa = PBXBuildFile; fileRef = FA563B2A98D84042BEEFB061 /* ../Play-/tools/VuTest/BranchTest.cpp */; }; + 5EF6E5B4ACF34A99900BEE17 /* ../Play-/tools/VuTest/DynamicStallTest.h */ = {isa = PBXBuildFile; fileRef = AE5E3E6F783C4671AD74E392 /* ../Play-/tools/VuTest/DynamicStallTest.h */; }; + 5F5D15B6EEAE4370A142DADB /* ../Play-/tools/VuTest/FlagsTest.h */ = {isa = PBXBuildFile; fileRef = E777818C55EA4A1F84E3FF95 /* ../Play-/tools/VuTest/FlagsTest.h */; }; + 68C7632D49924FE1A95D9200 /* ../Play-/tools/VuTest/IntBranchDelayTest2.cpp */ = {isa = PBXBuildFile; fileRef = 8AE03C0EABEC45228B5D80C9 /* ../Play-/tools/VuTest/IntBranchDelayTest2.cpp */; }; + 701EC3C357E5483B903336AF /* ../Play-/tools/VuTest/VuAssembler.cpp */ = {isa = PBXBuildFile; fileRef = 658A3A36222543C3A21667B4 /* ../Play-/tools/VuTest/VuAssembler.cpp */; }; + 796A9C80F4F945C7A99B1ED7 /* ../Play-/tools/VuTest/MinMaxFlagsTest.h */ = {isa = PBXBuildFile; fileRef = 3849B2F540AF47B4AC1E36F3 /* ../Play-/tools/VuTest/MinMaxFlagsTest.h */; }; + 859CC7147B724841A58C095E /* ../Play-/tools/VuTest/StallTest3.h */ = {isa = PBXBuildFile; fileRef = DD230DF033A3478EB002D88C /* ../Play-/tools/VuTest/StallTest3.h */; }; + 864942A662AA4FE8B4C81C91 /* ../Play-/tools/VuTest/IntBranchDelayTest.cpp */ = {isa = PBXBuildFile; fileRef = 96FABB01AD9B409E91502744 /* ../Play-/tools/VuTest/IntBranchDelayTest.cpp */; }; + 89A03D65EEDA4B03BA37DC9E /* ../Play-/tools/VuTest/FlagsTest2.cpp */ = {isa = PBXBuildFile; fileRef = 3561D0A026484545ABB9C773 /* ../Play-/tools/VuTest/FlagsTest2.cpp */; }; + 8AAB383971324974B31C2DF1 /* ../Play-/tools/VuTest/FlagsTest4.h */ = {isa = PBXBuildFile; fileRef = FD387A9242584B1CB4ACDD49 /* ../Play-/tools/VuTest/FlagsTest4.h */; }; + 94D3CCF4C0674831BC3554D1 /* ../Play-/tools/VuTest/StallTest6.cpp */ = {isa = PBXBuildFile; fileRef = A94E5F0E5EA947CDA3D409A1 /* ../Play-/tools/VuTest/StallTest6.cpp */; }; + 9BA5071D0EE84BD0AA6A7F4C /* ../Play-/tools/VuTest/BranchTest.h */ = {isa = PBXBuildFile; fileRef = C6890AB982E3411581F69BC6 /* ../Play-/tools/VuTest/BranchTest.h */; }; + B4B397CCC0CC429799E23AEB /* ../Play-/tools/VuTest/VuAssembler.h */ = {isa = PBXBuildFile; fileRef = 3E43DC3A001B4639B5A8626D /* ../Play-/tools/VuTest/VuAssembler.h */; }; + B64AA302417F4FE488A286A7 /* ../Play-/tools/VuTest/DynamicStallTest2.h */ = {isa = PBXBuildFile; fileRef = A7675BB51E4F4C03937713A8 /* ../Play-/tools/VuTest/DynamicStallTest2.h */; }; + B6D859DCF28C4C3286136C2C /* ../Play-/tools/VuTest/StallTest4.h */ = {isa = PBXBuildFile; fileRef = 1FFAAFF3048B4DDCB2C39566 /* ../Play-/tools/VuTest/StallTest4.h */; }; + BBA15CD64A324131AD5D84DB /* ../Play-/tools/VuTest/FlagsTest2.h */ = {isa = PBXBuildFile; fileRef = 34EA2F69681B44BC9E1D2571 /* ../Play-/tools/VuTest/FlagsTest2.h */; }; + BBE50C884DC44A6083C78EA1 /* ../Play-/tools/VuTest/FlagsTest4.cpp */ = {isa = PBXBuildFile; fileRef = 88CEC1C5A6A9455C9493368B /* ../Play-/tools/VuTest/FlagsTest4.cpp */; }; + CC5627C9DA7B43C9B6C06039 /* ../Play-/tools/VuTest/MinMaxFlagsTest.cpp */ = {isa = PBXBuildFile; fileRef = 1B9D0C2C8AC24229BCCD47E9 /* ../Play-/tools/VuTest/MinMaxFlagsTest.cpp */; }; + CDDC8EFF2B5440F9B8F3E5DB /* ../Play-/tools/VuTest/FlagsTest3.cpp */ = {isa = PBXBuildFile; fileRef = D946A3C1BDC844FF99B42BB1 /* ../Play-/tools/VuTest/FlagsTest3.cpp */; }; + D055E5537B5D45A88D32C9D1 /* ../Play-/tools/VuTest/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 54348DFC03B24316A837E0FA /* ../Play-/tools/VuTest/CMakeLists.txt */; }; + D3D73110FF30453994EDA52B /* ../Play-/tools/VuTest/StallTest3.cpp */ = {isa = PBXBuildFile; fileRef = 2D18623641E743BFB62AA921 /* ../Play-/tools/VuTest/StallTest3.cpp */; }; + D408EC444FC04457AEC8550B /* ../Play-/tools/VuTest/Test.h */ = {isa = PBXBuildFile; fileRef = B45C86110CC44692A3F1ABB7 /* ../Play-/tools/VuTest/Test.h */; }; + D478937E49224A25BD33421E /* ../Play-/tools/VuTest/IntBranchDelayTest.h */ = {isa = PBXBuildFile; fileRef = 8019BB0BE5CD43FAB6AA0787 /* ../Play-/tools/VuTest/IntBranchDelayTest.h */; }; + D77E5C29D0634CF08788A490 /* ../Play-/tools/VuTest/TriAceTest.cpp */ = {isa = PBXBuildFile; fileRef = 37752386D0214804BCE940AA /* ../Play-/tools/VuTest/TriAceTest.cpp */; }; + DB8BAA2609CD41A5B2C66568 /* ../Play-/tools/VuTest/StallTest2.h */ = {isa = PBXBuildFile; fileRef = 6A9C26141E0C45398BB27413 /* ../Play-/tools/VuTest/StallTest2.h */; }; + DBD7C265FC6B4DCAB763F566 /* ../Play-/tools/VuTest/FdivEfuMixTest.h */ = {isa = PBXBuildFile; fileRef = 7E3CC115AF1943DC8F08075A /* ../Play-/tools/VuTest/FdivEfuMixTest.h */; }; + E1E156496B1C45FF85F0DE12 /* ../Play-/tools/VuTest/FdivEfuMixTest.cpp */ = {isa = PBXBuildFile; fileRef = F2BBD2EA00654D8CB1F0F074 /* ../Play-/tools/VuTest/FdivEfuMixTest.cpp */; }; + E2BD96632BCF44C1A39244B7 /* ../Play-/tools/VuTest/StallTest5.cpp */ = {isa = PBXBuildFile; fileRef = 0C04CDE3198D42EA9CEB118E /* ../Play-/tools/VuTest/StallTest5.cpp */; }; + E61F416C285B4DB0BA231FC5 /* ../Play-/tools/VuTest/DynamicStallTest.cpp */ = {isa = PBXBuildFile; fileRef = D7A6E8E30CBB434B9E9C6422 /* ../Play-/tools/VuTest/DynamicStallTest.cpp */; }; + EE95996BA63745A4946B309B /* ../Play-/tools/VuTest/StallTest5.h */ = {isa = PBXBuildFile; fileRef = C5FDEF3599B440769C46ACBB /* ../Play-/tools/VuTest/StallTest5.h */; }; + F1391A5B9337422E95C899B1 /* ../Play-/tools/VuTest/StallTest2.cpp */ = {isa = PBXBuildFile; fileRef = 4713153A2D4B4934A5601538 /* ../Play-/tools/VuTest/StallTest2.cpp */; }; + F380B30E6D654D3F83452FF7 /* ../Play-/tools/VuTest/MinMaxTest.cpp */ = {isa = PBXBuildFile; fileRef = 5A333B11D7D448C092879CAE /* ../Play-/tools/VuTest/MinMaxTest.cpp */; }; + FDBCFD5129A848B882AA68A3 /* ../Play-/tools/VuTest/AddTest.cpp */ = {isa = PBXBuildFile; fileRef = CEE7D405535146789A4727B6 /* ../Play-/tools/VuTest/AddTest.cpp */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ @@ -189,56 +189,56 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 0C04CDE3198D42EA9CEB118E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest5.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StallTest5.cpp; path = StallTest5.cpp; sourceTree = SOURCE_ROOT; }; - 1A213F2F9FF349FF8CEDB71C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/TestVm.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = TestVm.h; path = TestVm.h; sourceTree = SOURCE_ROOT; }; - 1B09EE2C8DA94B568AA7F098 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/IntBranchDelayTest2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IntBranchDelayTest2.h; path = IntBranchDelayTest2.h; sourceTree = SOURCE_ROOT; }; - 1B9D0C2C8AC24229BCCD47E9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/MinMaxFlagsTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MinMaxFlagsTest.cpp; path = MinMaxFlagsTest.cpp; sourceTree = SOURCE_ROOT; }; - 1FFAAFF3048B4DDCB2C39566 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest4.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StallTest4.h; path = StallTest4.h; sourceTree = SOURCE_ROOT; }; - 2CC49CFF5FFD4ADD8BA52F89 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 2D18623641E743BFB62AA921 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest3.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StallTest3.cpp; path = StallTest3.cpp; sourceTree = SOURCE_ROOT; }; - 34EA2F69681B44BC9E1D2571 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FlagsTest2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FlagsTest2.h; path = FlagsTest2.h; sourceTree = SOURCE_ROOT; }; - 3561D0A026484545ABB9C773 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FlagsTest2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FlagsTest2.cpp; path = FlagsTest2.cpp; sourceTree = SOURCE_ROOT; }; - 37752386D0214804BCE940AA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/TriAceTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = TriAceTest.cpp; path = TriAceTest.cpp; sourceTree = SOURCE_ROOT; }; - 3849B2F540AF47B4AC1E36F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/MinMaxFlagsTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MinMaxFlagsTest.h; path = MinMaxFlagsTest.h; sourceTree = SOURCE_ROOT; }; - 3E43DC3A001B4639B5A8626D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/VuAssembler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VuAssembler.h; path = VuAssembler.h; sourceTree = SOURCE_ROOT; }; - 4713153A2D4B4934A5601538 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StallTest2.cpp; path = StallTest2.cpp; sourceTree = SOURCE_ROOT; }; - 54348DFC03B24316A837E0FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 58E129412E5C4C97BF703735 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/MinMaxTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MinMaxTest.h; path = MinMaxTest.h; sourceTree = SOURCE_ROOT; }; - 5A333B11D7D448C092879CAE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/MinMaxTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MinMaxTest.cpp; path = MinMaxTest.cpp; sourceTree = SOURCE_ROOT; }; - 658A3A36222543C3A21667B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/VuAssembler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VuAssembler.cpp; path = VuAssembler.cpp; sourceTree = SOURCE_ROOT; }; - 6A9C26141E0C45398BB27413 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StallTest2.h; path = StallTest2.h; sourceTree = SOURCE_ROOT; }; - 7E3CC115AF1943DC8F08075A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FdivEfuMixTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FdivEfuMixTest.h; path = FdivEfuMixTest.h; sourceTree = SOURCE_ROOT; }; - 8019BB0BE5CD43FAB6AA0787 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/IntBranchDelayTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IntBranchDelayTest.h; path = IntBranchDelayTest.h; sourceTree = SOURCE_ROOT; }; - 88CEC1C5A6A9455C9493368B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FlagsTest4.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FlagsTest4.cpp; path = FlagsTest4.cpp; sourceTree = SOURCE_ROOT; }; - 8AE03C0EABEC45228B5D80C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/IntBranchDelayTest2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IntBranchDelayTest2.cpp; path = IntBranchDelayTest2.cpp; sourceTree = SOURCE_ROOT; }; - 8CA5CD90FAFD45D0A4094050 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/TriAceTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = TriAceTest.h; path = TriAceTest.h; sourceTree = SOURCE_ROOT; }; - 96FABB01AD9B409E91502744 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/IntBranchDelayTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IntBranchDelayTest.cpp; path = IntBranchDelayTest.cpp; sourceTree = SOURCE_ROOT; }; + 0C04CDE3198D42EA9CEB118E /* ../Play-/tools/VuTest/StallTest5.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StallTest5.cpp; path = StallTest5.cpp; sourceTree = SOURCE_ROOT; }; + 1A213F2F9FF349FF8CEDB71C /* ../Play-/tools/VuTest/TestVm.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = TestVm.h; path = TestVm.h; sourceTree = SOURCE_ROOT; }; + 1B09EE2C8DA94B568AA7F098 /* ../Play-/tools/VuTest/IntBranchDelayTest2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IntBranchDelayTest2.h; path = IntBranchDelayTest2.h; sourceTree = SOURCE_ROOT; }; + 1B9D0C2C8AC24229BCCD47E9 /* ../Play-/tools/VuTest/MinMaxFlagsTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MinMaxFlagsTest.cpp; path = MinMaxFlagsTest.cpp; sourceTree = SOURCE_ROOT; }; + 1FFAAFF3048B4DDCB2C39566 /* ../Play-/tools/VuTest/StallTest4.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StallTest4.h; path = StallTest4.h; sourceTree = SOURCE_ROOT; }; + 2CC49CFF5FFD4ADD8BA52F89 /* ../Play-/tools/VuTest/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 2D18623641E743BFB62AA921 /* ../Play-/tools/VuTest/StallTest3.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StallTest3.cpp; path = StallTest3.cpp; sourceTree = SOURCE_ROOT; }; + 34EA2F69681B44BC9E1D2571 /* ../Play-/tools/VuTest/FlagsTest2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FlagsTest2.h; path = FlagsTest2.h; sourceTree = SOURCE_ROOT; }; + 3561D0A026484545ABB9C773 /* ../Play-/tools/VuTest/FlagsTest2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FlagsTest2.cpp; path = FlagsTest2.cpp; sourceTree = SOURCE_ROOT; }; + 37752386D0214804BCE940AA /* ../Play-/tools/VuTest/TriAceTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = TriAceTest.cpp; path = TriAceTest.cpp; sourceTree = SOURCE_ROOT; }; + 3849B2F540AF47B4AC1E36F3 /* ../Play-/tools/VuTest/MinMaxFlagsTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MinMaxFlagsTest.h; path = MinMaxFlagsTest.h; sourceTree = SOURCE_ROOT; }; + 3E43DC3A001B4639B5A8626D /* ../Play-/tools/VuTest/VuAssembler.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VuAssembler.h; path = VuAssembler.h; sourceTree = SOURCE_ROOT; }; + 4713153A2D4B4934A5601538 /* ../Play-/tools/VuTest/StallTest2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StallTest2.cpp; path = StallTest2.cpp; sourceTree = SOURCE_ROOT; }; + 54348DFC03B24316A837E0FA /* ../Play-/tools/VuTest/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; + 58E129412E5C4C97BF703735 /* ../Play-/tools/VuTest/MinMaxTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MinMaxTest.h; path = MinMaxTest.h; sourceTree = SOURCE_ROOT; }; + 5A333B11D7D448C092879CAE /* ../Play-/tools/VuTest/MinMaxTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MinMaxTest.cpp; path = MinMaxTest.cpp; sourceTree = SOURCE_ROOT; }; + 658A3A36222543C3A21667B4 /* ../Play-/tools/VuTest/VuAssembler.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VuAssembler.cpp; path = VuAssembler.cpp; sourceTree = SOURCE_ROOT; }; + 6A9C26141E0C45398BB27413 /* ../Play-/tools/VuTest/StallTest2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StallTest2.h; path = StallTest2.h; sourceTree = SOURCE_ROOT; }; + 7E3CC115AF1943DC8F08075A /* ../Play-/tools/VuTest/FdivEfuMixTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FdivEfuMixTest.h; path = FdivEfuMixTest.h; sourceTree = SOURCE_ROOT; }; + 8019BB0BE5CD43FAB6AA0787 /* ../Play-/tools/VuTest/IntBranchDelayTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = IntBranchDelayTest.h; path = IntBranchDelayTest.h; sourceTree = SOURCE_ROOT; }; + 88CEC1C5A6A9455C9493368B /* ../Play-/tools/VuTest/FlagsTest4.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FlagsTest4.cpp; path = FlagsTest4.cpp; sourceTree = SOURCE_ROOT; }; + 8AE03C0EABEC45228B5D80C9 /* ../Play-/tools/VuTest/IntBranchDelayTest2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IntBranchDelayTest2.cpp; path = IntBranchDelayTest2.cpp; sourceTree = SOURCE_ROOT; }; + 8CA5CD90FAFD45D0A4094050 /* ../Play-/tools/VuTest/TriAceTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = TriAceTest.h; path = TriAceTest.h; sourceTree = SOURCE_ROOT; }; + 96FABB01AD9B409E91502744 /* ../Play-/tools/VuTest/IntBranchDelayTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = IntBranchDelayTest.cpp; path = IntBranchDelayTest.cpp; sourceTree = SOURCE_ROOT; }; 9F9EA13938D74FFBA1566860 /* VuTest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = VuTest; sourceTree = BUILT_PRODUCTS_DIR; }; - A2BA373ACF0B4BB29B57E5F7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FlagsTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FlagsTest.cpp; path = FlagsTest.cpp; sourceTree = SOURCE_ROOT; }; - A7675BB51E4F4C03937713A8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/DynamicStallTest2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = DynamicStallTest2.h; path = DynamicStallTest2.h; sourceTree = SOURCE_ROOT; }; - A94E5F0E5EA947CDA3D409A1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest6.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StallTest6.cpp; path = StallTest6.cpp; sourceTree = SOURCE_ROOT; }; - ABACFA66FA994BA5B21CC1DE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StallTest.h; path = StallTest.h; sourceTree = SOURCE_ROOT; }; - ACF2B33B3A5F4CDE9FA18513 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest4.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StallTest4.cpp; path = StallTest4.cpp; sourceTree = SOURCE_ROOT; }; - AE5E3E6F783C4671AD74E392 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/DynamicStallTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = DynamicStallTest.h; path = DynamicStallTest.h; sourceTree = SOURCE_ROOT; }; - B45C86110CC44692A3F1ABB7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Test.h; path = Test.h; sourceTree = SOURCE_ROOT; }; - BD645D19AAD546C08CC4D794 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/TestVm.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = TestVm.cpp; path = TestVm.cpp; sourceTree = SOURCE_ROOT; }; - C1E0E149608847FD959A3E28 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/DynamicStallTest2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DynamicStallTest2.cpp; path = DynamicStallTest2.cpp; sourceTree = SOURCE_ROOT; }; - C289AFFD2F02457CBD26C138 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FlagsTest3.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FlagsTest3.h; path = FlagsTest3.h; sourceTree = SOURCE_ROOT; }; - C536E391A5AB4BA787C2C996 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest6.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StallTest6.h; path = StallTest6.h; sourceTree = SOURCE_ROOT; }; - C5FDEF3599B440769C46ACBB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest5.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StallTest5.h; path = StallTest5.h; sourceTree = SOURCE_ROOT; }; - C6890AB982E3411581F69BC6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/BranchTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BranchTest.h; path = BranchTest.h; sourceTree = SOURCE_ROOT; }; - C8FBB710735B41B18DAE86C1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/Main.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Main.cpp; path = Main.cpp; sourceTree = SOURCE_ROOT; }; - CEE7D405535146789A4727B6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/AddTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AddTest.cpp; path = AddTest.cpp; sourceTree = SOURCE_ROOT; }; - D4333C3995BC4162B218789C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/AddTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AddTest.h; path = AddTest.h; sourceTree = SOURCE_ROOT; }; - D7A6E8E30CBB434B9E9C6422 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/DynamicStallTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DynamicStallTest.cpp; path = DynamicStallTest.cpp; sourceTree = SOURCE_ROOT; }; - D946A3C1BDC844FF99B42BB1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FlagsTest3.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FlagsTest3.cpp; path = FlagsTest3.cpp; sourceTree = SOURCE_ROOT; }; - D9A9D477650744DCBDF0BB88 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StallTest.cpp; path = StallTest.cpp; sourceTree = SOURCE_ROOT; }; - DD230DF033A3478EB002D88C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest3.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StallTest3.h; path = StallTest3.h; sourceTree = SOURCE_ROOT; }; - E777818C55EA4A1F84E3FF95 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FlagsTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FlagsTest.h; path = FlagsTest.h; sourceTree = SOURCE_ROOT; }; - F2BBD2EA00654D8CB1F0F074 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FdivEfuMixTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FdivEfuMixTest.cpp; path = FdivEfuMixTest.cpp; sourceTree = SOURCE_ROOT; }; - F6FEEB2EB4254EA6935B5D58 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/VuTest/CMakeFiles/VuTest.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/VuTest/CMakeFiles/VuTest.dir/Info.plist; sourceTree = ""; }; - FA563B2A98D84042BEEFB061 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/BranchTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = BranchTest.cpp; path = BranchTest.cpp; sourceTree = SOURCE_ROOT; }; - FD387A9242584B1CB4ACDD49 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FlagsTest4.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FlagsTest4.h; path = FlagsTest4.h; sourceTree = SOURCE_ROOT; }; + A2BA373ACF0B4BB29B57E5F7 /* ../Play-/tools/VuTest/FlagsTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FlagsTest.cpp; path = FlagsTest.cpp; sourceTree = SOURCE_ROOT; }; + A7675BB51E4F4C03937713A8 /* ../Play-/tools/VuTest/DynamicStallTest2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = DynamicStallTest2.h; path = DynamicStallTest2.h; sourceTree = SOURCE_ROOT; }; + A94E5F0E5EA947CDA3D409A1 /* ../Play-/tools/VuTest/StallTest6.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StallTest6.cpp; path = StallTest6.cpp; sourceTree = SOURCE_ROOT; }; + ABACFA66FA994BA5B21CC1DE /* ../Play-/tools/VuTest/StallTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StallTest.h; path = StallTest.h; sourceTree = SOURCE_ROOT; }; + ACF2B33B3A5F4CDE9FA18513 /* ../Play-/tools/VuTest/StallTest4.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StallTest4.cpp; path = StallTest4.cpp; sourceTree = SOURCE_ROOT; }; + AE5E3E6F783C4671AD74E392 /* ../Play-/tools/VuTest/DynamicStallTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = DynamicStallTest.h; path = DynamicStallTest.h; sourceTree = SOURCE_ROOT; }; + B45C86110CC44692A3F1ABB7 /* ../Play-/tools/VuTest/Test.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Test.h; path = Test.h; sourceTree = SOURCE_ROOT; }; + BD645D19AAD546C08CC4D794 /* ../Play-/tools/VuTest/TestVm.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = TestVm.cpp; path = TestVm.cpp; sourceTree = SOURCE_ROOT; }; + C1E0E149608847FD959A3E28 /* ../Play-/tools/VuTest/DynamicStallTest2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DynamicStallTest2.cpp; path = DynamicStallTest2.cpp; sourceTree = SOURCE_ROOT; }; + C289AFFD2F02457CBD26C138 /* ../Play-/tools/VuTest/FlagsTest3.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FlagsTest3.h; path = FlagsTest3.h; sourceTree = SOURCE_ROOT; }; + C536E391A5AB4BA787C2C996 /* ../Play-/tools/VuTest/StallTest6.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StallTest6.h; path = StallTest6.h; sourceTree = SOURCE_ROOT; }; + C5FDEF3599B440769C46ACBB /* ../Play-/tools/VuTest/StallTest5.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StallTest5.h; path = StallTest5.h; sourceTree = SOURCE_ROOT; }; + C6890AB982E3411581F69BC6 /* ../Play-/tools/VuTest/BranchTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BranchTest.h; path = BranchTest.h; sourceTree = SOURCE_ROOT; }; + C8FBB710735B41B18DAE86C1 /* ../Play-/tools/VuTest/Main.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Main.cpp; path = Main.cpp; sourceTree = SOURCE_ROOT; }; + CEE7D405535146789A4727B6 /* ../Play-/tools/VuTest/AddTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AddTest.cpp; path = AddTest.cpp; sourceTree = SOURCE_ROOT; }; + D4333C3995BC4162B218789C /* ../Play-/tools/VuTest/AddTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AddTest.h; path = AddTest.h; sourceTree = SOURCE_ROOT; }; + D7A6E8E30CBB434B9E9C6422 /* ../Play-/tools/VuTest/DynamicStallTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DynamicStallTest.cpp; path = DynamicStallTest.cpp; sourceTree = SOURCE_ROOT; }; + D946A3C1BDC844FF99B42BB1 /* ../Play-/tools/VuTest/FlagsTest3.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FlagsTest3.cpp; path = FlagsTest3.cpp; sourceTree = SOURCE_ROOT; }; + D9A9D477650744DCBDF0BB88 /* ../Play-/tools/VuTest/StallTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StallTest.cpp; path = StallTest.cpp; sourceTree = SOURCE_ROOT; }; + DD230DF033A3478EB002D88C /* ../Play-/tools/VuTest/StallTest3.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StallTest3.h; path = StallTest3.h; sourceTree = SOURCE_ROOT; }; + E777818C55EA4A1F84E3FF95 /* ../Play-/tools/VuTest/FlagsTest.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FlagsTest.h; path = FlagsTest.h; sourceTree = SOURCE_ROOT; }; + F2BBD2EA00654D8CB1F0F074 /* ../Play-/tools/VuTest/FdivEfuMixTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FdivEfuMixTest.cpp; path = FdivEfuMixTest.cpp; sourceTree = SOURCE_ROOT; }; + F6FEEB2EB4254EA6935B5D58 /* ../cmake/tools/VuTest/CMakeFiles/VuTest.dir/Info.plist */ = {isa = PBXFileReference; explicitFileType = sourcecode.text.plist; fileEncoding = 4; name = Info.plist; path = ../cmake/tools/VuTest/CMakeFiles/VuTest.dir/Info.plist; sourceTree = ""; }; + FA563B2A98D84042BEEFB061 /* ../Play-/tools/VuTest/BranchTest.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = BranchTest.cpp; path = BranchTest.cpp; sourceTree = SOURCE_ROOT; }; + FD387A9242584B1CB4ACDD49 /* ../Play-/tools/VuTest/FlagsTest4.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FlagsTest4.h; path = FlagsTest4.h; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -265,7 +265,7 @@ 514BAD2917354DB0B6A99826 /* Source Files */, 27DD47AE2AE641E19AAB61CD /* Header Files */, F62456E8304F488F92D468A7 /* Resources */, - 54348DFC03B24316A837E0FA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/CMakeLists.txt */, + 54348DFC03B24316A837E0FA /* ../Play-/tools/VuTest/CMakeLists.txt */, ); name = VuTest; sourceTree = ""; @@ -273,29 +273,29 @@ 27DD47AE2AE641E19AAB61CD /* Header Files */ = { isa = PBXGroup; children = ( - D4333C3995BC4162B218789C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/AddTest.h */, - C6890AB982E3411581F69BC6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/BranchTest.h */, - AE5E3E6F783C4671AD74E392 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/DynamicStallTest.h */, - A7675BB51E4F4C03937713A8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/DynamicStallTest2.h */, - 7E3CC115AF1943DC8F08075A /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FdivEfuMixTest.h */, - E777818C55EA4A1F84E3FF95 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FlagsTest.h */, - 34EA2F69681B44BC9E1D2571 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FlagsTest2.h */, - C289AFFD2F02457CBD26C138 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FlagsTest3.h */, - FD387A9242584B1CB4ACDD49 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FlagsTest4.h */, - 8019BB0BE5CD43FAB6AA0787 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/IntBranchDelayTest.h */, - 1B09EE2C8DA94B568AA7F098 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/IntBranchDelayTest2.h */, - 3849B2F540AF47B4AC1E36F3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/MinMaxFlagsTest.h */, - 58E129412E5C4C97BF703735 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/MinMaxTest.h */, - ABACFA66FA994BA5B21CC1DE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest.h */, - 6A9C26141E0C45398BB27413 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest2.h */, - DD230DF033A3478EB002D88C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest3.h */, - 1FFAAFF3048B4DDCB2C39566 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest4.h */, - C5FDEF3599B440769C46ACBB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest5.h */, - C536E391A5AB4BA787C2C996 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest6.h */, - B45C86110CC44692A3F1ABB7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/Test.h */, - 1A213F2F9FF349FF8CEDB71C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/TestVm.h */, - 8CA5CD90FAFD45D0A4094050 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/TriAceTest.h */, - 3E43DC3A001B4639B5A8626D /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/VuAssembler.h */, + D4333C3995BC4162B218789C /* ../Play-/tools/VuTest/AddTest.h */, + C6890AB982E3411581F69BC6 /* ../Play-/tools/VuTest/BranchTest.h */, + AE5E3E6F783C4671AD74E392 /* ../Play-/tools/VuTest/DynamicStallTest.h */, + A7675BB51E4F4C03937713A8 /* ../Play-/tools/VuTest/DynamicStallTest2.h */, + 7E3CC115AF1943DC8F08075A /* ../Play-/tools/VuTest/FdivEfuMixTest.h */, + E777818C55EA4A1F84E3FF95 /* ../Play-/tools/VuTest/FlagsTest.h */, + 34EA2F69681B44BC9E1D2571 /* ../Play-/tools/VuTest/FlagsTest2.h */, + C289AFFD2F02457CBD26C138 /* ../Play-/tools/VuTest/FlagsTest3.h */, + FD387A9242584B1CB4ACDD49 /* ../Play-/tools/VuTest/FlagsTest4.h */, + 8019BB0BE5CD43FAB6AA0787 /* ../Play-/tools/VuTest/IntBranchDelayTest.h */, + 1B09EE2C8DA94B568AA7F098 /* ../Play-/tools/VuTest/IntBranchDelayTest2.h */, + 3849B2F540AF47B4AC1E36F3 /* ../Play-/tools/VuTest/MinMaxFlagsTest.h */, + 58E129412E5C4C97BF703735 /* ../Play-/tools/VuTest/MinMaxTest.h */, + ABACFA66FA994BA5B21CC1DE /* ../Play-/tools/VuTest/StallTest.h */, + 6A9C26141E0C45398BB27413 /* ../Play-/tools/VuTest/StallTest2.h */, + DD230DF033A3478EB002D88C /* ../Play-/tools/VuTest/StallTest3.h */, + 1FFAAFF3048B4DDCB2C39566 /* ../Play-/tools/VuTest/StallTest4.h */, + C5FDEF3599B440769C46ACBB /* ../Play-/tools/VuTest/StallTest5.h */, + C536E391A5AB4BA787C2C996 /* ../Play-/tools/VuTest/StallTest6.h */, + B45C86110CC44692A3F1ABB7 /* ../Play-/tools/VuTest/Test.h */, + 1A213F2F9FF349FF8CEDB71C /* ../Play-/tools/VuTest/TestVm.h */, + 8CA5CD90FAFD45D0A4094050 /* ../Play-/tools/VuTest/TriAceTest.h */, + 3E43DC3A001B4639B5A8626D /* ../Play-/tools/VuTest/VuAssembler.h */, ); name = "Header Files"; sourceTree = ""; @@ -304,7 +304,7 @@ isa = PBXGroup; children = ( 68C4421AA9B9470898B51A0F /* CMake Rules */, - 2CC49CFF5FFD4ADD8BA52F89 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/CMakeLists.txt */, + 2CC49CFF5FFD4ADD8BA52F89 /* ../Play-/tools/VuTest/CMakeLists.txt */, ); name = ALL_BUILD; sourceTree = ""; @@ -312,29 +312,29 @@ 514BAD2917354DB0B6A99826 /* Source Files */ = { isa = PBXGroup; children = ( - CEE7D405535146789A4727B6 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/AddTest.cpp */, - FA563B2A98D84042BEEFB061 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/BranchTest.cpp */, - D7A6E8E30CBB434B9E9C6422 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/DynamicStallTest.cpp */, - C1E0E149608847FD959A3E28 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/DynamicStallTest2.cpp */, - F2BBD2EA00654D8CB1F0F074 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FdivEfuMixTest.cpp */, - A2BA373ACF0B4BB29B57E5F7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FlagsTest.cpp */, - 3561D0A026484545ABB9C773 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FlagsTest2.cpp */, - D946A3C1BDC844FF99B42BB1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FlagsTest3.cpp */, - 88CEC1C5A6A9455C9493368B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FlagsTest4.cpp */, - 96FABB01AD9B409E91502744 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/IntBranchDelayTest.cpp */, - 8AE03C0EABEC45228B5D80C9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/IntBranchDelayTest2.cpp */, - C8FBB710735B41B18DAE86C1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/Main.cpp */, - 1B9D0C2C8AC24229BCCD47E9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/MinMaxFlagsTest.cpp */, - 5A333B11D7D448C092879CAE /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/MinMaxTest.cpp */, - D9A9D477650744DCBDF0BB88 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest.cpp */, - 4713153A2D4B4934A5601538 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest2.cpp */, - 2D18623641E743BFB62AA921 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest3.cpp */, - ACF2B33B3A5F4CDE9FA18513 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest4.cpp */, - 0C04CDE3198D42EA9CEB118E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest5.cpp */, - A94E5F0E5EA947CDA3D409A1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest6.cpp */, - BD645D19AAD546C08CC4D794 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/TestVm.cpp */, - 37752386D0214804BCE940AA /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/TriAceTest.cpp */, - 658A3A36222543C3A21667B4 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/VuAssembler.cpp */, + CEE7D405535146789A4727B6 /* ../Play-/tools/VuTest/AddTest.cpp */, + FA563B2A98D84042BEEFB061 /* ../Play-/tools/VuTest/BranchTest.cpp */, + D7A6E8E30CBB434B9E9C6422 /* ../Play-/tools/VuTest/DynamicStallTest.cpp */, + C1E0E149608847FD959A3E28 /* ../Play-/tools/VuTest/DynamicStallTest2.cpp */, + F2BBD2EA00654D8CB1F0F074 /* ../Play-/tools/VuTest/FdivEfuMixTest.cpp */, + A2BA373ACF0B4BB29B57E5F7 /* ../Play-/tools/VuTest/FlagsTest.cpp */, + 3561D0A026484545ABB9C773 /* ../Play-/tools/VuTest/FlagsTest2.cpp */, + D946A3C1BDC844FF99B42BB1 /* ../Play-/tools/VuTest/FlagsTest3.cpp */, + 88CEC1C5A6A9455C9493368B /* ../Play-/tools/VuTest/FlagsTest4.cpp */, + 96FABB01AD9B409E91502744 /* ../Play-/tools/VuTest/IntBranchDelayTest.cpp */, + 8AE03C0EABEC45228B5D80C9 /* ../Play-/tools/VuTest/IntBranchDelayTest2.cpp */, + C8FBB710735B41B18DAE86C1 /* ../Play-/tools/VuTest/Main.cpp */, + 1B9D0C2C8AC24229BCCD47E9 /* ../Play-/tools/VuTest/MinMaxFlagsTest.cpp */, + 5A333B11D7D448C092879CAE /* ../Play-/tools/VuTest/MinMaxTest.cpp */, + D9A9D477650744DCBDF0BB88 /* ../Play-/tools/VuTest/StallTest.cpp */, + 4713153A2D4B4934A5601538 /* ../Play-/tools/VuTest/StallTest2.cpp */, + 2D18623641E743BFB62AA921 /* ../Play-/tools/VuTest/StallTest3.cpp */, + ACF2B33B3A5F4CDE9FA18513 /* ../Play-/tools/VuTest/StallTest4.cpp */, + 0C04CDE3198D42EA9CEB118E /* ../Play-/tools/VuTest/StallTest5.cpp */, + A94E5F0E5EA947CDA3D409A1 /* ../Play-/tools/VuTest/StallTest6.cpp */, + BD645D19AAD546C08CC4D794 /* ../Play-/tools/VuTest/TestVm.cpp */, + 37752386D0214804BCE940AA /* ../Play-/tools/VuTest/TriAceTest.cpp */, + 658A3A36222543C3A21667B4 /* ../Play-/tools/VuTest/VuAssembler.cpp */, ); name = "Source Files"; sourceTree = ""; @@ -375,7 +375,7 @@ F62456E8304F488F92D468A7 /* Resources */ = { isa = PBXGroup; children = ( - F6FEEB2EB4254EA6935B5D58 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/VuTest/CMakeFiles/VuTest.dir/Info.plist */, + F6FEEB2EB4254EA6935B5D58 /* ../cmake/tools/VuTest/CMakeFiles/VuTest.dir/Info.plist */, ); name = Resources; sourceTree = ""; @@ -448,19 +448,19 @@ shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/VuTest + cd ../cmake/tools/VuTest /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/VuTest + cd ../cmake/tools/VuTest /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/VuTest + cd ../cmake/tools/VuTest /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/VuTest + cd ../cmake/tools/VuTest /opt/homebrew/Cellar/cmake/3.29.2/bin/ctest --force-new-ctest-process -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME fi "; @@ -476,24 +476,24 @@ fi ); name = "Generate CMakeFiles/ALL_BUILD"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/VuTest/CMakeFiles/ALL_BUILD ); +../cmake/tools/VuTest/CMakeFiles/ALL_BUILD ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/VuTest + cd ../cmake/tools/VuTest echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/VuTest + cd ../cmake/tools/VuTest echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/VuTest + cd ../cmake/tools/VuTest echo Build\\ all\\ projects fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/VuTest + cd ../cmake/tools/VuTest echo Build\\ all\\ projects fi "; @@ -527,19 +527,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake + cd ../cmake /opt/homebrew/Cellar/cmake/3.29.2/bin/cpack -C $CONFIGURATION$EFFECTIVE_PLATFORM_NAME --config ./CPackConfig.cmake fi "; @@ -603,19 +603,19 @@ exit 0"; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/VuTest + cd ../cmake/tools/VuTest /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/VuTest + cd ../cmake/tools/VuTest /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/VuTest + cd ../cmake/tools/VuTest /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/VuTest + cd ../cmake/tools/VuTest /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -DBUILD_TYPE=$CONFIGURATION -DEFFECTIVE_PLATFORM_NAME=$EFFECTIVE_PLATFORM_NAME -P cmake_install.cmake fi "; @@ -646,25 +646,25 @@ exit 0"; ); name = "Generate CMakeFiles/ZERO_CHECK"; outputPaths = ( -/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/VuTest/CMakeFiles/ZERO_CHECK ); +../cmake/tools/VuTest/CMakeFiles/ZERO_CHECK ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "set -e if test \"$CONFIGURATION\" = \"Debug\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/VuTest - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/VuTest/CMakeScripts/ReRunCMake.make + cd ../cmake/tools/VuTest + make -f ../cmake/tools/VuTest/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"Release\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/VuTest - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/VuTest/CMakeScripts/ReRunCMake.make + cd ../cmake/tools/VuTest + make -f ../cmake/tools/VuTest/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"MinSizeRel\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/VuTest - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/VuTest/CMakeScripts/ReRunCMake.make + cd ../cmake/tools/VuTest + make -f ../cmake/tools/VuTest/CMakeScripts/ReRunCMake.make fi if test \"$CONFIGURATION\" = \"RelWithDebInfo\"; then : - cd /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/VuTest - make -f /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/VuTest/CMakeScripts/ReRunCMake.make + cd ../cmake/tools/VuTest + make -f ../cmake/tools/VuTest/CMakeScripts/ReRunCMake.make fi "; showEnvVarsInLog = 0; @@ -676,29 +676,29 @@ fi isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FDBCFD5129A848B882AA68A3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/AddTest.cpp */, - 5B70419957B84491AD6F2397 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/BranchTest.cpp */, - E61F416C285B4DB0BA231FC5 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/DynamicStallTest.cpp */, - 495FF682B49B417DA6E82A9C /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/DynamicStallTest2.cpp */, - E1E156496B1C45FF85F0DE12 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FdivEfuMixTest.cpp */, - 2813A8F0F2D449CE92C890C8 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FlagsTest.cpp */, - 89A03D65EEDA4B03BA37DC9E /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FlagsTest2.cpp */, - CDDC8EFF2B5440F9B8F3E5DB /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FlagsTest3.cpp */, - BBE50C884DC44A6083C78EA1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/FlagsTest4.cpp */, - 864942A662AA4FE8B4C81C91 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/IntBranchDelayTest.cpp */, - 68C7632D49924FE1A95D9200 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/IntBranchDelayTest2.cpp */, - 2682B8FAEFEB407CA406A308 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/Main.cpp */, - CC5627C9DA7B43C9B6C06039 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/MinMaxFlagsTest.cpp */, - F380B30E6D654D3F83452FF7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/MinMaxTest.cpp */, - 502C0118742C4D4D8D2524B9 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest.cpp */, - F1391A5B9337422E95C899B1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest2.cpp */, - D3D73110FF30453994EDA52B /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest3.cpp */, - 3C17BCFEC43D45C0B648912F /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest4.cpp */, - E2BD96632BCF44C1A39244B7 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest5.cpp */, - 94D3CCF4C0674831BC3554D1 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/StallTest6.cpp */, - 57F26B3827D2478CA9C811D3 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/TestVm.cpp */, - D77E5C29D0634CF08788A490 /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/TriAceTest.cpp */, - 701EC3C357E5483B903336AF /* /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/tools/VuTest/VuAssembler.cpp */, + FDBCFD5129A848B882AA68A3 /* ../Play-/tools/VuTest/AddTest.cpp */, + 5B70419957B84491AD6F2397 /* ../Play-/tools/VuTest/BranchTest.cpp */, + E61F416C285B4DB0BA231FC5 /* ../Play-/tools/VuTest/DynamicStallTest.cpp */, + 495FF682B49B417DA6E82A9C /* ../Play-/tools/VuTest/DynamicStallTest2.cpp */, + E1E156496B1C45FF85F0DE12 /* ../Play-/tools/VuTest/FdivEfuMixTest.cpp */, + 2813A8F0F2D449CE92C890C8 /* ../Play-/tools/VuTest/FlagsTest.cpp */, + 89A03D65EEDA4B03BA37DC9E /* ../Play-/tools/VuTest/FlagsTest2.cpp */, + CDDC8EFF2B5440F9B8F3E5DB /* ../Play-/tools/VuTest/FlagsTest3.cpp */, + BBE50C884DC44A6083C78EA1 /* ../Play-/tools/VuTest/FlagsTest4.cpp */, + 864942A662AA4FE8B4C81C91 /* ../Play-/tools/VuTest/IntBranchDelayTest.cpp */, + 68C7632D49924FE1A95D9200 /* ../Play-/tools/VuTest/IntBranchDelayTest2.cpp */, + 2682B8FAEFEB407CA406A308 /* ../Play-/tools/VuTest/Main.cpp */, + CC5627C9DA7B43C9B6C06039 /* ../Play-/tools/VuTest/MinMaxFlagsTest.cpp */, + F380B30E6D654D3F83452FF7 /* ../Play-/tools/VuTest/MinMaxTest.cpp */, + 502C0118742C4D4D8D2524B9 /* ../Play-/tools/VuTest/StallTest.cpp */, + F1391A5B9337422E95C899B1 /* ../Play-/tools/VuTest/StallTest2.cpp */, + D3D73110FF30453994EDA52B /* ../Play-/tools/VuTest/StallTest3.cpp */, + 3C17BCFEC43D45C0B648912F /* ../Play-/tools/VuTest/StallTest4.cpp */, + E2BD96632BCF44C1A39244B7 /* ../Play-/tools/VuTest/StallTest5.cpp */, + 94D3CCF4C0674831BC3554D1 /* ../Play-/tools/VuTest/StallTest6.cpp */, + 57F26B3827D2478CA9C811D3 /* ../Play-/tools/VuTest/TestVm.cpp */, + D77E5C29D0634CF08788A490 /* ../Play-/tools/VuTest/TriAceTest.cpp */, + 701EC3C357E5483B903336AF /* ../Play-/tools/VuTest/VuAssembler.cpp */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -864,12 +864,12 @@ fi GCC_OPTIMIZATION_LEVEL = 2; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/VuTest/CMakeFiles/VuTest.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/Source","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/tools/VuTest/CMakeFiles/VuTest.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -DNDEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","../cmake/Source/ui_ios/Source/FrameworkAmazon/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","../cmake/Source/ui_ios/Source/FrameworkHttp/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","../cmake/Source/ui_ios/Source/CodeGen/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","../cmake/Source/ui_ios/Source/Framework/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"../cmake/Source/ui_ios/Source/xxHash/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","../cmake/Source/ui_ios/Source/libchdr/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/RelWithDebInfo${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = VuTest; SECTORDER_FLAGS = ""; @@ -894,12 +894,12 @@ fi GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/VuTest/CMakeFiles/VuTest.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/Source","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/tools/VuTest/CMakeFiles/VuTest.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -DNDEBUG -DNDEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Release${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/Release${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/Release${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Release${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Release${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/Release${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/Release${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Release${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Release${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/Release${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","../cmake/Source/ui_ios/Source/FrameworkAmazon/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","../cmake/Source/ui_ios/Source/FrameworkHttp/Release${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","../cmake/Source/ui_ios/Source/CodeGen/Release${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","../cmake/Source/ui_ios/Source/Framework/Release${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Release${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Release${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"../cmake/Source/ui_ios/Source/xxHash/Release${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","../cmake/Source/ui_ios/Source/libchdr/Release${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Release${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Release${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = VuTest; SECTORDER_FLAGS = ""; @@ -1081,12 +1081,12 @@ fi GCC_OPTIMIZATION_LEVEL = s; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/VuTest/CMakeFiles/VuTest.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/Source","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/tools/VuTest/CMakeFiles/VuTest.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -DNDEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","../cmake/Source/ui_ios/Source/FrameworkAmazon/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","../cmake/Source/ui_ios/Source/FrameworkHttp/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","../cmake/Source/ui_ios/Source/CodeGen/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","../cmake/Source/ui_ios/Source/Framework/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"../cmake/Source/ui_ios/Source/xxHash/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","../cmake/Source/ui_ios/Source/libchdr/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/MinSizeRel${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = VuTest; SECTORDER_FLAGS = ""; @@ -1131,12 +1131,12 @@ fi GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'","'PLAY_VERSION=\"0.30\"'","'_IOP_EMULATE_MODULES=1'","'DISABLE_LOGGING=1'","'HAS_AMAZON_S3=1'",ZWRAP_USE_ZSTD,"$(inherited)"); GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = ("/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/Source","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/Framework/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/ghc_filesystem/include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/CodeGen/build_cmake/../include","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/Dependencies/xxHash/cmake_unofficial/..","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/Play-/deps/libchdr/include","$(inherited)"); - INFOPLIST_FILE = /Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/tools/VuTest/CMakeFiles/VuTest.dir/Info.plist; + HEADER_SEARCH_PATHS = ("../Play-/Source","../Play-/deps/Framework/build_cmake/Framework/../../include","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/lib","../Play-/deps/Dependencies/build_cmake/zstd_zlibwrapper/../../zstd/zlibWrapper","../Play-/deps/Dependencies/ghc_filesystem/include","../Play-/deps/Framework/build_cmake/FrameworkHttp/../../include","../Play-/deps/CodeGen/build_cmake/../include","../Play-/deps/Dependencies/xxHash/cmake_unofficial/..","../Play-/deps/libchdr/include","$(inherited)"); + INFOPLIST_FILE = ../cmake/tools/VuTest/CMakeFiles/VuTest.dir/Info.plist; INSTALL_PATH = ""; ONLY_ACTIVE_ARCH = NO; OTHER_CPLUSPLUSFLAGS = " -mios-version-min=12.2 -D_DEBUG '-std=gnu++17' "; - OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Debug${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkAmazon/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/FrameworkHttp/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/CodeGen/Debug${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Debug${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Debug${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/xxHash/Debug${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/Debug${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Debug${EFFECTIVE_PLATFORM_NAME}/liblzma.a","/Users/jmattiello/Workspace/Provenance/Provenance/Cores/Play/cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Debug${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); + OTHER_LDFLAGS = (" -Wl,-headerpad_max_install_names","../cmake/Source/ui_ios/Source/Debug${EFFECTIVE_PLATFORM_NAME}/libPlayCore.a","../cmake/Source/ui_ios/Source/FrameworkAmazon/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_Amazon.a","../cmake/Source/ui_ios/Source/FrameworkHttp/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework_Http.a","../cmake/Source/ui_ios/Source/CodeGen/Debug${EFFECTIVE_PLATFORM_NAME}/libCodeGen.a","../cmake/Source/ui_ios/Source/Framework/Debug${EFFECTIVE_PLATFORM_NAME}/libFramework.a","-framework Foundation",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libbz2.tbd,"../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/Debug${EFFECTIVE_PLATFORM_NAME}/liblibzstd_zlibwrapper_static.a","../cmake/Source/ui_ios/Source/Framework/zstd_zlibwrapper/zstd/lib/Debug${EFFECTIVE_PLATFORM_NAME}/libzstd.a",/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/libz.tbd,"../cmake/Source/ui_ios/Source/xxHash/Debug${EFFECTIVE_PLATFORM_NAME}/libxxhash.a","../cmake/Source/ui_ios/Source/libchdr/Debug${EFFECTIVE_PLATFORM_NAME}/libchdr-static.a","../cmake/Source/ui_ios/Source/libchdr/deps/lzma-22.01/Debug${EFFECTIVE_PLATFORM_NAME}/liblzma.a","../cmake/Source/ui_ios/Source/libchdr/deps/zlib-1.2.12/Debug${EFFECTIVE_PLATFORM_NAME}/libz.a","$(inherited)"); OTHER_REZFLAGS = ""; PRODUCT_NAME = VuTest; SECTORDER_FLAGS = ""; diff --git a/Cores/Play/cmake/xcode_absolute_path_to_relative.py b/Cores/Play/cmake/xcode_absolute_path_to_relative.py index fb241119fb..f908e4df38 100644 --- a/Cores/Play/cmake/xcode_absolute_path_to_relative.py +++ b/Cores/Play/cmake/xcode_absolute_path_to_relative.py @@ -3,7 +3,7 @@ import re # This should be changed to actual absolute paths generated by cmake -PROVENANCE_DIR = '/Volumes/DATA/Code/Provenance' +PROVENANCE_DIR = '/Users/jmattiello/Workspace/Provenance/Provenance' MOLTEN_DIR = '/Volumes/DATA/Code/Provenance/MoltenVK' # Path to CMake XCode project files to process diff --git a/Cores/PokeMini/PVPokeMini.xcodeproj/project.pbxproj b/Cores/PokeMini/PVPokeMini.xcodeproj/project.pbxproj index f01f163a55..d4f37b4428 100644 --- a/Cores/PokeMini/PVPokeMini.xcodeproj/project.pbxproj +++ b/Cores/PokeMini/PVPokeMini.xcodeproj/project.pbxproj @@ -692,11 +692,11 @@ CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 1; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -738,12 +738,12 @@ CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -791,11 +791,11 @@ CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 1; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; diff --git a/Cores/ProSystem/PVProSystem.xcodeproj/project.pbxproj b/Cores/ProSystem/PVProSystem.xcodeproj/project.pbxproj index ef2afa95a7..75c76c10d8 100644 --- a/Cores/ProSystem/PVProSystem.xcodeproj/project.pbxproj +++ b/Cores/ProSystem/PVProSystem.xcodeproj/project.pbxproj @@ -662,10 +662,11 @@ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CODE_SIGN_IDENTITY = "Apple Development"; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 1; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -690,6 +691,7 @@ MTL_ENABLE_DEBUG_INFO = NO; PRODUCT_BUNDLE_IDENTIFIER = "org.provenance-emu.ProSystem"; PRODUCT_NAME = PVProSystem; + PROVISIONING_PROFILE_SPECIFIER = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator"; @@ -712,11 +714,12 @@ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CODE_SIGN_IDENTITY = "Apple Development"; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -747,6 +750,7 @@ ONLY_ACTIVE_ARCH = YES; PRODUCT_BUNDLE_IDENTIFIER = "org.provenance-emu.ProSystem"; PRODUCT_NAME = PVProSystem; + PROVISIONING_PROFILE_SPECIFIER = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator"; @@ -768,10 +772,11 @@ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CODE_SIGN_IDENTITY = "Apple Development"; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 1; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -796,6 +801,7 @@ MTL_ENABLE_DEBUG_INFO = NO; PRODUCT_BUNDLE_IDENTIFIER = "org.provenance-emu.ProSystem"; PRODUCT_NAME = PVProSystem; + PROVISIONING_PROFILE_SPECIFIER = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator"; diff --git a/Cores/Reicast/BuildFlags.xcconfig b/Cores/Reicast/BuildFlags.xcconfig index 5a0ff07a0c..064feec82c 100644 --- a/Cores/Reicast/BuildFlags.xcconfig +++ b/Cores/Reicast/BuildFlags.xcconfig @@ -8,7 +8,7 @@ // All GCC_PREPROCESSOR_DEFINITIONS = $(inherited) REICAST_VERSION=15.0 TARGET_NO_WEBUI=1 TARGET_NO_REC=1 NO_ASM=1 -OTHER_CFLAGS = $(inherited) -mno-thumb -mfpu=neon -fno-operator-names -fno-rtti -ffast-math -ftree-vectorize -fno-strict-aliasing -frename-registers -fno-rtti -fpermissive -fno-operator-names -fsingle-precision-constant +OTHER_CFLAGS = $(inherited) -fno-operator-names -fno-rtti -ffast-math -ftree-vectorize -fno-strict-aliasing -frename-registers -fno-rtti -fpermissive -fno-operator-names -fsingle-precision-constant // MacOS Catalyst GCC_PREPROCESSOR_DEFINITIONS[sdk=macosx*] = $(inherited) TARGET_OSX=1 diff --git a/Cores/Stella/BuildFlags.xcconfig b/Cores/Stella/BuildFlags.xcconfig index 12f5f9c073..4f54090a78 100644 --- a/Cores/Stella/BuildFlags.xcconfig +++ b/Cores/Stella/BuildFlags.xcconfig @@ -21,8 +21,8 @@ CLANG_CXX_LANGUAGE_STANDARD = c++14 // Device -GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) TARGET_IPHONE=1 NEON=1 -OTHER_CFLAGS[sdk=iphoneos*] = $(inherited) -mfpu=neon -D__VEC4_OPT -D__NEON_OPT +GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) TARGET_IPHONE=1 // NEON=1 +OTHER_CFLAGS[sdk=iphoneos*] = $(inherited) -D__VEC4_OPT // -D__NEON_OPT -mfpu=neon EXCLUDED_SOURCE_FILE_NAMES[sdk=iphoneos*] = $(inherited) // Simulator diff --git a/Cores/Stella/PVStella.xcodeproj/project.pbxproj b/Cores/Stella/PVStella.xcodeproj/project.pbxproj index c8c1c7cbbd..f46e5768e6 100644 --- a/Cores/Stella/PVStella.xcodeproj/project.pbxproj +++ b/Cores/Stella/PVStella.xcodeproj/project.pbxproj @@ -4480,10 +4480,11 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "Apple Development"; + CODE_SIGN_STYLE = Manual; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -4509,6 +4510,7 @@ MTL_ENABLE_DEBUG_INFO = NO; PRODUCT_BUNDLE_IDENTIFIER = "org.provenance-emu.Stella"; PRODUCT_NAME = PVStella; + PROVISIONING_PROFILE_SPECIFIER = ""; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator"; SUPPORTS_MACCATALYST = YES; @@ -4536,10 +4538,11 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "Apple Development"; + CODE_SIGN_STYLE = Manual; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -4570,6 +4573,7 @@ MTL_ENABLE_DEBUG_INFO = YES; PRODUCT_BUNDLE_IDENTIFIER = "org.provenance-emu.Stella"; PRODUCT_NAME = PVStella; + PROVISIONING_PROFILE_SPECIFIER = ""; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator"; SUPPORTS_MACCATALYST = YES; @@ -4598,10 +4602,11 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "Apple Development"; + CODE_SIGN_STYLE = Manual; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -4627,6 +4632,7 @@ MTL_ENABLE_DEBUG_INFO = NO; PRODUCT_BUNDLE_IDENTIFIER = "org.provenance-emu.Stella"; PRODUCT_NAME = PVStella; + PROVISIONING_PROFILE_SPECIFIER = ""; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator"; SUPPORTS_MACCATALYST = YES; diff --git a/Cores/TGBDual/PVTGBDual.xcodeproj/project.pbxproj b/Cores/TGBDual/PVTGBDual.xcodeproj/project.pbxproj index c630017c87..18a85a7d47 100644 --- a/Cores/TGBDual/PVTGBDual.xcodeproj/project.pbxproj +++ b/Cores/TGBDual/PVTGBDual.xcodeproj/project.pbxproj @@ -576,8 +576,6 @@ MTL_ENABLE_DEBUG_INFO = NO; OTHER_CFLAGS = ( "$(inherited)", - "-mno-thumb", - "-mfpu=neon", "-fno-operator-names", "-fno-rtti", "-ffast-math", @@ -604,9 +602,9 @@ buildSettings = { ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -779,8 +777,6 @@ ONLY_ACTIVE_ARCH = YES; OTHER_CFLAGS = ( "$(inherited)", - "-mno-thumb", - "-mfpu=neon", "-fno-operator-names", "-fno-rtti", "-ffast-math", @@ -807,9 +803,9 @@ buildSettings = { ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -843,9 +839,9 @@ buildSettings = { ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; diff --git a/Cores/VisualBoyAdvance-M/PVGBA.xcodeproj/project.pbxproj b/Cores/VisualBoyAdvance-M/PVGBA.xcodeproj/project.pbxproj index 26efca1b00..5d8f602f2b 100644 --- a/Cores/VisualBoyAdvance-M/PVGBA.xcodeproj/project.pbxproj +++ b/Cores/VisualBoyAdvance-M/PVGBA.xcodeproj/project.pbxproj @@ -656,11 +656,11 @@ CLANG_WARN_DOCUMENTATION_COMMENTS = YES; CLANG_WARN_SUSPICIOUS_MOVES = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -709,11 +709,11 @@ CLANG_WARN_DOCUMENTATION_COMMENTS = YES; CLANG_WARN_SUSPICIOUS_MOVES = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -762,11 +762,11 @@ CLANG_WARN_DOCUMENTATION_COMMENTS = YES; CLANG_WARN_SUSPICIOUS_MOVES = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; diff --git a/Cores/emuThree/BuildFlags.xcconfig b/Cores/emuThree/BuildFlags.xcconfig index 95110c8d91..a672c835b6 100644 --- a/Cores/emuThree/BuildFlags.xcconfig +++ b/Cores/emuThree/BuildFlags.xcconfig @@ -3,7 +3,7 @@ // All GCC_PREPROCESSOR_DEFINITIONS = $(inherited) -OTHER_CFLAGS = $(inherited) -mno-thumb -mfpu=neon -ffast-math -ftree-vectorize -fno-strict-aliasing -frename-registers -fpermissive -fsingle-precision-constant -DTARGET_NO_NIXPROF +OTHER_CFLAGS = $(inherited) -ffast-math -ftree-vectorize -fno-strict-aliasing -frename-registers -fpermissive -fsingle-precision-constant -DTARGET_NO_NIXPROF OTHER_LDFLAGS = $(inherited) -ObjC -DIPHONEOS // Swift <--> C++ Interop diff --git a/Cores/emuThree/PVEmuThree.xcodeproj/project.pbxproj b/Cores/emuThree/PVEmuThree.xcodeproj/project.pbxproj index dfd27ea9d8..eb168abdcf 100644 --- a/Cores/emuThree/PVEmuThree.xcodeproj/project.pbxproj +++ b/Cores/emuThree/PVEmuThree.xcodeproj/project.pbxproj @@ -632,7 +632,7 @@ 93E5AB1C2A77B7BF001C77A2 /* PVLogging in Frameworks */ = {isa = PBXBuildFile; productRef = 93E5AB1B2A77B7BF001C77A2 /* PVLogging */; }; 93E7C7A72A75EA4F008AFDBD /* libavcodec.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 93DB7D1F2A7504DA005F8B26 /* libavcodec.framework */; }; 93E7C7A92A75EA52008AFDBD /* libavformat.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 93DB7D212A7504DB005F8B26 /* libavformat.framework */; }; - 93F9BDA12A77A17B00A7B438 /* libMoltenVK_emuThree_iOS.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 93A9243C2A6EF73F0059BFEA /* libMoltenVK_emuThree_iOS.dylib */; }; + 93F9BDA12A77A17B00A7B438 /* libMoltenVK_emuThree_iOS.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 93A9243C2A6EF73F0059BFEA /* libMoltenVK_emuThree_iOS.dylib */; platformFilter = ios; }; 93F9BDB92A77A3F900A7B438 /* MetalKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 93F9BDB72A77A3F800A7B438 /* MetalKit.framework */; platformFilters = (ios, maccatalyst, macos, tvos, ); }; 93F9BDBA2A77A3F900A7B438 /* Metal.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 93F9BDB82A77A3F900A7B438 /* Metal.framework */; platformFilters = (ios, maccatalyst, macos, tvos, ); }; 93F9BDBC2A77A40400A7B438 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 93F9BDBB2A77A40200A7B438 /* CoreGraphics.framework */; }; @@ -47459,7 +47459,6 @@ B30178DB207C901D0051B93D /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; CLANG_CXX_LIBRARY = ""; @@ -47512,7 +47511,7 @@ }; name = Release; }; - B3C7621720783162009950E4 /* Release */ = { + B37F6A702BE760A800B499E3 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = B3447EBF218BE9DA00557ACE /* BuildFlags.xcconfig */; buildSettings = { @@ -47559,8 +47558,255 @@ GCC_C_LANGUAGE_STANDARD = gnu11; GCC_ENABLE_CPP_EXCEPTIONS = YES; GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + DEBUG, + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = ""; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + MTL_ENABLE_DEBUG_INFO = NO; + OBJROOT = "$(SRCROOT)/lib/emuthree"; + ONLY_ACTIVE_ARCH = YES; + OTHER_CFLAGS = "$(inherited)"; + PROJECT_TEMP_DIR = "$(SRCROOT)/lib/emuthree/build/$(PROJECT_NAME).build"; + SDKROOT = auto; + SUPPORTED_PLATFORMS = "iphonesimulator iphoneos"; + SUPPORTS_MACCATALYST = YES; + SWIFT_COMPILATION_MODE = singlefile; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SYMROOT = "$(SRCROOT)/lib/emuthree"; + TARGETED_DEVICE_FAMILY = "1,2,3,4,6"; + TVOS_DEPLOYMENT_TARGET = 15.1; + VALIDATE_PRODUCT = YES; + VALIDATE_WORKSPACE_SKIPPED_SDK_FRAMEWORKS = OpenGLES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + B37F6A712BE760A800B499E3 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; + CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = NO; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGN_IDENTITY = ""; + CODE_SIGN_STYLE = Manual; + DEAD_CODE_STRIPPING = NO; + DEFINES_MODULE = YES; + DEVELOPMENT_TEAM = ""; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + FRAMEWORK_SEARCH_PATHS = ( + "\"$(TARGET_BUILD_DIR)\"", + "\"$(SRCROOT)/lib\"", + "\"$(SDK_DIR)/System/iOSSupport/System/Library/Frameworks\"", + "\"$(BUILD_DIR)\"", + "\"$(PROJECT_DIR)/lib\"", + ); + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "$(SRCROOT)/PVEmuThreeCore/Core/PVEmuThreeCore-Prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "USE_GDBSTUB=1", + "NONJAILBROKEN=1", + "PB_ENABLE_MALLOC=1", + "PB_NO_PACKED_STRUCTS=1", + "PB_FIELD_32BIT=1", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = ( + "\"$(SRCROOT)/PVEmuThreeCore/emuThree\"", + "\"$(SRCROOT)/PVEmuThreeCore/Core\"", + "\"$(SRCROOT)/emuthree/emuThreeDS/externals/include\"", + "\"$(SRCROOT)/emuthree/emuThreeDS/citra_core\"", + "\"$(SRCROOT)/emuthree/emuThreeDS/externals/include/cryptopp\"", + "\"$(SRCROOT)/cmake/zstd/lib\"", + "\"$(SRCROOT)/cmake/include\"", + "\"$(TOOLCHAIN_DIR)/usr/include\"", + "$(inherited)", + ); + INFOPLIST_FILE = "$(SRCROOT)/PVEmuThree/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "\"$(SRCROOT)/lib\"", + "\"$(SRCROOT)/lib/$(CONFIGURATION)-$(PLATFORM_NAME)\"", + "\"$(SRCROOT)/lib/$(CONFIGURATION)\"", + "$(PROJECT_DIR)/lib", + ); + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + OBJROOT = "$(SRCROOT)/lib/emuthree"; + PRODUCT_BUNDLE_IDENTIFIER = "org.provenance-emu.PVEmuThree"; + PRODUCT_NAME = PVEmuThree; + PROVISIONING_PROFILE_SPECIFIER = ""; + SKIP_INSTALL = YES; + STRIP_INSTALLED_PRODUCT = NO; + SUPPORTS_MACCATALYST = YES; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_VERSION = 5.0; + SYMROOT = "$(SRCROOT)/lib/emuthree"; + "SYSTEM_FRAMEWORK_SEARCH_PATHS[arch=*]" = ""; + VALIDATE_WORKSPACE_SKIPPED_SDK_FRAMEWORKS = OpenGLES; + }; + name = Debug; + }; + B37F6A722BE760A800B499E3 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; + CLANG_CXX_LIBRARY = ""; + CODE_SIGN_IDENTITY = ""; + CODE_SIGN_STYLE = Manual; + DEAD_CODE_STRIPPING = YES; + DEPLOYMENT_LOCATION = NO; + FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/lib"; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_ENABLE_CPP_EXCEPTIONS = YES; + GCC_PREPROCESSOR_DEFINITIONS = ( + RELEASE, + "$(inherited)", + CRYPTOPP_DISABLE_ASM, + "MICROPROFILE_ENABLED=0", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = YES; + GCC_WARN_INHIBIT_ALL_WARNINGS = YES; + HEADER_SEARCH_PATHS = ( + "\"$(SRCROOT)/PVEmuThreeCore/emuThree\"", + "\"$(SRCROOT)/PVEmuThreeCore/Core\"", + "\"$(SRCROOT)/emuthree/emuThreeDS/citra_core\"", + "\"$(SRCROOT)/emuthree/emuThreeDS/externals/include/cryptopp\"", + "\"$(SRCROOT)/emuthree/emuThreeDS/externals/include\"", + "\"$(SRCROOT)/cmake/zstd/lib\"", + "\"$(SRCROOT)/cmake/include\"", + ); + LIBRARY_SEARCH_PATHS = ( + "$(PROJECT_DIR)/emuthree/emuThreeDS/externals", + "\"$(SRCROOT)/lib\"", + "\"$(SRCROOT)/lib/$(CONFIGURATION)\"", + "$(inherited)", + "$(PROJECT_DIR)/lib", + ); + OBJROOT = "$(SRCROOT)/lib/emuthree"; + OTHER_LDFLAGS = "$(inherited)"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SKIP_INSTALL = YES; + STRIP_INSTALLED_PRODUCT = NO; + SUPPORTS_MACCATALYST = YES; + SWIFT_OBJC_BRIDGING_HEADER = "$(SRCROOT)/emuthree/emuThreeDS/citra_wrapper/emuThreeDS-Bridging-Header.h"; + SWIFT_OBJC_INTERFACE_HEADER_NAME = "emuThreeDS-Swift.h"; + SWIFT_VERSION = 5.0; + SYMROOT = "$(SRCROOT)/lib/emuthree"; + SYSTEM_HEADER_SEARCH_PATHS = ( + "\"$(SRCROOT)/emuthree/emuThreeDS/externals/source/cryptopp\"", + "\"$(SRCROOT)/emuthree/emuThreeDS/externals/include\"", + "\"$(SRCROOT)/cmake/MoltenVK/include\"", + ); + }; + name = Debug; + }; + B3C7621720783162009950E4 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = B3447EBF218BE9DA00557ACE /* BuildFlags.xcconfig */; + buildSettings = { + ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGN_IDENTITY = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + CURRENT_PROJECT_VERSION = 1; + DEAD_CODE_STRIPPING = YES; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_BITCODE = NO; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_ENABLE_CPP_EXCEPTIONS = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = fast; GCC_PREPROCESSOR_DEFINITIONS = ( RELEASE, + NDEBUG, "$(inherited)", ); GCC_WARN_64_TO_32_BIT_CONVERSION = YES; @@ -47577,12 +47823,12 @@ OTHER_CFLAGS = "$(inherited)"; PROJECT_TEMP_DIR = "$(SRCROOT)/lib/emuthree/build/$(PROJECT_NAME).build"; SDKROOT = auto; - SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos"; + SUPPORTED_PLATFORMS = "iphonesimulator iphoneos"; SUPPORTS_MACCATALYST = YES; SWIFT_COMPILATION_MODE = wholemodule; SYMROOT = "$(SRCROOT)/lib/emuthree"; TARGETED_DEVICE_FAMILY = "1,2,3,4,6"; - TVOS_DEPLOYMENT_TARGET = 14.0; + TVOS_DEPLOYMENT_TARGET = 15.1; VALIDATE_PRODUCT = YES; VALIDATE_WORKSPACE_SKIPPED_SDK_FRAMEWORKS = OpenGLES; VERSIONING_SYSTEM = "apple-generic"; @@ -47671,7 +47917,6 @@ ); INFOPLIST_FILE = "$(SRCROOT)/PVEmuThree/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -47687,7 +47932,6 @@ MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; OBJROOT = "$(SRCROOT)/lib/emuthree"; - ONLY_ACTIVE_ARCH = NO; PRODUCT_BUNDLE_IDENTIFIER = "org.provenance-emu.PVEmuThree"; PRODUCT_NAME = PVEmuThree; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -47698,7 +47942,6 @@ SWIFT_VERSION = 5.0; SYMROOT = "$(SRCROOT)/lib/emuthree"; "SYSTEM_FRAMEWORK_SEARCH_PATHS[arch=*]" = ""; - TVOS_DEPLOYMENT_TARGET = 13.0; VALIDATE_WORKSPACE_SKIPPED_SDK_FRAMEWORKS = OpenGLES; }; name = Release; @@ -47710,6 +47953,7 @@ isa = XCConfigurationList; buildConfigurations = ( B30178DB207C901D0051B93D /* Release */, + B37F6A722BE760A800B499E3 /* Debug */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -47718,6 +47962,7 @@ isa = XCConfigurationList; buildConfigurations = ( B3C7621720783162009950E4 /* Release */, + B37F6A702BE760A800B499E3 /* Debug */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -47726,6 +47971,7 @@ isa = XCConfigurationList; buildConfigurations = ( B3C7621A20783162009950E4 /* Release */, + B37F6A712BE760A800B499E3 /* Debug */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/Cores/emuThree/PVEmuThreeCore/Core/PVEmuThreeCore+Controls.mm b/Cores/emuThree/PVEmuThreeCore/Core/PVEmuThreeCore+Controls.mm index aa769ff29c..cba533c312 100644 --- a/Cores/emuThree/PVEmuThreeCore/Core/PVEmuThreeCore+Controls.mm +++ b/Cores/emuThree/PVEmuThreeCore/Core/PVEmuThreeCore+Controls.mm @@ -122,40 +122,6 @@ -(void)setupControllers { [CitraWrapper.sharedInstance.m_buttonHome valueChangedHandler:button value:value pressed:pressed]; }; } - else if (controller.gamepad != nil) - { - controller.gamepad.buttonA.pressedChangedHandler = ^(GCControllerButtonInput* button, float value, bool pressed) { - [CitraWrapper.sharedInstance.m_buttonB valueChangedHandler:button value:value pressed:pressed]; - }; - controller.gamepad.buttonB.pressedChangedHandler = ^(GCControllerButtonInput* button, float value, bool pressed) { - [CitraWrapper.sharedInstance.m_buttonA valueChangedHandler:button value:value pressed:pressed]; - }; - controller.gamepad.buttonX.pressedChangedHandler = ^(GCControllerButtonInput* button, float value, bool pressed) { - [CitraWrapper.sharedInstance.m_buttonY valueChangedHandler:button value:value pressed:pressed]; - }; - controller.gamepad.buttonY.pressedChangedHandler = ^(GCControllerButtonInput* button, float value, bool pressed) { - [CitraWrapper.sharedInstance.m_buttonX valueChangedHandler:button value:value pressed:pressed]; - }; - controller.gamepad.leftShoulder.pressedChangedHandler = ^(GCControllerButtonInput* button, float value, bool pressed) { - [CitraWrapper.sharedInstance.m_buttonL valueChangedHandler:button value:value pressed:pressed]; - }; - controller.gamepad.rightShoulder.pressedChangedHandler = ^(GCControllerButtonInput* button, float value, bool pressed) { - [CitraWrapper.sharedInstance.m_buttonR valueChangedHandler:button value:value pressed:pressed]; - }; - controller.gamepad.dpad.up.pressedChangedHandler = ^(GCControllerButtonInput* button, float value, bool pressed) { - [CitraWrapper.sharedInstance.m_buttonDpadUp valueChangedHandler:button value:value pressed:pressed]; - }; - controller.gamepad.dpad.left.pressedChangedHandler = ^(GCControllerButtonInput* button, float value, bool pressed) { - [CitraWrapper.sharedInstance.m_buttonDpadLeft valueChangedHandler:button value:value pressed:pressed]; - }; - controller.gamepad.dpad.right.pressedChangedHandler = ^(GCControllerButtonInput* button, float value, bool pressed) { - [CitraWrapper.sharedInstance.m_buttonDpadRight valueChangedHandler:button value:value pressed:pressed]; - }; - controller.gamepad.dpad.down.pressedChangedHandler = ^(GCControllerButtonInput* button, float value, bool pressed) { - [CitraWrapper.sharedInstance.m_buttonDpadDown valueChangedHandler:button value:value pressed:pressed]; - }; - - } else if (controller.microGamepad != nil) { controller.microGamepad.buttonA.pressedChangedHandler = ^(GCControllerButtonInput* button, float value, bool pressed) { diff --git a/Cores/emuThree/cmake/zstd b/Cores/emuThree/cmake/zstd new file mode 160000 index 0000000000..de6b46dfc8 --- /dev/null +++ b/Cores/emuThree/cmake/zstd @@ -0,0 +1 @@ +Subproject commit de6b46dfc80d950a32176c7eca79bb229d47f501 diff --git a/Cores/emuThree/emuthree b/Cores/emuThree/emuthree new file mode 160000 index 0000000000..251443e9cb --- /dev/null +++ b/Cores/emuThree/emuthree @@ -0,0 +1 @@ +Subproject commit 251443e9cb97963ad11c74685599ce9acd135ec1 diff --git a/Cores/snes9x/PVSNES.xcodeproj/project.pbxproj b/Cores/snes9x/PVSNES.xcodeproj/project.pbxproj index 252dda6acb..83eeb53234 100644 --- a/Cores/snes9x/PVSNES.xcodeproj/project.pbxproj +++ b/Cores/snes9x/PVSNES.xcodeproj/project.pbxproj @@ -972,11 +972,11 @@ CLANG_WARN_DOCUMENTATION_COMMENTS = YES; CLANG_WARN_SUSPICIOUS_MOVES = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 1; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -1042,11 +1042,11 @@ CLANG_WARN_DOCUMENTATION_COMMENTS = YES; CLANG_WARN_SUSPICIOUS_MOVES = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 1; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -1155,11 +1155,11 @@ CLANG_WARN_DOCUMENTATION_COMMENTS = YES; CLANG_WARN_SUSPICIOUS_MOVES = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 1; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = S32Z3HMYVQ; + DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; diff --git a/MoltenVK/MoltenVK/include/vk_video/vulkan_video_codec_h264std.h b/MoltenVK/MoltenVK/include/vk_video/vulkan_video_codec_h264std.h index 21c7b667fd..cda59072e1 100644 --- a/MoltenVK/MoltenVK/include/vk_video/vulkan_video_codec_h264std.h +++ b/MoltenVK/MoltenVK/include/vk_video/vulkan_video_codec_h264std.h @@ -14,7 +14,7 @@ #ifdef __cplusplus -extern "C" { +//extern "C" { #endif @@ -304,7 +304,7 @@ typedef struct StdVideoH264PictureParameterSet { #ifdef __cplusplus -} +//} #endif #endif diff --git a/MoltenVK/MoltenVK/include/vulkan/vk_platform.h b/MoltenVK/MoltenVK/include/vulkan/vk_platform.h index ed67a6004a..55eb2d52b7 100644 --- a/MoltenVK/MoltenVK/include/vulkan/vk_platform.h +++ b/MoltenVK/MoltenVK/include/vulkan/vk_platform.h @@ -12,8 +12,8 @@ #define VK_PLATFORM_H_ #ifdef __cplusplus -extern "C" -{ +//extern "C" +//{ #endif // __cplusplus /* @@ -78,7 +78,7 @@ extern "C" #endif // !defined(VK_NO_STDINT_H) #ifdef __cplusplus -} // extern "C" +//} // extern "C" #endif // __cplusplus #endif diff --git a/MoltenVK/MoltenVK/include/vulkan/vulkan_core.h b/MoltenVK/MoltenVK/include/vulkan/vulkan_core.h index a2e7ed3cb7..1a0678ea38 100644 --- a/MoltenVK/MoltenVK/include/vulkan/vulkan_core.h +++ b/MoltenVK/MoltenVK/include/vulkan/vulkan_core.h @@ -14,7 +14,7 @@ #ifdef __cplusplus -extern "C" { +//extern "C" { #endif @@ -17205,7 +17205,7 @@ VKAPI_ATTR void VKAPI_CALL vkCmdDrawMeshTasksIndirectCountEXT( #endif #ifdef __cplusplus -} +//} #endif #endif diff --git a/PVLibrary/PVLibrary/Importer/Services/GameImporter.swift b/PVLibrary/PVLibrary/Importer/Services/GameImporter.swift index 639f5669b0..b13856bbec 100644 --- a/PVLibrary/PVLibrary/Importer/Services/GameImporter.swift +++ b/PVLibrary/PVLibrary/Importer/Services/GameImporter.swift @@ -1232,19 +1232,20 @@ public extension GameImporter { func releaseID(forCRCs crcs: Set) -> Int? { let roms = Table("ROMs") - let romID = Expression("romID") - let romHashCRC = Expression("romHashCRC") + let romID = Expression(value:"romID") + let romHashCRC = Expression(value:"romHashCRC") let query = roms.select(romID).filter(crcs.contains(romHashCRC)) do { let result = try sqldb.pluck(query) - let foundROMid = try result?.get(romID) - return foundROMid + if let foundROMid = try result?.get(romID) as? Int { + return foundROMid + } } catch { ELOG("Query error: \(error.localizedDescription)") - return nil } + return nil } enum DatabaseQueryError: Error { diff --git a/PVSupport/PVLibRetro/PVLibRetro-Build.xcconfig b/PVSupport/PVLibRetro/PVLibRetro-Build.xcconfig index 1dfa7c484f..1ed91b6b33 100644 --- a/PVSupport/PVLibRetro/PVLibRetro-Build.xcconfig +++ b/PVSupport/PVLibRetro/PVLibRetro-Build.xcconfig @@ -6,7 +6,7 @@ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) __LIBRETRO__=1 HAVE_THREADS=1 HAVE_OPENGL=1 HAVE_OPENGLES=1 HAVE_OPENGLES2=1 HAVE_OPENGLES3=1 GLES=1 GLES2=1 GLES3=1 GLES31=1 // HAVE_PLAIN_DRM=1 OTHER_CFLAGS = $(inherited) -ObjC -OTHER_LDFLAGS = $(inherited) -ObjC -all_load +OTHER_LDFLAGS = $(inherited) -ObjC -Wl,-U,_content_get_crc -Wl,-U,_input_driver_keyboard_mapping_set_block -Wl,-U,_runloop_msg_queue_push -Wl,-U,_filestream_open -Wl,-U,_filestream_read -Wl,-U,_filestream_close -Wl,-U,_RARCH_LOG -Wl,-U,_string_to_lower -Wl,-U,_rtime_localtime // -all_load // Device GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) TARGET_IPHONE=1 diff --git a/PVSupport/PVSupport.xcodeproj/project.pbxproj b/PVSupport/PVSupport.xcodeproj/project.pbxproj index b9b734703d..5458466cc3 100644 --- a/PVSupport/PVSupport.xcodeproj/project.pbxproj +++ b/PVSupport/PVSupport.xcodeproj/project.pbxproj @@ -8,19 +8,27 @@ /* Begin PBXBuildFile section */ 557DCAB1292A91E100045B02 /* ThemeOption.swift in Sources */ = {isa = PBXBuildFile; fileRef = 557DCAB0292A91E000045B02 /* ThemeOption.swift */; }; + 931C81012C36682B00969133 /* movie.c in Sources */ = {isa = PBXBuildFile; fileRef = B3225169286C6F2A001FDF42 /* movie.c */; }; + 931C81042C3668FB00969133 /* input_keyboard.c in Sources */ = {isa = PBXBuildFile; fileRef = B34DC54A28671EFF00B60497 /* input_keyboard.c */; }; + 931C81052C36693600969133 /* retro.m in Sources */ = {isa = PBXBuildFile; fileRef = B3225130286C4728001FDF42 /* retro.m */; }; + 934DCA1A2C363B6900908E3D /* performance_counters.c in Sources */ = {isa = PBXBuildFile; fileRef = B34DC3782867180300B60497 /* performance_counters.c */; }; + 934DCA1B2C363BC300908E3D /* dynamic_dummy.c in Sources */ = {isa = PBXBuildFile; fileRef = B34DC59528671EFF00B60497 /* dynamic_dummy.c */; }; + 934DCA1C2C363BD800908E3D /* dylib.c in Sources */ = {isa = PBXBuildFile; fileRef = B34DC6452867202D00B60497 /* dylib.c */; }; + 934DCA1E2C363C0700908E3D /* features_cpu.c in Sources */ = {isa = PBXBuildFile; fileRef = B34DC6F72867202D00B60497 /* features_cpu.c */; }; + 934DCA202C363C4D00908E3D /* file_path_str.c in Sources */ = {isa = PBXBuildFile; fileRef = B3225152286C6F28001FDF42 /* file_path_str.c */; }; + 934DCA212C363C7600908E3D /* nullinput.c in Sources */ = {isa = PBXBuildFile; fileRef = B34DC4ED28671EFF00B60497 /* nullinput.c */; }; + 93CBA79D2C36438200797E98 /* msg_hash.c in Sources */ = {isa = PBXBuildFile; fileRef = B322515C286C6F29001FDF42 /* msg_hash.c */; }; + 93CBA79E2C3643BB00797E98 /* msg_hash_us.c in Sources */ = {isa = PBXBuildFile; fileRef = B34DC4E628671EFF00B60497 /* msg_hash_us.c */; }; + 93CBA79F2C3643DD00797E98 /* rhash.c in Sources */ = {isa = PBXBuildFile; fileRef = B34DC6802867202D00B60497 /* rhash.c */; }; + 93CBA7AB2C364C1300797E98 /* file_path.c in Sources */ = {isa = PBXBuildFile; fileRef = B34DC6752867202D00B60497 /* file_path.c */; }; + 93CBA7B02C364DDC00797E98 /* encoding_utf.c in Sources */ = {isa = PBXBuildFile; fileRef = B34DC63B2867202D00B60497 /* encoding_utf.c */; }; B30681502895D407003E465F /* PVLibRetroCore+Cheats.m in Sources */ = {isa = PBXBuildFile; fileRef = B306814C2895D405003E465F /* PVLibRetroCore+Cheats.m */; }; B30681522895D407003E465F /* PVLibRetroCore+Video.m in Sources */ = {isa = PBXBuildFile; fileRef = B306814D2895D406003E465F /* PVLibRetroCore+Video.m */; }; B30681542895D407003E465F /* PVLibRetroCore+Audio.m in Sources */ = {isa = PBXBuildFile; fileRef = B306814E2895D406003E465F /* PVLibRetroCore+Audio.m */; }; B30681562895D407003E465F /* PVLibRetroCore+Options.m in Sources */ = {isa = PBXBuildFile; fileRef = B306814F2895D407003E465F /* PVLibRetroCore+Options.m */; }; B30F8013290516B900F21217 /* ScreenType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B30F8012290516B900F21217 /* ScreenType.swift */; }; B3225132286C4728001FDF42 /* retro.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = B322512F286C4728001FDF42 /* retro.h */; }; - B32299422878CB3C00585AD8 /* input_driver.c in Sources */ = {isa = PBXBuildFile; fileRef = B34DC54928671EFF00B60497 /* input_driver.c */; }; - B32299462878CF2C00585AD8 /* rthreads.c in Sources */ = {isa = PBXBuildFile; fileRef = B34DC7072867202D00B60497 /* rthreads.c */; }; - B322994A2878CF6200585AD8 /* input_keyboard.c in Sources */ = {isa = PBXBuildFile; fileRef = B34DC54A28671EFF00B60497 /* input_keyboard.c */; }; - B32299512878D46F00585AD8 /* performance_counters.c in Sources */ = {isa = PBXBuildFile; fileRef = B34DC3782867180300B60497 /* performance_counters.c */; }; B32299672878DBE000585AD8 /* dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = B34DC36B286717AE00B60497 /* dynamic.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B322996C28792B4000585AD8 /* movie.c in Sources */ = {isa = PBXBuildFile; fileRef = B3225169286C6F2A001FDF42 /* movie.c */; }; - B322996E28792BA000585AD8 /* nullinput.c in Sources */ = {isa = PBXBuildFile; fileRef = B34DC4ED28671EFF00B60497 /* nullinput.c */; }; B33FB2EB279BE0CC0013AAD8 /* CoreOptions+Serialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = B33FB2EA279BE0CC0013AAD8 /* CoreOptions+Serialization.swift */; }; B33FB2EF279BE0F50013AAD8 /* CoreOptionValueDisplay.swift in Sources */ = {isa = PBXBuildFile; fileRef = B33FB2EE279BE0F50013AAD8 /* CoreOptionValueDisplay.swift */; }; B33FB2F3279BE1320013AAD8 /* CoreOptions+Protocols.swift in Sources */ = {isa = PBXBuildFile; fileRef = B33FB2F2279BE1320013AAD8 /* CoreOptions+Protocols.swift */; }; @@ -30,8 +38,6 @@ B33FB304279BE21C0013AAD8 /* CoreOptionRange.swift in Sources */ = {isa = PBXBuildFile; fileRef = B33FB303279BE21C0013AAD8 /* CoreOptionRange.swift */; }; B33FB308279BE2460013AAD8 /* CoreOptionValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = B33FB307279BE2460013AAD8 /* CoreOptionValue.swift */; }; B33FB30D279BE2710013AAD8 /* CoreOptional.swift in Sources */ = {isa = PBXBuildFile; fileRef = B33FB30C279BE2710013AAD8 /* CoreOptional.swift */; }; - B342325B286EB4060033EFA5 /* dylib.c in Sources */ = {isa = PBXBuildFile; fileRef = B34DC6452867202D00B60497 /* dylib.c */; }; - B3423260286EB5CA0033EFA5 /* dynamic_dummy.c in Sources */ = {isa = PBXBuildFile; fileRef = B34DC59528671EFF00B60497 /* dynamic_dummy.c */; }; B3447E86218B7E4B00557ACE /* CABitOperations.h in Headers */ = {isa = PBXBuildFile; fileRef = B3447E7F218B7E4B00557ACE /* CABitOperations.h */; }; B3447E88218B7E4B00557ACE /* CAAudioTimeStamp.h in Headers */ = {isa = PBXBuildFile; fileRef = B3447E80218B7E4B00557ACE /* CAAudioTimeStamp.h */; settings = {ATTRIBUTES = (Private, ); }; }; B3447E8A218B7E4B00557ACE /* CARingBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3447E81218B7E4B00557ACE /* CARingBuffer.cpp */; }; @@ -62,7 +68,6 @@ B392849B286703F2003BAC21 /* PVSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3C96ED81D62C5E7003F1E93 /* PVSupport.framework */; }; B39C29C727A0FADF0078D028 /* OERingBuffer.m in Sources */ = {isa = PBXBuildFile; fileRef = B3FA5D5A1D6B908300060D71 /* OERingBuffer.m */; }; B39C29CE27A10EE50078D028 /* OEGameAudio.m in Sources */ = {isa = PBXBuildFile; fileRef = 1ACEA69217F748F80031B1C9 /* OEGameAudio.m */; }; - B3A41BCF286E5E660054E9A5 /* retro.m in Sources */ = {isa = PBXBuildFile; fileRef = B3225130286C4728001FDF42 /* retro.m */; }; B3A4FB5A278FE45D00A65248 /* OEGeometry.h in Headers */ = {isa = PBXBuildFile; fileRef = B3A4FB59278FE45C00A65248 /* OEGeometry.h */; settings = {ATTRIBUTES = (Public, ); }; }; B3AB37B321880FA5009D9244 /* iCadeState.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3AB378B2187F9A9009D9244 /* iCadeState.swift */; }; B3AB37BD218812BB009D9244 /* iCadeReaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3AB37B02187FC4B009D9244 /* iCadeReaderView.swift */; }; @@ -79,7 +84,6 @@ B3AF6FD821916168000FA7F9 /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3AF6FD721916168000FA7F9 /* GameController.framework */; }; B3AF6FDA2191616C000FA7F9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3AF6FD92191616C000FA7F9 /* Foundation.framework */; }; B3B1A740279021C4004D1EF2 /* AHAP in Resources */ = {isa = PBXBuildFile; fileRef = B3B1A73F279021C4004D1EF2 /* AHAP */; }; - B3B3D17428712EE1008A0E2F /* msg_hash.c in Sources */ = {isa = PBXBuildFile; fileRef = B322515C286C6F29001FDF42 /* msg_hash.c */; }; B3C96EC91D62C5E7003F1E93 /* OEGameAudio.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ACEA69117F748F80031B1C9 /* OEGameAudio.h */; settings = {ATTRIBUTES = (Public, ); }; }; B3C96ECA1D62C5E7003F1E93 /* DebugUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A4E718C1A6C699F005CA80F /* DebugUtils.h */; settings = {ATTRIBUTES = (Public, ); }; }; B3C96ECC1D62C5E7003F1E93 /* NSObject+PVAbstractAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ACEA6A017F74A5A0031B1C9 /* NSObject+PVAbstractAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; @@ -175,6 +179,11 @@ 1ACEA6A017F74A5A0031B1C9 /* NSObject+PVAbstractAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSObject+PVAbstractAdditions.h"; sourceTree = ""; }; 1ACEA6A117F74A5A0031B1C9 /* NSObject+PVAbstractAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSObject+PVAbstractAdditions.m"; sourceTree = ""; }; 557DCAB0292A91E000045B02 /* ThemeOption.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ThemeOption.swift; sourceTree = ""; }; + 931B1BDA2C367D3A00B78340 /* stdstring.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = stdstring.h; sourceTree = ""; }; + 93CBA7A52C364BCB00797E98 /* vfs_implementation.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = vfs_implementation.c; sourceTree = ""; }; + 93CBA7A72C364BCB00797E98 /* vfs_implementation_cdrom.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = vfs_implementation_cdrom.c; sourceTree = ""; }; + 93CBA7A82C364BCB00797E98 /* vfs_implementation_uwp.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = vfs_implementation_uwp.cpp; sourceTree = ""; }; + 93CBA7AD2C364DB100797E98 /* rtime.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rtime.c; sourceTree = ""; }; B305EF99276B4F0A003AE510 /* GameKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GameKit.framework; path = Platforms/WatchOS.platform/Developer/SDKs/WatchOS8.3.sdk/System/Library/Frameworks/GameKit.framework; sourceTree = DEVELOPER_DIR; }; B305EF9B276B4FDC003AE510 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/WatchOS.platform/Developer/SDKs/WatchOS8.3.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; B306814C2895D405003E465F /* PVLibRetroCore+Cheats.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "PVLibRetroCore+Cheats.m"; sourceTree = ""; }; @@ -1171,6 +1180,24 @@ path = Audio; sourceTree = ""; }; + 93CBA7A92C364BCB00797E98 /* vfs */ = { + isa = PBXGroup; + children = ( + 93CBA7A52C364BCB00797E98 /* vfs_implementation.c */, + 93CBA7A72C364BCB00797E98 /* vfs_implementation_cdrom.c */, + 93CBA7A82C364BCB00797E98 /* vfs_implementation_uwp.cpp */, + ); + path = vfs; + sourceTree = ""; + }; + 93CBA7AE2C364DB100797E98 /* time */ = { + isa = PBXGroup; + children = ( + 93CBA7AD2C364DB100797E98 /* rtime.c */, + ); + path = time; + sourceTree = ""; + }; B30E94892793C77700871E57 /* PVSupport */ = { isa = PBXGroup; children = ( @@ -2388,6 +2415,8 @@ B34DC6392867202D00B60497 /* libretro-common */ = { isa = PBXGroup; children = ( + 93CBA7AE2C364DB100797E98 /* time */, + 93CBA7A92C364BCB00797E98 /* vfs */, B34DC63A2867202D00B60497 /* encodings */, B34DC63C2867202D00B60497 /* compat */, B34DC6442867202D00B60497 /* dynamic */, @@ -3005,6 +3034,7 @@ B34DC7172867202D00B60497 /* string */ = { isa = PBXGroup; children = ( + 931B1BDA2C367D3A00B78340 /* stdstring.h */, B34DC7182867202D00B60497 /* stdstring.c */, ); path = string; @@ -3485,16 +3515,7 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B32299462878CF2C00585AD8 /* rthreads.c in Sources */, - B342325B286EB4060033EFA5 /* dylib.c in Sources */, - B3B3D17428712EE1008A0E2F /* msg_hash.c in Sources */, - B322996C28792B4000585AD8 /* movie.c in Sources */, - B3A41BCF286E5E660054E9A5 /* retro.m in Sources */, - B32299422878CB3C00585AD8 /* input_driver.c in Sources */, - B3423260286EB5CA0033EFA5 /* dynamic_dummy.c in Sources */, - B322994A2878CF6200585AD8 /* input_keyboard.c in Sources */, - B322996E28792BA000585AD8 /* nullinput.c in Sources */, - B32299512878D46F00585AD8 /* performance_counters.c in Sources */, + 931C81052C36693600969133 /* retro.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -3518,6 +3539,19 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 931C81042C3668FB00969133 /* input_keyboard.c in Sources */, + 931C81012C36682B00969133 /* movie.c in Sources */, + 93CBA7B02C364DDC00797E98 /* encoding_utf.c in Sources */, + 93CBA7AB2C364C1300797E98 /* file_path.c in Sources */, + 93CBA79F2C3643DD00797E98 /* rhash.c in Sources */, + 93CBA79E2C3643BB00797E98 /* msg_hash_us.c in Sources */, + 93CBA79D2C36438200797E98 /* msg_hash.c in Sources */, + 934DCA212C363C7600908E3D /* nullinput.c in Sources */, + 934DCA202C363C4D00908E3D /* file_path_str.c in Sources */, + 934DCA1E2C363C0700908E3D /* features_cpu.c in Sources */, + 934DCA1B2C363BC300908E3D /* dynamic_dummy.c in Sources */, + 934DCA1C2C363BD800908E3D /* dylib.c in Sources */, + 934DCA1A2C363B6900908E3D /* performance_counters.c in Sources */, B3D180A528964C40001207AF /* PVLibRetroCore+Saves.m in Sources */, B3D180A328964C40001207AF /* PVLibRetroCore+Controls.m in Sources */, B30681562895D407003E465F /* PVLibRetroCore+Options.m in Sources */, @@ -3763,10 +3797,13 @@ ); MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; + OTHER_LDFLAGS = $inherited; PRODUCT_NAME = retro; + RUN_CLANG_STATIC_ANALYZER = NO; SKIP_INSTALL = YES; STRIP_INSTALLED_PRODUCT = NO; SUPPORTS_MACCATALYST = YES; + SYMROOT = build/retro; TARGETED_DEVICE_FAMILY = "1,2,3,4,6"; }; name = Debug; @@ -3800,10 +3837,13 @@ ); MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; + OTHER_LDFLAGS = $inherited; PRODUCT_NAME = retro; + RUN_CLANG_STATIC_ANALYZER = NO; SKIP_INSTALL = YES; STRIP_INSTALLED_PRODUCT = NO; SUPPORTS_MACCATALYST = YES; + SYMROOT = build/retro; TARGETED_DEVICE_FAMILY = "1,2,3,4,6"; }; name = Release; @@ -3837,10 +3877,13 @@ ); MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; + OTHER_LDFLAGS = $inherited; PRODUCT_NAME = retro; + RUN_CLANG_STATIC_ANALYZER = NO; SKIP_INSTALL = YES; STRIP_INSTALLED_PRODUCT = NO; SUPPORTS_MACCATALYST = YES; + SYMROOT = build/retro; TARGETED_DEVICE_FAMILY = "1,2,3,4,6"; }; name = Archive; @@ -3925,6 +3968,11 @@ GCC_NO_COMMON_BLOCKS = YES; GCC_PREFIX_HEADER = "Supporting Files/PVSupport-Prefix.pch"; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + HEADER_SEARCH_PATHS = ( + "\"$(SRCROOT)/Sources/retro\"", + "\"$(SRCROOT)/Sources/retro/libretro-common/include\"", + "\"$(SRCROOT)/Sources/retro/libretro-common\"", + ); INFOPLIST_FILE = "Supporting Files/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; @@ -4143,6 +4191,7 @@ }; B392849228670348003BAC21 /* Debug */ = { isa = XCBuildConfiguration; + baseConfigurationReference = B32299412878C5A000585AD8 /* PVLibRetro-Build.xcconfig */; buildSettings = { ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; CLANG_ANALYZER_NONNULL = YES; @@ -4176,7 +4225,6 @@ HEADER_SEARCH_PATHS = ( "\"$(SRCROOT)/Sources/retro/libretro-common/include\"", "\"$(SRCROOT)/Sources/retro\"", - "$(inherited)", ); INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2024 Provenance Emu. All rights reserved."; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; @@ -4188,6 +4236,8 @@ MARKETING_VERSION = 1.0; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; + OTHER_CFLAGS = "$(inherited)"; + OTHER_LDFLAGS = "$(inherited)"; PRODUCT_BUNDLE_IDENTIFIER = "org.provenance-emu.PVLibRetro"; PRODUCT_NAME = PVLibRetro; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -4201,6 +4251,7 @@ SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2,3,4,6,7"; + USER_HEADER_SEARCH_PATHS = "\"$(SRCROOT)/Sources/retro/libretro-common/include\""; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; @@ -4208,6 +4259,7 @@ }; B392849328670348003BAC21 /* Release */ = { isa = XCBuildConfiguration; + baseConfigurationReference = B32299412878C5A000585AD8 /* PVLibRetro-Build.xcconfig */; buildSettings = { ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; CLANG_ANALYZER_NONNULL = YES; @@ -4243,7 +4295,6 @@ HEADER_SEARCH_PATHS = ( "\"$(SRCROOT)/Sources/retro/libretro-common/include\"", "\"$(SRCROOT)/Sources/retro\"", - "$(inherited)", ); INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2024 Provenance Emu. All rights reserved."; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; @@ -4255,6 +4306,8 @@ MARKETING_VERSION = 1.0; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; + OTHER_CFLAGS = "$(inherited)"; + OTHER_LDFLAGS = "$(inherited)"; PRODUCT_BUNDLE_IDENTIFIER = "org.provenance-emu.PVLibRetro"; PRODUCT_NAME = PVLibRetro; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -4266,6 +4319,7 @@ SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2,3,4,6,7"; + USER_HEADER_SEARCH_PATHS = "\"$(SRCROOT)/Sources/retro/libretro-common/include\""; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; @@ -4273,6 +4327,7 @@ }; B392849428670348003BAC21 /* Archive */ = { isa = XCBuildConfiguration; + baseConfigurationReference = B32299412878C5A000585AD8 /* PVLibRetro-Build.xcconfig */; buildSettings = { ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES; CLANG_ANALYZER_NONNULL = YES; @@ -4308,7 +4363,6 @@ HEADER_SEARCH_PATHS = ( "\"$(SRCROOT)/Sources/retro/libretro-common/include\"", "\"$(SRCROOT)/Sources/retro\"", - "$(inherited)", ); INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2024 Provenance Emu. All rights reserved."; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; @@ -4320,6 +4374,8 @@ MARKETING_VERSION = 1.0; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; + OTHER_CFLAGS = "$(inherited)"; + OTHER_LDFLAGS = "$(inherited)"; PRODUCT_BUNDLE_IDENTIFIER = "org.provenance-emu.PVLibRetro"; PRODUCT_NAME = PVLibRetro; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -4331,6 +4387,7 @@ SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2,3,4,6,7"; + USER_HEADER_SEARCH_PATHS = "\"$(SRCROOT)/Sources/retro/libretro-common/include\""; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; @@ -4358,6 +4415,11 @@ GCC_NO_COMMON_BLOCKS = YES; GCC_PREFIX_HEADER = "Supporting Files/PVSupport-Prefix.pch"; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + HEADER_SEARCH_PATHS = ( + "\"$(SRCROOT)/Sources/retro\"", + "\"$(SRCROOT)/Sources/retro/libretro-common/include\"", + "\"$(SRCROOT)/Sources/retro/libretro-common\"", + ); INFOPLIST_FILE = "Supporting Files/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; @@ -4411,6 +4473,11 @@ GCC_NO_COMMON_BLOCKS = YES; GCC_PREFIX_HEADER = "Supporting Files/PVSupport-Prefix.pch"; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + HEADER_SEARCH_PATHS = ( + "\"$(SRCROOT)/Sources/retro\"", + "\"$(SRCROOT)/Sources/retro/libretro-common/include\"", + "\"$(SRCROOT)/Sources/retro/libretro-common\"", + ); INFOPLIST_FILE = "Supporting Files/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; diff --git a/PVSupport/Sources/PVLibRetro/PVLibRetroCore.m b/PVSupport/Sources/PVLibRetro/PVLibRetroCore.m index 223e96e7a4..f64aca2082 100644 --- a/PVSupport/Sources/PVLibRetro/PVLibRetroCore.m +++ b/PVSupport/Sources/PVLibRetro/PVLibRetroCore.m @@ -100,9 +100,9 @@ @interface PVLibRetroCore () static bool runloop_overrides_active = false; static bool runloop_game_options_active = false; //static core_option_manager_t *runloop_core_options = NULL; -#ifdef HAVE_THREADS -static slock_t *_runloop_msg_queue_lock = NULL; -#endif +//#ifdef HAVE_THREADS +//static slock_t *_runloop_msg_queue_lock = NULL; +//#endif //static msg_queue_t *runloop_msg_queue = NULL; // MARK: - Config @@ -1096,10 +1096,10 @@ bool runloop_ctl(enum runloop_ctl_state state, void *data) { // runloop_msg_queue_unlock(); break; case RUNLOOP_CTL_MSG_QUEUE_FREE: -#ifdef HAVE_THREADS - slock_free(_runloop_msg_queue_lock); - _runloop_msg_queue_lock = NULL; -#endif +//#ifdef HAVE_THREADS +// slock_free(_runloop_msg_queue_lock); +// _runloop_msg_queue_lock = NULL; +//#endif break; case RUNLOOP_CTL_MSG_QUEUE_CLEAR: // msg_queue_clear(runloop_msg_queue); @@ -1122,10 +1122,10 @@ bool runloop_ctl(enum runloop_ctl_state state, void *data) { // runloop_msg_queue = msg_queue_new(8); // retro_assert(runloop_msg_queue); -#ifdef HAVE_THREADS - _runloop_msg_queue_lock = slock_new(); - retro_assert(_runloop_msg_queue_lock); -#endif +//#ifdef HAVE_THREADS +// _runloop_msg_queue_lock = slock_new(); +// retro_assert(_runloop_msg_queue_lock); +//#endif break; case RUNLOOP_CTL_TASK_INIT: { diff --git a/PVSupport/Sources/retro/libretro-common/disk_control_interface.h b/PVSupport/Sources/retro/libretro-common/disk_control_interface.h new file mode 100644 index 0000000000..641332f2c4 --- /dev/null +++ b/PVSupport/Sources/retro/libretro-common/disk_control_interface.h @@ -0,0 +1,257 @@ +/* Copyright (C) 2010-2020 The RetroArch team + * + * --------------------------------------------------------------------------------------- + * The following license statement only applies to this file (disk_control_interface.h). + * --------------------------------------------------------------------------------------- + * + * Permission is hereby granted, free of charge, + * to any person obtaining a copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, + * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ + +#ifndef __DISK_CONTROL_INTERFACE_H +#define __DISK_CONTROL_INTERFACE_H + +#include +#include + +#include + +#include "disk_index_file.h" + +RETRO_BEGIN_DECLS + +/* Holds all objects to operate the disk + * control interface */ +typedef struct +{ + struct retro_disk_control_ext_callback cb; /* ptr alignment */ + disk_index_file_t index_record; /* unsigned alignment */ + unsigned initial_num_images; + bool record_enabled; +} disk_control_interface_t; + +/*****************/ +/* Configuration */ +/*****************/ + +/** + * disk_control_set_callback: + * + * Set v0 disk interface callback functions + **/ +void disk_control_set_callback( + disk_control_interface_t *disk_control, + const struct retro_disk_control_callback *cb); + +/** + * disk_control_set_ext_callback: + * + * Set v1+ disk interface callback functions + **/ +void disk_control_set_ext_callback( + disk_control_interface_t *disk_control, + const struct retro_disk_control_ext_callback *cb); + +/**********/ +/* Status */ +/**********/ + +/** + * disk_control_enabled: + * + * Leaf function. + * + * @return true if core supports basic disk control functionality + * - set_eject_state + * - get_eject_state + * - get_image_index + * - set_image_index + * - get_num_images + **/ +bool disk_control_enabled( + disk_control_interface_t *disk_control); + +/** + * disk_control_append_enabled: + * + * Leaf function. + * + * @return true if core supports disk append functionality + * - replace_image_index + * - add_image_index + **/ +bool disk_control_append_enabled( + disk_control_interface_t *disk_control); + +/** + * disk_control_image_label_enabled: + * + * Leaf function. + * + * @return true if core supports image labels + * - get_image_label + **/ +bool disk_control_image_label_enabled( + disk_control_interface_t *disk_control); + +/** + * disk_control_initial_image_enabled: + * + * Leaf function. + * + * @return true if core supports setting initial disk index + * - set_initial_image + * - get_image_path + **/ +bool disk_control_initial_image_enabled( + disk_control_interface_t *disk_control); + +/***********/ +/* Getters */ +/***********/ + +/** + * disk_control_get_eject_state: + * + * @return true if disk is currently ejected + **/ +bool disk_control_get_eject_state( + disk_control_interface_t *disk_control); + +/** + * disk_control_get_num_images: + * + * @return number of disk images registered by the core + **/ +unsigned disk_control_get_num_images( + disk_control_interface_t *disk_control); + +/** + * disk_control_get_image_index: + * + * @return currently selected disk image index + **/ +unsigned disk_control_get_image_index( + disk_control_interface_t *disk_control); + +/** + * disk_control_get_image_label: + * + * Fetches core-provided disk image label + * (label is set to an empty string if core + * does not support image labels) + **/ +void disk_control_get_image_label( + disk_control_interface_t *disk_control, + unsigned index, char *label, size_t len); + +/***********/ +/* Setters */ +/***********/ + +/** + * disk_control_set_eject_state: + * + * Sets the eject state of the virtual disk tray + **/ +bool disk_control_set_eject_state( + disk_control_interface_t *disk_control, + bool eject, bool verbosity); + +/** + * disk_control_set_index: + * + * Sets currently selected disk index + * + * NOTE: Will fail if disk is not currently ejected + **/ +bool disk_control_set_index( + disk_control_interface_t *disk_control, + unsigned index, bool verbosity); + +/** + * disk_control_set_index_next: + * + * Increments selected disk index + **/ +bool disk_control_set_index_next( + disk_control_interface_t *disk_control, + bool verbosity); + +/** + * disk_control_set_index_prev: + * + * Decrements selected disk index + **/ +bool disk_control_set_index_prev( + disk_control_interface_t *disk_control, + bool verbosity); + +/** + * disk_control_append_image: + * + * Appends specified image file to disk image list + **/ +bool disk_control_append_image( + disk_control_interface_t *disk_control, + const char *image_path); + +/*****************************/ +/* 'Initial index' functions */ +/*****************************/ + +/** + * disk_control_set_initial_index: + * + * Attempts to set current core's initial disk index. + * > disk_control->record_enabled will be set to + * 'false' if core does not support initial + * index functionality + * > disk_control->index_record will be loaded + * from file (if an existing record is found) + * NOTE: Must be called immediately before + * loading content + **/ +bool disk_control_set_initial_index( + disk_control_interface_t *disk_control, + const char *content_path, + const char *dir_savefile); + +/** + * disk_control_verify_initial_index: + * + * Checks that initial index has been set correctly + * and provides user notification. + * > Sets disk_control->initial_num_images if + * if functionality is supported by core + * NOTE: Must be called immediately after + * loading content + **/ +bool disk_control_verify_initial_index( + disk_control_interface_t *disk_control, + bool verbosity); + +/** + * disk_control_save_image_index: + * + * Saves current disk index to file, if supported + * by current core + **/ +bool disk_control_save_image_index( + disk_control_interface_t *disk_control); + +RETRO_END_DECLS + +#endif diff --git a/PVSupport/Sources/retro/libretro-common/disk_index_file.h b/PVSupport/Sources/retro/libretro-common/disk_index_file.h new file mode 100644 index 0000000000..e09e25fc20 --- /dev/null +++ b/PVSupport/Sources/retro/libretro-common/disk_index_file.h @@ -0,0 +1,76 @@ +/* Copyright (C) 2010-2020 The RetroArch team + * + * --------------------------------------------------------------------------------------- + * The following license statement only applies to this file (disk_index_file.h). + * --------------------------------------------------------------------------------------- + * + * Permission is hereby granted, free of charge, + * to any person obtaining a copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, + * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ + +#ifndef __DISK_INDEX_FILE_H +#define __DISK_INDEX_FILE_H + +#include +#include +#include + +#include + +RETRO_BEGIN_DECLS + +/* Holds all parameters required for recording + * the last disk image selected via the disk + * control interface */ +typedef struct +{ + unsigned image_index; + char image_path[PATH_MAX_LENGTH]; + char file_path[PATH_MAX_LENGTH]; + bool modified; +} disk_index_file_t; + +/******************/ +/* Initialisation */ +/******************/ + +/* Initialises existing disk index record, loading + * current parameters if a record file exists. + * Returns false if arguments are invalid. */ +bool disk_index_file_init( + disk_index_file_t *disk_index_file, + const char *content_path, + const char *dir_savefile); + +/***********/ +/* Setters */ +/***********/ + +/* Sets image index and path */ +void disk_index_file_set( + disk_index_file_t *disk_index_file, + unsigned image_index, + const char *image_path); + +/**********/ +/* Saving */ +/**********/ + +/* Saves specified disk index file to disk */ +bool disk_index_file_save(disk_index_file_t *disk_index_file); + +RETRO_END_DECLS + +#endif diff --git a/PVSupport/Sources/retro/libretro-common/file/archive_file.c b/PVSupport/Sources/retro/libretro-common/file/archive_file.c index 4d25b5f649..57164a6a31 100644 --- a/PVSupport/Sources/retro/libretro-common/file/archive_file.c +++ b/PVSupport/Sources/retro/libretro-common/file/archive_file.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2010-2016 The RetroArch team +/* Copyright (C) 2010-2020 The RetroArch team * * --------------------------------------------------------------------------------------- * The following license statement only applies to this file (archive_file.c). @@ -20,180 +20,24 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ - #include #include #include -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - -#ifdef HAVE_MMAP -#include -#include -#include - -#include -#include -#endif - #include #include #include #include -#include #include #include - -#ifndef CENTRAL_FILE_HEADER_SIGNATURE -#define CENTRAL_FILE_HEADER_SIGNATURE 0x02014b50 -#endif - -#ifndef END_OF_CENTRAL_DIR_SIGNATURE -#define END_OF_CENTRAL_DIR_SIGNATURE 0x06054b50 -#endif - -struct zip_extract_userdata -{ - char *zip_path; - char *first_extracted_file_path; - const char *extraction_directory; - size_t zip_path_size; - struct string_list *ext; - bool found_content; -}; - -enum file_archive_compression_mode -{ - ZLIB_MODE_UNCOMPRESSED = 0, - ZLIB_MODE_DEFLATE = 8 -}; - -typedef struct -{ -#ifdef HAVE_MMAP - int fd; -#endif - void *data; - size_t size; -} file_archive_file_data_t; +#include #ifdef HAVE_MMAP -/* Closes, unmaps and frees. */ -static void file_archive_free(void *handle) -{ - file_archive_file_data_t *data = (file_archive_file_data_t*)handle; - - if (!data) - return; - - if (data->data) - munmap(data->data, data->size); - if (data->fd >= 0) - close(data->fd); - free(data); -} - -static const uint8_t *file_archive_data(void *handle) -{ - file_archive_file_data_t *data = (file_archive_file_data_t*)handle; - if (!data) - return NULL; - return (const uint8_t*)data->data; -} - -static size_t file_archive_size(void *handle) -{ - file_archive_file_data_t *data = (file_archive_file_data_t*)handle; - if (!data) - return 0; - return data->size; -} - -static void *file_archive_open(const char *path) -{ - file_archive_file_data_t *data = (file_archive_file_data_t*)calloc(1, sizeof(*data)); - - if (!data) - return NULL; - - data->fd = open(path, O_RDONLY); - - /* Failed to open archive. */ - if (data->fd < 0) - goto error; - - data->size = path_get_size(path); - if (!data->size) - return data; - - data->data = mmap(NULL, data->size, PROT_READ, MAP_SHARED, data->fd, 0); - if (data->data == MAP_FAILED) - { - data->data = NULL; - - /* Failed to mmap() file */ - goto error; - } - - return data; - -error: - file_archive_free(data); - return NULL; -} -#else - -/* Closes, unmaps and frees. */ -static void file_archive_free(void *handle) -{ - file_archive_file_data_t *data = (file_archive_file_data_t*)handle; - if (!data) - return; - free(data->data); - free(data); -} - -static const uint8_t *file_archive_data(void *handle) -{ - file_archive_file_data_t *data = (file_archive_file_data_t*)handle; - if (!data) - return NULL; - return (const uint8_t*)data->data; -} - -static size_t file_archive_size(void *handle) -{ - file_archive_file_data_t *data = (file_archive_file_data_t*)handle; - if (!data) - return 0; - return data->size; -} - -static void *file_archive_open(const char *path) -{ - ssize_t ret = -1; - bool read_from_file = false; - file_archive_file_data_t *data = (file_archive_file_data_t*) - calloc(1, sizeof(*data)); - - if (!data) - return NULL; - - read_from_file = filestream_read_file(path, &data->data, &ret); - - /* Failed to open archive? */ - if (!read_from_file || ret < 0) - goto error; - - data->size = ret; - return data; - -error: - file_archive_free(data); - return NULL; -} +#include +#include +#include +#include +#include #endif static int file_archive_get_file_list_cb( @@ -204,256 +48,191 @@ static int file_archive_get_file_list_cb( uint32_t csize, uint32_t size, uint32_t checksum, - void *userdata) + struct archive_extract_userdata *userdata) { union string_list_elem_attr attr; - struct string_list *ext_list = NULL; - const char *file_ext = NULL; - struct string_list *list = (struct string_list*)userdata; - - (void)cdata; - (void)cmode; - (void)csize; - (void)size; - (void)checksum; - - memset(&attr, 0, sizeof(attr)); + attr.i = 0; if (valid_exts) - ext_list = string_split(valid_exts, "|"); - - if (ext_list) { + size_t path_len = strlen(path); /* Checks if this entry is a directory or a file. */ - char last_char = path[strlen(path)-1]; + char last_char = path[path_len - 1]; + struct string_list ext_list = {0}; /* Skip if directory. */ if (last_char == '/' || last_char == '\\' ) - goto error; + return 0; + + string_list_initialize(&ext_list); + if (string_split_noalloc(&ext_list, valid_exts, "|")) + { + const char *file_ext = path_get_extension(path); - file_ext = path_get_extension(path); + if (!file_ext) + { + string_list_deinitialize(&ext_list); + return 0; + } - if (!file_ext || - !string_list_find_elem_prefix(ext_list, ".", file_ext)) - goto error; + if (!string_list_find_elem_prefix(&ext_list, ".", file_ext)) + { + /* keep iterating */ + string_list_deinitialize(&ext_list); + return -1; + } - attr.i = RARCH_COMPRESSED_FILE_IN_ARCHIVE; - string_list_free(ext_list); + attr.i = RARCH_COMPRESSED_FILE_IN_ARCHIVE; + } + + string_list_deinitialize(&ext_list); } - return string_list_append(list, path, attr); - -error: - string_list_free(ext_list); - return 0; + return string_list_append(userdata->list, path, attr); } static int file_archive_extract_cb(const char *name, const char *valid_exts, const uint8_t *cdata, unsigned cmode, uint32_t csize, uint32_t size, - uint32_t checksum, void *userdata) + uint32_t checksum, struct archive_extract_userdata *userdata) { const char *ext = path_get_extension(name); - struct zip_extract_userdata *data = (struct zip_extract_userdata*)userdata; - /* Extract first content that matches our list. */ - if (ext && string_list_find_elem(data->ext, ext)) + /* Extract first file that matches our list. */ + if (ext && string_list_find_elem(userdata->ext, ext)) { - char new_path[PATH_MAX_LENGTH] = {0}; + char new_path[PATH_MAX_LENGTH]; + const char *delim; + + delim = path_get_archive_delim(userdata->archive_path); + + if (delim) + { + if (!string_is_equal_noncase(userdata->current_file_path, delim + 1)) + return 1; /* keep searching for the right file */ + } - if (data->extraction_directory) - fill_pathname_join(new_path, data->extraction_directory, + new_path[0] = '\0'; + if (userdata->extraction_directory) + fill_pathname_join(new_path, userdata->extraction_directory, path_basename(name), sizeof(new_path)); else - fill_pathname_resolve_relative(new_path, data->zip_path, + fill_pathname_resolve_relative(new_path, userdata->archive_path, path_basename(name), sizeof(new_path)); - data->first_extracted_file_path = strdup(new_path); - data->found_content = file_archive_perform_mode(new_path, - valid_exts, cdata, cmode, csize, size, - 0, NULL); - return 0; - } - - return 1; -} - -static uint32_t read_le(const uint8_t *data, unsigned size) -{ - unsigned i; - uint32_t val = 0; - - size *= 8; - for (i = 0; i < size; i += 8) - val |= (uint32_t)*data++ << i; - - return val; -} -static int file_archive_parse_file_iterate_step_internal( - file_archive_transfer_t *state, char *filename, - const uint8_t **cdata, - unsigned *cmode, uint32_t *size, uint32_t *csize, - uint32_t *checksum, unsigned *payback) -{ - uint32_t offset; - uint32_t namelength, extralength, commentlength, - offsetNL, offsetEL; - uint32_t signature = read_le(state->directory + 0, 4); + if (file_archive_perform_mode(new_path, + valid_exts, cdata, cmode, csize, size, + checksum, userdata)) + { + userdata->found_file = true; + userdata->first_extracted_file_path = strdup(new_path); + } - if (signature != CENTRAL_FILE_HEADER_SIGNATURE) return 0; - - *cmode = read_le(state->directory + 10, 2); - *checksum = read_le(state->directory + 16, 4); - *csize = read_le(state->directory + 20, 4); - *size = read_le(state->directory + 24, 4); - - namelength = read_le(state->directory + 28, 2); - extralength = read_le(state->directory + 30, 2); - commentlength = read_le(state->directory + 32, 2); - - if (namelength >= PATH_MAX_LENGTH) - return -1; - - memcpy(filename, state->directory + 46, namelength); - - offset = read_le(state->directory + 42, 4); - offsetNL = read_le(state->data + offset + 26, 2); - offsetEL = read_le(state->data + offset + 28, 2); - - *cdata = state->data + offset + 30 + offsetNL + offsetEL; - - *payback = 46 + namelength + extralength + commentlength; + } return 1; } -static int file_archive_parse_file_iterate_step(file_archive_transfer_t *state, - const char *valid_exts, void *userdata, file_archive_file_cb file_cb) +static int file_archive_parse_file_init(file_archive_transfer_t *state, + const char *file) { - const uint8_t *cdata = NULL; - uint32_t checksum = 0; - uint32_t size = 0; - uint32_t csize = 0; - unsigned cmode = 0; - unsigned payload = 0; - char filename[PATH_MAX_LENGTH] = {0}; - int ret = file_archive_parse_file_iterate_step_internal(state, filename, - &cdata, &cmode, &size, &csize, - &checksum, &payload); - - if (ret != 1) - return ret; - -#if 0 - VLOG(@"OFFSET: %u, CSIZE: %u, SIZE: %u.\n", offset + 30 + - offsetNL + offsetEL, csize, size); -#endif + char path[PATH_MAX_LENGTH]; + char *last = NULL; - if (!file_cb(filename, valid_exts, cdata, cmode, - csize, size, checksum, userdata)) - return 0; + path[0] = '\0'; - state->directory += payload; + strlcpy(path, file, sizeof(path)); - return 1; -} + last = (char*)path_get_archive_delim(path); -static int file_archive_parse_file_init(file_archive_transfer_t *state, - const char *file) -{ - state->backend = file_archive_get_default_file_backend(); + if (last) + *last = '\0'; + state->backend = file_archive_get_file_backend(path); if (!state->backend) return -1; - state->handle = file_archive_open(file); - if (!state->handle) - return -1; + state->archive_file = filestream_open(path, + RETRO_VFS_FILE_ACCESS_READ, + RETRO_VFS_FILE_ACCESS_HINT_NONE); - state->zip_size = file_archive_size(state->handle); - if (state->zip_size < 22) + /* Failed to open archive. */ + if (!state->archive_file) return -1; - state->data = file_archive_data(state->handle); - state->footer = state->data + state->zip_size - 22; + state->archive_size = filestream_get_size(state->archive_file); - for (;; state->footer--) +#ifdef HAVE_MMAP + if (state->archive_size <= (256*1024*1024)) { - if (state->footer <= state->data + 22) - return -1; - if (read_le(state->footer, 4) == END_OF_CENTRAL_DIR_SIGNATURE) + state->archive_mmap_fd = open(path, O_RDONLY); + if (state->archive_mmap_fd) { - unsigned comment_len = read_le(state->footer + 20, 2); - if (state->footer + 22 + comment_len == state->data + state->zip_size) - break; + state->archive_mmap_data = (uint8_t*)mmap(NULL, (size_t)state->archive_size, + PROT_READ, MAP_SHARED, state->archive_mmap_fd, 0); + + if (state->archive_mmap_data == (uint8_t*)MAP_FAILED) + { + close(state->archive_mmap_fd); + state->archive_mmap_fd = 0; + state->archive_mmap_data = NULL; + } } } +#endif - state->directory = state->data + read_le(state->footer + 16, 4); + state->step_current = 0; + state->step_total = 0; - return 0; + return state->backend->archive_parse_file_init(state, path); } /** * file_archive_decompress_data_to_file: * @path : filename path of archive. - * @valid_exts : Valid extensions of archive to be parsed. - * If NULL, allow all. - * @cdata : input data. - * @csize : size of input data. * @size : output file size * @checksum : CRC32 checksum from input data. * - * Decompress data to file. + * Write data to file. * * Returns: true (1) on success, otherwise false (0). **/ static int file_archive_decompress_data_to_file( + file_archive_transfer_t *transfer, file_archive_file_handle_t *handle, - int ret, const char *path, - const char *valid_exts, - const uint8_t *cdata, - uint32_t csize, uint32_t size, uint32_t checksum) { - if (handle) - { - handle->backend->stream_free(handle->stream); - free(handle->stream); - } - - if (!handle || ret == -1) - { - ret = 0; - goto end; - } - - handle->real_checksum = handle->backend->stream_crc_calculate( - 0, handle->data, size); + if (!handle) + return 0; #if 0 + handle->real_checksum = transfer->backend->stream_crc_calculate( + 0, handle->data, size); if (handle->real_checksum != checksum) { - /* File CRC difers from ZIP CRC. */ - printf("File CRC differs from ZIP CRC. File: 0x%x, ZIP: 0x%x.\n", + /* File CRC difers from archive CRC. */ + printf("File CRC differs from archive CRC. File: 0x%x, Archive: 0x%x.\n", (unsigned)handle->real_checksum, (unsigned)checksum); } #endif if (!filestream_write_file(path, handle->data, size)) - { - ret = false; - goto end; - } + return 0; -end: - if (handle && handle->data) - free(handle->data); - return ret; + return 1; +} + +void file_archive_parse_file_iterate_stop(file_archive_transfer_t *state) +{ + if (!state || !state->archive_file) + return; + + state->type = ARCHIVE_TRANSFER_DEINIT; + file_archive_parse_file_iterate(state, NULL, NULL, NULL, NULL, NULL); } int file_archive_parse_file_iterate( @@ -462,76 +241,114 @@ int file_archive_parse_file_iterate( const char *file, const char *valid_exts, file_archive_file_cb file_cb, - void *userdata) + struct archive_extract_userdata *userdata) { if (!state) return -1; switch (state->type) { - case ZLIB_TRANSFER_NONE: + case ARCHIVE_TRANSFER_NONE: break; - case ZLIB_TRANSFER_INIT: + case ARCHIVE_TRANSFER_INIT: if (file_archive_parse_file_init(state, file) == 0) - state->type = ZLIB_TRANSFER_ITERATE; + { + if (userdata) + { + userdata->transfer = state; + strlcpy(userdata->archive_path, file, + sizeof(userdata->archive_path)); + } + state->type = ARCHIVE_TRANSFER_ITERATE; + } else - state->type = ZLIB_TRANSFER_DEINIT_ERROR; + state->type = ARCHIVE_TRANSFER_DEINIT_ERROR; break; - case ZLIB_TRANSFER_ITERATE: + case ARCHIVE_TRANSFER_ITERATE: + if (state->backend) { - int ret = file_archive_parse_file_iterate_step(state, - valid_exts, userdata, file_cb); + int ret = state->backend->archive_parse_file_iterate_step( + state->context, valid_exts, userdata, file_cb); + + if (ret == 1) + state->step_current++; /* found another file */ if (ret != 1) - state->type = ZLIB_TRANSFER_DEINIT; + state->type = ARCHIVE_TRANSFER_DEINIT; if (ret == -1) - state->type = ZLIB_TRANSFER_DEINIT_ERROR; + state->type = ARCHIVE_TRANSFER_DEINIT_ERROR; + + /* early return to prevent deinit from never firing */ + return 0; } - break; - case ZLIB_TRANSFER_DEINIT_ERROR: + return -1; + case ARCHIVE_TRANSFER_DEINIT_ERROR: *returnerr = false; - case ZLIB_TRANSFER_DEINIT: - if (state->handle) - file_archive_free(state->handle); - state->handle = NULL; + case ARCHIVE_TRANSFER_DEINIT: + if (state->context) + { + if (state->backend->archive_parse_file_free) + state->backend->archive_parse_file_free(state->context); + state->context = NULL; + } + + if (state->archive_file) + { + filestream_close(state->archive_file); + state->archive_file = NULL; + } + +#ifdef HAVE_MMAP + if (state->archive_mmap_data) + { + munmap(state->archive_mmap_data, (size_t)state->archive_size); + close(state->archive_mmap_fd); + state->archive_mmap_fd = 0; + state->archive_mmap_data = NULL; + } +#endif + + if (userdata) + userdata->transfer = NULL; break; } - if (state->type == ZLIB_TRANSFER_DEINIT || - state->type == ZLIB_TRANSFER_DEINIT_ERROR) + if ( state->type == ARCHIVE_TRANSFER_DEINIT || + state->type == ARCHIVE_TRANSFER_DEINIT_ERROR) return -1; return 0; } -void file_archive_parse_file_iterate_stop(file_archive_transfer_t *state) -{ - if (!state || !state->handle) - return; - - state->type = ZLIB_TRANSFER_DEINIT; - file_archive_parse_file_iterate(state, NULL, NULL, NULL, NULL, NULL); -} - /** - * file_archive_parse_file: + * file_archive_walk: * @file : filename path of archive - * @valid_exts : Valid extensions of archive to be parsed. + * @valid_exts : Valid extensions of archive to be parsed. * If NULL, allow all. * @file_cb : file_cb function pointer * @userdata : userdata to pass to file_cb function pointer. * - * Low-level file parsing. Enumerates over all files and calls + * Low-level file parsing. Enumerates over all files and calls * file_cb with userdata. * * Returns: true (1) on success, otherwise false (0). **/ -static bool file_archive_parse_file(const char *file, const char *valid_exts, - file_archive_file_cb file_cb, void *userdata) +static bool file_archive_walk(const char *file, const char *valid_exts, + file_archive_file_cb file_cb, struct archive_extract_userdata *userdata) { - file_archive_transfer_t state = {0}; - bool returnerr = true; + file_archive_transfer_t state; + bool returnerr = true; - state.type = ZLIB_TRANSFER_INIT; + state.type = ARCHIVE_TRANSFER_INIT; + state.archive_file = NULL; +#ifdef HAVE_MMAP + state.archive_mmap_fd = 0; + state.archive_mmap_data = NULL; +#endif + state.archive_size = 0; + state.context = NULL; + state.step_total = 0; + state.step_current = 0; + state.backend = NULL; for (;;) { @@ -545,52 +362,53 @@ static bool file_archive_parse_file(const char *file, const char *valid_exts, int file_archive_parse_file_progress(file_archive_transfer_t *state) { - /* FIXME: this estimate is worse than before */ - ptrdiff_t delta = state->directory - state->data; - return delta * 100 / state->zip_size; + if (!state || state->step_total == 0) + return 0; + + return (int)((state->step_current * 100) / (state->step_total)); } /** - * file_archive_extract_first_content_file: - * @zip_path : filename path to ZIP archive. - * @zip_path_size : size of ZIP archive. - * @valid_exts : valid extensions for a content file. + * file_archive_extract_file: + * @archive_path : filename path to archive. + * @valid_exts : valid extensions for the file. * @extraction_directory : the directory to extract temporary - * unzipped content to. + * file to. * - * Extract first content file from archive. + * Extract file from archive. If no file inside the archive is + * specified, the first file found will be used. * * Returns : true (1) on success, otherwise false (0). **/ -bool file_archive_extract_first_content_file( - char *zip_path, - size_t zip_path_size, +bool file_archive_extract_file( + const char *archive_path, const char *valid_exts, const char *extraction_directory, char *out_path, size_t len) { - struct string_list *list = NULL; - bool ret = true; - struct zip_extract_userdata userdata = {0}; + struct archive_extract_userdata userdata; + bool ret = true; + struct string_list *list = string_split(valid_exts, "|"); + + userdata.archive_path[0] = '\0'; + userdata.current_file_path[0] = '\0'; + userdata.first_extracted_file_path = NULL; + userdata.extraction_directory = extraction_directory; + userdata.ext = list; + userdata.list = NULL; + userdata.found_file = false; + userdata.list_only = false; + userdata.crc = 0; + userdata.transfer = NULL; + userdata.dec = NULL; - /* We cannot unzip if the libretro - * implementation does not have any valid extensions. */ - if (!valid_exts) - return false; - - list = string_split(valid_exts, "|"); if (!list) { ret = false; goto end; } - userdata.zip_path = zip_path; - userdata.zip_path_size = zip_path_size; - userdata.extraction_directory = extraction_directory; - userdata.ext = list; - - if (!file_archive_parse_file(zip_path, valid_exts, + if (!file_archive_walk(archive_path, valid_exts, file_archive_extract_cb, &userdata)) { /* Parsing file archive failed. */ @@ -598,15 +416,15 @@ bool file_archive_extract_first_content_file( goto end; } - if (!userdata.found_content) + if (!userdata.found_file) { - /* Didn't find any content that matched valid extensions + /* Didn't find any file that matched valid extensions * for libretro implementation. */ ret = false; goto end; } - if (*userdata.first_extracted_file_path) + if (!string_is_empty(userdata.first_extracted_file_path)) strlcpy(out_path, userdata.first_extracted_file_path, len); end: @@ -617,6 +435,36 @@ bool file_archive_extract_first_content_file( return ret; } +/* Warning: 'list' must zero initialised before + * calling this function, otherwise memory leaks/ + * undefined behaviour will occur */ +bool file_archive_get_file_list_noalloc(struct string_list *list, + const char *path, + const char *valid_exts) +{ + struct archive_extract_userdata userdata; + + if (!list || !string_list_initialize(list)) + return false; + + strlcpy(userdata.archive_path, path, sizeof(userdata.archive_path)); + userdata.current_file_path[0] = '\0'; + userdata.first_extracted_file_path = NULL; + userdata.extraction_directory = NULL; + userdata.ext = NULL; + userdata.list = list; + userdata.found_file = false; + userdata.list_only = true; + userdata.crc = 0; + userdata.transfer = NULL; + userdata.dec = NULL; + + if (!file_archive_walk(path, valid_exts, + file_archive_get_file_list_cb, &userdata)) + return false; + return true; +} + /** * file_archive_get_file_list: * @path : filename path of archive @@ -626,66 +474,275 @@ bool file_archive_extract_first_content_file( struct string_list *file_archive_get_file_list(const char *path, const char *valid_exts) { + struct archive_extract_userdata userdata; + + strlcpy(userdata.archive_path, path, sizeof(userdata.archive_path)); + userdata.current_file_path[0] = '\0'; + userdata.first_extracted_file_path = NULL; + userdata.extraction_directory = NULL; + userdata.ext = NULL; + userdata.list = string_list_new(); + userdata.found_file = false; + userdata.list_only = true; + userdata.crc = 0; + userdata.transfer = NULL; + userdata.dec = NULL; + + if (!userdata.list) + return NULL; + if (!file_archive_walk(path, valid_exts, + file_archive_get_file_list_cb, &userdata)) + { + string_list_free(userdata.list); + return NULL; + } + return userdata.list; +} + +bool file_archive_perform_mode(const char *path, const char *valid_exts, + const uint8_t *cdata, unsigned cmode, uint32_t csize, uint32_t size, + uint32_t crc32, struct archive_extract_userdata *userdata) +{ + file_archive_file_handle_t handle; + int ret; + + if (!userdata->transfer || !userdata->transfer->backend) + return false; + + handle.data = NULL; + handle.real_checksum = 0; + + if (!userdata->transfer->backend->stream_decompress_data_to_file_init( + userdata->transfer->context, &handle, cdata, cmode, csize, size)) + return false; + + do + { + ret = userdata->transfer->backend->stream_decompress_data_to_file_iterate( + userdata->transfer->context, &handle); + }while (ret == 0); + + if (ret == -1 || !file_archive_decompress_data_to_file( + userdata->transfer, &handle, path, + size, crc32)) + return false; + + return true; +} + +/** + * file_archive_filename_split: + * @str : filename to turn into a string list + * + * Creates a new string list based on filename @path, delimited by a hash (#). + * + * Returns: new string list if successful, otherwise NULL. + */ +static struct string_list *file_archive_filename_split(const char *path) +{ + union string_list_elem_attr attr; struct string_list *list = string_list_new(); + const char *delim = path_get_archive_delim(path); - if (!list) - goto error; + attr.i = 0; + + if (delim) + { + /* add archive path to list first */ + if (!string_list_append_n(list, path, (unsigned)(delim - path), attr)) + goto error; - if (!file_archive_parse_file(path, valid_exts, - file_archive_get_file_list_cb, list)) - goto error; + /* now add the path within the archive */ + delim++; + + if (*delim) + { + if (!string_list_append(list, delim, attr)) + goto error; + } + } + else + if (!string_list_append(list, path, attr)) + goto error; return list; error: - if (list) - string_list_free(list); + string_list_free(list); return NULL; } -bool file_archive_perform_mode(const char *path, const char *valid_exts, - const uint8_t *cdata, unsigned cmode, uint32_t csize, uint32_t size, - uint32_t crc32, void *userdata) +/* Generic compressed file loader. + * Extracts to buf, unless optional_filename != 0 + * Then extracts to optional_filename and leaves buf alone. + */ +int file_archive_compressed_read( + const char * path, void **buf, + const char* optional_filename, int64_t *length) { - switch (cmode) + const struct + file_archive_file_backend *backend = NULL; + struct string_list *str_list = NULL; + + /* Safety check. + * If optional_filename and optional_filename + * exists, we simply return 0, + * hoping that optional_filename is the + * same as requested. + */ + if (optional_filename && path_is_valid(optional_filename)) { - case ZLIB_MODE_UNCOMPRESSED: - if (!filestream_write_file(path, cdata, size)) - goto error; - break; + *length = 0; + return 1; + } - case ZLIB_MODE_DEFLATE: - { - int ret = 0; - file_archive_file_handle_t handle = {0}; - handle.backend = file_archive_get_default_file_backend(); - - if (!handle.backend->stream_decompress_data_to_file_init(&handle, - cdata, csize, size)) - goto error; - - do{ - ret = handle.backend->stream_decompress_data_to_file_iterate( - handle.stream); - }while(ret == 0); - - if (!file_archive_decompress_data_to_file(&handle, - ret, path, valid_exts, - cdata, csize, size, crc32)) - goto error; - } - break; - default: - goto error; + str_list = file_archive_filename_split(path); + /* We assure that there is something after the '#' symbol. + * + * This error condition happens for example, when + * path = /path/to/file.7z, or + * path = /path/to/file.7z# + */ + if (str_list->size <= 1) + { + /* could not extract string and substring. */ + string_list_free(str_list); + *length = 0; + return 0; } - return true; + backend = file_archive_get_file_backend(str_list->elems[0].data); + *length = backend->compressed_file_read(str_list->elems[0].data, + str_list->elems[1].data, buf, optional_filename); -error: - return false; + string_list_free(str_list); + + if (*length != -1) + return 1; + + return 0; } -const struct file_archive_file_backend *file_archive_get_default_file_backend(void) +const struct file_archive_file_backend *file_archive_get_zlib_file_backend(void) { +#ifdef HAVE_ZLIB return &zlib_backend; +#else + return NULL; +#endif +} + +const struct file_archive_file_backend *file_archive_get_7z_file_backend(void) +{ +#ifdef HAVE_7ZIP + return &sevenzip_backend; +#else + return NULL; +#endif +} + +const struct file_archive_file_backend* file_archive_get_file_backend(const char *path) +{ +#if defined(HAVE_7ZIP) || defined(HAVE_ZLIB) + char newpath[PATH_MAX_LENGTH]; + const char *file_ext = NULL; + char *last = NULL; + + newpath[0] = '\0'; + + strlcpy(newpath, path, sizeof(newpath)); + + last = (char*)path_get_archive_delim(newpath); + + if (last) + *last = '\0'; + + file_ext = path_get_extension(newpath); + +#ifdef HAVE_7ZIP + if (string_is_equal_noncase(file_ext, "7z")) + return &sevenzip_backend; +#endif + +#ifdef HAVE_ZLIB + if ( string_is_equal_noncase(file_ext, "zip") + || string_is_equal_noncase(file_ext, "apk") + ) + return &zlib_backend; +#endif +#endif + + return NULL; +} + +/** + * file_archive_get_file_crc32: + * @path : filename path of archive + * + * Returns: CRC32 of the specified file in the archive, otherwise 0. + * If no path within the archive is specified, the first + * file found inside is used. + **/ +uint32_t file_archive_get_file_crc32(const char *path) +{ + file_archive_transfer_t state; + struct archive_extract_userdata userdata = {0}; + bool returnerr = false; + const char *archive_path = NULL; + bool contains_compressed = path_contains_compressed_file(path); + + if (contains_compressed) + { + archive_path = path_get_archive_delim(path); + + /* move pointer right after the delimiter to give us the path */ + if (archive_path) + archive_path += 1; + } + + state.type = ARCHIVE_TRANSFER_INIT; + state.archive_file = NULL; +#ifdef HAVE_MMAP + state.archive_mmap_fd = 0; + state.archive_mmap_data = NULL; +#endif + state.archive_size = 0; + state.context = NULL; + state.step_total = 0; + state.step_current = 0; + state.backend = NULL; + + /* Initialize and open archive first. + Sets next state type to ITERATE. */ + file_archive_parse_file_iterate(&state, + &returnerr, path, NULL, NULL, + &userdata); + + for (;;) + { + /* Now find the first file in the archive. */ + if (state.type == ARCHIVE_TRANSFER_ITERATE) + file_archive_parse_file_iterate(&state, + &returnerr, path, NULL, NULL, + &userdata); + + /* If no path specified within archive, stop after + * finding the first file. + */ + if (!contains_compressed) + break; + + /* Stop when the right file in the archive is found. */ + if (archive_path) + { + if (string_is_equal(userdata.current_file_path, archive_path)) + break; + } + else + break; + } + + file_archive_parse_file_iterate_stop(&state); + + return userdata.crc; } diff --git a/PVSupport/Sources/retro/libretro-common/file/archive_file_7z.c b/PVSupport/Sources/retro/libretro-common/file/archive_file_7z.c new file mode 100644 index 0000000000..c0aa7ad0ff --- /dev/null +++ b/PVSupport/Sources/retro/libretro-common/file/archive_file_7z.c @@ -0,0 +1,526 @@ +/* Copyright (C) 2010-2020 The RetroArch team + * + * --------------------------------------------------------------------------------------- + * The following license statement only applies to this file (archive_file_sevenzip.c). + * --------------------------------------------------------------------------------------- + * + * Permission is hereby granted, free of charge, + * to any person obtaining a copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, + * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ + +#include + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include <7zip/7z.h> +#include <7zip/7zCrc.h> +#include <7zip/7zFile.h> + +#define SEVENZIP_MAGIC "7z\xBC\xAF\x27\x1C" +#define SEVENZIP_MAGIC_LEN 6 +#define SEVENZIP_LOOKTOREAD_BUF_SIZE (1 << 14) + +/* Assume W-functions do not work below Win2K and Xbox platforms */ +#if defined(_WIN32_WINNT) && _WIN32_WINNT < 0x0500 || defined(_XBOX) +#ifndef LEGACY_WIN32 +#define LEGACY_WIN32 +#endif +#endif + +struct sevenzip_context_t +{ + uint8_t *output; + CFileInStream archiveStream; + CLookToRead2 lookStream; + ISzAlloc allocImp; + ISzAlloc allocTempImp; + CSzArEx db; + size_t temp_size; + uint32_t parse_index; + uint32_t decompress_index; + uint32_t packIndex; + uint32_t block_index; +}; + +static void *sevenzip_stream_alloc_impl(ISzAllocPtr p, size_t size) +{ + if (size == 0) + return 0; + return malloc(size); +} + +static void sevenzip_stream_free_impl(ISzAllocPtr p, void *address) +{ + (void)p; + + if (address) + free(address); +} + +static void *sevenzip_stream_alloc_tmp_impl(ISzAllocPtr p, size_t size) +{ + (void)p; + if (size == 0) + return 0; + return malloc(size); +} + +static void* sevenzip_stream_new(void) +{ + struct sevenzip_context_t *sevenzip_context = + (struct sevenzip_context_t*)calloc(1, sizeof(struct sevenzip_context_t)); + + /* These are the allocation routines - currently using + * the non-standard 7zip choices. */ + sevenzip_context->allocImp.Alloc = sevenzip_stream_alloc_impl; + sevenzip_context->allocImp.Free = sevenzip_stream_free_impl; + sevenzip_context->allocTempImp.Alloc = sevenzip_stream_alloc_tmp_impl; + sevenzip_context->allocTempImp.Free = sevenzip_stream_free_impl; + sevenzip_context->block_index = 0xFFFFFFFF; + sevenzip_context->output = NULL; + + sevenzip_context->lookStream.bufSize = SEVENZIP_LOOKTOREAD_BUF_SIZE * sizeof(Byte); + sevenzip_context->lookStream.buf = (Byte*)malloc(sevenzip_context->lookStream.bufSize); + + if (!sevenzip_context->lookStream.buf) + sevenzip_context->lookStream.bufSize = 0; + + return sevenzip_context; +} + +static void sevenzip_parse_file_free(void *context) +{ + struct sevenzip_context_t *sevenzip_context = (struct sevenzip_context_t*)context; + + if (!sevenzip_context) + return; + + if (sevenzip_context->output) + { + IAlloc_Free(&sevenzip_context->allocImp, sevenzip_context->output); + sevenzip_context->output = NULL; + } + + SzArEx_Free(&sevenzip_context->db, &sevenzip_context->allocImp); + File_Close(&sevenzip_context->archiveStream.file); + + if (sevenzip_context->lookStream.buf) + free(sevenzip_context->lookStream.buf); + + free(sevenzip_context); +} + +/* Extract the relative path (needle) from a 7z archive + * (path) and allocate a buf for it to write it in. + * If optional_outfile is set, extract to that instead + * and don't allocate buffer. + */ +static int64_t sevenzip_file_read( + const char *path, + const char *needle, void **buf, + const char *optional_outfile) +{ + CFileInStream archiveStream; + CLookToRead2 lookStream; + ISzAlloc allocImp; + ISzAlloc allocTempImp; + CSzArEx db; + uint8_t *output = 0; + int64_t outsize = -1; + + /*These are the allocation routines. + * Currently using the non-standard 7zip choices. */ + allocImp.Alloc = sevenzip_stream_alloc_impl; + allocImp.Free = sevenzip_stream_free_impl; + allocTempImp.Alloc = sevenzip_stream_alloc_tmp_impl; + allocTempImp.Free = sevenzip_stream_free_impl; + + lookStream.bufSize = SEVENZIP_LOOKTOREAD_BUF_SIZE * sizeof(Byte); + lookStream.buf = (Byte*)malloc(lookStream.bufSize); + + if (!lookStream.buf) + lookStream.bufSize = 0; + +#if defined(_WIN32) && defined(USE_WINDOWS_FILE) && !defined(LEGACY_WIN32) + if (!string_is_empty(path)) + { + wchar_t *pathW = utf8_to_utf16_string_alloc(path); + + if (pathW) + { + /* Could not open 7zip archive? */ + if (InFile_OpenW(&archiveStream.file, pathW)) + { + free(pathW); + return -1; + } + + free(pathW); + } + } +#else + /* Could not open 7zip archive? */ + if (InFile_Open(&archiveStream.file, path)) + return -1; +#endif + + FileInStream_CreateVTable(&archiveStream); + LookToRead2_CreateVTable(&lookStream, false); + lookStream.realStream = &archiveStream.vt; + LookToRead2_Init(&lookStream); + CrcGenerateTable(); + + memset(&db, 0, sizeof(db)); + + SzArEx_Init(&db); + + if (SzArEx_Open(&db, &lookStream.vt, &allocImp, &allocTempImp) == SZ_OK) + { + uint32_t i; + bool file_found = false; + uint16_t *temp = NULL; + size_t temp_size = 0; + uint32_t block_index = 0xFFFFFFFF; + SRes res = SZ_OK; + + for (i = 0; i < db.NumFiles; i++) + { + size_t len; + char infile[PATH_MAX_LENGTH]; + size_t offset = 0; + size_t outSizeProcessed = 0; + + /* We skip over everything which is not a directory. + * FIXME: Why continue then if IsDir is true?*/ + if (SzArEx_IsDir(&db, i)) + continue; + + len = SzArEx_GetFileNameUtf16(&db, i, NULL); + + if (len > temp_size) + { + if (temp) + free(temp); + temp_size = len; + temp = (uint16_t *)malloc(temp_size * sizeof(temp[0])); + + if (temp == 0) + { + res = SZ_ERROR_MEM; + break; + } + } + + SzArEx_GetFileNameUtf16(&db, i, temp); + res = SZ_ERROR_FAIL; + infile[0] = '\0'; + + if (temp) + res = utf16_to_char_string(temp, infile, sizeof(infile)) + ? SZ_OK : SZ_ERROR_FAIL; + + if (string_is_equal(infile, needle)) + { + size_t output_size = 0; + + /* C LZMA SDK does not support chunked extraction - see here: + * sourceforge.net/p/sevenzip/discussion/45798/thread/6fb59aaf/ + * */ + file_found = true; + res = SzArEx_Extract(&db, &lookStream.vt, i, &block_index, + &output, &output_size, &offset, &outSizeProcessed, + &allocImp, &allocTempImp); + + if (res != SZ_OK) + break; /* This goes to the error section. */ + + outsize = (int64_t)outSizeProcessed; + + if (optional_outfile) + { + const void *ptr = (const void*)(output + offset); + + if (!filestream_write_file(optional_outfile, ptr, outsize)) + { + res = SZ_OK; + file_found = true; + outsize = -1; + } + } + else + { + /*We could either use the 7Zip allocated buffer, + * or create our own and use it. + * We would however need to realloc anyways, because RetroArch + * expects a \0 at the end, therefore we allocate new, + * copy and free the old one. */ + *buf = malloc((size_t)(outsize + 1)); + ((char*)(*buf))[outsize] = '\0'; + memcpy(*buf,output + offset,outsize); + } + break; + } + } + + if (temp) + free(temp); + IAlloc_Free(&allocImp, output); + + if (!(file_found && res == SZ_OK)) + { + /* Error handling + * + * Failed to open compressed file inside 7zip archive. + */ + + outsize = -1; + } + } + + SzArEx_Free(&db, &allocImp); + File_Close(&archiveStream.file); + + if (lookStream.buf) + free(lookStream.buf); + + return outsize; +} + +static bool sevenzip_stream_decompress_data_to_file_init( + void *context, file_archive_file_handle_t *handle, + const uint8_t *cdata, unsigned cmode, uint32_t csize, uint32_t size) +{ + struct sevenzip_context_t *sevenzip_context = + (struct sevenzip_context_t*)context; + + if (!sevenzip_context) + return false; + + sevenzip_context->decompress_index = (uint32_t)(size_t)cdata; + + return true; +} + +static int sevenzip_stream_decompress_data_to_file_iterate( + void *context, file_archive_file_handle_t *handle) +{ + struct sevenzip_context_t *sevenzip_context = + (struct sevenzip_context_t*)context; + + SRes res = SZ_ERROR_FAIL; + size_t output_size = 0; + size_t offset = 0; + size_t outSizeProcessed = 0; + + res = SzArEx_Extract(&sevenzip_context->db, + &sevenzip_context->lookStream.vt, sevenzip_context->decompress_index, + &sevenzip_context->block_index, &sevenzip_context->output, + &output_size, &offset, &outSizeProcessed, + &sevenzip_context->allocImp, &sevenzip_context->allocTempImp); + + if (res != SZ_OK) + return 0; + + if (handle) + handle->data = sevenzip_context->output + offset; + + return 1; +} + +static int sevenzip_parse_file_init(file_archive_transfer_t *state, + const char *file) +{ + uint8_t magic_buf[SEVENZIP_MAGIC_LEN]; + struct sevenzip_context_t *sevenzip_context = NULL; + + if (state->archive_size < SEVENZIP_MAGIC_LEN) + goto error; + + filestream_seek(state->archive_file, 0, SEEK_SET); + if (filestream_read(state->archive_file, magic_buf, SEVENZIP_MAGIC_LEN) != SEVENZIP_MAGIC_LEN) + goto error; + + if (string_is_not_equal_fast(magic_buf, SEVENZIP_MAGIC, SEVENZIP_MAGIC_LEN)) + goto error; + + sevenzip_context = (struct sevenzip_context_t*)sevenzip_stream_new(); + state->context = sevenzip_context; + +#if defined(_WIN32) && defined(USE_WINDOWS_FILE) && !defined(LEGACY_WIN32) + if (!string_is_empty(file)) + { + wchar_t *fileW = utf8_to_utf16_string_alloc(file); + + if (fileW) + { + /* could not open 7zip archive? */ + if (InFile_OpenW(&sevenzip_context->archiveStream.file, fileW)) + { + free(fileW); + goto error; + } + + free(fileW); + } + } +#else + /* could not open 7zip archive? */ + if (InFile_Open(&sevenzip_context->archiveStream.file, file)) + goto error; +#endif + + FileInStream_CreateVTable(&sevenzip_context->archiveStream); + LookToRead2_CreateVTable(&sevenzip_context->lookStream, false); + sevenzip_context->lookStream.realStream = &sevenzip_context->archiveStream.vt; + LookToRead2_Init(&sevenzip_context->lookStream); + CrcGenerateTable(); + SzArEx_Init(&sevenzip_context->db); + + if (SzArEx_Open(&sevenzip_context->db, &sevenzip_context->lookStream.vt, + &sevenzip_context->allocImp, &sevenzip_context->allocTempImp) != SZ_OK) + goto error; + + state->step_total = sevenzip_context->db.NumFiles; + + return 0; + +error: + if (sevenzip_context) + sevenzip_parse_file_free(sevenzip_context); + return -1; +} + +static int sevenzip_parse_file_iterate_step_internal( + struct sevenzip_context_t *sevenzip_context, char *filename, + const uint8_t **cdata, unsigned *cmode, + uint32_t *size, uint32_t *csize, uint32_t *checksum, + unsigned *payback, struct archive_extract_userdata *userdata) +{ + if (sevenzip_context->parse_index < sevenzip_context->db.NumFiles) + { + size_t len = SzArEx_GetFileNameUtf16(&sevenzip_context->db, + sevenzip_context->parse_index, NULL); + uint64_t compressed_size = 0; + + if (sevenzip_context->packIndex < sevenzip_context->db.db.NumPackStreams) + { + compressed_size = sevenzip_context->db.db.PackPositions[sevenzip_context->packIndex + 1] - + sevenzip_context->db.db.PackPositions[sevenzip_context->packIndex]; + + sevenzip_context->packIndex++; + } + + if (len < PATH_MAX_LENGTH && + !SzArEx_IsDir(&sevenzip_context->db, sevenzip_context->parse_index)) + { + char infile[PATH_MAX_LENGTH]; + SRes res = SZ_ERROR_FAIL; + uint16_t *temp = (uint16_t*)malloc(len * sizeof(uint16_t)); + + if (!temp) + return -1; + + infile[0] = '\0'; + + SzArEx_GetFileNameUtf16(&sevenzip_context->db, sevenzip_context->parse_index, + temp); + + if (temp) + { + res = utf16_to_char_string(temp, infile, sizeof(infile)) + ? SZ_OK : SZ_ERROR_FAIL; + free(temp); + } + + if (res != SZ_OK) + return -1; + + strlcpy(filename, infile, PATH_MAX_LENGTH); + + *cmode = 0; /* unused for 7zip */ + *checksum = sevenzip_context->db.CRCs.Vals[sevenzip_context->parse_index]; + *size = (uint32_t)SzArEx_GetFileSize(&sevenzip_context->db, sevenzip_context->parse_index); + *csize = (uint32_t)compressed_size; + + *cdata = (uint8_t *)(size_t)sevenzip_context->parse_index; + } + } + else + return 0; + + *payback = 1; + + return 1; +} + +static int sevenzip_parse_file_iterate_step(void *context, + const char *valid_exts, + struct archive_extract_userdata *userdata, file_archive_file_cb file_cb) +{ + const uint8_t *cdata = NULL; + uint32_t checksum = 0; + uint32_t size = 0; + uint32_t csize = 0; + unsigned cmode = 0; + unsigned payload = 0; + struct sevenzip_context_t *sevenzip_context = (struct sevenzip_context_t*)context; + int ret; + + userdata->current_file_path[0] = '\0'; + + ret = sevenzip_parse_file_iterate_step_internal(sevenzip_context, + userdata->current_file_path, + &cdata, &cmode, &size, &csize, + &checksum, &payload, userdata); + + if (ret != 1) + return ret; + + userdata->crc = checksum; + + if (file_cb && !file_cb(userdata->current_file_path, valid_exts, + cdata, cmode, + csize, size, checksum, userdata)) + return 0; + + sevenzip_context->parse_index += payload; + + return 1; +} + +static uint32_t sevenzip_stream_crc32_calculate(uint32_t crc, + const uint8_t *data, size_t length) +{ + return encoding_crc32(crc, data, length); +} + +const struct file_archive_file_backend sevenzip_backend = { + sevenzip_parse_file_init, + sevenzip_parse_file_iterate_step, + sevenzip_parse_file_free, + sevenzip_stream_decompress_data_to_file_init, + sevenzip_stream_decompress_data_to_file_iterate, + sevenzip_stream_crc32_calculate, + sevenzip_file_read, + "7z" +}; diff --git a/PVSupport/Sources/retro/libretro-common/file/archive_file_zlib.c b/PVSupport/Sources/retro/libretro-common/file/archive_file_zlib.c index fd9fb281bc..4b9c4a94c8 100644 --- a/PVSupport/Sources/retro/libretro-common/file/archive_file_zlib.c +++ b/PVSupport/Sources/retro/libretro-common/file/archive_file_zlib.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2010-2016 The RetroArch team +/* Copyright (C) 2010-2020 The RetroArch team * * --------------------------------------------------------------------------------------- * The following license statement only applies to this file (archive_file_zlib.c). @@ -21,196 +21,551 @@ */ #include +#include -#include #include #include +#include +#include +#include +#include -static void *zlib_stream_new(void) -{ - return (z_stream*)calloc(1, sizeof(z_stream)); -} +/* Only for MAX_WBITS */ +#include -static void zlib_stream_free(void *data) -{ - z_stream *ret = (z_stream*)data; - if (ret) - inflateEnd(ret); -} +#ifndef CENTRAL_FILE_HEADER_SIGNATURE +#define CENTRAL_FILE_HEADER_SIGNATURE 0x02014b50 +#endif + +#ifndef END_OF_CENTRAL_DIR_SIGNATURE +#define END_OF_CENTRAL_DIR_SIGNATURE 0x06054b50 +#endif -static void zlib_stream_set(void *data, - uint32_t avail_in, - uint32_t avail_out, - const uint8_t *next_in, - uint8_t *next_out - ) +enum file_archive_compression_mode { - z_stream *stream = (z_stream*)data; + ZIP_MODE_STORED = 0, + ZIP_MODE_DEFLATED = 8 +}; - if (!stream) - return; +typedef struct +{ + struct file_archive_transfer *state; + uint8_t *directory; + uint8_t *directory_entry; + uint8_t *directory_end; + void *current_stream; + uint8_t *compressed_data; + uint8_t *decompressed_data; +} zip_context_t; + +static INLINE uint32_t read_le(const uint8_t *data, unsigned size) +{ + unsigned i; + uint32_t val = 0; - stream->avail_in = avail_in; - stream->avail_out = avail_out; + size *= 8; + for (i = 0; i < size; i += 8) + val |= (uint32_t)*data++ << i; - stream->next_in = (uint8_t*)next_in; - stream->next_out = next_out; + return val; } -static uint32_t zlib_stream_get_avail_in(void *data) +static void zip_context_free_stream( + zip_context_t *zip_context, bool keep_decompressed) { - z_stream *stream = (z_stream*)data; - - if (!stream) - return 0; - - return stream->avail_in; + if (zip_context->current_stream) + { + zlib_inflate_backend.stream_free(zip_context->current_stream); + zip_context->current_stream = NULL; + } + if (zip_context->compressed_data) + { +#ifdef HAVE_MMAP + if (!zip_context->state->archive_mmap_data) +#endif + { + free(zip_context->compressed_data); + zip_context->compressed_data = NULL; + } + } + if (zip_context->decompressed_data && !keep_decompressed) + { + free(zip_context->decompressed_data); + zip_context->decompressed_data = NULL; + } } -static uint32_t zlib_stream_get_avail_out(void *data) +static bool zlib_stream_decompress_data_to_file_init( + void *context, file_archive_file_handle_t *handle, + const uint8_t *cdata, unsigned cmode, uint32_t csize, uint32_t size) { - z_stream *stream = (z_stream*)data; - - if (!stream) - return 0; + zip_context_t *zip_context = (zip_context_t *)context; + struct file_archive_transfer *state = zip_context->state; + uint8_t local_header_buf[4]; + uint8_t *local_header; + uint32_t offsetNL, offsetEL; + int64_t offsetData; + + /* free previous data and stream if left unfinished */ + zip_context_free_stream(zip_context, false); + + /* seek past most of the local directory header */ +#ifdef HAVE_MMAP + if (state->archive_mmap_data) + { + local_header = state->archive_mmap_data + (size_t)cdata + 26; + } + else +#endif + { + filestream_seek(state->archive_file, (int64_t)(size_t)cdata + 26, RETRO_VFS_SEEK_POSITION_START); + if (filestream_read(state->archive_file, local_header_buf, 4) != 4) + goto error; + local_header = local_header_buf; + } + + offsetNL = read_le(local_header, 2); /* file name length */ + offsetEL = read_le(local_header + 2, 2); /* extra field length */ + offsetData = (int64_t)(size_t)cdata + 26 + 4 + offsetNL + offsetEL; + +#ifdef HAVE_MMAP + if (state->archive_mmap_data) + { + zip_context->compressed_data = state->archive_mmap_data + (size_t)offsetData; + } + else +#endif + { + /* allocate memory for the compressed data */ + zip_context->compressed_data = (uint8_t*)malloc(csize); + if (!zip_context->compressed_data) + goto error; + + /* skip over name and extra data */ + filestream_seek(state->archive_file, offsetData, RETRO_VFS_SEEK_POSITION_START); + if (filestream_read(state->archive_file, zip_context->compressed_data, csize) != csize) + goto error; + } + + switch (cmode) + { + case ZIP_MODE_STORED: + handle->data = zip_context->compressed_data; + return true; + + case ZIP_MODE_DEFLATED: + zip_context->current_stream = zlib_inflate_backend.stream_new(); + if (!zip_context->current_stream) + goto error; + + if (zlib_inflate_backend.define) + zlib_inflate_backend.define(zip_context->current_stream, "window_bits", (uint32_t)-MAX_WBITS); + + zip_context->decompressed_data = (uint8_t*)malloc(size); + + if (!zip_context->decompressed_data) + goto error; + + zlib_inflate_backend.set_in(zip_context->current_stream, + zip_context->compressed_data, csize); + zlib_inflate_backend.set_out(zip_context->current_stream, + zip_context->decompressed_data, size); + + return true; + } - return stream->avail_out; +error: + zip_context_free_stream(zip_context, false); + return false; } -static uint64_t zlib_stream_get_total_out(void *data) +static int zlib_stream_decompress_data_to_file_iterate( + void *context, file_archive_file_handle_t *handle) { - z_stream *stream = (z_stream*)data; + zip_context_t *zip_context = (zip_context_t *)context; + bool zstatus; + uint32_t rd, wn; + enum trans_stream_error terror; + + if (!zip_context->current_stream) + { + /* file was uncompressed or decompression finished before */ + return 1; + } - if (!stream) - return 0; + zstatus = zlib_inflate_backend.trans(zip_context->current_stream, false, &rd, &wn, &terror); - return stream->total_out; -} + if (zstatus && !terror) + { + /* successfully decompressed entire file */ + zip_context_free_stream(zip_context, true); + handle->data = zip_context->decompressed_data; + return 1; + } -static void zlib_stream_decrement_total_out(void *data, unsigned subtraction) -{ - z_stream *stream = (z_stream*)data; + if (!zstatus && terror != TRANS_STREAM_ERROR_BUFFER_FULL) + { + /* error during stream processing */ + zip_context_free_stream(zip_context, false); + return -1; + } - if (stream) - stream->total_out -= subtraction; + /* still more data to process */ + return 0; } -static void zlib_stream_compress_free(void *data) +static uint32_t zlib_stream_crc32_calculate(uint32_t crc, + const uint8_t *data, size_t length) { - z_stream *ret = (z_stream*)data; - if (ret) - deflateEnd(ret); + return encoding_crc32(crc, data, length); } -static int zlib_stream_compress_data_to_file(void *data) +static bool zip_file_decompressed_handle( + file_archive_transfer_t *transfer, + file_archive_file_handle_t* handle, + const uint8_t *cdata, unsigned cmode, uint32_t csize, + uint32_t size, uint32_t crc32) { - int zstatus; - z_stream *stream = (z_stream*)data; + int ret = 0; - if (!stream) - return -1; + transfer->backend = &zlib_backend; - zstatus = deflate(stream, Z_FINISH); + if (!transfer->backend->stream_decompress_data_to_file_init( + transfer->context, handle, cdata, cmode, csize, size)) + return false; - if (zstatus == Z_STREAM_END) - return 1; + do + { + ret = transfer->backend->stream_decompress_data_to_file_iterate( + transfer->context, handle); + }while (ret == 0); - return 0; -} +#if 0 + handle->real_checksum = transfer->backend->stream_crc_calculate(0, + handle->data, size); -static bool zlib_stream_decompress_init(void *data) -{ - z_stream *stream = (z_stream*)data; + if (handle->real_checksum != crc32) + { + if (handle->data) + free(handle->data); - if (!stream) - return false; - if (inflateInit(stream) != Z_OK) + handle->data = NULL; return false; + } +#endif + return true; } -static bool zlib_stream_decompress_data_to_file_init( - file_archive_file_handle_t *handle, - const uint8_t *cdata, uint32_t csize, uint32_t size) +typedef struct { - if (!handle) - return false; + char *opt_file; + char *needle; + void **buf; + size_t size; + bool found; +} decomp_state_t; + +/* Extract the relative path (needle) from a + * ZIP archive (path) and allocate a buffer for it to write it in. + * + * optional_outfile if not NULL will be used to extract the file to. + * buf will be 0 then. + */ - if (!(handle->stream = (z_stream*)zlib_stream_new())) - goto error; - - if (inflateInit2((z_streamp)handle->stream, -MAX_WBITS) != Z_OK) - goto error; +static int zip_file_decompressed( + const char *name, const char *valid_exts, + const uint8_t *cdata, unsigned cmode, + uint32_t csize, uint32_t size, + uint32_t crc32, struct archive_extract_userdata *userdata) +{ + decomp_state_t* decomp_state = (decomp_state_t*)userdata->cb_data; + char last_char = name[strlen(name) - 1]; + /* Ignore directories. */ + if (last_char == '/' || last_char == '\\') + return 1; - handle->data = (uint8_t*)malloc(size); + if (strstr(name, decomp_state->needle)) + { + file_archive_file_handle_t handle = {0}; + + if (zip_file_decompressed_handle(userdata->transfer, + &handle, cdata, cmode, csize, size, crc32)) + { + if (decomp_state->opt_file != 0) + { + /* Called in case core has need_fullpath enabled. */ + bool success = filestream_write_file(decomp_state->opt_file, handle.data, size); + + /* Note: Do not free handle.data here - this + * will be done when stream is deinitialised */ + handle.data = NULL; + + decomp_state->size = 0; + + if (!success) + return -1; + } + else + { + /* Called in case core has need_fullpath disabled. + * Will move decompressed content directly into + * RetroArch's ROM buffer. */ + zip_context_t *zip_context = (zip_context_t *)userdata->transfer->context; + + decomp_state->size = 0; + + /* Unlink data buffer from context (otherwise + * it will be freed when the stream is deinitialised) */ + if (handle.data == zip_context->compressed_data) + { + /* Well this is fun... + * If this is 'compressed' data (if the zip + * file was created with the '-0 store only' + * flag), and the origin file is mmapped, then + * the context compressed_data buffer cannot be + * reassigned (since it is not a traditional + * block of user-assigned memory). We have to + * create a copy of it instead... */ +#ifdef HAVE_MMAP + if (zip_context->state->archive_mmap_data) + { + uint8_t *temp_buf = (uint8_t*)malloc(csize); + + if (temp_buf) + { + memcpy(temp_buf, handle.data, csize); + *decomp_state->buf = temp_buf; + decomp_state->size = csize; + } + } + else +#endif + { + *decomp_state->buf = handle.data; + decomp_state->size = csize; + zip_context->compressed_data = NULL; + } + } + else if (handle.data == zip_context->decompressed_data) + { + *decomp_state->buf = handle.data; + decomp_state->size = size; + zip_context->decompressed_data = NULL; + } + + handle.data = NULL; + } + } + + decomp_state->found = true; + } + + return 1; +} - if (!handle->data) - goto error; +static int64_t zip_file_read( + const char *path, + const char *needle, void **buf, + const char *optional_outfile) +{ + file_archive_transfer_t state = {0}; + decomp_state_t decomp = {0}; + struct archive_extract_userdata userdata = {0}; + bool returnerr = true; + int ret = 0; + + if (needle) + decomp.needle = strdup(needle); + if (optional_outfile) + decomp.opt_file = strdup(optional_outfile); + + state.type = ARCHIVE_TRANSFER_INIT; + userdata.transfer = &state; + userdata.cb_data = &decomp; + decomp.buf = buf; + + do + { + ret = file_archive_parse_file_iterate(&state, &returnerr, path, + "", zip_file_decompressed, &userdata); + if (!returnerr) + break; + }while (ret == 0 && !decomp.found); + + file_archive_parse_file_iterate_stop(&state); + + if (decomp.opt_file) + free(decomp.opt_file); + if (decomp.needle) + free(decomp.needle); + + if (!decomp.found) + return -1; - zlib_stream_set(handle->stream, csize, size, - (const uint8_t*)cdata, handle->data); + return (int64_t)decomp.size; +} - return true; +static int zip_parse_file_init(file_archive_transfer_t *state, + const char *file) +{ + uint8_t footer_buf[1024]; + uint8_t *footer = footer_buf; + int64_t read_pos = state->archive_size; + int64_t read_block = MIN(read_pos, sizeof(footer_buf)); + int64_t directory_size, directory_offset; + zip_context_t *zip_context = NULL; + + /* Minimal ZIP file size is 22 bytes */ + if (read_block < 22) + return -1; -error: - zlib_stream_free(handle->stream); - free(handle->stream); - if (handle->data) - free(handle->data); + /* Find the end of central directory record by scanning + * the file from the end towards the beginning. + */ + for (;;) + { + if (--footer < footer_buf) + { + if (read_pos <= 0) + return -1; /* reached beginning of file */ + + /* Read 21 bytes of overlaps except on the first block. */ + if (read_pos == state->archive_size) + read_pos = read_pos - read_block; + else + read_pos = MAX(read_pos - read_block + 21, 0); + + /* Seek to read_pos and read read_block bytes. */ + filestream_seek(state->archive_file, read_pos, RETRO_VFS_SEEK_POSITION_START); + if (filestream_read(state->archive_file, footer_buf, read_block) != read_block) + return -1; + + footer = footer_buf + read_block - 22; + } + if (read_le(footer, 4) == END_OF_CENTRAL_DIR_SIGNATURE) + { + unsigned comment_len = read_le(footer + 20, 2); + if (read_pos + (footer - footer_buf) + 22 + comment_len == state->archive_size) + break; /* found it! */ + } + } + + /* Read directory info and do basic sanity checks. */ + directory_size = read_le(footer + 12, 4); + directory_offset = read_le(footer + 16, 4); + if (directory_size > state->archive_size + || directory_offset > state->archive_size) + return -1; - return false; + /* This is a ZIP file, allocate one block of memory for both the + * context and the entire directory, then read the directory. + */ + zip_context = (zip_context_t*)malloc(sizeof(zip_context_t) + (size_t)directory_size); + zip_context->state = state; + zip_context->directory = (uint8_t*)(zip_context + 1); + zip_context->directory_entry = zip_context->directory; + zip_context->directory_end = zip_context->directory + (size_t)directory_size; + zip_context->current_stream = NULL; + zip_context->compressed_data = NULL; + zip_context->decompressed_data = NULL; + + filestream_seek(state->archive_file, directory_offset, RETRO_VFS_SEEK_POSITION_START); + if (filestream_read(state->archive_file, zip_context->directory, directory_size) != directory_size) + { + free(zip_context); + return -1; + } + + state->context = zip_context; + state->step_total = read_le(footer + 10, 2); /* total entries */; + + return 0; } -static int zlib_stream_decompress_data_to_file_iterate(void *data) +static int zip_parse_file_iterate_step_internal( + zip_context_t * zip_context, char *filename, + const uint8_t **cdata, + unsigned *cmode, uint32_t *size, uint32_t *csize, + uint32_t *checksum, unsigned *payback) { - int zstatus; - z_stream *stream = (z_stream*)data; + uint8_t *entry = zip_context->directory_entry; + uint32_t signature, namelength, extralength, commentlength, offset; - if (!stream) - goto error; + if (entry < zip_context->directory || entry >= zip_context->directory_end) + return 0; - zstatus = inflate(stream, Z_NO_FLUSH); + signature = read_le(zip_context->directory_entry + 0, 4); - if (zstatus == Z_STREAM_END) - return 1; + if (signature != CENTRAL_FILE_HEADER_SIGNATURE) + return 0; - if (zstatus != Z_OK && zstatus != Z_BUF_ERROR) - goto error; + *cmode = read_le(zip_context->directory_entry + 10, 2); /* compression mode, 0 = store, 8 = deflate */ + *checksum = read_le(zip_context->directory_entry + 16, 4); /* CRC32 */ + *csize = read_le(zip_context->directory_entry + 20, 4); /* compressed size */ + *size = read_le(zip_context->directory_entry + 24, 4); /* uncompressed size */ - return 0; + namelength = read_le(zip_context->directory_entry + 28, 2); /* file name length */ + extralength = read_le(zip_context->directory_entry + 30, 2); /* extra field length */ + commentlength = read_le(zip_context->directory_entry + 32, 2); /* file comment length */ -error: - return -1; + if (namelength >= PATH_MAX_LENGTH) + return -1; + + memcpy(filename, zip_context->directory_entry + 46, namelength); /* file name */ + filename[namelength] = '\0'; + + offset = read_le(zip_context->directory_entry + 42, 4); /* relative offset of local file header */ + + *cdata = (uint8_t*)(size_t)offset; /* store file offset in data pointer */ + + *payback = 46 + namelength + extralength + commentlength; + + return 1; } -static void zlib_stream_compress_init(void *data, int level) +static int zip_parse_file_iterate_step(void *context, + const char *valid_exts, struct archive_extract_userdata *userdata, + file_archive_file_cb file_cb) { - z_stream *stream = (z_stream*)data; + zip_context_t *zip_context = (zip_context_t *)context; + const uint8_t *cdata = NULL; + uint32_t checksum = 0; + uint32_t size = 0; + uint32_t csize = 0; + unsigned cmode = 0; + unsigned payload = 0; + int ret = zip_parse_file_iterate_step_internal(zip_context, + userdata->current_file_path, &cdata, &cmode, &size, &csize, &checksum, &payload); + + if (ret != 1) + return ret; + + userdata->crc = checksum; + + if (file_cb && !file_cb(userdata->current_file_path, valid_exts, cdata, cmode, + csize, size, checksum, userdata)) + return 0; + + zip_context->directory_entry += payload; - if (stream) - deflateInit(stream, level); + return 1; } -static uint32_t zlib_stream_crc32_calculate(uint32_t crc, - const uint8_t *data, size_t length) +static void zip_parse_file_free(void *context) { - return crc32(crc, data, length); + zip_context_t *zip_context = (zip_context_t *)context; + zip_context_free_stream(zip_context, false); + free(zip_context); } const struct file_archive_file_backend zlib_backend = { - zlib_stream_new, - zlib_stream_free, - zlib_stream_set, - zlib_stream_get_avail_in, - zlib_stream_get_avail_out, - zlib_stream_get_total_out, - zlib_stream_decrement_total_out, - zlib_stream_decompress_init, + zip_parse_file_init, + zip_parse_file_iterate_step, + zip_parse_file_free, zlib_stream_decompress_data_to_file_init, zlib_stream_decompress_data_to_file_iterate, - zlib_stream_compress_init, - zlib_stream_compress_free, - zlib_stream_compress_data_to_file, zlib_stream_crc32_calculate, + zip_file_read, "zlib" }; diff --git a/PVSupport/Sources/retro/libretro-common/file/config_file.c b/PVSupport/Sources/retro/libretro-common/file/config_file.c index 9b049b0013..8660cfa810 100644 --- a/PVSupport/Sources/retro/libretro-common/file/config_file.c +++ b/PVSupport/Sources/retro/libretro-common/file/config_file.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2010-2015 The RetroArch team +/* Copyright (C) 2010-2020 The RetroArch team * * --------------------------------------------------------------------------------------- * The following license statement only applies to this file (config_file.c). @@ -26,140 +26,193 @@ #include #include -#if !defined(_WIN32) && !defined(__CELLOS_LV2__) && !defined(_XBOX) -#include /* PATH_MAX */ -#elif defined(_WIN32) && !defined(_XBOX) -#define WIN32_LEAN_AND_MEAN -#include -#elif defined(_XBOX) -#include +#ifdef ORBIS +#include +#include #endif - #include #include #include +#include #include #include #include -#include -#include #include -#include +#include +#include #define MAX_INCLUDE_DEPTH 16 -struct config_entry_list -{ - /* If we got this from an #include, - * do not allow overwrite. */ - bool readonly; - char *key; - char *value; - uint32_t key_hash; - - struct config_entry_list *next; -}; - struct config_include_list { char *path; struct config_include_list *next; }; -struct config_file -{ - char *path; - struct config_entry_list *entries; - struct config_entry_list *tail; - unsigned include_depth; +/* Forward declaration */ +static bool config_file_parse_line(config_file_t *conf, + struct config_entry_list *list, char *line, config_file_cb_t *cb); - struct config_include_list *includes; -}; +static int config_file_sort_compare_func(struct config_entry_list *a, + struct config_entry_list *b) +{ + if (a && b) + { + if (a->key) + { + if (b->key) + return strcasecmp(a->key, b->key); + return 1; + } + else if (b->key) + return -1; + } -static config_file_t *config_file_new_internal( - const char *path, unsigned depth); + return 0; +} -static char *getaline(FILE *file) +/* https://stackoverflow.com/questions/7685/merge-sort-a-linked-list */ +static struct config_entry_list* config_file_merge_sort_linked_list( + struct config_entry_list *list, int (*compare)( + struct config_entry_list *one,struct config_entry_list *two)) { - char* newline = (char*)malloc(9); - char* newline_tmp = NULL; - size_t cur_size = 8; - size_t idx = 0; - int in = getc(file); + struct config_entry_list + *right = list, + *temp = list, + *last = list, + *result = 0, + *next = 0, + *tail = 0; + + /* Trivial case. */ + if (!list || !list->next) + return list; + + /* Find halfway through the list (by running two pointers, + * one at twice the speed of the other). */ + while (temp && temp->next) + { + last = right; + right = right->next; + temp = temp->next->next; + } - if (!newline) - return NULL; + /* Break the list in two. (prev pointers are broken here, + * but we fix later) */ + last->next = 0; - while (in != EOF && in != '\n') + /* Recurse on the two smaller lists: */ + list = config_file_merge_sort_linked_list(list, compare); + right = config_file_merge_sort_linked_list(right, compare); + + /* Merge: */ + while (list || right) { - if (idx == cur_size) + /* Take from empty lists, or compare: */ + if (!right) { - cur_size *= 2; - newline_tmp = (char*)realloc(newline, cur_size + 1); - - if (!newline_tmp) - { - free(newline); - return NULL; - } - - newline = newline_tmp; + next = list; + list = list->next; + } + else if (!list) + { + next = right; + right = right->next; + } + else if (compare(list, right) < 0) + { + next = list; + list = list->next; } + else + { + next = right; + right = right->next; + } + + if (!result) + result = next; + else + tail->next = next; - newline[idx++] = in; - in = getc(file); + tail = next; } - newline[idx] = '\0'; - return newline; + + return result; } -static char *strip_comment(char *str) +/* Searches input string for a comment ('#') entry + * > If first character is '#', then entire line is + * a comment and may correspond to a directive + * (command action - e.g. include sub-config file). + * In this case, 'str' is set to NUL and the comment + * itself (everything after the '#' character) is + * returned + * > If a '#' character is found inside a string literal + * value, then it does not correspond to a comment and + * is ignored. In this case, 'str' is left untouched + * and NULL is returned + * > If a '#' character is found anywhere else, then the + * comment text is a suffix of the input string and + * has no programmatic value. In this case, the comment + * is removed from the end of 'str' and NULL is returned */ +static char *config_file_strip_comment(char *str) { - /* Remove everything after comment. - * Keep #s inside string literals. */ - char *string_end = str + strlen(str); - bool cut_comment = true; + /* Search for a comment (#) character */ + char *comment = strchr(str, '#'); - while (!string_is_empty(str)) + if (comment) { - char *comment = NULL; - char *literal = strchr(str, '\"'); - if (!literal) - literal = string_end; - comment = (char*)strchr(str, '#'); - if (!comment) - comment = string_end; + char *literal_start = NULL; - if (cut_comment && literal < comment) - { - cut_comment = false; - str = literal + 1; - } - else if (!cut_comment && literal) + /* Check whether entire line is a comment + * > First character == '#' */ + if (str == comment) { - cut_comment = true; - str = literal + 1; + /* Set 'str' to NUL and return comment + * for processing at a higher level */ + *str = '\0'; + return ++comment; } - else if (comment) + + /* Comment character occurs at an offset: + * Search for the start of a string literal value */ + literal_start = strchr(str, '\"'); + + /* Check whether string literal start occurs + * *before* the comment character */ + if (literal_start && (literal_start < comment)) { - *comment = '\0'; - str = comment; + /* Search for the end of the string literal + * value */ + char *literal_end = strchr(literal_start + 1, '\"'); + + /* Check whether string literal end occurs + * *after* the comment character + * > If this is the case, ignore the comment + * > Leave 'str' untouched and return NULL */ + if (literal_end && (literal_end > comment)) + return NULL; } - else - str = string_end; + + /* If we reach this point, then a comment + * exists outside of a string literal + * > Trim the entire comment from the end + * of 'str' */ + *comment = '\0'; } - return str; + return NULL; } -static char *extract_value(char *line, bool is_value) +static char *config_file_extract_value(char *line, bool is_value) { - char *save = NULL; - char *tok = NULL; + size_t idx = 0; + char *value = NULL; if (is_value) { - while (isspace((int)*line)) + while (ISSPACE((int)*line)) line++; /* If we don't have an equal sign here, @@ -170,82 +223,90 @@ static char *extract_value(char *line, bool is_value) line++; } - while (isspace((int)*line)) + while (ISSPACE((int)*line)) line++; - /* We have a full string. Read until next ". */ + /* Note: From this point on, an empty value + * string is valid - and in this case, strdup("") + * will be returned + * > If we instead return NULL, the the entry + * is ignored completely - which means we cannot + * track *changes* in entry value */ + + /* If first character is ("), we have a full string + * literal */ if (*line == '"') { + /* Skip to next character */ line++; - tok = strtok_r(line, "\"", &save); - if (!tok) - return NULL; - return strdup(tok); - } - else if (*line == '\0') /* Nothing */ - return NULL; - - /* We don't have that. Read until next space. */ - tok = strtok_r(line, " \n\t\f\r\v", &save); - if (tok) - return strdup(tok); - return NULL; -} - -static void add_include_list(config_file_t *conf, const char *path) -{ - struct config_include_list *head = conf->includes; - struct config_include_list *node = (struct config_include_list*)calloc(1, sizeof(*node)); - if (!node) - return; + /* If this a ("), then value string is empty */ + if (*line == '"') + return strdup(""); - node->path = strdup(path); + /* Find the next (") character */ + while (line[idx] && (line[idx] != '\"')) + idx++; - if (head) + line[idx] = '\0'; + value = line; + } + /* This is not a string literal - just read + * until the next space is found + * > Note: Skip this if line is empty */ + else if (*line != '\0') { - while (head->next) - head = head->next; + /* Find next space character */ + while (line[idx] && isgraph((int)line[idx])) + idx++; - head->next = node; + line[idx] = '\0'; + value = line; } - else - conf->includes = node; -} -static void set_list_readonly(struct config_entry_list *list) -{ - while (list) - { - list->readonly = true; - list = list->next; - } + if (value && *value) + return strdup(value); + + return strdup(""); } /* Move semantics? */ -static void add_child_list(config_file_t *parent, config_file_t *child) +static void config_file_add_child_list(config_file_t *parent, config_file_t *child) { + struct config_entry_list *list = child->entries; + bool merge_hash_map = false; + if (parent->entries) { struct config_entry_list *head = parent->entries; while (head->next) head = head->next; - set_list_readonly(child->entries); - head->next = child->entries; + /* set list readonly */ + while (list) + { + list->readonly = true; + list = list->next; + } + head->next = child->entries; + + merge_hash_map = true; } else { - set_list_readonly(child->entries); - parent->entries = child->entries; + /* set list readonly */ + while (list) + { + list->readonly = true; + list = list->next; + } + parent->entries = child->entries; } - child->entries = NULL; - /* Rebase tail. */ if (parent->entries) { - struct config_entry_list *head = + struct config_entry_list *head = (struct config_entry_list*)parent->entries; while (head->next) @@ -254,96 +315,305 @@ static void add_child_list(config_file_t *parent, config_file_t *child) } else parent->tail = NULL; -} -static void add_sub_conf(config_file_t *conf, char *line) -{ - char real_path[PATH_MAX_LENGTH] = {0}; - config_file_t *sub_conf = NULL; - char *path = extract_value(line, false); + /* Update hash map */ + if (merge_hash_map) + { + size_t i; + size_t cap; - if (!path) - return; + /* We are merging two lists - if any child entry + * (key) is not present in the parent list, add it + * to the parent hash map */ + for (i = 0, cap = RHMAP_CAP(child->entries_map); i != cap; i++) + { + uint32_t child_hash = RHMAP_KEY(child->entries_map, i); + const char *child_key = RHMAP_KEY_STR(child->entries_map, i); + + if (child_hash && + child_key && + !RHMAP_HAS_FULL(parent->entries_map, child_hash, child_key)) + { + struct config_entry_list *entry = child->entries_map[i]; + + if (entry) + RHMAP_SET_FULL(parent->entries_map, child_hash, child_key, entry); + } + } + + /* Child entries map is no longer required, + * so free it now */ + RHMAP_FREE(child->entries_map); + } + else + { + /* If parent list was originally empty, + * take map from child list */ + RHMAP_FREE(parent->entries_map); + parent->entries_map = child->entries_map; + child->entries_map = NULL; + } - add_include_list(conf, path); + child->entries = NULL; +} +static void config_file_get_realpath(char *s, size_t len, + char *path, const char *config_path) +{ #ifdef _WIN32 - fill_pathname_resolve_relative(real_path, conf->path, - path, sizeof(real_path)); + if (!string_is_empty(config_path)) + fill_pathname_resolve_relative(s, config_path, + path, len); #else -#ifndef __CELLOS_LV2__ +#if !defined(__PSL1GHT__) && !defined(__PS3__) if (*path == '~') { const char *home = getenv("HOME"); - strlcpy(real_path, home ? home : "", sizeof(real_path)); - strlcat(real_path, path + 1, sizeof(real_path)); + if (home) + { + strlcpy(s, home, len); + strlcat(s, path + 1, len); + } + else + strlcpy(s, path + 1, len); } else #endif - fill_pathname_resolve_relative(real_path, conf->path, - path, sizeof(real_path)); + if (!string_is_empty(config_path)) + fill_pathname_resolve_relative(s, config_path, path, len); #endif +} - sub_conf = (config_file_t*) - config_file_new_internal(real_path, conf->include_depth + 1); - if (!sub_conf) +static void config_file_add_sub_conf(config_file_t *conf, char *path, + char *real_path, size_t len, config_file_cb_t *cb) +{ + struct config_include_list *head = conf->includes; + struct config_include_list *node = (struct config_include_list*) + malloc(sizeof(*node)); + + if (node) { - free(path); - return; + node->next = NULL; + /* Add include list */ + node->path = strdup(path); + + if (head) + { + while (head->next) + head = head->next; + + head->next = node; + } + else + conf->includes = node; } - /* Pilfer internal list. */ - add_child_list(conf, sub_conf); - config_file_free(sub_conf); - free(path); + config_file_get_realpath(real_path, len, path, + conf->path); } -static bool parse_line(config_file_t *conf, - struct config_entry_list *list, char *line) +static int config_file_load_internal( + struct config_file *conf, + const char *path, unsigned depth, config_file_cb_t *cb) { - char *comment = NULL; - char *key_tmp = NULL; - size_t cur_size = 8; - size_t idx = 0; - char *key = (char*)malloc(9); + RFILE *file = NULL; + char *new_path = strdup(path); + if (!new_path) + return 1; - if (!key) - return false; + conf->path = new_path; + conf->include_depth = depth; + file = filestream_open(path, + RETRO_VFS_FILE_ACCESS_READ, + RETRO_VFS_FILE_ACCESS_HINT_NONE); - if (!line || !*line) + if (!file) { - free(key); - return false; + free(conf->path); + return 1; } - comment = strip_comment(line); - - /* Starting line with # and include includes config files. */ - if ((comment == line) && (conf->include_depth < MAX_INCLUDE_DEPTH)) + while (!filestream_eof(file)) { - comment++; - if (strstr(comment, "include ") == comment) + char *line = NULL; + struct config_entry_list *list = (struct config_entry_list*) + malloc(sizeof(*list)); + + if (!list) { - add_sub_conf(conf, comment + strlen("include ")); - free(key); - return false; + filestream_close(file); + return -1; } + + list->readonly = false; + list->key = NULL; + list->value = NULL; + list->next = NULL; + + line = filestream_getline(file); + + if (!line) + { + free(list); + continue; + } + + if ( + !string_is_empty(line) + && config_file_parse_line(conf, list, line, cb)) + { + if (conf->entries) + conf->tail->next = list; + else + conf->entries = list; + + conf->tail = list; + + if (list->key) + { + /* Only add entry to the map if an entry + * with the specified value does not + * already exist */ + uint32_t hash = rhmap_hash_string(list->key); + + if (!RHMAP_HAS_FULL(conf->entries_map, hash, list->key)) + { + RHMAP_SET_FULL(conf->entries_map, hash, list->key, list); + + if (cb && list->value) + cb->config_file_new_entry_cb(list->key, list->value); + } + } + } + + free(line); + + if (list != conf->tail) + free(list); } - else if (conf->include_depth >= MAX_INCLUDE_DEPTH) + + filestream_close(file); + + return 0; +} + +static bool config_file_parse_line(config_file_t *conf, + struct config_entry_list *list, char *line, config_file_cb_t *cb) +{ + size_t cur_size = 32; + size_t idx = 0; + char *key = NULL; + char *key_tmp = NULL; + /* Remove any comment text */ + char *comment = config_file_strip_comment(line); + + /* Check whether entire line is a comment */ + if (comment) { - fprintf(stderr, "!!! #include depth exceeded for config. Might be a cycle.\n"); + config_file_t sub_conf; + bool include_found = false; + bool reference_found = false; + char real_path[PATH_MAX_LENGTH]; + char *path = NULL; + char *include_line = NULL; + char *reference_line = NULL; + + include_found = string_starts_with_size(comment, "include ", + STRLEN_CONST("include ")); + reference_found = string_starts_with_size(comment, "reference ", + STRLEN_CONST("reference ")); + + /* All comments except those starting with the include or + * reference directive are ignored */ + if (!include_found && !reference_found) + return false; + + /* Starting a line with an 'include' directive + * appends a sub-config file */ + if (include_found) + { + include_line = comment + STRLEN_CONST("include "); + + if (string_is_empty(include_line)) + return false; + + path = config_file_extract_value(include_line, false); + + if (!path) + return false; + + if ( string_is_empty(path) + || conf->include_depth >= MAX_INCLUDE_DEPTH) + { + free(path); + return false; + } + + real_path[0] = '\0'; + config_file_add_sub_conf(conf, path, + real_path, sizeof(real_path), cb); + + config_file_initialize(&sub_conf); + + switch (config_file_load_internal(&sub_conf, real_path, + conf->include_depth + 1, cb)) + { + case 0: + /* Pilfer internal list. */ + config_file_add_child_list(conf, &sub_conf); + /* fall-through to deinitialize */ + case -1: + config_file_deinitialize(&sub_conf); + break; + case 1: + default: + break; + } + } + + /* Starting a line with an 'reference' directive + * sets the reference path */ + if (reference_found) + { + reference_line = comment + STRLEN_CONST("reference "); + + if (string_is_empty(reference_line)) + return false; + + path = config_file_extract_value(reference_line, false); + + if (!path) + return false; + + config_file_set_reference_path(conf, path); + + if (!path) + return false; + } + + free(path); + return true; } - /* Skips to first character. */ - while (isspace((int)*line)) + /* Skip to first non-space character */ + while (ISSPACE((int)*line)) line++; + /* Allocate storage for key */ + key = (char*)malloc(cur_size + 1); + if (!key) + return false; + + /* Copy line contents into key until we + * reach the next space character */ while (isgraph((int)*line)) { + /* If current key storage is too small, + * double its size */ if (idx == cur_size) { cur_size *= 2; - key_tmp = (char*)realloc(key, cur_size + 1); + key_tmp = (char*)realloc(key, cur_size + 1); if (!key_tmp) { @@ -356,11 +626,13 @@ static bool parse_line(config_file_t *conf, key[idx++] = *line++; } - key[idx] = '\0'; - list->key = key; - list->key_hash = djb2_calculate(key); + key[idx] = '\0'; - list->value = extract_value(line, true); + /* Add key and value entries to list */ + list->key = key; + list->value = config_file_extract_value(line, true); + + /* An entry without a value is invalid */ if (!list->value) { list->key = NULL; @@ -371,86 +643,97 @@ static bool parse_line(config_file_t *conf, return true; } -static config_file_t *config_file_new_internal( - const char *path, unsigned depth) +static int config_file_from_string_internal( + struct config_file *conf, + char *from_string, + const char *path) { - FILE *file = NULL; - struct config_file *conf = (struct config_file*)calloc(1, sizeof(*conf)); - if (!conf) - return NULL; - - if (!path || !*path) - return conf; + char *lines = from_string; + char *save_ptr = NULL; + char *line = NULL; - if (path_is_directory(path)) - goto error; + if (!string_is_empty(path)) + conf->path = strdup(path); + if (string_is_empty(lines)) + return 0; - conf->path = strdup(path); - if (!conf->path) - goto error; + /* Get first line of config file */ + line = strtok_r(lines, "\n", &save_ptr); - conf->include_depth = depth; - file = fopen(path, "r"); - - if (!file) - { - free(conf->path); - goto error; - } - - while (!feof(file)) + while (line) { struct config_entry_list *list = (struct config_entry_list*) - calloc(1, sizeof(*list)); - char *line = NULL; + malloc(sizeof(*list)); if (!list) - { - config_file_free(conf); - fclose(file); - return NULL; - } - - line = getaline(file); + return -1; - if (!line) - { - free(list); - continue; - } + list->readonly = false; + list->key = NULL; + list->value = NULL; + list->next = NULL; - if (parse_line(conf, list, line)) + /* Parse current line */ + if ( + !string_is_empty(line) + && config_file_parse_line(conf, list, line, NULL)) { if (conf->entries) conf->tail->next = list; else - conf->entries = list; + conf->entries = list; - conf->tail = list; - } + conf->tail = list; - free(line); + if (list->key) + { + /* Only add entry to the map if an entry + * with the specified value does not + * already exist */ + uint32_t hash = rhmap_hash_string(list->key); + if (!RHMAP_HAS_FULL(conf->entries_map, hash, list->key)) + RHMAP_SET_FULL(conf->entries_map, hash, list->key, list); + } + } if (list != conf->tail) free(list); + + /* Get next line of config file */ + line = strtok_r(NULL, "\n", &save_ptr); } + + return 0; +} - fclose(file); +void config_file_set_reference_path(config_file_t *conf, char *path) +{ + /* It is expected that the conf has it's path already set */ + + char short_path[PATH_MAX_LENGTH]; + + short_path[0] = '\0'; - return conf; + if (!conf) + return; -error: - free(conf); + if (conf->reference) + { + free(conf->reference); + conf->reference = NULL; + } - return NULL; + fill_pathname_abbreviated_or_relative(short_path, conf->path, path, sizeof(short_path)); + + conf->reference = strdup(short_path); } -void config_file_free(config_file_t *conf) +bool config_file_deinitialize(config_file_t *conf) { struct config_include_list *inc_tmp = NULL; struct config_entry_list *tmp = NULL; if (!conf) - return; + return false; tmp = conf->entries; while (tmp) @@ -475,23 +758,56 @@ void config_file_free(config_file_t *conf) while (inc_tmp) { struct config_include_list *hold = NULL; - free(inc_tmp->path); - hold = (struct config_include_list*)inc_tmp; + if (inc_tmp->path) + free(inc_tmp->path); + hold = (struct config_include_list*)inc_tmp; inc_tmp = inc_tmp->next; - free(hold); + if (hold) + free(hold); } + if (conf->reference) + free(conf->reference); + if (conf->path) free(conf->path); + + RHMAP_FREE(conf->entries_map); + + return true; +} + +void config_file_free(config_file_t *conf) +{ + if (!config_file_deinitialize(conf)) + return; free(conf); } bool config_append_file(config_file_t *conf, const char *path) { - config_file_t *new_conf = config_file_new(path); + config_file_t *new_conf = config_file_new_from_path_to_string(path); + size_t i; + size_t cap; + if (!new_conf) return false; + /* Update hash map */ + for (i = 0, cap = RHMAP_CAP(new_conf->entries_map); i != cap; i++) + { + uint32_t new_hash = RHMAP_KEY(new_conf->entries_map, i); + const char *new_key = RHMAP_KEY_STR(new_conf->entries_map, i); + + if (new_hash && new_key) + { + struct config_entry_list *entry = new_conf->entries_map[i]; + + if (entry) + RHMAP_SET_FULL(conf->entries_map, new_hash, new_key, entry); + } + } + if (new_conf->tail) { new_conf->tail->next = conf->entries; @@ -503,134 +819,205 @@ bool config_append_file(config_file_t *conf, const char *path) return true; } - -config_file_t *config_file_new_from_string(const char *from_string) +config_file_t *config_file_new_from_string(char *from_string, + const char *path) { - size_t i; - struct string_list *lines = NULL; - struct config_file *conf = (struct config_file*)calloc(1, sizeof(*conf)); + struct config_file *conf = config_file_new_alloc(); + if (!conf) return NULL; - - if (!from_string) - return conf; - - conf->path = NULL; - conf->include_depth = 0; - - lines = string_split(from_string, "\n"); - if (!lines) - return conf; - - for (i = 0; i < lines->size; i++) + if (config_file_from_string_internal(conf, from_string, path) == -1) { - struct config_entry_list *list = (struct config_entry_list*) - calloc(1, sizeof(*list)); - char* line = lines->elems[i].data; + config_file_free(conf); + return NULL; + } + return conf; +} - if (!list) - { - string_list_free(lines); - config_file_free(conf); - return NULL; - } +config_file_t *config_file_new_from_path_to_string(const char *path) +{ + int64_t length = 0; + uint8_t *ret_buf = NULL; + config_file_t *conf = NULL; - if (line) + if (path_is_valid(path)) + { + if (filestream_read_file(path, (void**)&ret_buf, &length)) { - if (parse_line(conf, list, line)) - { - if (conf->entries) - conf->tail->next = list; - else - conf->entries = list; - - conf->tail = list; - } + /* Note: 'ret_buf' is not used outside this + * function - we do not care that it will be + * modified by config_file_new_from_string() */ + if (length >= 0) + conf = config_file_new_from_string((char*)ret_buf, path); + + if ((void*)ret_buf) + free((void*)ret_buf); } - - if (list != conf->tail) - free(list); } - string_list_free(lines); + return conf; +} +config_file_t *config_file_new_with_callback( + const char *path, config_file_cb_t *cb) +{ + int ret = 0; + struct config_file *conf = config_file_new_alloc(); + if (!path || !*path) + return conf; + ret = config_file_load_internal(conf, path, 0, cb); + if (ret == -1) + { + config_file_free(conf); + return NULL; + } + else if (ret == 1) + { + free(conf); + return NULL; + } return conf; } config_file_t *config_file_new(const char *path) { - return config_file_new_internal(path, 0); + int ret = 0; + struct config_file *conf = config_file_new_alloc(); + if (!path || !*path) + return conf; + ret = config_file_load_internal(conf, path, 0, NULL); + if (ret == -1) + { + config_file_free(conf); + return NULL; + } + else if (ret == 1) + { + free(conf); + return NULL; + } + return conf; +} + +void config_file_initialize(struct config_file *conf) +{ + if (!conf) + return; + + conf->path = NULL; + conf->entries_map = NULL; + conf->entries = NULL; + conf->tail = NULL; + conf->last = NULL; + conf->reference = NULL; + conf->includes = NULL; + conf->include_depth = 0; + conf->guaranteed_no_duplicates = false; + conf->modified = false; } +config_file_t *config_file_new_alloc(void) +{ + struct config_file *conf = (struct config_file*)malloc(sizeof(*conf)); + if (!conf) + return NULL; + config_file_initialize(conf); + return conf; +} -static struct config_entry_list *config_get_entry(const config_file_t *conf, +static struct config_entry_list *config_get_entry_internal( + const config_file_t *conf, const char *key, struct config_entry_list **prev) { - struct config_entry_list *entry; - struct config_entry_list *previous = NULL; + struct config_entry_list *entry = NULL; + struct config_entry_list *previous = prev ? *prev : NULL; - uint32_t hash = djb2_calculate(key); + entry = RHMAP_GET_STR(conf->entries_map, key); - if (prev) - previous = *prev; + if (entry) + return entry; - for (entry = conf->entries; entry; entry = entry->next) + if (prev) { - if (hash == entry->key_hash && !strcmp(key, entry->key)) - return entry; - - previous = entry; - } + for (entry = conf->entries; entry; entry = entry->next) + previous = entry; - if (prev) *prev = previous; + } return NULL; } +struct config_entry_list *config_get_entry( + const config_file_t *conf, const char *key) +{ + return RHMAP_GET_STR(conf->entries_map, key); +} + bool config_get_double(config_file_t *conf, const char *key, double *in) { - const struct config_entry_list *entry = config_get_entry(conf, key, NULL); + const struct config_entry_list *entry = config_get_entry(conf, key); - if (entry) - *in = strtod(entry->value, NULL); + if (!entry) + return false; - return entry != NULL; + *in = strtod(entry->value, NULL); + return true; } bool config_get_float(config_file_t *conf, const char *key, float *in) { - const struct config_entry_list *entry = config_get_entry(conf, key, NULL); + const struct config_entry_list *entry = config_get_entry(conf, key); - if (entry) - { - /* strtof() is C99/POSIX. Just use the more portable kind. */ - *in = (float)strtod(entry->value, NULL); - } + if (!entry) + return false; - return entry != NULL; + /* strtof() is C99/POSIX. Just use the more portable kind. */ + *in = (float)strtod(entry->value, NULL); + return true; } bool config_get_int(config_file_t *conf, const char *key, int *in) { - const struct config_entry_list *entry = config_get_entry(conf, key, NULL); + const struct config_entry_list *entry = config_get_entry(conf, key); errno = 0; if (entry) { - int val = strtol(entry->value, NULL, 0); + int val = (int)strtol(entry->value, NULL, 0); if (errno == 0) + { *in = val; + return true; + } } - return entry != NULL && errno == 0; + return false; +} + +bool config_get_size_t(config_file_t *conf, const char *key, size_t *in) +{ + const struct config_entry_list *entry = config_get_entry(conf, key); + errno = 0; + + if (entry) + { + size_t val = 0; + if (sscanf(entry->value, "%" PRI_SIZET, &val) == 1) + { + *in = val; + return true; + } + } + + return false; } #if defined(__STDC_VERSION__) && __STDC_VERSION__>=199901L bool config_get_uint64(config_file_t *conf, const char *key, uint64_t *in) { - const struct config_entry_list *entry = config_get_entry(conf, key, NULL); + const struct config_entry_list *entry = config_get_entry(conf, key); errno = 0; if (entry) @@ -638,48 +1025,56 @@ bool config_get_uint64(config_file_t *conf, const char *key, uint64_t *in) uint64_t val = strtoull(entry->value, NULL, 0); if (errno == 0) + { *in = val; + return true; + } } - - return entry != NULL && errno == 0; + return false; } #endif bool config_get_uint(config_file_t *conf, const char *key, unsigned *in) { - const struct config_entry_list *entry = config_get_entry(conf, key, NULL); + const struct config_entry_list *entry = config_get_entry(conf, key); errno = 0; if (entry) { - unsigned val = strtoul(entry->value, NULL, 0); + unsigned val = (unsigned)strtoul(entry->value, NULL, 0); if (errno == 0) + { *in = val; + return true; + } } - return entry != NULL && errno == 0; + return false; } bool config_get_hex(config_file_t *conf, const char *key, unsigned *in) { - const struct config_entry_list *entry = config_get_entry(conf, key, NULL); + const struct config_entry_list *entry = config_get_entry(conf, key); errno = 0; if (entry) { - unsigned val = strtoul(entry->value, NULL, 16); + unsigned val = (unsigned)strtoul(entry->value, NULL, 16); if (errno == 0) + { *in = val; + return true; + } } - return entry != NULL && errno == 0; + return false; } bool config_get_char(config_file_t *conf, const char *key, char *in) { - const struct config_entry_list *entry = config_get_entry(conf, key, NULL); + const struct config_entry_list *entry = config_get_entry(conf, key); if (entry) { @@ -687,122 +1082,187 @@ bool config_get_char(config_file_t *conf, const char *key, char *in) return false; *in = *entry->value; + return true; } - return entry != NULL; + return false; } bool config_get_string(config_file_t *conf, const char *key, char **str) { - const struct config_entry_list *entry = config_get_entry(conf, key, NULL); + const struct config_entry_list *entry = config_get_entry(conf, key); - if (entry) - *str = strdup(entry->value); + if (!entry || !entry->value) + return false; - return entry != NULL; + *str = strdup(entry->value); + return true; } bool config_get_config_path(config_file_t *conf, char *s, size_t len) { if (!conf) return false; - return strlcpy(s, conf->path, len); } bool config_get_array(config_file_t *conf, const char *key, char *buf, size_t size) { - const struct config_entry_list *entry = config_get_entry(conf, key, NULL); - + const struct config_entry_list *entry = config_get_entry(conf, key); if (entry) return strlcpy(buf, entry->value, size) < size; - - return entry != NULL; + return false; } bool config_get_path(config_file_t *conf, const char *key, char *buf, size_t size) { -#if defined(RARCH_CONSOLE) - return config_get_array(conf, key, buf, size); +#if defined(RARCH_CONSOLE) || !defined(RARCH_INTERNAL) + if (config_get_array(conf, key, buf, size)) + return true; #else - const struct config_entry_list *entry = config_get_entry(conf, key, NULL); + const struct config_entry_list *entry = config_get_entry(conf, key); if (entry) + { fill_pathname_expand_special(buf, entry->value, size); - - return entry != NULL; + return true; + } #endif + return false; } bool config_get_bool(config_file_t *conf, const char *key, bool *in) { - const struct config_entry_list *entry = config_get_entry(conf, key, NULL); + const struct config_entry_list *entry = config_get_entry(conf, key); - if (entry) - { - if (strcasecmp(entry->value, "true") == 0) - *in = true; - else if (strcasecmp(entry->value, "1") == 0) - *in = true; - else if (strcasecmp(entry->value, "false") == 0) - *in = false; - else if (strcasecmp(entry->value, "0") == 0) - *in = false; - else - return false; - } + if (!entry) + return false; - return entry != NULL; + if ( + ( + entry->value[0] == '1' + && entry->value[1] == '\0' + ) + || string_is_equal(entry->value, "true") + ) + *in = true; + else if ( + ( + entry->value[0] == '0' + && entry->value[1] == '\0' + ) + || string_is_equal(entry->value, "false") + ) + *in = false; + else + return false; + + return true; } void config_set_string(config_file_t *conf, const char *key, const char *val) { - struct config_entry_list *last = conf->entries; - struct config_entry_list *entry = config_get_entry(conf, key, &last); + struct config_entry_list *last = NULL; + struct config_entry_list *entry = NULL; - if (entry && !entry->readonly) - { - free(entry->value); - entry->value = strdup(val); + if (!conf || !key || !val) return; + + last = conf->entries; + + if (conf->guaranteed_no_duplicates) + { + if (conf->last) + last = conf->last; } + else + { + entry = config_get_entry_internal( + conf, key, &last); + if (entry) + { + /* An entry corresponding to 'key' already exists + * > Check whether value is currently set */ + if (entry->value) + { + /* Do nothing if value is unchanged */ + if (string_is_equal(entry->value, val)) + return; - if (!val) return; + /* Value is to be updated + * > Free existing */ + free(entry->value); + } - entry = (struct config_entry_list*)calloc(1, sizeof(*entry)); - if (!entry) return; + /* Update value + * > Note that once a value is set, it + * is no longer considered 'read only' */ + entry->value = strdup(val); + entry->readonly = false; + conf->modified = true; + return; + } + } + + /* Entry corresponding to 'key' does not exist + * > Create new entry */ + entry = (struct config_entry_list*)malloc(sizeof(*entry)); + if (!entry) + return; - entry->key = strdup(key); - entry->value = strdup(val); + entry->readonly = false; + entry->key = strdup(key); + entry->value = strdup(val); + entry->next = NULL; + conf->modified = true; if (last) - last->next = entry; + last->next = entry; else conf->entries = entry; + + conf->last = entry; + + RHMAP_SET_STR(conf->entries_map, entry->key, entry); } void config_unset(config_file_t *conf, const char *key) { - struct config_entry_list *last = conf->entries; - struct config_entry_list *entry = config_get_entry(conf, key, &last); + struct config_entry_list *last = NULL; + struct config_entry_list *entry = NULL; + + if (!conf || !key) + return; + + last = conf->entries; + entry = config_get_entry_internal(conf, key, &last); if (!entry) return; - entry->key = NULL; - entry->value = NULL; - free(entry->key); - free(entry->value); + (void)RHMAP_DEL_STR(conf->entries_map, entry->key); + + if (entry->key) + free(entry->key); + + if (entry->value) + free(entry->value); + + entry->key = NULL; + entry->value = NULL; + conf->modified = true; } void config_set_path(config_file_t *conf, const char *entry, const char *val) { -#if defined(RARCH_CONSOLE) +#if defined(RARCH_CONSOLE) || !defined(RARCH_INTERNAL) config_set_string(conf, entry, val); #else - char buf[PATH_MAX_LENGTH] = {0}; + char buf[PATH_MAX_LENGTH]; + + buf[0] = '\0'; fill_pathname_abbreviate_special(buf, val, sizeof(buf)); config_set_string(conf, entry, buf); #endif @@ -810,7 +1270,7 @@ void config_set_path(config_file_t *conf, const char *entry, const char *val) void config_set_double(config_file_t *conf, const char *key, double val) { - char buf[128] = {0}; + char buf[320]; #ifdef __cplusplus snprintf(buf, sizeof(buf), "%f", (float)val); #elif defined(__STDC_VERSION__) && __STDC_VERSION__>=199901L @@ -823,39 +1283,42 @@ void config_set_double(config_file_t *conf, const char *key, double val) void config_set_float(config_file_t *conf, const char *key, float val) { - char buf[128] = {0}; + char buf[64]; snprintf(buf, sizeof(buf), "%f", val); config_set_string(conf, key, buf); } void config_set_int(config_file_t *conf, const char *key, int val) { - char buf[128] = {0}; + char buf[16]; snprintf(buf, sizeof(buf), "%d", val); config_set_string(conf, key, buf); } +void config_set_uint(config_file_t *conf, const char *key, unsigned int val) +{ + char buf[16]; + snprintf(buf, sizeof(buf), "%u", val); + config_set_string(conf, key, buf); +} + void config_set_hex(config_file_t *conf, const char *key, unsigned val) { - char buf[128] = {0}; + char buf[16]; snprintf(buf, sizeof(buf), "%x", val); config_set_string(conf, key, buf); } void config_set_uint64(config_file_t *conf, const char *key, uint64_t val) { - char buf[128] = {0}; -#ifdef _WIN32 - snprintf(buf, sizeof(buf), "%I64u", val); -#else - snprintf(buf, sizeof(buf), "%llu", (long long unsigned)val); -#endif + char buf[32]; + snprintf(buf, sizeof(buf), "%" PRIu64, val); config_set_string(conf, key, buf); } void config_set_char(config_file_t *conf, const char *key, char val) { - char buf[2] = {0}; + char buf[2]; snprintf(buf, sizeof(buf), "%c", val); config_set_string(conf, key, buf); } @@ -865,60 +1328,142 @@ void config_set_bool(config_file_t *conf, const char *key, bool val) config_set_string(conf, key, val ? "true" : "false"); } -bool config_file_write(config_file_t *conf, const char *path) +bool config_file_write(config_file_t *conf, const char *path, bool sort) { - FILE *file; + if (!conf) + return false; + + if (!conf->modified) + return true; - if (path) + if (!string_is_empty(path)) { - file = fopen(path, "w"); +#ifdef ORBIS + int fd = orbisOpen(path,O_RDWR|O_CREAT,0644); + if (fd < 0) + return false; + config_file_dump_orbis(conf,fd); + orbisClose(fd); +#else + void* buf = NULL; + FILE *file = (FILE*)fopen_utf8(path, "wb"); if (!file) return false; - } - else - file = stdout; - config_file_dump(conf, file); + /* TODO: this is only useful for a few platforms, find which and add ifdef */ +#if !defined(PSP) + buf = calloc(1, 0x4000); + setvbuf(file, (char*)buf, _IOFBF, 0x4000); +#endif - if (path) - fclose(file); + config_file_dump(conf, file, sort); + + if (file != stdout) + fclose(file); + if (buf) + free(buf); +#endif + + /* Only update modified flag if config file + * is actually written to disk */ + conf->modified = false; + } + else + config_file_dump(conf, stdout, sort); return true; } -void config_file_dump(config_file_t *conf, FILE *file) +#ifdef ORBIS +void config_file_dump_orbis(config_file_t *conf, int fd) { struct config_entry_list *list = NULL; struct config_include_list *includes = conf->includes; - - while (includes) + + if (conf->reference) { - fprintf(file, "#include \"%s\"\n", includes->path); - includes = includes->next; + pathname_make_slashes_portable(conf->reference); + fprintf(file, "#reference \"%s\"\n", conf->reference); } - list = (struct config_entry_list*)conf->entries; + + list = config_file_merge_sort_linked_list( + (struct config_entry_list*)conf->entries, + config_file_sort_compare_func); + conf->entries = list; while (list) { if (!list->readonly && list->key) - fprintf(file, "%s = \"%s\"\n", list->key, list->value); + { + char newlist[256]; + snprintf(newlist, sizeof(newlist), + "%s = %s\n", list->key, list->value); + orbisWrite(fd, newlist, strlen(newlist)); + } list = list->next; } + + /* Config files are read from the top down - if + * duplicate entries are found then the topmost + * one in the list takes precedence. This means + * '#include' directives must go *after* individual + * config entries, otherwise they will override + * any custom-set values */ + while (includes) + { + char cad[256]; + snprintf(cad, sizeof(cad), + "#include %s\n", includes->path); + orbisWrite(fd, cad, strlen(cad)); + includes = includes->next; + } } +#endif -bool config_entry_exists(config_file_t *conf, const char *entry) +void config_file_dump(config_file_t *conf, FILE *file, bool sort) { - struct config_entry_list *list = conf->entries; + struct config_entry_list *list = NULL; + struct config_include_list *includes = conf->includes; + + if (conf->reference) + { + pathname_make_slashes_portable(conf->reference); + fprintf(file, "#reference \"%s\"\n", conf->reference); + } + + if (sort) + list = config_file_merge_sort_linked_list( + (struct config_entry_list*)conf->entries, + config_file_sort_compare_func); + else + list = (struct config_entry_list*)conf->entries; + + conf->entries = list; while (list) { - if (!strcmp(entry, list->key)) - return true; + if (!list->readonly && list->key) + fprintf(file, "%s = \"%s\"\n", list->key, list->value); list = list->next; } - return false; + /* Config files are read from the top down - if + * duplicate entries are found then the topmost + * one in the list takes precedence. This means + * '#include' directives must go *after* individual + * config entries, otherwise they will override + * any custom-set values */ + while (includes) + { + fprintf(file, "#include \"%s\"\n", includes->path); + includes = includes->next; + } +} + +bool config_entry_exists(config_file_t *conf, const char *entry) +{ + return (bool)RHMAP_HAS_STR(conf->entries_map, entry); } bool config_get_entry_list_head(config_file_t *conf, @@ -948,3 +1493,13 @@ bool config_get_entry_list_next(struct config_file_entry *entry) return true; } +bool config_file_exists(const char *path) +{ + config_file_t conf; + config_file_initialize(&conf); + if (config_file_load_internal(&conf, path, 0, NULL) == 1) + return false; + + config_file_deinitialize(&conf); + return true; +} diff --git a/PVSupport/Sources/retro/libretro-common/file/config_file_userdata.c b/PVSupport/Sources/retro/libretro-common/file/config_file_userdata.c new file mode 100644 index 0000000000..799ce5f2a4 --- /dev/null +++ b/PVSupport/Sources/retro/libretro-common/file/config_file_userdata.c @@ -0,0 +1,171 @@ +/* Copyright (C) 2010-2020 The RetroArch team + * + * --------------------------------------------------------------------------------------- + * The following license statement only applies to this file (config_file_userdata.c). + * --------------------------------------------------------------------------------------- + * + * Permission is hereby granted, free of charge, + * to any person obtaining a copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, + * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ + +#include +#include + +#include + +int config_userdata_get_float(void *userdata, const char *key_str, + float *value, float default_value) +{ + bool got; + char key[2][256]; + struct config_file_userdata *usr = (struct config_file_userdata*)userdata; + + fill_pathname_join_delim(key[0], usr->prefix[0], key_str, '_', sizeof(key[0])); + fill_pathname_join_delim(key[1], usr->prefix[1], key_str, '_', sizeof(key[1])); + + got = config_get_float (usr->conf, key[0], value); + got = got || config_get_float(usr->conf, key[1], value); + + if (!got) + *value = default_value; + return got; +} + +int config_userdata_get_int(void *userdata, const char *key_str, + int *value, int default_value) +{ + bool got; + char key[2][256]; + struct config_file_userdata *usr = (struct config_file_userdata*)userdata; + + fill_pathname_join_delim(key[0], usr->prefix[0], key_str, '_', sizeof(key[0])); + fill_pathname_join_delim(key[1], usr->prefix[1], key_str, '_', sizeof(key[1])); + + got = config_get_int (usr->conf, key[0], value); + got = got || config_get_int(usr->conf, key[1], value); + + if (!got) + *value = default_value; + return got; +} + +int config_userdata_get_hex(void *userdata, const char *key_str, + unsigned *value, unsigned default_value) +{ + bool got; + char key[2][256]; + struct config_file_userdata *usr = (struct config_file_userdata*)userdata; + + fill_pathname_join_delim(key[0], usr->prefix[0], key_str, '_', sizeof(key[0])); + fill_pathname_join_delim(key[1], usr->prefix[1], key_str, '_', sizeof(key[1])); + + got = config_get_hex(usr->conf, key[0], value); + got = got || config_get_hex(usr->conf, key[1], value); + + if (!got) + *value = default_value; + return got; +} + +int config_userdata_get_float_array(void *userdata, const char *key_str, + float **values, unsigned *out_num_values, + const float *default_values, unsigned num_default_values) +{ + char key[2][256]; + struct config_file_userdata *usr = (struct config_file_userdata*)userdata; + char *str = NULL; + + fill_pathname_join_delim(key[0], usr->prefix[0], key_str, '_', sizeof(key[0])); + fill_pathname_join_delim(key[1], usr->prefix[1], key_str, '_', sizeof(key[1])); + + if ( config_get_string(usr->conf, key[0], &str) || + config_get_string(usr->conf, key[1], &str)) + { + unsigned i; + struct string_list list = {0}; + string_list_initialize(&list); + string_split_noalloc(&list, str, " "); + *values = (float*)calloc(list.size, sizeof(float)); + for (i = 0; i < list.size; i++) + (*values)[i] = (float)strtod(list.elems[i].data, NULL); + *out_num_values = (unsigned)list.size; + string_list_deinitialize(&list); + free(str); + return true; + } + + *values = (float*)calloc(num_default_values, sizeof(float)); + memcpy(*values, default_values, sizeof(float) * num_default_values); + *out_num_values = num_default_values; + return false; +} + +int config_userdata_get_int_array(void *userdata, const char *key_str, + int **values, unsigned *out_num_values, + const int *default_values, unsigned num_default_values) +{ + char key[2][256]; + struct config_file_userdata *usr = (struct config_file_userdata*)userdata; + char *str = NULL; + fill_pathname_join_delim(key[0], usr->prefix[0], key_str, '_', sizeof(key[0])); + fill_pathname_join_delim(key[1], usr->prefix[1], key_str, '_', sizeof(key[1])); + + if ( config_get_string(usr->conf, key[0], &str) || + config_get_string(usr->conf, key[1], &str)) + { + unsigned i; + struct string_list list = {0}; + string_list_initialize(&list); + string_split_noalloc(&list, str, " "); + *values = (int*)calloc(list.size, sizeof(int)); + for (i = 0; i < list.size; i++) + (*values)[i] = (int)strtod(list.elems[i].data, NULL); + *out_num_values = (unsigned)list.size; + string_list_deinitialize(&list); + free(str); + return true; + } + + *values = (int*)calloc(num_default_values, sizeof(int)); + memcpy(*values, default_values, sizeof(int) * num_default_values); + *out_num_values = num_default_values; + return false; +} + +int config_userdata_get_string(void *userdata, const char *key_str, + char **output, const char *default_output) +{ + char key[2][256]; + struct config_file_userdata *usr = (struct config_file_userdata*)userdata; + char *str = NULL; + fill_pathname_join_delim(key[0], usr->prefix[0], key_str, '_', sizeof(key[0])); + fill_pathname_join_delim(key[1], usr->prefix[1], key_str, '_', sizeof(key[1])); + + if ( config_get_string(usr->conf, key[0], &str) || + config_get_string(usr->conf, key[1], &str)) + { + *output = str; + return true; + } + + *output = strdup(default_output); + return false; +} + +void config_userdata_free(void *ptr) +{ + if (ptr) + free(ptr); +} diff --git a/PVSupport/Sources/retro/libretro-common/file/file_path.c b/PVSupport/Sources/retro/libretro-common/file/file_path.c index 2f2a7e772d..f3e32b9bf1 100644 --- a/PVSupport/Sources/retro/libretro-common/file/file_path.c +++ b/PVSupport/Sources/retro/libretro-common/file/file_path.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2010-2016 The RetroArch team +/* Copyright (C) 2010-2020 The RetroArch team * * --------------------------------------------------------------------------------------- * The following license statement only applies to this file (file_path.c). @@ -20,68 +20,124 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +#include #include -#include #include #include #include #include +#include #include +#include +#include +#include +#include UIFileSharingEnabled - UILaunchStoryboardName + UILaunchScreen UIDefaultLaunchScreen @@ -270,7 +270,8 @@ UIURLToLaunchScreenAssociations - Launch Screen.storyboard + UILaunchStoryboardName + LaunchScreen.storyboard UIPrerenderedIcon UIRequiredDeviceCapabilities diff --git a/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json index e2ab3e9a51..c7968458ed 100644 --- a/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json +++ b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -1,5 +1,110 @@ { "images" : [ + { + "filename" : "ios20@2x.png", + "idiom" : "universal", + "platform" : "ios", + "scale" : "2x", + "size" : "20x20" + }, + { + "filename" : "ios20@3x.png", + "idiom" : "universal", + "platform" : "ios", + "scale" : "3x", + "size" : "20x20" + }, + { + "filename" : "ios29@2x.png", + "idiom" : "universal", + "platform" : "ios", + "scale" : "2x", + "size" : "29x29" + }, + { + "filename" : "ios29@3x.png", + "idiom" : "universal", + "platform" : "ios", + "scale" : "3x", + "size" : "29x29" + }, + { + "filename" : "ios38@2x.png", + "idiom" : "universal", + "platform" : "ios", + "scale" : "2x", + "size" : "38x38" + }, + { + "filename" : "ios38@3x.png", + "idiom" : "universal", + "platform" : "ios", + "scale" : "3x", + "size" : "38x38" + }, + { + "filename" : "ios40@2x.png", + "idiom" : "universal", + "platform" : "ios", + "scale" : "2x", + "size" : "40x40" + }, + { + "filename" : "ios40@3x.png", + "idiom" : "universal", + "platform" : "ios", + "scale" : "3x", + "size" : "40x40" + }, + { + "filename" : "ios60@2x.png", + "idiom" : "universal", + "platform" : "ios", + "scale" : "2x", + "size" : "60x60" + }, + { + "filename" : "ios60@3x.png", + "idiom" : "universal", + "platform" : "ios", + "scale" : "3x", + "size" : "60x60" + }, + { + "filename" : "ios64@2x.png", + "idiom" : "universal", + "platform" : "ios", + "scale" : "2x", + "size" : "64x64" + }, + { + "filename" : "ios64@3x.png", + "idiom" : "universal", + "platform" : "ios", + "scale" : "3x", + "size" : "64x64" + }, + { + "filename" : "ios68@2x.png", + "idiom" : "universal", + "platform" : "ios", + "scale" : "2x", + "size" : "68x68" + }, + { + "filename" : "ios76@2x.png", + "idiom" : "universal", + "platform" : "ios", + "scale" : "2x", + "size" : "76x76" + }, + { + "filename" : "ios83@2x.png", + "idiom" : "universal", + "platform" : "ios", + "scale" : "2x", + "size" : "83.5x83.5" + }, { "filename" : "iTunesArtwork@2x.png", "idiom" : "universal", @@ -67,7 +172,140 @@ "size" : "512x512" }, { - "filename" : "iTunesArtwork@2x 2.png", + "filename" : "watchos22@2x.png", + "idiom" : "universal", + "platform" : "watchos", + "scale" : "2x", + "size" : "22x22" + }, + { + "filename" : "watchos24@2x.png", + "idiom" : "universal", + "platform" : "watchos", + "scale" : "2x", + "size" : "24x24" + }, + { + "filename" : "watchos27@2x.png", + "idiom" : "universal", + "platform" : "watchos", + "scale" : "2x", + "size" : "27.5x27.5" + }, + { + "filename" : "watchos29@2x.png", + "idiom" : "universal", + "platform" : "watchos", + "scale" : "2x", + "size" : "29x29" + }, + { + "filename" : "watchos30@2x.png", + "idiom" : "universal", + "platform" : "watchos", + "scale" : "2x", + "size" : "30x30" + }, + { + "filename" : "watchos32@2x.png", + "idiom" : "universal", + "platform" : "watchos", + "scale" : "2x", + "size" : "32x32" + }, + { + "filename" : "watchos33@2x.png", + "idiom" : "universal", + "platform" : "watchos", + "scale" : "2x", + "size" : "33x33" + }, + { + "filename" : "watchos40@2x.png", + "idiom" : "universal", + "platform" : "watchos", + "scale" : "2x", + "size" : "40x40" + }, + { + "filename" : "watchos43@2x.png", + "idiom" : "universal", + "platform" : "watchos", + "scale" : "2x", + "size" : "43.5x43.5" + }, + { + "filename" : "watchos44@2x.png", + "idiom" : "universal", + "platform" : "watchos", + "scale" : "2x", + "size" : "44x44" + }, + { + "filename" : "watchos46@2x.png", + "idiom" : "universal", + "platform" : "watchos", + "scale" : "2x", + "size" : "46x46" + }, + { + "filename" : "watchos50@2x.png", + "idiom" : "universal", + "platform" : "watchos", + "scale" : "2x", + "size" : "50x50" + }, + { + "filename" : "watchos51@2x.png", + "idiom" : "universal", + "platform" : "watchos", + "scale" : "2x", + "size" : "51x51" + }, + { + "filename" : "watchos54@2x.png", + "idiom" : "universal", + "platform" : "watchos", + "scale" : "2x", + "size" : "54x54" + }, + { + "filename" : "watchos86@2x.png", + "idiom" : "universal", + "platform" : "watchos", + "scale" : "2x", + "size" : "86x86" + }, + { + "filename" : "watchos98@2x.png", + "idiom" : "universal", + "platform" : "watchos", + "scale" : "2x", + "size" : "98x98" + }, + { + "filename" : "watchos108@2x.png", + "idiom" : "universal", + "platform" : "watchos", + "scale" : "2x", + "size" : "108x108" + }, + { + "filename" : "watchos117@2x.png", + "idiom" : "universal", + "platform" : "watchos", + "scale" : "2x", + "size" : "117x117" + }, + { + "filename" : "watchos129@2x.png", + "idiom" : "universal", + "platform" : "watchos", + "scale" : "2x", + "size" : "129x129" + }, + { + "filename" : "watchos1024.png", "idiom" : "universal", "platform" : "watchos", "size" : "1024x1024" diff --git a/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/generate_ios.sh b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/generate_ios.sh new file mode 100644 index 0000000000..8518bda9db --- /dev/null +++ b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/generate_ios.sh @@ -0,0 +1,32 @@ +cp iTunesArtwork@2x.png ios20@2x.png +sips -Z 40 ios20@2x.png +cp iTunesArtwork@2x.png ios20@3x.png +sips -Z 60 ios20@3x.png +cp iTunesArtwork@2x.png ios29@2x.png +sips -Z 58 ios29@2x.png +cp iTunesArtwork@2x.png ios29@3x.png +sips -Z 87 ios29@3x.png +cp iTunesArtwork@2x.png ios38@2x.png +sips -Z 76 ios38@2x.png +cp iTunesArtwork@2x.png ios38@3x.png +sips -Z 114 ios38@3x.png +cp iTunesArtwork@2x.png ios40@2x.png +sips -Z 80 ios40@2x.png +cp iTunesArtwork@2x.png ios40@3x.png +sips -Z 120 ios40@3x.png +cp iTunesArtwork@2x.png ios60@2x.png +sips -Z 120 ios60@2x.png +cp iTunesArtwork@2x.png ios60@3x.png +sips -Z 180 ios60@3x.png +cp iTunesArtwork@2x.png ios64@2x.png +sips -Z 128 ios64@2x.png +cp iTunesArtwork@2x.png ios64@3x.png +sips -Z 192 ios64@3x.png +cp iTunesArtwork@2x.png ios68@2x.png +sips -Z 136 ios68@2x.png +cp iTunesArtwork@2x.png ios76@2x.png +sips -Z 152 ios76@2x.png +cp iTunesArtwork@2x.png ios83@2x.png +sips -Z 167 ios83@2x.png +cp iTunesArtwork@2x.png ios1024.png +sips -Z 1024 ios1024.png diff --git a/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/generate_watchos.sh b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/generate_watchos.sh new file mode 100644 index 0000000000..3c77947479 --- /dev/null +++ b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/generate_watchos.sh @@ -0,0 +1,40 @@ +cp iTunesArtwork@2x.png watchos22@2x.png +sips -Z 44 watchos22@2x.png +cp iTunesArtwork@2x.png watchos24@2x.png +sips -Z 48 watchos24@2x.png +cp iTunesArtwork@2x.png watchos27@2x.png +sips -Z 55 watchos27@2x.png +cp iTunesArtwork@2x.png watchos29@2x.png +sips -Z 58 watchos29@2x.png +cp iTunesArtwork@2x.png watchos30@2x.png +sips -Z 60 watchos30@2x.png +cp iTunesArtwork@2x.png watchos32@2x.png +sips -Z 64 watchos32@2x.png +cp iTunesArtwork@2x.png watchos33@2x.png +sips -Z 66 watchos33@2x.png +cp iTunesArtwork@2x.png watchos40@2x.png +sips -Z 80 watchos40@2x.png +cp iTunesArtwork@2x.png watchos43@2x.png +sips -Z 87 watchos43@2x.png +cp iTunesArtwork@2x.png watchos44@2x.png +sips -Z 88 watchos44@2x.png +cp iTunesArtwork@2x.png watchos46@2x.png +sips -Z 92 watchos46@2x.png +cp iTunesArtwork@2x.png watchos50@2x.png +sips -Z 100 watchos50@2x.png +cp iTunesArtwork@2x.png watchos51@2x.png +sips -Z 102 watchos51@2x.png +cp iTunesArtwork@2x.png watchos54@2x.png +sips -Z 108 watchos54@2x.png +cp iTunesArtwork@2x.png watchos86@2x.png +sips -Z 172 watchos86@2x.png +cp iTunesArtwork@2x.png watchos98@2x.png +sips -Z 196 watchos98@2x.png +cp iTunesArtwork@2x.png watchos108@2x.png +sips -Z 216 watchos108@2x.png +cp iTunesArtwork@2x.png watchos117@2x.png +sips -Z 234 watchos117@2x.png +cp iTunesArtwork@2x.png watchos129@2x.png +sips -Z 258 watchos129@2x.png +cp iTunesArtwork@2x.png watchos1024.png +sips -Z 1024 watchos1024.png diff --git a/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios20@2x.png b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios20@2x.png new file mode 100644 index 0000000000..817d22b8e1 Binary files /dev/null and b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios20@2x.png differ diff --git a/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios20@3x.png b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios20@3x.png new file mode 100644 index 0000000000..7d4087d9e6 Binary files /dev/null and b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios20@3x.png differ diff --git a/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios29@2x.png b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios29@2x.png new file mode 100644 index 0000000000..e3781132c6 Binary files /dev/null and b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios29@2x.png differ diff --git a/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios29@3x.png b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios29@3x.png new file mode 100644 index 0000000000..9385bebf6c Binary files /dev/null and b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios29@3x.png differ diff --git a/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios38@2x.png b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios38@2x.png new file mode 100644 index 0000000000..5507df115f Binary files /dev/null and b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios38@2x.png differ diff --git a/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios38@3x.png b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios38@3x.png new file mode 100644 index 0000000000..81976a8eee Binary files /dev/null and b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios38@3x.png differ diff --git a/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios40@2x.png b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios40@2x.png new file mode 100644 index 0000000000..cada3c85f9 Binary files /dev/null and b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios40@2x.png differ diff --git a/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios40@3x.png b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios40@3x.png new file mode 100644 index 0000000000..b12afb938d Binary files /dev/null and b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios40@3x.png differ diff --git a/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios60@2x.png b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios60@2x.png new file mode 100644 index 0000000000..b12afb938d Binary files /dev/null and b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios60@2x.png differ diff --git a/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios60@3x.png b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios60@3x.png new file mode 100644 index 0000000000..d1fa1064cc Binary files /dev/null and b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios60@3x.png differ diff --git a/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios64@2x.png b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios64@2x.png new file mode 100644 index 0000000000..41a0ab2b7b Binary files /dev/null and b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios64@2x.png differ diff --git a/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios64@3x.png b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios64@3x.png new file mode 100644 index 0000000000..ab382ee2a9 Binary files /dev/null and b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios64@3x.png differ diff --git a/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios68@2x.png b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios68@2x.png new file mode 100644 index 0000000000..ec6f85c5aa Binary files /dev/null and b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios68@2x.png differ diff --git a/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios76@2x.png b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios76@2x.png new file mode 100644 index 0000000000..3be0e08d5c Binary files /dev/null and b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios76@2x.png differ diff --git a/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios83@2x.png b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios83@2x.png new file mode 100644 index 0000000000..bc690c734b Binary files /dev/null and b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/ios83@2x.png differ diff --git a/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/iTunesArtwork@2x 2.png b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos1024.png similarity index 100% rename from Provenance/Resources/Assets.xcassets/AppIcon.appiconset/iTunesArtwork@2x 2.png rename to Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos1024.png diff --git a/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos108@2x.png b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos108@2x.png new file mode 100644 index 0000000000..481cecc2f9 Binary files /dev/null and b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos108@2x.png differ diff --git a/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos117@2x.png b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos117@2x.png new file mode 100644 index 0000000000..cbff042535 Binary files /dev/null and b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos117@2x.png differ diff --git a/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos129@2x.png b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos129@2x.png new file mode 100644 index 0000000000..aa7207f932 Binary files /dev/null and b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos129@2x.png differ diff --git a/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos22@2x.png b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos22@2x.png new file mode 100644 index 0000000000..cb3f283ee5 Binary files /dev/null and b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos22@2x.png differ diff --git a/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos24@2x.png b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos24@2x.png new file mode 100644 index 0000000000..9f95fa2818 Binary files /dev/null and b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos24@2x.png differ diff --git a/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos27@2x.png b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos27@2x.png new file mode 100644 index 0000000000..f887e6e1ad Binary files /dev/null and b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos27@2x.png differ diff --git a/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos29@2x.png b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos29@2x.png new file mode 100644 index 0000000000..e3781132c6 Binary files /dev/null and b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos29@2x.png differ diff --git a/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos30@2x.png b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos30@2x.png new file mode 100644 index 0000000000..7d4087d9e6 Binary files /dev/null and b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos30@2x.png differ diff --git a/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos32@2x.png b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos32@2x.png new file mode 100644 index 0000000000..cfc1dcd1ba Binary files /dev/null and b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos32@2x.png differ diff --git a/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos33@2x.png b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos33@2x.png new file mode 100644 index 0000000000..5bc20a6f07 Binary files /dev/null and b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos33@2x.png differ diff --git a/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos40@2x.png b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos40@2x.png new file mode 100644 index 0000000000..cada3c85f9 Binary files /dev/null and b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos40@2x.png differ diff --git a/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos43@2x.png b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos43@2x.png new file mode 100644 index 0000000000..9385bebf6c Binary files /dev/null and b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos43@2x.png differ diff --git a/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos44@2x.png b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos44@2x.png new file mode 100644 index 0000000000..0678fdd3d8 Binary files /dev/null and b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos44@2x.png differ diff --git a/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos46@2x.png b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos46@2x.png new file mode 100644 index 0000000000..53a8a600c5 Binary files /dev/null and b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos46@2x.png differ diff --git a/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos50@2x.png b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos50@2x.png new file mode 100644 index 0000000000..f1e1c89480 Binary files /dev/null and b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos50@2x.png differ diff --git a/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos51@2x.png b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos51@2x.png new file mode 100644 index 0000000000..f4342fe2c0 Binary files /dev/null and b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos51@2x.png differ diff --git a/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos54@2x.png b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos54@2x.png new file mode 100644 index 0000000000..5f3650056b Binary files /dev/null and b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos54@2x.png differ diff --git a/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos86@2x.png b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos86@2x.png new file mode 100644 index 0000000000..b1cc154d8e Binary files /dev/null and b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos86@2x.png differ diff --git a/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos98@2x.png b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos98@2x.png new file mode 100644 index 0000000000..d0f38f7bba Binary files /dev/null and b/Provenance/Resources/Assets.xcassets/AppIcon.appiconset/watchos98@2x.png differ diff --git a/Provenance/Resources/Assets.xcassets/generate_images.sh b/Provenance/Resources/Assets.xcassets/generate_images.sh new file mode 100644 index 0000000000..3d59fa26f6 --- /dev/null +++ b/Provenance/Resources/Assets.xcassets/generate_images.sh @@ -0,0 +1,40 @@ +cp iTunesArtwork@2x.png watchos22@2x.png +sips -Z 44 watchOS22@2x.png +cp iTunesArtwork@2x.png watchos24@2x.png +sips -Z 48 watchOS24@2x.png +cp iTunesArtwork@2x.png watchos27@2x.png +sips -Z 55 watchOS27@2x.png +cp iTunesArtwork@2x.png watchos29@2x.png +sips -Z 58 watchOS29@2x.png +cp iTunesArtwork@2x.png watchos30@2x.png +sips -Z 60 watchOS30@2x.png +cp iTunesArtwork@2x.png watchos32@2x.png +sips -Z 64 watchOS32@2x.png +cp iTunesArtwork@2x.png watchos33@2x.png +sips -Z 66 watchOS33@2x.png +cp iTunesArtwork@2x.png watchos40@2x.png +sips -Z 80 watchOS40@2x.png +cp iTunesArtwork@2x.png watchos43@2x.png +sips -Z 87 watchOS43@2x.png +cp iTunesArtwork@2x.png watchos44@2x.png +sips -Z 88 watchOS44@2x.png +cp iTunesArtwork@2x.png watchos46@2x.png +sips -Z 92 watchOS46@2x.png +cp iTunesArtwork@2x.png watchos50@2x.png +sips -Z 100 watchOS50@2x.png +cp iTunesArtwork@2x.png watchos51@2x.png +sips -Z 102 watchOS51@2x.png +cp iTunesArtwork@2x.png watchos54@2x.png +sips -Z 108 watchOS54@2x.png +cp iTunesArtwork@2x.png watchos86@2x.png +sips -Z 172 watchOS86@2x.png +cp iTunesArtwork@2x.png watchos98@2x.png +sips -Z 196 watchOS98@2x.png +cp iTunesArtwork@2x.png watchos108@2x.png +sips -Z 216 watchOS108@2x.png +cp iTunesArtwork@2x.png watchos117@2x.png +sips -Z 234 watchOS117@2x.png +cp iTunesArtwork@2x.png watchos129@2x.png +sips -Z 258 watchOS129@2x.png +cp iTunesArtwork@2x.png watchos1024.png +sips -Z 1024 watchOS1024.png diff --git a/README.md b/README.md index 36a1683fba..40c651e2bd 100644 --- a/README.md +++ b/README.md @@ -530,7 +530,7 @@ Provenance would not be possible without the great work of those who came before rf2222222
- Richard + Richard